Salesforce CPQ
Salesforce CPQ deployments
Salesforce CPQ configuration (products, price rules, quote templates...) is stored as records, not as metadata. sfdx-hardis deploys it as data: the configuration is exported from the source org and imported into the target org with SFDMU data workspaces, which can run automatically as deployment actions.
When you build the SFDMU workspaces for CPQ:
- Complete the queries with your custom fields, so they are exported and imported too.
- Replace the
Nameexternal ID by custom external ID fields, so records are matched reliably between orgs.