Alias Attributes - EPM Document
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Alias Attributes - EPM Document
Hi Guys,
I used the below method to get the "Described by" document name in the WT Part search tab. I would like to have the same for the associated CAD/Dynamic document linked with the drawing.
WTDocumentInfoDescribedBy2 with mapping describes@wt.part.WTPartDescribeLink~describedBy^wt.doc.WTDocument~name (to get name of Described Document)
Regards,
AJ
Solved! Go to Solution.
- Labels:
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
try below mapping
describes@wt.epm.structure.EPMDescribeLink~describedBy^wt.epm.EPMDocument~name
for more details refer below link in help center.
https://support.ptc.com/help/windchill/r13.0.1.0/en/index.html#page/Windchill_Help_Center/typeattr/TypeMgrAttrAliasMap.html
hope this helps
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Shreyas_Atre @Fadel Thanks for the replies
This one is working built@wt.epm.build.EPMBuildHistory~builtBy^wt.epm.EPMDocument~name
