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: messages/assess.json
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
"commandDescription": "If your Omnistudio components are on custom data model, assess the migration of the components from Omnistudio managed package runtime to Omnistudio standard runtime. If your Omnistudio components are on standard data model, assess the updates made to the component names and references.See: https://help.salesforce.com/s/articleView?id=xcloud.os_omnistudio_naming_conventions.htm&type=5",
14
14
"errorNoOrgResults": "No records found in the org '%s' to migrate.",
15
15
"onlyFlagDescription": "Migrate a single component: os | ip | fc | dm | autonumber | cl",
16
+
"invalidOnlyFlag": "Invalid parameter entered. Select a valid parameter from these options: os | ip | fc | dm | autonumber | cl",
16
17
"couldNotTruncate": "We couldn't clear all %s records.",
17
18
"couldNotTruncateOmnniProcess": "We couldn't clear all records of your %s because the %s is referenced in an Omniscript or a Flexcard.",
18
19
"invalidOrRepeatingOmniscriptElementNames": "Omniscript with invalid or duplicate element names found. Rename your Omniscript elements and try again.",
@@ -204,7 +205,7 @@
204
205
"invalidTypeAssessErrorMessage": "We couldn't assess your Omnistudio components in the %s namespace. Select the correct namespace and try again",
205
206
"assessmentSuccessfulMessage": "Migration assessment for org %s is complete and reports are ready for review in the folder %s",
206
207
"errorCheckingOmniStudioMetadata": "Error while checking the Omnistudio settings metadata status: %s.",
207
-
"omniStudioSettingsMetadataAlreadyEnabled": "The Omnistudio Metadata setting is already enabled with standard data model. No need for migration.",
208
+
"omniStudioSettingsMetadataAlreadyEnabled": "The Omnistudio Metadata setting is already enabled with standard data model.",
208
209
"missingMandatoryField": "Missing mandatory field: %s for %s",
209
210
"validatingDrVersioningDisabled": "Checking the Data Mapper versioning setting in your org.",
210
211
"drVersioningDisabled": "Proceeding with the assessment as the Data Mapper versioning setting is disabled.",
@@ -217,9 +218,12 @@
217
218
"packagesHaveDifferentValue": "Both the InstalledIndustryPackage and TheFirstInstalledOmniPackage have different values.",
218
219
"failedToCheckPackagesValue": "Failed to check the value of packages in Omni Interaction Configuration.",
219
220
"packageDetails": "Your org contains only the TheFirstInstalledOmniPackage Omni Interaction Configuration.",
220
-
"orgUsecaseDetails": "The org is on %s data model with %s ",
221
-
"globalAutoNumberUnSupportedInOmnistudioPackage": "Omni Global Auto Number is not supported in Omnistudio Foundation package orgs.",
221
+
"orgUsecaseDetails": "The org is on %s data model with %s and Omnistudio Metadata API %s",
222
+
"globalAutoNumberUnSupportedInOmnistudioPackage": "Feature not supported - Omni Global Auto Number is not supported in Omnistudio Foundation package orgs.",
222
223
"omniStudioAllVersionsProcessingConsent": "Org uses the standard data model. All versions of Omnistudio components such as Omniscripts, Data Mappers, Integration Procedures, and Flexcards must be assessed. But you’ve not specified -a or allversions flag in the command. Proceed to assess all versions of the Omnistudio components? [y/n]",
223
224
"omniStudioAllVersionsProcessingConsentNotGiven": "You've not consented to assess all versions of the Omnistudio components. We cannot proceed with the assessment.",
224
-
"omniStudioAllVersionsProcessingConsentGiven": "You've consented to assess all versions of the Omnistudio components."
225
+
"omniStudioAllVersionsProcessingConsentGiven": "You've consented to assess all versions of the Omnistudio components.",
226
+
"preparingStorageForMetadataEnabledOrg": "Preparing storage for %s org on Standard Data Model with Metadata API enabled",
227
+
"processingNotRequired": "Assessment not required for Standard Data Model Orgs with Metadata API enabled",
228
+
"skippingTruncation": "Skipping Trunction as standard data model org"
Copy file name to clipboardExpand all lines: messages/migrate.json
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,7 @@
297
297
"metadataCleanupConsentNotGiven": "You’ve not consented to proceed with the Omnistudio metadata table cleanup. We’ll not be able to proceed with the migration.",
298
298
"omniStudioMetadataEnableConsentMessage": "As part of the migration process, the Omnistudio Metadata setting will be enabled. After the setting is enabled, you cannot disable it. Do you want to proceed? [y/n]",
299
299
"errorCheckingOmniStudioMetadata": "Error while checking the Omnistudio settings metadata status: %s.",
300
-
"omniStudioSettingsMetadataAlreadyEnabled": "The Omnistudio Metadata setting is already enabled with standard data model. No need for migration.",
300
+
"omniStudioSettingsMetadataAlreadyEnabled": "The Omnistudio Metadata setting is already enabled with standard data model.",
301
301
"omniStudioSettingsMetadataEnabled": "The Omnistudio Metadata setting is enabled with standard data model.",
302
302
"timeoutEnablingOmniStudioSettingsMetadata": "Timeout while checking the metadata enablement status. Tried for %s seconds. Refer to registered email for more details.",
303
303
"errorEnablingOmniStudioSettingsMetadata": "Error while enabling the Omnistudio Metadata setting: %s.",
@@ -320,6 +320,9 @@
320
320
"packagesHaveDifferentValue": "Both the InstalledIndustryPackage and TheFirstInstalledOmniPackage have different values.",
321
321
"failedToCheckPackagesValue": "Failed to check the value of packages in Omni Interaction Configuration.",
322
322
"packageDetails": "Your org contains only the TheFirstInstalledOmniPackage Omni Interaction Configuration.",
323
-
"orgUsecaseDetails": "The Org is on %s data model with %s ",
324
-
"globalAutoNumberUnSupportedInOmnistudioPackage": "Omni Global Auto Number is not supported in Omnistudio Foundation package orgs."
323
+
"globalAutoNumberUnSupportedInOmnistudioPackage": "Feature not supported - Omni Global Auto Number is not supported in Omnistudio Foundation package orgs.",
324
+
"orgUsecaseDetails": "The Org is on %s data model with %s and Omnistudio Metadata API %s",
325
+
"preparingStorageForMetadataEnabledOrg": "Preparing storage for %s org on Standard Data Model with Metadata API enabled",
326
+
"processingNotRequired": "Migration not required for Standard Data Model Orgs with Metadata API enabled",
327
+
"skippingTruncation": "Skipping Trunction as standard data model org"
0 commit comments