Flow Designer Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Error occured while inserting record: Operation against file 'sc_task' was aborted by Business Rule 'Abort changes on group^a81036a30f320fd08d6bc1e800d1b268'. Business Rule Stack:Abort changes on group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @pallav_nagar ,
The error shown in the image is caused by an OOTB Business Rule that is preventing the record from being inserted into the sc_task table.
You can verify this by navigating to Business Rules and searching for the Business Rule named "Abort changes on group".
Please check the script of this Business Rule and verify the condition for the sc_task table. The script is aborting the insert operation for your record, which is causing the error.
You can review the Business Rule and its script to identify the specific condition that is triggering the abort.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Have you looked into the mentioned business rule?
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Yes, here's the Business rule causing the error above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Yes, this is the script causing the error.
The script checks whether the Assigned to user selected on the record is a member of the selected Assignment group. If the user is not a member of the selected assignment group, the Business Rule aborts the insert operation for the record.
If this is helpful, please like the message.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
