ActionRetrieveUnsyncedQuoteLines
Retrieves the service quote lines on a Salesforce CPQ quote that have not yet been synced to the related Services Estimator estimate. Use this action to identify which quote lines still need syncing. For each unsynced quote line, returns the candidate estimate products it can be synced to. Specify either an estimate ID or a quote ID, not both.
| Property | Value |
| Label | Retrieve Unsynced Quote Lines |
| Category | Estimates |
| Since | January 2024 |
| Read-only | Yes |
| Supports Agents | No |
| Supports Flows | Yes |
| Async Action | No |
| Keywords | retrieve, get, unsynced, quote line, quote, estimate, estimate product, CPQ, sync |
Request Parameters
| Field | Type | Label | Description | Required |
EstimateId | Id | Estimate ID | The ID of the estimate associated with the quote that the unsynced service quote lines are retrieved from. You must specify either the ID of the quote or of the estimate. You can't specify both. | No |
QuoteId | Id | Quote ID | The ID of the quote to retrieve the unsynced service quote lines from. You must specify either the ID of the quote or of the estimate. You can't specify both. | No |
Response Parameters
| Field | Type | Label | Description | Required |
EstimateId | Id | Estimate ID | The ID of the estimate associated with the quote that the unsynced service quote lines are retrieved from. | No |
QuoteId | Id | Quote ID | The ID of the quote from the request. | No |
UnsyncedQuoteLines | List<UnsyncedQuoteLineDetail> | Unsynced Quote Lines Detail | A list of unsynced service quote line details. | No |
Errors | List<SyncEstimateAndQuoteService.SyncEstimateAndQuoteError> | Deprecated: Errors | Not in use. | No |
Errors2 | List<InvocableRetrieveUnsyncedQuoteLinesError> | Errors | A list containing errors that occurred while processing the request. | No |
|