daogu
saniao
August 27, 2010
triggers fired in certain situations
Filed under : Forms
Hi,
Can anyone pls tell me what are the triggers fired in the foll cases
1)on navigating from one form to next
2)on navigating from one block to next
3)on navigating from one record to next
Please list out all the triggers
Answer:For 1, 2 and 3
PRE-<FORM/BLOCK/RECORD>
WHEN-VALIDATE-RECORD — only for 3
WHEN-NEW-<FORM/BLOCK/RECORD>-INSTANCE
POST-<FORM/BLOCK/RECORD>
Thanks,
Vamsi
Answer:Actually, the ‘post’ triggers fire in order from the lower to [...]