An administrator at a subscription management company needs to enable sales representatives to create a related Renewal Opportunity directly from a custom Contract record page in Lightning Experience. The new Opportunity must automatically populate its Account Name and Primary Contact fields using context from the originating Contract record, and the action button must only be accessible from the Contract object's page layout. Which configuration should the administrator implement to fulfill these requirements?
- Create an Object-Specific Quick Action on the Contract object to create an Opportunity record and define Predefined Field Values for the target fields.Cevap
- BCreate a Global Quick Action to create an Opportunity record and place it on the Global Publisher Layout.
- CCreate a Custom Detail Page Button on the Contract object using custom OnClick JavaScript to execute field assignment logic.
- DConfigure Dynamic Forms component visibility rules on the Contract page layout to automatically expose hidden child Opportunity fields.
Cevap
The administrator should create an Object-Specific Quick Action on the Contract object that creates a related Opportunity record and configures Predefined Field Values for the Account Name and Primary Contact fields.
Creating an Object-Specific Quick Action on the Contract object enables administrators to create related Opportunity records while automatically populating target fields using Predefined Field Values. Because it is object-specific, it retains record context and can be assigned directly to the Contract object page layout.
Adım Adım Çözüm
Anahtar Kavram
Object-Specific Quick Actions and Predefined Field Values