Certified Pega System Architect v8.0 (2019) — Question 2
You are implementing a UI form collecting job applicant information. Users must provide values to certain fields before submitting the form.
Which configuration adds asterisks to indicate the mandatory fields on the form?
Answer options
- A. Use multiple Validate rules for each mandatory field
- B. Use an Edit Validate rule to verify if each of the mandatory properties has a value
- C. Use a Validate rule to verify the mandatory fields have a value
- D. Configure the mandatory fields as Required in the section rule
Correct answer: C
Explanation
The correct answer is C because it directly addresses the requirement to confirm that mandatory fields have values. Options A and B involve validation methods but do not explicitly mention the visual indication of asterisks. Option D discusses the configuration of fields but does not specify the use of a Validate rule.