PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

How to execute code behind dosavenow() peoplecode using CI

edited Oct 8, 2013 2:52PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 3 commentsAnswered
Hi Team ,

I am facing one issue .I know that CI doesn't execute dosavenow() method.

I have created one application engine program where by using CI I am inserting data into component.

In a field change below delivered code is written .So when my program read dosavenow it doesn't do anything  but via online  when it read dosavenow it execute some set of saveedit event code where data gets updated into the database table based on the flag &NoUpdate = "Y";

&NoUpdate = "Y";             /*set the flag*/
&NOBIHDRSAVE = "Y";  /*set the flag*/
DoSaveNow();                /*database update*/
&NOBIHDRSAVE = "N";  /*reset the flag*/
&NoUpdate = "N";        /*reset the flag*/

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