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
Hi all,
Can anyone help me with an API to fetch the resulting objects from a change notice?
Hi Praseeth,
You can use ChangeHelper2.service.getChangeablesAfter() to fetch the resultant objects associated with an ECN object.
Just pass the ECN object as an argument to the above mentioned API and it will return you the resulting objects as a QueryResult.
Let me know, if you need more info.
