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:  PeopleCode Prebuild & Postbuild

Answer: What is the difference between Prebuild & Postbuild events and Saveprechange&SavePostchange?


December 12, 2007 06:20:21 #1
 surender_engg   Member Since: December 2007    Total Comments: 5 

RE: PeopleCode Prebuild & Postbuild
 
Prebuid can be used to validate your search data, discarding rows.  Postbuild can be used to play with the pages (hide, unhide).. filling up scrolls.. 
Saveprechange is the last event where you can validate and correct ur data before updating the database. Once it is done, database will get updated. Savepostchange will be used to play with tables which are not present in ur component buffer.
     

 

Back To Question