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
Hello All,
I want to get the AddressedBy2 links from CN &CR which API I can use it?
Thanks.
Hi @BA_10780502
you can try following services
// from changeRequest
QueryResult qsCN = ChangeHelper2.service.getChangeOrders(changeRequest2, false);
// from changeNotice
QueryResult qsCR = ChangeHelper2.service.getChangeRequest(order, false);
Check what is in the queryResult there should be a link.
if you change the Boolean to true, it should return the target objects Notice or Request.
PetrH
