Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

Flow Designer Error

pallav_nagar
Tera Contributor

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

pallav_nagar_0-1787673463365.png

 

 

1 REPLY 1

Vishnu Surendra
Tera Expert

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.