PeopleCode Events

PeopleCode EventsBe 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.

Record Field Events
FieldChange event
FieldDefault event
FieldEdit event
FieldFormula event
PrePopup event
RowDelete event
RowInit event
RowInsert event
RowSelect event
SaveEdit event
SavePostChange event
SavePreChange event
SearchInit event
SearchSave event
Workflow event
Component Record Field Events
FieldChange event
FieldDefault event
FieldEdit event
PrePopup event
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
Page Events
Activate
Menu Events
ItemSelected
Tags: ,
Subscribe to Comments RSS Feed in this post
7 Responses
  1. 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.

  2. 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.

  3. i understand people code events but i don’t know how to write PeopleCode to each event.Explain that each event with examples.

  4. Will record field save post change event gets triggered even if record field is not used over component pages?

  5. Does RowInit event fires after RowDelete event?

Leave a Reply to Rakesh Subhagan Cancel reply

Your email address will not be published. Required fields are marked *

*
*