Please do post your comments and suggestions for me to improve on chowdary1105@gmail.com

Wednesday, May 19, 2010

Search Process of a component in Update mode (UpdateDisplay/UpdateDisplayall) and Component Build Processing or Page build process in Update/Update Displayallmode

When we click on the component portal in menu then  the following below PeopleCode events will fire

Search Process
Record Field     SearchInit
ComponentRecord  SearchInit

-->Click on Search
Record Field    SearchSave
ComponentRecord SearchSave

Component Build Process or Page Build processing in Updatedisplay/UpdateDisplayall mode
-->Select the Employee ID from the list then
Record Field                      RowSelect
ComponentRecord            RowSelect
Component Level              Prebuild
Record Field                     FieldFormula
Record Field                     RowInit
ComponentRecord            RowInit
Component level               Postbuild
Page Activate fires and displays the page 

When we edit the field (Employee ID) then the following below PeopleCode Events will fire
-->Edit the field (Employee ID) and hit on save then the following peoplecode events will fire
Record Field                            FieldEdit
ComponentRecordField           FieldEdit
Record Field                           FieldChange
ComponentRecordField          FieldChange
Record Field                           FieldFormula

Save Processing PeopleCode Events:
Record Field                           SaveEdit
ComponentRecord                  SaveEdit     
Record Field                           SavePrechange   
ComponentRecordField          SavePrechange
ComponentLevel                    SavePrechange
Record Field                          Workflow 
ComponentLevel                    Workflow 
Record Field                          SavePostchange
ComponentRecordlevel          SavePostchange
Component Level                   SavePostchange

No comments: