AP242
|
Windchill
|
Notes
|
---|---|---|
localId
|
( VersionToMaster association)
<linkType>-<parentPartNumber>-<parentPartName>-<ParentPartVersion>-<childPartNumber>-<childPartName>
e.g. 'wt.part.WTPartUsageLink-OCR0847312-VIS RLX M50,80-12 AUTOTAR SA1ND-001-7703026050--A-VIS RLX M50,80-12 AUTOTAR SA1ND'
OR
( VersionToVersion association)
<linkType>-<parentPartNumber>-<parentPartName>-<ParentPartVersion>-<childPartNumber>-<childPartName> -<childPartVersion>
e.g. ‘wt.part.WTPartDescribeLink-OCR0847312-VIS RLX M50,80-12 AUTOTAR SA1ND-001-7703026050--A-VIS RLX M50,80-12 AUTOTAR SA1ND-002'
OR
( WTPart, WTDocument, EPMDocument)
<Type>-<number>-<name>-<version> e.g.
‘wt.part.WTPart-0000000125-piston-A.1’
|
1. <linkType> would be a string value based on the type of association.
For PartUsageLink: linkType : STRING := 'wt.part.WTPartUsageLink'
For PartDescribeLink : linkType : STRING := ' wt.part.WTPartDescribeLink'
2. However <childPartVersion> would only be applicable in case WTPartDescribeLink.
|
ufid
|
( VersionToMaster association)
<linkType>-<parentPartNumber>-<parentPartName>-<ParentPartVersion>-<childPartNumber>-<childPartName>|<OriginatingSystem or lastKnownRepository>|<OriginatingSystem or lastKnownRepository>
OR
( VersionToVersion association)
<linkType>-<parentPartNumber>-<parentPartName>-<ParentPartVersion>-<childPartNumber>-<childPartName>-<childPartVersion>|<OriginatingSystem or lastKnownRepository>|<OriginatingSystem or lastKnownRepository>
OR
( WTPart, WTDocument, EPMDocument)
<Type>-<number>-<name>-<version>|<SYSTEM_GUI>|<SYSTEM_DOMAIN> e.g.
‘wt.part.WTPart-0000000125-piston-A.1| ptc.com|ptc.com’
|
|
masterUfid
|
( WTPart, WTDocument, EPMDocument)
<Type>-<number>-<name>|<SYSTEM_GUI>|<SYSTEM_DOMAIN> e.g.
‘wt.part.WTPartMaster-0000000125-piston| ptc.com|ptc.com’
|
|
externalTypeId
|
Windchill Objects (WTDocument, WTPart and EPMDocument) externalTypeId is formed by concatenating with the partTypes/documentTypes attribute from the Part/Document entity respectively if present.
For example : WCTYPE|wt.doc.WTDocument|3DR
|