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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

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

NP_9998831
5-Regular Member

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
NP_9998831
5-Regular Member
(To:Marco_Tosin)

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

NP_9998831
5-Regular Member
(To:Marco_Tosin)

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