Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi, looking at returning resulting objects from a change task using PersistenceHelper.manager.navigate(Persistable arg0, String arg1, Class arg2 ).
I'm not sure what should I use for the String arg1 argument.
Hopefully it's possible to retrieve it with that api.
I would imagine it would look like PersistenceHelper.manager.navigate(<theChangeActivity>, ?, ChangeRecord2.class)
Just not sure what's the correct input there.
Solved! Go to Solution.
Take a look at the java docs for ChangeHelper2.service.getChangeablesAfter(ChangeActivityIfc ca) and ChangeHelper2.service.getChangeablesAfter(ChangeActivityIfc ca, boolean onlyChangeables). These 2 helper methods do exactly what you are asking for.
Take a look at the java docs for ChangeHelper2.service.getChangeablesAfter(ChangeActivityIfc ca) and ChangeHelper2.service.getChangeablesAfter(ChangeActivityIfc ca, boolean onlyChangeables). These 2 helper methods do exactly what you are asking for.