I'm trying to create a query that indicate wether or not a model (in a list of models) has a variant copy or not. My goal is to create a query that can help me in maintaining tracebility of model variants.
My approach so far has been to use the formula QUERY_IS_CONNECTED(source item;target item;connection type;result string)
However, I can't find the variant relationship type when setting the parameters for the formula. Is the variant relationship not a valid connection type?
Is there anyone who can suggest a better approach? (I'd rather avoid scripting...)
Erik Mossing Author on
This post is getting old, Is there no one who would like to comment? Perhaps suggest a different approach? As of now I'll use manually set statuses which is error prone but better than nothing.
Is there an intended use of the model variant relationship beyond studying the variants of a specific model? (which is of some but limited use when managing the whole repository)