Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
how to Retrieve document structure of a part. how to Display the name of the document associated with the part as output.
Solved! Go to Solution.
Try below methods
PartDocHelper.service.getAssociatedDocuments(part)
WTPartHelper.service.getDescribedByWTDocuments(part)
WTPartHelper.service.getReferencesWTDocumentMasters(part)
Regards,
Kaushik
Try below methods
PartDocHelper.service.getAssociatedDocuments(part)
WTPartHelper.service.getDescribedByWTDocuments(part)
WTPartHelper.service.getReferencesWTDocumentMasters(part)
Regards,
Kaushik
Thank you Somuch,
I got the output
