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
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -142,10 +142,6 @@
142
142
"relatedObjectsToProcess": "Objects to process are",
143
143
"consentForExperienceSites": "By proceeding further, you hereby consent to enable digital experience metadata api(y/n). If y sites will be processed, if n expsites will not be processed",
144
144
"failedToGetConsentError": "Failed to get user consent: %s",
145
-
"settingDesignersToStandardModel": "Setting designers to use the standard data model",
146
-
"errorSettingDesignersToStandardModel": "Error occurred while setting designers to use the standard data model",
"manuallySwitchDesignerToStandardDataModel": "To complete the setup, please manually run the required Apex code to configure OmniStudio Designers to use the Standard Data Model <br> https://help.salesforce.com/s/articleView?id=xcloud.os_migrate_change_the_sobject_data_model_after_migration.htm&type=5",
115
114
"labelStatusSkipped": "Skipped",
116
115
"labelStatusFailed": "Failed",
117
116
"labelStatusComplete": "Complete",
@@ -155,10 +154,6 @@
155
154
"relatedObjectsToProcess": "Objects to process are",
156
155
"consentForExperienceSites": "'By proceeding further, you hereby consent to enable digital experience metadata api(y/n). If y sites will be processed, if n expsites will not be processed';",
157
156
"failedToGetConsentError": "Failed to get user consent: %s",
158
-
"settingDesignersToStandardModel": "Setting designers to use the standard data model",
159
-
"errorSettingDesignersToStandardModel": "Error occurred while setting designers to use the standard data model",
"exceptionSettingDesignersToStandardModel": "Exception occurred while setting designers to use the standard data model",
162
157
"noRelatedObjects": "No related objects to process",
163
158
"turnOffExperienceBundleAPI": "Since ExperienceSiteMetadata API was programatically enabled, turing it off",
164
159
"errorRevertingExperienceBundleMetadataAPI": "Exception occurred while reverting metadata API. Please do that manually",
@@ -218,5 +213,22 @@
218
213
"manifestDeployementStarted": "Manifest deployment started with id: %s",
219
214
"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?",
220
215
"truncationFailed": "Truncation failed for %s: %s",
221
-
"invalidTypeMigrateErrorMessage": "We couldn't migrate your Omnistudio components in the %s namespace. Select the correct namespace and try again"
222
-
}
216
+
"invalidTypeMigrateErrorMessage": "We couldn't migrate your Omnistudio components in the %s namespace. Select the correct namespace and try again",
217
+
"errorCheckingStandardRuntime": "We couldn't check whether the Standard OmniStudio Runtime setting is enabled: %s. Try again later.",
218
+
"checkingStandardRuntimeStatus": "Checking Standard OmniStudio Runtime status...",
219
+
"standardRuntimeAlreadyEnabled": "Standard OmniStudio Runtime is already enabled, no action needed.",
220
+
"standardRuntimeEnabled": "Standard OmniStudio Runtime has been successfully enabled.",
221
+
"errorEnablingStandardRuntime": "Failed to enable Standard OmniStudio Runtime: %s",
222
+
"exceptionEnablingStandardRuntime": "Exception occurred while enabling Standard OmniStudio Runtime: %s",
223
+
"manuallyEnableStandardRuntime": "Please manually enable the Standard OmniStudio Runtime setting in your org's OmniStudio Settings.",
224
+
"standardDesignerAlreadyEnabled": "Standard OmniStudio designer is already enabled, no action needed for package: %s",
225
+
"settingDesignersToStandardModel": "Setting OmniStudio designers to use standard data model",
226
+
"designersSetToStandardModel": "OmniStudio designers have been successfully set to use standard data model.",
227
+
"errorSettingDesignersToStandardModel": "Failed to set designers to standard data model: %s",
228
+
"exceptionSettingDesignersToStandardModel": "Exception occurred while setting designers to standard data model: %s",
229
+
"manuallySwitchDesignerToStandardDataModel": "Please manually switch the OmniStudio designer to use standard data model in your org. Follow the documentation <a href='https://help.salesforce.com/s/articleView?id=xcloud.os_migrate_change_the_sobject_data_model_after_migration.htm&type=5' target='_blank'>here</a>.",
230
+
"checkingStandardDesignerStatus": "Checking if standard designer is already enabled for package: %s",
231
+
"enableStandardRuntimeAfterDesigner": "Standard designer setup successful, proceeding with Standard Runtime enablement",
232
+
"skipStandardRuntimeDueToFailure": "Skipping Standard Runtime enablement due to designer setup failure",
233
+
"errorCheckingStandardDesigner": "Failed to check standard designer status for package %s: %s"
constquery=`SELECT DeveloperName, Value FROM OmniInteractionConfig WHERE DeveloperName IN ('TheFirstInstalledOmniPackage', 'InstalledIndustryPackage')`;
0 commit comments