Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

The fullBlueprintMigration parameter

Learn the effects of enabling or disabling the fullBlueprintMigration parameter on sources in various configurations. The fullBlueprintMigration parameter controls how thoroughly a blueprint is updated during migration.

The fullBlueprintMigration parameter

When migrating an edited blueprint from a source environment to a destination environment where an earlier version of the same blueprint exists, fullBlueprintMigration: true instructs the destination environment to perform the migration more aggressively than it otherwise would. In the matrix below, common scenarios performed on the source environment blueprint are noted in the first column. The destination environment performs the corresponding migration task according to the true or false setting of fullBlueprintMigration, corresponding to the rightmost columns.

Activity on source before migrationParameter = falseParameter = true
Picklist option deletedPicklist option retained on destinationPicklist option deleted on destination
Rule removed from blueprint \[see Note below\]The rule remains associated to blueprint on destinationRule removed from blueprint on destinationNote: If the rule is not associated with any other blueprint on the destination, the rule is removed from the global rule list on the destination,
Rule action removed from ruleRule Action retained on destinationRule Action deleted on destination
Product is removed from ProductList on Simple Product ActionProduct remains in ProductList on destinationProduct is removed from ProductList on destination

Notes

ServiceNow CPQ administrators do not directly associate or remove rules to or from blueprints. Instead, a rule is associated with a blueprint only if all its referenced fields are associated with the blueprint. Therefore, the admin manipulates a rule's association with a blueprint by associating or removing (deassociating) its fields. A rule will be removed from a blueprint in several circumstances, including:

  • A field referenced by the rule is removed from the blueprint.
  • In the rule, the admin adds a reference to a field that is not associated with the blueprint.
  • A new rule action that references a field not associated with the blueprint, is added to the rule.
  • The rule condition is modified to include a reference to a field that is not associated with the blueprint.

Related topics

Testing in non-production environments before migration