Avoid Creating cross-table Business Rule Recursive Loops

< 1 min read

Impact area

Performance

Severity

High

Affected element

Business Rules

Rule ID #

SN-0423

Impact #

Business Rules updating records on other tables can trigger recursive loops if any Business Rule on the updated table in turn modifies the original table, either directly or through other tables. This would cause the chain of Business Rules to execute in a loop.

Remediation

Avoid updating other tables from Business Rules. If you must do it, ensure that there are no direct or indirect references to the original table which would cause a recursive execution loop.

Time to fix

40 min

Updated on March 21, 2025
Table of contents
Was it helpful ?