How to implement RequestInformation in custom AWE
Hi,
I want to implement RequestInformation feature in my custom AWE.
Business Scenario: Approval process has 3 steps A, B and C. A submits the request. Request is pending with B. B wants some more information.
1. I Believe RequestInformation(&user, &rs) method needs to be used in approver component. What are the two parameters used in this method?
&user: It is A or B?
&RS: Is it the approver components rowset object?
2. Say if B request for information to A and A provides the requested information. How will the process know that the information has been provided. Which methods need to be used.