Which of the following blocks are available in the validation editor? Note: There are 2 correct
answers to this question.
The validation editor is a tool that allows you to create custom logic to validate data and display error or warning messages based on certain conditions. The validation editor has four types of blocks: Message, Condition, Action, and Workflow. However, only the Message and Condition blocks are available for creating validations. The other two blocks are used for creating determinations, which are different from validations.
The Message block is used to define the type, text, and severity of the message that will be displayed to the user when the validation is triggered. You can choose between Error, Warning, or Information messages, and customize the message text according to your needs. The severity of the message determines whether the user can proceed with the save action or not. For example, an Error message will prevent the user from saving the data, while a Warning message will allow the user to save the data with a confirmation.
The Condition block is used to specify the criteria that will trigger the validation. You can use various operators and expressions to define complex conditions based on the data in the fields. You can also use logical connectors such as AND, OR, and NOT to combine multiple conditions. For example, you can create a condition that checks if the status of a case is Closed and the resolution is empty, and then display an error message to the user.
Pa
12 days agoRosio
12 days ago