GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Peoplesoft  >  PeopleCode
Go To First  |  Previous Question  |  Next Question 
 PeopleCode  |  Question 24 of 30    Print  
PeopleCode Prebuild & Postbuild
What is the difference between Prebuild & Postbuild events and Saveprechange&SavePostchange?


  
Total Answers and Comments: 3 Last Update: August 04, 2008     Asked by: madhu.ps16 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: surender_engg
 
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.


Above answer was rated as good by the following members:
syedajmal, bandisdevi
December 11, 2007 06:20:21   #1  
surender_engg Member Since: December 2007   Contribution: 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.

 
Is this answer useful? Yes | NoAnswer is useful 2   Answer is not useful 0Overall Rating: +2    
August 04, 2008 07:13:40   #2  
rajesh.t Member Since: July 2008   Contribution: 6    

RE: PeopleCode Prebuild & Postbuild

1. The PreBuild event is initiated before the rest of the component build events.
2. This event is often used to hide or unhide pages.
3. It
is also used to set component variables.

4. The PostBuild event is initiated after all the other component build events have been initiated.
5. This event is often used to hide or unhide pages.
6. It
is also used to set component variables.


 
Is this answer useful? Yes | No
August 04, 2008 07:21:48   #3  
rajesh.t Member Since: July 2008   Contribution: 6    

RE: PeopleCode Prebuild & Postbuild
Record level Peoplecode perform for that perticuler record only.

Component level Peoplecode performs for all the records which are under that perticuler component.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape