Be it big or small, business logic is coded into PeopleSoft applications by means of PeopleCode events. Though not all of them are extensively used, a PeopleSoft developer should be familiar with every event, the time it fires and the purpose it is used for.
Each event is a predefined point in the component processor flow. When an event is encountered in th eprogram flow, it fires on a component, which triggers the PeopleCode program associated with the process. You can have PeopleCode attached to various levels within the program flow.
Component Record Events |
RowDelete event |
RowInit event |
RowInsert event |
RowSelect event |
SaveEdit event |
SavePostChange event |
SavePreChange event |
SearchInit event |
SearchSave event |
Component Events |
PostBuild event |
PreBuild event |
SavePostChange event |
SavePreChange event |
Workflow event |
Hi,
Can u pls kindly furnish me information regarding all peoplecode events with example code (if possible).I am struggling a lot to know which event is used for which purpose.
Thanks
Hi Sravan,
We will shortly be finishing this series.
Please check back in couple of weeks.
Want to have all peoplecode events with example code (if possible).actually theortical wise the things are bit clear bt not able to relate with actual working.
@Shruti – Thanks for your interest.
We are working on the sample codes.
Will post them shortly.
i understand people code events but i don’t know how to write PeopleCode to each event.Explain that each event with examples.
Will record field save post change event gets triggered even if record field is not used over component pages?
Does RowInit event fires after RowDelete event?