Tuesday, 22 November 2016

PeopleCode Events


Below is the list of PeopleCode Events in the order of their execution:

1.  SearchInit  
2.  SearchSave
3.  RowSelect
4.  PreBuild
5.  FieldDefault
6.  FieldFormula
7.  RowInit
8.  PostBuild
9.  Activate
10. FieldEdit
11. FieldChange     
12. RowInsert
13. RowDelete
14. SaveEdit
15. SavePreChange.
16. WorkFlow
17. SavePostChange


Above mention events can be written on the following PeopleCode event locations:

1.  Page Event
2.  Menu Event
3.  Record Event
4.  Component Event
5. Component Record Level
6. Component Record Field Level



No comments:

Post a Comment