Certified Pega System Architect v8.6 — Question 3
Users must provide values to certain fields before submitting a job application form.
Which configuration adds asterisks to indicate the mandatory fields on the form?
Answer options
- A. Configure a Disable when condition on the mandatory fields at runtime.
- B. Use a Validate rule to verify the mandatory fields have a value.
- C. Use an Edit Validate rule to verify if each of the mandatory properties has a value.
- D. Configure the mandatory fields as Always Required on the form at runtime.
Correct answer: B
Explanation
The correct answer is B because a Validate rule effectively ensures that mandatory fields are filled out before submission. Options A and D do not specifically indicate how to show asterisks for mandatory fields, while option C is more about editing validation rather than simply verifying the presence of values.