BusinessClass- WorkAssignment
Form - Promote
There is a Submit button on the form and I would like to see the code behind it (on Button...trigger or Push), How do I go about doing that?
Thanks
I can't find an HCM form named Promote, but maybe it has been renamed sometime in the past two years(?).
For any delivered form you can go into Configuration Console and view the delivered base LPL. If there is a button on the form labeled "Submit" then in the delivered form LPL you should expect to see something like:
button of "Submit" action is Action
or
button of "Submit" link is "..."
In the case of an action, go look at the delivered business logic LPL to see what it does. In the case of a link you'd need to parse it to figure out where it is pointing to and then research that.