how I can avoid insertion of duplicate record in async insert business rule
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @akkk ,
Your requirement is correct but - Preventive,
Async insert Business Rules run after the record is already saved, so they can't prevent duplicates directly. The best way is to use a Before Insert Business Rule given by @Aditya_hublikar .
Because for prevention, always enforce uniqueness before the insert.
If my response helped mark as helpful and accept the solution.
