Illegal Trace To Rule
This validation rule looks for unexpected traces. If the Document Object using the validation rule has a trace to a Document Object of the specified type, an inconsistency is displayed.
IllegalTraceToTypeName (Required)
The Type Name of the Document Object type to which a trace is not desired.
MaxNrOfLegalTraces (Optional, Default: 1)
An Inconsistency is only generated if there are more than MaxNrOfLegalTraces outgoing traces. Example: if MaxNrOfLegalTraces = 2, no inconsistency will be shown if there are 1 or 2 traces to the specified Document Object type, but an inconsistency will be generated if there are more than 2 traces of the specified Document Object type.
OnlyIllegalForLinkedTraces (Optional, Default: false)
If this xml attribute is set to 'true', the validation rule only considers traces in Linked Projects.
Last updated
Was this helpful?