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
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,11 @@
16
16
"couldNotTruncate": "We couldn't clear all %s records.",
17
17
"couldNotTruncateOmnniProcess": "We couldn't clear all records of your %s because the %s is referenced in an Omniscript or a Flexcard.",
18
18
"invalidOrRepeatingOmniscriptElementNames": "Omniscript with invalid or duplicate element names found. Rename your Omniscript elements and try again.",
19
-
"duplicatedCardName": "Flexcard with duplicate name, type, subtype, or language found in this org. Modify your Flexcard and try again.",
19
+
"duplicatedCardName": "Flexcard with duplicate name found in this org. Modify your Flexcard and try again.",
20
20
"duplicatedDrName": "Data Mapper with duplicate name found in this org. Rename your Data Mapper and try again.",
21
21
"duplicatedOSName": "Omniscript with duplicate name, type, subtype, or language found in this org. Modify your Omniscript and try again.",
22
-
"duplicatedName": "Duplicated name",
22
+
"duplicatedName": "Duplicated name %s",
23
+
"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.",
23
24
"errorWhileActivatingOs": "We couldn't activate your %s:",
24
25
"errorWhileActivatingCard": "We couldn't activate your Flexcard:",
25
26
"errorWhileUploadingCard": "We couldn't deploy your Flexcard to your org. Review these errors:",
@@ -38,10 +39,10 @@
38
39
"processingDataRaptor": "Processing Data Mapper: %s",
"startingGlobalAutoNumberAssessment": "Starting Omni Global Auto Number assessment",
46
47
"allVersionsInfo": "All versions: %s",
47
48
"assessmentInitialization": "Assessment process started. Using namespace: %s",
@@ -97,6 +98,7 @@
97
98
"integrationProcedureNameChangeMessage": "The Integration Procedure %s will be renamed to %s during migration.",
98
99
"integrationProcedureManualUpdateMessage": "All references to %s in this Integration Procedure must be manually updated after migration.",
99
100
"duplicateCardNameMessage": "A Flexcard with the same name \"%s\" already exists after name cleaning, which could lead to conflicts during migration.",
101
+
"lowerVersionDuplicateCardNameMessage": "A Flexcard with the name \"%s\" will not be migrated because lower version of same card will be marked as duplicate, which could lead to conflicts during migration.",
Copy file name to clipboardExpand all lines: messages/migrate.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,11 @@
19
19
"couldNotTruncate": "We couldn't clear all %s records.",
20
20
"couldNotTruncateOmnniProcess": "We couldn't clear all records of your %s because the %s is referenced in an Omniscript or a Flexcard.",
21
21
"invalidOrRepeatingOmniscriptElementNames": "Omniscript with invalid or duplicate element names found. Rename your Omniscript elements and try again.",
22
-
"duplicatedCardName": "Flexcard with duplicate name, type, subtype, or language found in this org. Modify your Flexcard and try again.",
22
+
"lowerVersionDuplicateCardName": "Flexcard with name %s can't be migrated because lower version of same card is probable duplicate. Rename your Flexcard and try again.",
23
+
"duplicatedCardName": "Flexcard with duplicate name %s found in this org. Rename your Flexcard and try again.",
23
24
"duplicatedDrName": "Data Mapper with duplicate name found in this org. Rename your Data Mapper and try again.",
24
25
"duplicatedOSName": "Omniscript with duplicate name, type, subtype, or language found in this org. Modify your Omniscript and try again.",
26
+
"lowerVersionDuplicateOSName": "%s with name %s can't be migrated because lower version of same %s is probable duplicate. Rename your %s and try again.",
25
27
"errorWhileActivatingOs": "We couldn't activate your %s:",
26
28
"errorWhileActivatingCard": "We couldn't activate your Flexcard:",
27
29
"errorWhileUploadingCard": "We couldn't deploy your Flexcard to your org. Review these errors:",
0 commit comments