Migrate blueprints between CPQ environments to ensure consistent configuration management. Export, update, and import blueprint packages safely using the Matrix Loader to promote tested configurations from development to
production.
Antes de Iniciar
Understand CPQ upgrade windows, described in CPQ Upgrade Schedule. Schedule your migration to avoid published upgrade windows. If you have questions regarding this topic, reach out to your Customer Success Manager.
The following terms are used in this task:
- Source
- The environment from which functionality is migrated.
- Destination
- The environment to which functionality is migrated.
- Migration package
- The file or files exported from the source environment to be imported to the destination environment.
This task assumes that migration is performed on one or more blueprints at a time.
Role required: (unknown)
Procedimento
-
Export the blueprint from the source.
-
In the source environment, select the blueprint you want to move by clicking the check box next to its name.
-
Click Export.
Watch for notifications on the bell icon located in the lower-left corner. The first notification indicates that the export process has started. After the export is complete, a second notification
indicates that the blueprint is ready for download.
-
To download the blueprint, click the Download link in the bell icon menu.
-
Save the blueprint to your local machine or a central repository such as Git.
-
If your environment is integrated with Salesforce and you are migrating the blueprint for the first time, confirm the prerequisites and perform step 1 in Migrate a blueprint to an SFDC-integrated destination.
-
Modify the migration package.
-
Unzip the blueprint ZIP file you downloaded in step 1.
The file unzips to a blueprint.yaml file.

-
Open the blueprint.yaml file in a text editor.
When migrating a blueprint to a destination in which an earlier version of the blueprint resides, we recommend adding the following line to the bottom of the file:
fullBlueprintMigration: true
Sample edited blueprint.yaml file:
---
blueprints:
- variableName: someBlueprint
related Fields:
- field1
- field2
- field3
lastModifiedBy: dev5@dev.logik.io
name: someBlueprintName
description: BP description goes here
relatedSets: null
scripts: null
layouts: null
products: null
productPickers: /fields/productPickers.yaml
sets: null
fieldOptions: /fields/fieldOptions.csv
rules: /rules/rules.csv
fields: /fields/fields.csv
fullBlueprintMigration: true
For a description of how this parameter affects the blueprint migration, see The fullBlueprintMigration parameter.
-
If your environment is integrated with Salesforce and you are migrating the blueprint for the first time, perform step 2 in Migrate a blueprint to an SFDC-integrated destination.
-
Save your edits and close the blueprint.yaml file.
-
Compress all components of the migration package (including blueprint.yaml, the blueprints folder, the fields folder, the rules folder, and any other artifacts that may have been present in the migration package, but
not the parent folder) to a new ZIP file.
Importante: When compressing, make sure to select only the contents of the unzipped blueprint export, and not the parent folder itself. If the parent folder is selected, you will receive an error when you upload
it to the
CPQ Admin.
-
Migrate components related to the blueprint you are migrating (for example, managed tables and external connections used by the blueprint) to the production tenant.
-
Import the blueprint to the destination.
-
Log into the administration area of the CPQ destination environment.
-
Open the Matrix Loader.
-
Drag the edited migration package ZIP file into the Matrix Loader drop area.
-
Click Next, and then click Import.
If you encounter errors after the import, follow the on-screen instructions to review the error logs.
-
Test the migration.
-
If your environment is integrated with Salesforce and you are migrating the blueprint for the first time, perform steps 3 and 4 in Migrate a blueprint to an SFDC-integrated destination.
-
Review your migrated blueprint from the end-user UI in the destination CPQ environment.