Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgerow committed Nov 23, 2021
1 parent 01e0ce4 commit ace0031
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

Set of metadata that can be deployed to a Salesforce org to assist with Salesforce CPQ Data Migration by creating a unique Id on CPQ configuration data.

Note: Consider using the [Salesforce Data Loader SFDX Plugin](https://github.com/forcedotcom/SFDX-Data-Move-Utility) to perform scripted configuration data migration.
Consider using the [Salesforce Data Loader SFDX Plugin](https://github.com/forcedotcom/SFDX-Data-Move-Utility) to perform scripted configuration data migration.

Note: Triggers are not supported on PricebookEntries as of the Winter '21 release so external IDs need to be manually populated.

## Installation Instructions

Install from the [Latest Release page](https://github.com/dmgerow/cpq-migration-aid/releases/latest/).

## Usage Instructions

1. Install in the orgs for which you will be migrating to and from via the Deploy To Salesforce button above
1. Install in the orgs for which you will be migrating to and from
2. If there is currently configuration data in your org, update all records for which you woud like external Ids present
3. Retrieve your records from the source org (they will have external Ids now)
4. Upsert your records to your target org using the external Ids. For relationships, use the relationship's external Id to form the relationship.
Expand Down

0 comments on commit ace0031

Please sign in to comment.