Options

disabling default insertion behaviour

jksjks Member Posts: 277
hello,

How to disable the default insert behaviour?

i.e inside OnInsertRecord i am inserting my own record and system also inserts a new record with id 0. How to disable this default insertion behaviour?

Please help.

Comments

  • Options
    jksjks Member Posts: 277
    Hi all,

    I got the solution.

    simply write exit(false) at the end of the trigger.
Sign In or Register to comment.