How USoft Developer Processes Data |
USoft Developer processes data manipulations in terms of row events. A row events occurs for each record that is inserted, updated, or deleted via a USoft application, either interactively by the user or indirectly by cascading rules. A row event occurs for example:
If INSERT, UPDATE, or DELETE statements manipulate more than one record, a row event is created for every record that will be inserted, updated, or deleted. USoft Developer's conceptual processor performs checks on row events to determine if the row event is subject to any restrictive or corrective business rules:
For detailed information about Rules Engine validation, please refer to the Rules Engine Help. |