PeopleTools AWE Response Method to ApprovalManager.RequestInformation()
Hi guys.
I'm trying to find the best approach that will allow a user to respond to a request for information within my custom AWE.
After doing some reading it appears that the only way to do this is to use the Worklist "Mark Worked" button.
This will not work for me since I'm am not using the Worklist to manage my workflow. I would like to have a button on my page where I can trigger the response from there.
When I dig behind the WORKLIST component I see that I would need to import the PT_WF_WORKLIST.WOEntryMarkedWorkedResp.UpdateStatusWorked() method however since I'm not using the worklist, this will not work.