Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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.
