Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
DictionaryAAction Layout
AdministrationAdvanced

Action Layout

An Action Layout controls which quick actions appear on a record page and how those actions are organized.

Β§ 01

Definition

An Action Layout controls which quick actions appear on a record page and how those actions are organized. Administrators use Action Layouts to customize the set of actions available to users in the Salesforce publisher, such as creating tasks, logging calls, or updating fields directly from a record.

Β§ 02

In plain English

πŸ‘‹ Study buddy

β€œHere's a simple way to think about it: Action Layout decides what users can do without leaving the record. The publisher's button strip - Tasks, Calls, custom actions - appears based on this configuration. On mobile, it becomes the action sheet.”

Β§ 03

Worked example

scenario Β· real-world use

An admin at Bright Horizons Ltd. customizes the Action Layout on the Case page so that agents see a "Log a Call" action, an "Escalate" action, and a "Send Email" action right at the top. By removing less-used actions and reordering the layout, the admin reduces the number of clicks agents need, which speeds up case handling by roughly 20%.

Β§ 04

Why Action Layout decides what users can do without leaving the record

Every Salesforce record page has a publisher - the strip of buttons that lets a rep create a Task, log a call, or post to Chatter without navigating away. Action Layout is the configuration that decides what appears there and in what order. Picked actions show up first; the rest collapse into "More". On mobile, the layout becomes the action sheet at the bottom of the screen, where attention is even scarcer.

The reason this matters is engagement. Reps who can log a call in two taps will log it; reps who have to dig through a menu mostly won't, and your activity capture rate drops. Action Layout is one of the few places in Setup where a small change has an immediate behavioural effect on every user of that object - worth tuning per role and per object, not setting once and forgetting.

Β§ 05

How to set up Action Layout

Action Layouts control the form that appears when a user clicks a Quick Action β€” which fields show up, in what order, with which required / read-only states. Each Quick Action has its own Action Layout, configured from the action detail page.

  1. Open the parent action: Setup β†’ Object Manager β†’ [object] β†’ Buttons, Links, and Actions β†’ click the action

    Or for Global Actions: Setup β†’ Global Actions.

  2. Click Edit Layout (or the Action Layout link)

    Distinct from the parent object's Page Layout β€” Action Layout is per-action.

  3. Drag fields from the palette onto the layout

    Top palette = available fields. Bottom canvas = the layout users see when invoking this action.

  4. Set Field Properties per field

    Hover a field β†’ wrench icon β†’ Required / Read-Only toggles. These apply to this action only β€” not the field's general behavior.

  5. (Optional) add Predefined Field Values from the action edit page

    Auto-fill fields when the action runs. Hidden fields with predefined values are common for stamping context (Status, Origin).

  6. Save the Action Layout

    Layout is committed. Users invoking the action now see this form.

Key options
Field placement and orderremember

Drag-and-drop. First field on the layout is the first input users encounter.

Required per fieldremember

Users can't save without entering a value. Per-action, not global.

Read-Only per fieldremember

Field shows but can't be edited β€” useful for context display.

Predefined Field Valuesremember

Auto-set values, configurable from the action edit page (not the layout).

Gotchas
  • Action Layout's Required is per-action, not global. A field marked Required on the action's layout is required for this Quick Action only β€” saving via API or other actions can still skip it.
  • Predefined Field Values are evaluated at action-creation time. They're hardcoded β€” can't reference $User.Id or current-record fields except via Object-Specific Action's $Source mechanism.
  • Lightning Record Pages don't override Action Layouts. The layout configured here is what shows in the modal regardless of which Lightning Page the user came from.
Β§ 06

How organizations use Action Layout

Northwind Trading

Tuned Action Layout to surface most-used actions first; activity capture rates rose because logging became easier.

Cypress Therapeutics

Service Console actions optimized for case workflows; agents complete work without context-switching.

Β§

Trust & references

Official documentation

Straight from the source - Salesforce's reference material on Action Layout.

Was this entry helpful?
Help us write better definitions. Quick reactions or detailed edit suggestions.
Β§

Test your knowledge

Q1. What is the primary benefit of Action Layout for Salesforce administrators?

Q2. In which area of Salesforce would you typically find Action Layout?

Q3. Why is understanding Action Layout important for Salesforce admins?

Β§

Discussion

Loading…

Loading discussion…