AWE Line Level Denial and Resubmit Challenge
Hello,
I have a page that has header and line level approval setup.
I have line level Approval setup as well via an Approve Button on each line to prevent blind approvals of multiple lines without review.
My customer now is asking if they can provide a Line Level Denial which I have found that I can do with the following;
Behind the Deny button FieldChange I set a Component Variable to the current row number;
Component number &cnbrRow;
Component string &cstrAction;
&cnbrRow = CurrentRowNumber();
&cstrAction = "D";
At the Component Save Post Change the following is executed for the Deny
Component number &cnbrRow;