Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.