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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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