Skip to main content
1-Visitor
July 24, 2014
Solved

how to Retrieve document structure of a part. how to Display the name of the document associated with the part as output.

  • July 24, 2014
  • 1 reply
  • 1227 views

how to Retrieve document structure of a part. how to Display the name of the document associated with the part as output.

Best answer by KD_01

Try below methods

PartDocHelper.service.getAssociatedDocuments(part)

WTPartHelper.service.getDescribedByWTDocuments(part)

WTPartHelper.service.getReferencesWTDocumentMasters(part)

Regards,

Kaushik

1 reply

KD_0112-AmethystAnswer
12-Amethyst
July 29, 2014

Try below methods

PartDocHelper.service.getAssociatedDocuments(part)

WTPartHelper.service.getDescribedByWTDocuments(part)

WTPartHelper.service.getReferencesWTDocumentMasters(part)

Regards,

Kaushik

saitha1-VisitorAuthor
1-Visitor
July 30, 2014

Thank you Somuch,

I got the output