Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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) ?
<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