A System Administrator at a solar energy equipment manufacturer needs to allow sales reps to launch an external order-tracking web application directly from an Opportunity record. The solution must dynamically pass the Opportunity's Account ID in the web URL parameters, and the link must be displayed directly inside the record detail section of the page layout alongside field data. Which configuration element should the administrator create on the Opportunity object to meet this requirement?
- A Custom Detail Page Link configured with the web URL and merge field tokens.Answer
- BAn Object-Specific Quick Action of type Create a Record with custom predefined fields.
- CA Global Quick Action placed on the global publisher layout.
- DA Custom Detail Page Button configured with Content Source set to OnClick JavaScript.
Answer
A Custom Detail Page Link configured with the web URL and merge field tokens.
Custom Detail Page Links are designed specifically to launch external URLs populated with dynamic Salesforce merge fields (such as Opportunity or Account parameters) and are placed inside the record detail section of page layouts.
Step-by-Step Solution
Key Concept
Distinguishing between Custom Links, Custom Buttons, and Quick Actions based on Lightning Experience UI placement and URL parameter requirements.