behaviour of validation triggers at various vlidation levels
454517Sep 15 2005 — edited Sep 30 2005Hi,
I am trying to understand how the combination of validation unit setting and the level at which the trigger is written , affect the trigger firing in the case of validation triggers.
Any help in this matter is greatly appreciated. My questions are as below
1)WHEN_VALIDATE_ITEM can be defined at item, block or form level where as WHEN_VALIDATE_RECORD can be defined at block and form level.
I would like to know the sequence in which they will fire when validation unit is set at form, block, record and item level respectively?
2) If I were to define WHEN_VALIDATE_ITEM trigger at form level , block level and item level within the same form module, how would the validation unit setting affect the sequence in which they fire?