Group Validation Checks

Previous Next

See Also

In a USoft application interface, when fields values within a group have been changed, and the user leaves the group:

· For a group of foreign key fields:
1. All joined columns associated with the relationship are queried.

In BenchMark's Profiler, the reason is COMPUTE_VIRTUAL.

2. The foreign key is checked. (FOREIGN_KEY)
· For a group of unique key fields, the uniqueness of the key is checked. (UNIQUE_KEY)