Community Tip - You can change your system assigned username to something more personal in your community settings. 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.
