Hi All,
I want to ask, is there some way, when I Insert/Modify record first to be Inserted/modified the record after that to be executed code in the OnInsert/OnМodify trigger.
In Navision Help for OnInsert/OnModify trigger is stated: "This trigger executes before the default insert/modify behavior is executed."
I need this but in reverse order:
- Default insert/modify behavior is executed.
- INSERT/MODIFY trigger executes
I need this becouse I have code, in those triggers , wich should take in to acoount the New Record or the changes on the old Record
Thanks in Advance