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": "Deactivates and deletes Omnistudio records (Omniscript, Integration Procedure, Flexcard, Data Mapper) that contain special characters in their name fields, or are duplicates of deployed records. These records block enabling the Omnistudio Metadata API on the standard data model.",
2
+
"commandDescription": "Deactivates and deletes Omnistudio records (Omniscript, Integration Procedure, Flexcard, Data Mapper) that have special characters in their name fields, or are existing records without a unique name. These records prevent enabling the Omnistudio Metadata API. Before running this command, ensure all Omnistudio components in your org are deployed to a testing sandbox. Verify the results before enabling the Omnistudio Metadata API in your Production org.",
"confirmDeletion": "By proceeding further, you hereby consent to deactivate and permanently delete all Omnistudio records with special characters in their name fields, and existing orphan records. Do you want to proceed? [y/n]",
5
+
"sandboxWarning": "Before running this command, ensure all Omnistudio components existing in your org are deployed to a testing sandbox. Verify the results before enabling the Omnistudio Metadata API in your Production org.",
6
+
"confirmDeletion": "By proceeding further, you hereby consent to deactivate and permanently delete all Omnistudio records with special characters in their name fields, and existing records without a unique name that prevent enabling the Omnistudio Metadata API. Do you want to proceed? [y/n]",
6
7
"operationCancelled": "Operation cancelled.",
7
-
"deletionComplete": "Cleanup of Omnistudio records with special characters and existing orphan records is complete.",
8
+
"deletionComplete": "Cleanup of Omnistudio records with special characters and existing records without a unique name is complete.",
8
9
"standardDataModelRequired": "This command is only applicable for orgs on the standard data model.",
9
10
"metadataApiAlreadyEnabled": "The Omnistudio Metadata API is already enabled. No cleanup required.",
10
-
"errorRunningClean": "Clean process failed: %s",
11
-
"noSpecialCharRecords": "No %s records found with special characters.",
12
-
"foundSpecialCharRecordsToRemove": "Found %s %s record(s) with special characters to remove.",
"errorRunningClean": "Clean process failed reason : %s",
12
+
"specialCharCleanupSectionStart": "Scanning %s records for special characters in name fields. These records prevent enabling the Omnistudio Metadata API.",
13
+
"noSpecialCharRecords": "No %s records with special characters found.",
14
+
"foundSpecialCharRecordsToRemove": "Found %s %s records with special characters to remove.",
"nullUniqueNameCleanupComplete": "Cleanup of existing orphan records is complete."
21
+
"nullUniqueNameCleanupSectionStart": "Scanning existing %s records without a deployment reference (UniqueName is not set). These records prevent enabling the Omnistudio Metadata API.",
22
+
"noNullUniqueNameRecords": "No existing %s records without a unique name found.",
23
+
"foundNullUniqueNameRecords": "Found %s existing %s records without a unique name that prevent enabling the Omnistudio Metadata API.",
24
+
"skippingOrphanRecords": "Skipping %s: no deployed counterpart found. These records will not be deleted.",
25
+
"deactivationFailed": "Could not deactivate %s record %s: %s",
26
+
"deletionFailed": "Could not delete %s record %s: %s",
27
+
"nullUniqueNameCleanupComplete": "Cleanup of existing records without a unique name is complete."
0 commit comments