Exam4Training

How do you ensure that the correct pattern is entered when the user exits the field?

A view has a part number field that requires the first two characters are letters, and the last four are digits (for example, AB1234).

How do you ensure that the correct pattern is entered when the user exits the field?
A . Configure a validate rule on the flow action to validate the field with boolean logic.
B . Configure an edit validate rule and call it from a validate rule in the relevant flow action.
C . Configure an edit validate rule and reference it from the property rule for the field.
D . Configure a validate rule to use input-qualified validation configuration.

Answer: C

Explanation:

To ensure that the correct pattern is entered for a part number field, configure an edit validate rule and reference it from the property rule for the field. The edit validate rule can be set up to check that the first two characters are letters and the last four are digits.

Reference: Pega official documentation on property rules and edit validate rules.

Exit mobile version