A Support Operations Manager at a global logistics firm requests a streamlined process for Tier 2 support agents working on Case records. When handling escalation cases, agents must quickly create a related custom escalation dispatch record. The solution must automatically populate target fields on the new record using parent Case data (including Account, Contact, and Subject), enforce specific predefined field values, automatically link the new record to the source Case, and function seamlessly across both the Salesforce Mobile App and Lightning Experience desktop pages without custom code. Which solution should the System Administrator implement to meet these requirements?
- Create an Object-Specific Quick Action on the Case object of type 'Create a Record' targeting the escalation dispatch object, set predefined field values, and place the action on the Case page layout.Cevap
- BCreate a Global Quick Action of type 'Create a Record' targeting the escalation dispatch object, add predefined field values, and assign it to the Global Publisher Layout.
- CCreate a Detail Page Custom Button on the Case object using JavaScript to instantiate the escalation dispatch record and pre-fill field parameters via URL string manipulation.
- DCreate a Custom Link on the Case object using a URL formula with static record type picklist assignment parameters to open the record creation page.
Cevap
Create an Object-Specific Quick Action on the Case object of type 'Create a Record' targeting the escalation dispatch object, set predefined field values, and place the action on the Case page layout.
Object-Specific Quick Actions created on the Case object automatically pass the host Case record ID into the relationship field of the target object. They allow administrators to configure predefined field values using formulas referencing the parent Case fields, seamlessly support Salesforce Mobile and Lightning Experience, and enforce declarative best practices.
Adım Adım Çözüm
Anahtar Kavram
Object-Specific Quick Actions vs. Global Quick Actions and Custom Buttons in Lightning Experience
Tahmini Süre:2m 0s