Rules Engine behaviour on UPDATE

Previous Next

Here is an overview of all actions and checks that are performed when a record is updated. These actions and checks fall into validation moments:

Field validation before update.

Group validation before update.

Pre-store record validation before update.

Post-store record validation after update.

Transaction validation after update.

Field validation and group validation do not take place if manipulations are executed in the SQL Command dialog or by using the SqlScript() method. They also do not take place if the record is updated in a non-USoft application that connects to the USoft Rules Engine via ODBC.

See also

Field Validation Before Update

Group Validation Before Update

Pre-Store Record Validation Before Update

Post-Store Record Validation After Update

Transaction Validation After Update