Question

Difficulty: MediumQuick Actions, Custom Buttons, and Links

A Salesforce Administrator at an IT services company needs to allow support engineers to create a related Service Ticket record directly from an active Asset record. The solution must automatically populate the Asset lookup field with the current Asset record's details, default the Status field to 'Submitted', and display a streamlined set of fields to the user during creation. Which configuration should the administrator implement to fulfill these requirements?

  1. Create an Object-Specific Quick Action on the Asset object, configure predefined field values for the Asset and Status fields, and customize the action layout.Answer
  2. B
    Create a Global Quick Action to create the Service Ticket record, define predefined field values, and add it to the Global Publisher Layout.
  3. C
    Create a Custom Link on the Asset object that uses Dynamic Forms component visibility rules to pass field parameters.
  4. D
    Create an Object-Specific Quick Action on the Service Ticket object and rely on record type picklist assignment to set the initial values.

Answer

Create an Object-Specific Quick Action on the Asset object, configure predefined field values for the Asset and Status fields, and customize the action layout.
An Object-Specific Quick Action created on the Asset parent object has automatic access to the record context. Setting predefined field values allows the system to populate both the target record's lookup to Asset and fixed values like Status = 'Submitted'. Customizing the action layout controls which fields appear to the user.

Step-by-Step Solution

1
Determine the type of Quick Action required.
Identify that an Object-Specific Quick Action on the Asset object is required because the action must automatically reference the parent record context.
Global actions lack record context and cannot automatically populate record lookup fields based on the host page.
2
Configure predefined field values.
Set predefined field values for the Asset field (referencing the current Asset ID) and set the Status field to 'Submitted'.
Predefined field values satisfy the requirement to populate defaults automatically without requiring manual input from the user.
3
Customize the action layout and add to the page layout.
Arrange the necessary fields on the action layout and add the Quick Action to the Asset Lightning Page Layout / Mobile & Lightning Actions section.
Customizing the action layout ensures only the streamlined set of fields is presented to users during record creation.

Key Concept

Object-Specific Quick Actions and Predefined Field Values
Estimated Time:1m 30s
Rate this question