
Example of Single Record Validation
Each new or changed data record is checked individually in single record validation. The formulas are written here with the technical name of the expert mode. For more information on creating formulas in the expert mode or formula builder, see Customizing.
Prerequisite |
Check |
Revenue is greater than zero |
Revenue must be greater than the sum of the bonuses and sales provision |
CF001-REVEN > ‘0’ |
CF001-REVEN > (CF001-BONUS + CF001-VPROV) |