A Salesforce Administrator at a financial services firm is configuring user interface elements to streamline advisor workflows. Match each specific business requirement to the appropriate Salesforce action, button, or link feature.
- Create a related Compliance Audit record directly from an Account page while automatically linking to the Account and pre-populating predefined field values.Object-Specific Quick Action (Create a Record)
- Allow wealth advisors to log a general client inquiry record from anywhere in Lightning Experience, regardless of which page they are currently viewing.Global Quick Action (Create a Record)
- Open an external regulatory web page in a new browser tab while dynamically passing the Account record's tax identification number as a URL parameter.Custom Link
- Provide a action on the Case detail page that allows support agents to modify specific Case fields using a focused, simplified field layout.Object-Specific Quick Action (Update a Record)
Answer
Requirement 1 matches Object-Specific Quick Action (Create a Record); Requirement 2 matches Global Quick Action (Create a Record); Requirement 3 matches Custom Link; Requirement 4 matches Object-Specific Quick Action (Update a Record).
Each feature selection satisfies the exact context, availability, and functional requirements specified: Object-Specific Create actions handle parent record context; Global actions handle context-free record creation from anywhere; Custom Links handle parameterized URL navigation; and Object-Specific Update actions provide streamlined field editing for the target record.
Step-by-Step Solution
Key Concept
Selecting the correct Salesforce UI feature (Object-Specific Quick Actions, Global Quick Actions, Custom Links, or Custom Buttons) based on record context, global availability, and action type requirements.