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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Translate the entire conversation x

Java method to create a link between change notice and change request objects.

NP_9998831
12-Amethyst

Java method to create a link between change notice and change request objects.

Need a method to link Change Notice and Change Request.
Similar to "ChangeProcessLink.newChangeProcessLink" which allows CR to CR or CN to Cn linkage only.

Any inputs?

ACCEPTED SOLUTION

Accepted Solutions

Thanks Tosin for your reply.
Yeah the link mentioned is having required information but we have some deprecated link names.

Here for my requirement i have used the below API:
ChangeProcessLink.newChangeProcessLink((FlexibleChangeItem) CR, CN);

 

The above API is working to link CR with CN objects.

View solution in original post

2 REPLIES 2

Thanks Tosin for your reply.
Yeah the link mentioned is having required information but we have some deprecated link names.

Here for my requirement i have used the below API:
ChangeProcessLink.newChangeProcessLink((FlexibleChangeItem) CR, CN);

 

The above API is working to link CR with CN objects.

Announcements

Top Tags