PeopleCode Events

This section discusses:

  • Activate event.

  • FieldChange event.

  • FieldDefault event.

  • FieldEdit event.

  • FieldFormula event.

  • ItemSelected event.

  • PostBuild event.

  • PreBuild event.

  • PrePopup event.

  • PreScrollRowSelect event.

  • RowDelete event.

  • RowInit event.

  • RowInsert event.

  • RowSelect event.

  • SaveEdit event.

  • SavePostChange event.

  • SavePreChange event.

  • ScrollRowSelect event.

  • SearchInit event.

  • SearchSave event.

  • Workflow event.

Note:

The term PeopleCode type is still frequently used, but it does not fit into the PeopleTools object-based, event-driven metaphor. The term PeopleCode event should now be used instead. However, it’s often convenient to qualify a class of PeopleCode programs triggered by a specific event with the event name; for example, PeopleCode programs associated with the RowInit events are collectively referred to as RowInit PeopleCode.