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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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
4-Participant
4-Participant
(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
4-Participant
4-Participant
(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