Thursday, January 20, 2011

PeopleCode Events

PeopleSoft provides a few PeopleCode events which are fired at different times.

EventDescription
SearchInitPeopleCode performs before the search dialog box displays.
SearchSaveUsed after the operator clicks OK in the search record dialog box.
RowSelectUsed to filter out rows of data.
PreBuildUsed to hide and unhide the pages.
FieldDefaultSet defaults for fields without a value.
FieldFormulaFired after FieldDefault completes successfully. This is mostly used to store function definitions.
RowInitUsed to initialize the rows.
PostBuildFired after all the component build events have performed.
ActivateFired every time the page is activated.
FieldEdit
FieldChange
RowDelete
SaveEdit
SavePreChange
SavePostChange
RowInsert
WorkFlow
PrePopup

More to come....

No comments:

Post a Comment