What are different peoplecode events?

Showing Answers 1 - 12 of 12 Answers

R.Guru Lakshmi

  • Jan 31st, 2006
 

searchinit,searchsave,rowselect,prebuild,fielddefault,fieldformula,rowinit,postbuild,activate,rowinsert,rowdelete,saveedit,saveprechange,workflow,savepostchange,fieldedit,prepopup,fieldchange,itemselected.

  Was this answer useful?  Yes

jagadeesh

  • Oct 13th, 2006
 

mainly there are 6 ways where component processor performs people code. those are

  1) During search procesing: searchinit,serch save

  2) Before page activation: Activation

  3) After any field changes:fieldformuls,fielddefault,fieldedit,filedchange

  4) After any row inserts deletes:rowinsert,rowselect,rowinit,rowdelete

  5) After performing save:saveedit,saveprechange,save postchange

  6) During pop-up menu display:pre-popup,item selected

componet actions: prebuild,postbulid,workflow

  Was this answer useful?  Yes

Bhawna

  • Mar 16th, 2007
 

Here is the Peoplecode events:-
1) FieldDefault
2) FieldFormula
3) FieldEdit
4) Fieldchange
5) Rowinit
6) Rowselect
7) Rowedit
8)RowDelete
9) Saveedit
10) SavePrechange
11) SavePostChange
12) SearchInit
13)SearchSave
14) Workflow
15) Prepopup


If you had any questions please let me know

  Was this answer useful?  Yes

Shabbir Ahmad

  • Jul 13th, 2011
 

PLz let me know one thing..i have one scroll and inside that one grid.i want to insert only three row to grid for every row of scroll.Let me know on which event i have to write the code.I wrote the code on page activate event.But it is working for only 1st row of scroll.After clicking on the + button of scroll,its not inserting any row to grid.I also tried it on rowinsert event.

  Was this answer useful?  Yes

Shikha

  • Sep 15th, 2011
 

Below is the sequence in which PC get triggered:

SearchInit > SearchSave > PreBuild > FieldDefault > FieldFormula > PostBuild > Activate > RowInsert > RowDelete > FieldEdit > FieldChange > SaveEdit > SavePreChange > Workflow > SavePostChange

  Was this answer useful?  Yes

karthik

  • Feb 10th, 2014
 

SearchInit
SearchSave
RowSelect
PreBuild
FieldDefault
FieldFormula
RowInit
PostBuild
Activate
FieldEdit
FieldChange
RowInsert
RowDelete
SaveEdit
SavePrechange
WorkFlow
SavePostChange

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions