Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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?
Solved! Go to Solution.
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.
Can this article help you?
Understanding Change Management objects and their relations in Windchill PDMLink
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.