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
"dataMapperNameStartsWithNumber": "DataMapper name '%s' starts with a number which causes migration issues. Proposed new name: %s",
203
203
"integrationProcedureTypeEmptyAfterCleaning": "Integration Procedure Type '%s' becomes empty after name cleaning. Please provide a valid Type value.",
204
204
"integrationProcedureSubtypeEmptyAfterCleaning": "Integration Procedure SubType '%s' becomes empty after name cleaning. Please provide a valid SubType value.",
@@ -244,5 +244,8 @@
244
244
"customLabelAssessmentSummary": "Custom Label with same name and different value is already exist without namespace.",
245
245
"generatedCustomLabelAssessmentReportPage": "Generated custom label assessment report page %s of %s with %s labels",
246
246
"varDeclarationUpdated": "Variable initialization has been updated for target name",
247
-
"migrationSuccessfulMessage": "Migration process for org %s is complete and reports are ready for review in the folder %s"
248
-
}
247
+
"migrationSuccessfulMessage": "Migration process for org %s is complete and reports are ready for review in the folder %s",
248
+
"elementValueMapUnexpectedType": "ElementValueMap has unexpected data type '%s' for element '%s'. Expected object format.",
249
+
"errorProcessingFormulaInElement": "Error processing formula for key '%s' in element '%s': %s",
250
+
"errorProcessingElementValueMap": "Error processing elementValueMap in Integration Procedure element '%s': %s"
0 commit comments