How to prevent business rule from inserting record other than setAbortAction method

Obito
Tera Expert

hi all,

How to prevent business rule from inserting record other than setAbortAction method.

 

Thank you

5 REPLIES 5

@Obito If it is not possible to put coalesce, I would recommend you to create an on before script and query the records that matches the condition in the Business Rule and set ignore=true if there is a record that matches, this way the attempt to add the record to the target table will be stopped.

 

Please mark the appropriate response as correct answer and helpful.

Thanks!!