Question

Difficulty: MediumQuick Actions, Custom Buttons, and Links

A Salesforce Administrator at a telecommunications firm is optimizing user interface navigation and field workflows for service representatives. Match each business operational requirement on the left with the correct Salesforce customization tool or action type on the right.

  • Create a new Work Order record directly from an Account record page while automatically populating parent Account field values.Object-Specific Quick Action (Create a Record)
  • Launch an external carrier diagnostic portal in a new browser tab using dynamic parameters from the current Case record.Custom Detail Page Link
  • Provide users a consistent way to launch a Screen Flow from the global navigation bar across any page in Lightning Experience.Global Quick Action (Flow)
  • Allow representatives to modify specific fields on the current Case record using a targeted, streamlined overlay window.Object-Specific Quick Action (Update a Record)

Answer

Each business requirement maps to its optimal Salesforce user interface tool based on context and target functionality: creating a related record with parent default values requires an Object-Specific Create Record Action; launching parameterized external web URLs requires a Custom Detail Page Link; triggering a general Screen Flow across all pages requires a Global Quick Action; and editing fields on the current record via an overlay layout requires an Object-Specific Update Record Action.
The requirement to create related records with pre-populated parent fields maps to Object-Specific Quick Actions (Create a Record). Opening external websites with record tokens maps to Custom Detail Page Links. Invoking general flows without record context maps to Global Quick Actions (Flow). Updating fields on the active record via a streamlined pop-up window maps to Object-Specific Quick Actions (Update a Record).

Step-by-Step Solution

1
Analyze the record context and target outcome for creating related records with field inheritance.
Creating a Work Order from an Account using parent values requires an Object-Specific Quick Action because it maintains relational context and supports Predefined Field Values.
Global actions cannot automatically reference target record field context, making object-specific actions mandatory for parent-to-child data inheritance.
2
Determine the tool for navigating to external web resources with record data tokens.
Constructing dynamic URLs with record merge fields to open external sites points directly to Custom Links.
Custom Links are designed to execute URL navigation and pass merge fields seamlessly into query parameters.
3
Evaluate global versus object-specific scope for screen flows.
A action needed everywhere across Lightning Experience without requiring a specific record context requires a Global Quick Action.
Global Quick Actions can be made available globally via Publisher Layouts in the global header.
4
Select the action type for focused inline record edits via pop-up dialogs.
Editing fields on the record currently being viewed via a specific sub-layout uses an Object-Specific Quick Action of type Update a Record.
Update a Record quick actions provide customized mini-layouts to modify record values without navigating away.

Key Concept

Quick Action Scoping, Action Types, and Custom Web Navigation Tools
Estimated Time:1m 30s
Rate this question