PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Is there a way to.....

edited Nov 30, 2015 10:10PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 4 commentsAnswered

Trigger the Activate Page PeopleCode when returning from a Secondary Page.

Scenario, the main page sorts by default by NAME.  As fields are entered onto the page, we calculate a SORT_FIELD.  Upon Save, we trigger PeopleCode as such:
&PAGENAME_RS.Sort(PAGENAME.SORT_FIELD, "A", PAGENAME.NAME, "A");
so that the primary sort becomes the SORT_FIELD and the NAME becomes a secondary sort field.

The page has a push button that lets the user go to a secondary page to enter free form text, and we coded an AUTOSAVE function there as well.

PeopleCode on the Secondary Page has DoSaveNow() and EndModal(0).

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