Re: Retrieve the API of all objects affected by change notifications in WTpart through programming
1
QueryResult activities = ChangeHelper2.service.getAffectingChangeActivities(part);while (activities.hasMoreElements()) {WTChangeActivity2 activity = (WTChangeActivity2) activities.nextElement();QueryResult orders = ChangeHelper2.service.getChangeOrde... View more