A Salesforce Administrator at a freight logistics company needs to configure a feature on the Account object that enables account managers to quickly create a related 'Client Onboarding' custom record. The setup must automatically set the Onboarding Start Date to the current date, default the Status to 'Pending Review', and present only essential fields to the user during creation. Which two configuration steps should the administrator perform to meet these requirements? (Select 2 answers)
- Create an Object-Specific Quick Action on the Account object targeting the Client Onboarding object and customize the Action Layout.Answer
- Configure Predefined Field Values on the quick action for the Onboarding Start Date and Status fields.Answer
- CConfigure available picklist values for the Status field within the parent Account object's Record Type settings.
- DSet up Dynamic Forms component visibility rules on the Account Lightning Record Page to display fields during quick action creation.
Answer
The administrator must create an Object-Specific Quick Action on Account targeting the Client Onboarding object (with a customized Action Layout) and define Predefined Field Values on the action for the default field values.
To create a related record directly from a parent object while enforcing default field values and showing a restricted subset of fields, an administrator should create an Object-Specific Quick Action on the parent object targeting the related object, customize the action layout, and set up Predefined Field Values.
Step-by-Step Solution
Key Concept
Object-Specific Quick Actions and Predefined Field Values
Estimated Time:1m 30s