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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Translate the entire conversation x

is there any api to create describeBy doc for a part

SB_10904295
10-Marble

is there any api to create describeBy doc for a part

when part move to a particular, through code i am trying to create WTDoc and i was able to create WTDoc but it does not link to WTPart through describeBy link. So is it possible to create WTDoc with describeBy link with WTPart through code.

2 REPLIES 2

Hi @SB_10904295,

Thank you for your question!

It appears that your post has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.

Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.

 

Best regards,


Catalina
PTC Community Moderator
PTC
avillanueva
22-Sapphire III
(To:SB_10904295)

Yes, this is possible:

WTPartDescribeLink link=WTPartDescribeLink.newWTPartDescribeLink(board,doc);
                    PersistenceHelper.manager.save(link);

My board is a WTPart and the doc is a WTDocument. 

Announcements
Top Tags