Question

Difficulty: MediumQuick Actions, Custom Buttons, and Links

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

1
Evaluate record creation with parent context (Requirement 1)
Creating a child record from a parent record context with auto-populated parent lookups requires an Object-Specific Quick Action.
Global actions lack source record context and cannot inherit parent field values automatically.
2
Evaluate universal record creation (Requirement 2)
Creating a record from anywhere in the application interface requires a Global Quick Action.
Global quick actions are available on global layouts and navigation bars regardless of the current record.
3
Evaluate external web navigation with dynamic parameters (Requirement 3)
Passing field values via merge fields to an external site is achieved using a Custom Link.
Custom Links support URL parameter encoding using standard merge field syntax.
4
Evaluate targeted record field updates (Requirement 4)
Updating designated fields on the target record via a dedicated pop-up layout requires an Object-Specific Update Record Quick Action.
Update record quick actions provide a focused action layout for updating specific record fields.

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.
Rate this question