How do I get the Describes Parts of WTDocument using Info*Engine?
Jun 23, 2020
02:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 23, 2020
02:20 AM
How do I get the Describes Parts of WTDocument using Info*Engine?
Hello, please tell me how to use Info*Engine to output (get) all the "Describes Parts" that are located on the "Related objects" tab of the document (WTDocument) ?
Labels:
- Labels:
-
Info*Engine
1 REPLY 1
Jun 24, 2020
05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 24, 2020
05:02 AM
- This can be done using Query-Links webject
-
<ie:webject name="Query-Links" type="OBJ"> <ie:param name="INSTANCE" data="$(properties[0]wt.federation.ie.VMName[0])" /> <ie:param name="ATTRIBUTE" data="name,number" delim="," /> <ie:param name="TYPE" data="$(@FORM[]typeOfLink[])" default="wt.part.WTPartDescribeLink"/> <ie:param name="OBJECT_REF" data="$(specificationDoc[0]obid[0])" /> <ie:param name="DIRECTION" data="$(@FORM[]direction[])" default="describes" /> <ie:param name="GROUP_OUT" data="relatedParts" /> </ie:webject>
check this article:
Regrads
