Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Under "Legacy" change there was a built in rule that prevented a revision from being the result of more than one Change Notice. As soon as someone tried to add the revision to the results table of a second task, Windchill stopped them and threw up an alert telling them they could not do that.
That rule does not seem to be enforced under "Flexible" change. I can have Rev A of the same Document be the result of any number of Change Notices. That doesn't make sense in our company.
Does anyone know if there is a way to configure that rule in Flexible change?
Hi
Isn't the idea behind flexible change is to be able to manage cardinality between objects as you want ? have you tried to check if cardinality rule can handle your case ?
Regards
Hi,
I usually write a listen to handle situation like this.
In short, you have a standard and you want the users to be forced to comply with it automatically. Correct?
If I understand you correctly a listener can be written to listen for the event in question. In this case, adding a resulting object to a Change Activity.
When your listener is triggered by the event code runs that checks if the standard is adhere to.
If it is not an exception is thrown which presents a window to the user with whatever you want to explain to them. In this case maybe something like object X is already a Resulting object on Change Activity Y on Change Notice Z and cannot be added to a second open Change Notice.
Is this the kind of thing you’re looking for?
David
David