Salesforce Certified OmniStudio Consultant — Question 27

A company has a process that requires a birthday validation. At the beginning of the process, the user is asked to input their birthday. If the user is less than 18 years old, then the process should display an error stating that the age cannot be less than 18. The process should restrict users from continuing. If the user is 18 or older, then the process should proceed without any error message.
Which two OmniScript features should the consultant recommend to meet this validation requirement? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct options are Messaging and Calculation. Messaging allows for displaying error messages when the age validation fails, while Calculation can be used to determine if the user is under or over 18 based on their input. The Alert option is not suitable for this specific validation requirement as it does not provide the same functionality as Messaging in terms of error handling, and Formula is not directly related to the validation process.