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
"commandDescription": "Migrate omnistudio components from custom objects to standard objects",
13
11
"namespaceFlagDescription": "The namespace of the package",
14
12
"apiVersionFlagDescription": "The Salesforce API version to use",
15
13
"errorNoOrgResults": "No results found for the org '%s'.",
16
-
"onlyFlagDescription": "Migrate a single element: os | ip | fc | dr",
17
-
"invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dr",
14
+
"onlyFlagDescription": "Migrate a single element: os | ip | fc | dm",
15
+
"invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dm",
18
16
"couldNotDeactivateOmniProcesses": "Could not deactivate current OmniProcesses",
19
17
"couldNotTruncate": "Could not truncate %s",
20
18
"couldNotTruncateOmnniProcess": "Could not truncate OmniProcess. Please make sure your OS/IP is not referenced in an OmniScrirpt or Flex Card.",
@@ -114,7 +112,8 @@
114
112
"labelStatusFailed": "Failed",
115
113
"labelStatusComplete": "Complete",
116
114
"migrationConsentNotGiven": "Couldn't confirm whether assessment errors are resolved",
117
-
"migrationConsentMessage": "Make sure that all records listed in the Assessment Status column in the Assessment Report are marked as Green before proceeding with the migration. Do you want to proceed? Yes or No?",
115
+
"migrationConsentMessage": "Make sure that all records listed in the Assessment Status column in the Assessment Report are marked as Ready for migration before proceeding with the migration. Do you want to proceed? Yes or No?",
118
116
"truncationFailed": "Truncation failed for %s: %s",
119
-
"invalidTypeMigrateErrorMessage": "We couldn't migrate your Omnistudio components in the %s namespace. Select the correct namespace and try again"
117
+
"invalidTypeMigrateErrorMessage": "We couldn't migrate your Omnistudio components in the %s namespace. Select the correct namespace and try again",
118
+
"migrationSuccessfulMessage": "Migration process for org %s is complete and reports are ready for review in the folder %s"
0 commit comments