You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+56-58Lines changed: 56 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ The Omnistudio Migration Assistant is a Salesforce CLI plugin that automates the
4
4
5
5
## 🚀 Before You Begin
6
6
7
+
> **Note:** The `sfdx` CLI has been deprecated. Please use `sf` CLI commands instead. The deprecated `sfdx` command aliases (`-u`, `--targetusername`) are still supported.
8
+
7
9
⚠️ IMPORTANT: Before installing and using the Omnistudio Migration Assistant, contact Salesforce support.
8
10
9
11
- Review the migration phases in [Migration Process from Omnistudio for Managed Packages to Omnistudio](https://help.salesforce.com/s/articleView?id=xcloud.os_migrate_omnistudio_custom_objects_to_standard_objects.htm&language=en_US&type=5)
@@ -12,6 +14,8 @@ The Omnistudio Migration Assistant is a Salesforce CLI plugin that automates the
12
14
13
15
- To deploy LWC as part of auto-deployment process, environment variable 'OMA_AUTH_KEY' should be set with requested NPM repository access key from Salesforce Customer Support.
14
16
17
+
- This tool requires Node Version 18+.
18
+
15
19
- LWC migration auto-deployment needs minimum node version of 18.17.1
16
20
17
21
## Install and Run the Omnistudio Migration Assistant
@@ -41,10 +45,10 @@ sf plugins install @salesforce/[email protected]
// To migrate/assess specific components: Flexcards, Data Mappers, Integration Procedures, Omniscripts, Omni Global Auto Numbers or Custom Labels, add the following parameters:
@@ -102,10 +106,10 @@ Assessment provides detailed information about:
Copy file name to clipboardExpand all lines: messages/assess.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
"invalidOrRepeatingOmniscriptElementNames": "Omniscript with invalid or duplicate element names found. Rename your Omniscript elements and try again.",
20
20
"duplicatedCardName": "Flexcard with duplicate name found in this org. Modify your Flexcard and try again.",
21
21
"duplicatedDrName": "Data Mapper with duplicate name found in this org. Rename your Data Mapper and try again.",
22
-
"duplicatedOSName": "Omniscript with duplicate name, type, subtype, or language found in this org. Modify your Omniscript and try again.",
22
+
"duplicatedOSName": "%s with duplicate name, type, subtype, or language found in this org. Modify your %s and try again.",
23
23
"duplicatedName": "Duplicated name %s",
24
24
"lowerVersionDuplicateOmniscriptName": "A %s with name \"%s\" will not be migrated because lower version of same %s will be marked as duplicate, which could lead to conflicts during migration.",
25
25
"errorWhileActivatingOs": "We couldn't activate your %s:",
@@ -174,7 +174,7 @@
174
174
"manualInterventionForExperienceSite": "We couldn’t process the %s component because no key was found.",
175
175
"manualInterventionForExperienceSiteAsFailure": "We couldn’t process the %s component. ",
176
176
"manualInterventionForExperienceSiteAsDuplicateKey": "We couldn’t process the %s component because a duplicate key was found. ",
177
-
"manualInterventionForExperienceSiteConfiguration": "We couldn’t process the %s Experience site because of the error %s in the Experience Cloud site configuration.",
177
+
"manualInterventionForExperienceSiteConfiguration": "We couldn’t process the %s Experience site because of error in the Experience Cloud site configuration.",
178
178
"updatingStorageForOmniscipt": "Preparing storage for Omniscripts",
179
179
"keyAlreadyInStorage": "The %s %s name already exists in storage.",
180
180
"flexcardStorageProcessingStarted": "Preparing storage for Flexcards.",
@@ -225,5 +225,6 @@
225
225
"omniStudioAllVersionsProcessingConsentGiven": "You've consented to assess all versions of the Omnistudio components.",
226
226
"preparingStorageForMetadataEnabledOrg": "Preparing storage for %s org on Standard Data Model with Metadata API enabled",
227
227
"processingNotRequired": "Assessment not required for Standard Data Model Orgs with Metadata API enabled",
228
-
"skippingTruncation": "Skipping Trunction as standard data model org"
228
+
"skippingTruncation": "Skipping Trunction as standard data model org",
229
+
"loglevelflagdeprecated": "loglevel is deprecated. Use --verbose instead"
0 commit comments