How to prevent business rule from inserting record other than setAbortAction method
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 03:33 AM
hi all,
How to prevent business rule from inserting record other than setAbortAction method.
Thank you
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 04:28 AM
@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!!