0

Is it possible to cancel the creation of a record in the "on create" trigger?

I want to prevent users from adding records based on code. Can i explain to ninox that i want to cancel the creation within the trigger?

1 reply

null
    • Nick
    • 5 yrs ago
    • Reported - view

    I don't know if it is possible to Cancel...

    I'm using this approach within a trigger:

    -

    if this = that

    then

    delete this

    end

    -

    This deletes the created record if all conditions are met.

Content aside

  • 5 yrs agoLast active
  • 1Replies
  • 1169Views