AP242
|
Windchill
|
DocumentAssignment (…);
When the DocumentAssignment.role is present in the describeLinkRolesList from Generic.inn.
For example – For Windchill to Windchill export/import default role is ‘description’.
|
e_WTPartDescribeLink (…);
|
For more information see LocalId and Ufid Generation for Associations.
|
e_WTPartDescribeLink.ObjectID.localId, e_WTPartDescribeLink.ObjectID.ufid
|
'WCTYPE|wt.part.WTPartDescribeLink'
|
e_WTPartDescribeLink.externalTypeId
|
DocumentAssignment.assignedDocument = DOCUMENT (…);
One can navigate from a Document to the DocumentVersion using the INVERSE attributes on the Document entity.
|
e_WTPartDescribeLink.describedBy
|
DocumentAssignment.assignedTo = PartView(…);
One can navigate from a PartView to the Part using the INVERSE attributes on the PartView and PartVersion entities.
|
e_WTPartDescribeLink.describes
|