How to dynamically call Record PeopleCode? (from Java or other pcode)
I have business logic that exists in functions on Record FieldFormula.
The business logic needs to stay here, but i also need to call it from elsewhere, and need the calls to be dynamic in nature.
E.g., I need to implement something along the lines of how PeopleTools uses ROLE_PPCRULE, but its internals are not exposed.
How can I call Record PeopleCode Functions dynamically based on table contents?
How can I call Record pcode from Java, like i can call Methods using DoObjectMethod ?
How can I call Record pcode the way CI User Defined Methods can be called using InvokeMethodUDF ?