If the same trigger is present in Form, Block and Item level, normally the item level will fire first. How to change this default one. That is I want to fire the block level or form level. How to do this?
RE: If the same trigger is present in Form, Block and ...
Change the trigger's 'Execution Style' Property to 'after'.There is another way if you put a trigger on first item of the record then try to navigate the cursor to next item then execute the query so that bydefault block trigger fires first coz of its by default override property.
RE: If the same trigger is present in Form, Block and Item level, normally the item level will fire first. How to change this default one. That is I want to fire the block level or form level. How to do this?
Every Trigger is associated with the property "Execution Hierarchy" . By setting this to Override the default order of the trigger firing can be changed
RE: If the same trigger is present in Form, Block and Item level, normally the item level will fire first. How to change this default one. That is I want to fire the block level or form level. How to do this?
Through "Execution Hierarchy" property of trigger.
RE: If the same trigger is present in Form, Block and Item level, normally the item level will fire first. How to change this default one. That is I want to fire the block level or form level. How to do this?
No Idea ?If anybody know it kindly let me also know the right answer.RegardsDharmendra JaiswalCMS.