PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

AWE Line Level Denial and Resubmit Challenge

edited Sep 5, 2018 3:52PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 2 commentsAnswered

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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center