Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lefty

Pages: [1]
1
General Board / Baseline Comparison Refresh after each Merge
« on: May 06, 2020, 06:46:25 am »
I am running a baseline comparison, and I want to merge some of the changes, but not all.
If I do it through the Baseline Comparison Tool, every change that I merge results in the comparison refreshing.
Is there a way to change that behavior? I have a large project so the comparison takes 2+ hours which negates the usefulness of the Baseline Comparison tool.

Thanks for any help!

2
I think you have two different versions of the same named tagged value: Owner.  If you want one (same-named TV) then your solution is the only one available.


Thank you. I guess that is the solution I am going with then.

3
As a temporary solution I have created a custom tagged value that allows for the selection of either stereotype and not use tag value connectors at all:

Tag Name: Owner

Type=RefGUIDList;
Values=Class;
Stereotypes=Organization,Role;

This does allow me to select and <Organization> or <Role> for the tag value for both <Node> and <Document>.
While this is not ideal it is preferable to not being able to select a <Role> at all for a <Document>.

If there is a way to make it so I can only select an <Organization> for a <Node> and only a <Role> for a <Document> with the same tag value name I would much prefer that.

4
Hello,
I am having problems with the tag value connector in my MDG technology. I am trying to use the same tag value name that connects two different stereotypes to two other different stereotypes. However when I import the MDG it only lets me select objects of the first stereotype for all uses of a tag value with the name.

An example will hopefully make it more clear:

Stereotype 1 (<Node>) of a Class uses the tag value connector to create a tag value called "Owner" that links to Stereotype 2 (<Organization>) for selection.

Stereotype 3 (<Document>) of a Class uses the tag value connector to create a tag value called "Owner" that links to Stereotype 4 (<Role>) for selection.

However, the "Owner" tag values on <Document> objects only let me select objects with the stereotype <Organization>.
How can I make it so that "Owner" tag values on <Document> objects will let me select <Role> objects?

Pages: [1]