How to validate dropdown default value "Select.." in Constellation (Pega Infinity 24.2.2)?
Hi,
I'm working in Pega Infinity 24.2.2 using the Constellation architecture. I have a dropdown field called "Account Type" in one of my Views.
The dropdown options are:
-
Select.. (default value on load)
-
Personal
-
Business
-
Other
I want to trigger a validation error if the user leaves the default "Select.." option selected and tries to submit. The expected error message is:
Account Type is required
I have tried marking the field as "Required", but since "Select.." is a valid string value, it bypasses the default required validation.
How can I implement this validation in Constellation — either through a View config, Validation Rule, or any other recommended approach?
Thanks in advance!