GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Peoplesoft  >  PeopleCode

 Print  |  
Question:  what is the sequence of events fired when a page is saved.



October 10, 2009 13:47:41 #2
 kishore.kummr   Member Since: October 2009    Total Comments: 2 

RE: what is the sequence of events fired when a page is saved.
 

For the discussions already made, I would add one more event when a page is saved, i.e. workflow. So, Now series will be
SaveEdit,
SavePreChange,
Workflow,
SavePostChange

Workflow: Only Peoplecode related to Workflow (e.g. Approval processes and Notification purposes) are written.

     

 

Back To Question