Document Store Plugin

Use a CPQ document store plugin to store your quote documents as custom objects or in third-party integrations.
Available in: All Salesforce CPQ Editions

Table 1. storeDocument Method
Param Type Description
quote SObject (SBQQ__Quote__c) Quote record information from the Salesforce CPQ quote.
document SObject (SBQQ__QuoteDocument__c) The quote document record from Salesforce CPQ.
content Blob Represents the actual PDF or Word file contents.

Example

Here's a sample document store plugin.