QuestionQ35

OmniStudio User Interface

A company has a process that requires birthday validation. At the start of the process, the user must enter their birthday. If the user is under 18 years old, the process must display an error stating that the age cannot be less than 18 and must prevent the user from continuing. If the user is 18 or older, the process must continue without displaying an error message.

Which two OmniScript features should the consultant recommend to satisfy this validation requirement?

Choose two
  • A Messaging
  • B Alert
  • C Calculation
  • D Formula
Explanation

A Formula element can evaluate the entered birth date against the 18-year age requirement. A Messaging element uses that validation expression to display the error when the condition fails and blocks progression until the requirement is met.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!