Skip to main content
Version: 2023 R3

Validate form

This action checks the condition specified in the SQL query.
The condition is met if the query returns "POSITIVE", "1" or "TRUE".

Validate form

1. Validation rule

Define a rule that will verify whether the data entered into the form is valid.
If the entered data are correct, the rule should return "POSITIVE" (or "1" when SQL is used in the rule). If any other value is returned, the data on the form will be considered invalid.

If the data are invalid, you will receive an error message as defined in the Message for validation error field.

If the data are valid (i.e. rule returns "POSITIVE" or "1"), you will not receive any messages. Instead, the message defined in the Message for successful validation field will be saved in the action completion status.

2. Message for validation error

A message saved in the action execution status and displayed if the action ends with failure.

3. Message for successful validation

A message saved in the action execution status if the action has been completed successfully.

info

For more information, see: The "Validate form" action on our technical blog.