Sync Primary Quote to Opportunity
Designate a quote as primary and sync the quote's lines to the opportunity. When sync is enabled, any changes to the quote's lines are synced to the source opportunity lines. An opportunity can have only one quote marked as primary and enabled for sync.
Before you begin
Role required: admin
Before configuring the sync feature, complete the following instance setup:
- Activate the Quote Experience plugin (App ID: sn_quote_mgmt_adv).
- Submit a support ticket requesting to enable the Sync Quote to Opportunity tenant setting.
- When the tenant setting is enabled, export and import the transaction blueprint.
About this task
The sync feature uses the following system objects to control the sync between a primary quote and its source opportunity.
| Type | Display name | Variable name |
|---|---|---|
| Field | Is Synced to Opportunity | txn.opportunity.isSynced |
| Field | Opportunity Line Item | txn.line.opportunity.lineItem |
| Event | Enable Sync to Opportunity | txn.syncToOpportunity.enable |
| Event | Disable Sync to Opportunity | txn.syncToOpportunity.disable |
| Integration | Sync to Opportunity | txn.syncToOpportunity.updateStatus |
To configure the feature, add a button for each sync event to the layout, configure the event properties, and optionally restrict event access by stage.
The following snapshot helps you understand the event configuration to sync the quote to opportunity.
Procedure
Result
When a user selects Enable Sync to Opportunity, the quote's lines sync to the source opportunity lines, and subsequent changes to the quote's lines continue to sync. When a user selects Disable Sync to Opportunity, the sync stops.