cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

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

saitha
1-Newbie

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

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

ACCEPTED SOLUTION

Accepted Solutions
KD
5-Regular Member
5-Regular Member
(To:saitha)

Try below methods

PartDocHelper.service.getAssociatedDocuments(part)

WTPartHelper.service.getDescribedByWTDocuments(part)

WTPartHelper.service.getReferencesWTDocumentMasters(part)

Regards,

Kaushik

View solution in original post

2 REPLIES 2
KD
5-Regular Member
5-Regular Member
(To:saitha)

Try below methods

PartDocHelper.service.getAssociatedDocuments(part)

WTPartHelper.service.getDescribedByWTDocuments(part)

WTPartHelper.service.getReferencesWTDocumentMasters(part)

Regards,

Kaushik

saitha
1-Newbie
(To:KD)

Thank you Somuch,

I got the output

Announcements


Top Tags