Salesforce Certified Platform App Builder — Question 36
Which statement is true when defining a Create custom action for the Contact object? (Choose two.)
Answer options
- A. The create action will ignore field requirements.
- B. The create action can pre-define Contact field values.
- C. The create action allows a user to select a record type.
- D. The create action will respect validation rules.
Correct answer: B, D
Explanation
Option B is correct because the create action allows for the pre-definition of field values for the Contact object. Option D is also correct as validation rules are enforced during the create action. Options A and C are incorrect as the create action does not ignore field requirements and does not allow users to select a record type.