A System Administrator needs to provide sales reps with a way to quickly create a related Contact record directly from an Account record page in Lightning Experience. The action must automatically set the Account Name and Billing Address on the new Contact record. Which feature should the administrator configure to meet this requirement?
- An Object-Specific Quick Action on the Account object with Predefined Field ValuesAnswer
- BA Global Quick Action added to the Global Publisher Layout
- CA Custom Detail Page Button configured with JavaScript to set field values
- DA Custom Detail Page Link that updates Field-Level Security settings on the Contact object
Answer
An Object-Specific Quick Action on the Account object with Predefined Field Values is the correct tool because it operates within the context of the host Account record to create related records and pre-populate field data.
An Object-Specific Quick Action on the Account object allows administrators to create related Contact records while automatically populating target fields using Predefined Field Values derived from the host Account record.
Step-by-Step Solution
Key Concept
Object-Specific Quick Actions and Predefined Field Values