Salesforce Certified Platform App Builder — Question 83
How can you make a field mandatory? (Choose three.)
Answer options
- A. Create a Workflow Rule.
- B. Check the required field box on the page layout.
- C. Check the required field box on the field definition.
- D. Creating a validation rule for the field.
- E. Check the required field box for the field on the record type.
Correct answer: B, C, D
Explanation
The correct methods to make a field mandatory are by checking the required field box on the page layout (B), on the field definition (C), and by creating a validation rule (D). Options A and E do not directly affect the requirement status of a field, as workflow rules do not enforce field requirements and checking the record type does not apply to the field's inherent properties.