| |
GeekInterview.com > Interview Questions > Peoplesoft > PeopleCode
| Print | |
Question: PeopleCode PreBuild and PostBuild events
Answer: What is the main difference between Prebuild and Postbuild events where as both are used to hide or unhide the pages, why two events are needed for the same purpose? Which event is better to write people code to hide or unhide the pages and why? |
| July 07, 2008 10:04:33 |
#1 |
| Santoosuryan |
Member Since: July 2008 Total Comments: 2 |
RE: PeopleCode PreBuild and PostBuild events |
| PreBuild event is the foremost event which triggers at Component Level. If at all there is an error generated at prebuild then the component fails to load before the search itself. Where as PostBuild is triggers after Prebuild and Search of the component. So if at all a error is generated in PostBuild it will stop loading the component after the search of values. postBuild is the right event to use if we want to capture values rather than prebuild. |
| |
Back To Question | |