Salesforce Certified Platform App Builder — Question 32
Which two options are available to an app builder when defining an object-specific Create Record custom action? (Choose two.)
Answer options
- A. Allowing the end user to choose the record type.
- B. Specifying the fields and layout of the action.
- C. Redirecting the end user to the detail page of the target object.
- D. Pre-defining field values on the target object.
Correct answer: B, D
Explanation
The correct answers are B and D because specifying the fields and layout of the action (B) is essential for customizing how the Create Record action appears, and pre-defining field values (D) allows for a more streamlined user experience. Options A and C are incorrect since they do not relate to the specific configurations available for a Create Record custom action.