ASSERT
Use the ASSERT function to generate a specific error message when a condition has not been met.
info
This function is only available in Validation Formulas. It is used to display meaningful errors messages to users when filling in forms.
Use
ASSERT( condition, message )
Generate a specific validation error message if the logical condition evaluates to FALSE.
Parameter | Required | Description |
---|---|---|
condition | Yes | the condition to test, which must result in either TRUE or FALSE |
message | Yes | the error message to display if the condition is FALSE |
Returns | 'Logical' |
Example 1
Function ...
returns ...