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
fix: @W-19821724: Flexcard multiple active versions and CX labels feedback
Changes:
- Addressed the Flexcards having multipe versions causing issues with assess/migrate
- Fixed the issue with OMA to consider version with -a flag and not flag dup/manual
- Addressed theCX label feedbakc items
- README and messages updates
Copy file name to clipboardExpand all lines: messages/assess.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
"errorWhileUploadingCard": "We couldn't deploy your Flexcard to your org. Review these errors:",
26
26
"errorWhileCreatingElements": "We couldn't save elements in your Omniscript. Review these errors:",
27
27
"allVersionsDescription": "Migrate all versions of a component",
28
-
"changeMessage": "%s will be changed from %s to %s",
28
+
"changeMessage": "The %s %s will be changed from %s to %s",
29
29
"angularOSWarning": "We couldn't migrate Angular Omniscripts. Convert all Angular Omniscripts to LWC Omniscripts, and try again.",
30
30
"relatedObjectGA": "Select the component type that you want to migrate: 'apex' for Apex classes, 'lwc' for Lightning Web Components, 'flexipage' for FlexiPages, 'expsites' for Experience Sites, or 'apex, lwc, flexipage, expsites' if you want to include all types.",
31
31
"noPackageInstalled": "No managed package found in your org.",
@@ -93,7 +93,7 @@
93
93
"cardNameChangeMessage": "The Flexcard name will be changed from %s to %s to adhere to the API naming standards.",
94
94
"authordNameChangeMessage": "The Flexcard author name will be changed from %s to %s to adhere to the naming rules: %s",
95
95
"omniScriptNameChangeMessage": "The Omniscript reference name %s will be changed to %s during migration.",
96
-
"dataRaptorNameChangeMessage": "The Data Mapper %s will be renamed to %s during migration.",
96
+
"dataRaptorNameChangeMessage": "The Data Mapper name will be changed from %s to %s during migration.",
97
97
"integrationProcedureNameChangeMessage": "The Integration Procedure %s will be renamed to %s during migration.",
98
98
"integrationProcedureManualUpdateMessage": "All references to %s in this Integration Procedure must be manually updated after migration.",
99
99
"duplicateCardNameMessage": "A Flexcard with the same name \"%s\" already exists after name cleaning, which could lead to conflicts during migration.",
"dataRaptorNameChangeMessage": "The Data Mapper %s will be renamed to %s during migration.",
87
+
"dataRaptorNameChangeMessage": "The Data Mapper name %s will be renamed to %s during migration.",
88
88
"integrationProcedureNameChangeMessage": "The Integration Procedure %s will be renamed to %s during migration.",
89
89
"integrationProcedureManualUpdateMessage": "All references to %s in this Integration Procedure must be manually updated after migration.",
90
90
"cardAuthorNameChangeMessage": "We've modified the name of this Flexcard author to adhere to the naming rules: %s",
91
91
"cardNameChangeMessage": "We've modified the name of this Flexcard to adhere to the naming rules: %s",
92
92
"duplicateCardNameMessage": "A Flexcard with the same name \"%s\" already exists after name cleaning, which could lead to conflicts during migration.",
93
-
"angularOmniscriptWarningMessage": "We couldn't migrate Angular Omniscripts. Convert all Angular Omniscripts to LWC Omniscripts, and try again.",
"apexFileChangesApplied": "Applied changes to the %s Apex class.",
95
95
"generatingComponentReports": "Generating report for components",
96
96
"generatingRelatedObjectReports": "Generating report for related objects",
@@ -137,7 +137,7 @@
137
137
"enableExperienceBundleMetadataAPIProgramatically": "The ExperienceBundle metadata API needs to be programmatically enabled.",
138
138
"unableToEnableExperienceBundleMetadataAPI": "We couldn’t enable the ExperienceBundle metadata API. Experience Cloud sites won’t be processed.",
139
139
"relatedObjectsToProcess": "These objects will be processed: %s",
140
-
"consentForExperienceSites": "By proceeding further, you hereby consent to enable the ExperienceBundle metadata API and migrate Experience Cloud sites. Do you want to proceed?",
140
+
"consentForExperienceSites": "By proceeding further, you hereby consent to enable the ExperienceBundle metadata API and migrate Experience Cloud sites. Do you want to proceed? [y/n]",
141
141
"noRelatedObjects": "No related objects to process",
142
142
"turnOffExperienceBundleAPI": "Turning off the ExperienceBundle metadata API as it was enabled programmatically.",
143
143
"errorRevertingExperienceBundleMetadataAPI": "We couldn’t revert the ExperienceBundle metadata API. Manually revert it in your org.",
@@ -192,7 +192,7 @@
192
192
"completeComponentMappingMessage": "Registered name mappings for %s components",
193
193
"componentMappingNotFound": "No registry mapping found for %s component: %s, using fallback cleaning",
194
194
"integrationProcedureInvalidUnderscoreFormat": "Integration Procedure reference '%s' contains underscores in Type/SubType names. Skipping reference update to avoid incorrect parsing.",
195
-
"flexCardWithAngularOmniScriptWarning": "Flexcard has dependencies on Angular Omniscript(s) which are not migrated. Please convert Omniscript(s) to LWC before migrating this Flexcard.",
195
+
"flexCardWithAngularOmniScriptWarning": "We couldn't migrate Flexcards with dependencies on Angular Omniscripts.",
196
196
"angularOmniScriptDependencyWarning": "Element '%s' references Angular Omniscript '%s' which will not be migrated. Consider converting the referenced Omniscript to LWC",
197
197
"skipFlexcardAngularOmniScriptDependencyWarning": "Skipping Flexcard %s due to Angular Omniscript dependencies",
198
198
"flexCardMigrationProcessingMessage": "Processing %s Flexcards for migration (%s skipped due to Angular dependencies)",
@@ -203,7 +203,7 @@
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.",
205
205
"manifestDeployementStarted": "Manifest deployment started with ID: %s",
206
-
"migrationConsentMessage": "Make sure that all records listed in the Assessment Status column in the Assessment Report are marked as Ready for Migration before proceeding with the migration. Do you want to proceed? Yes or No?",
206
+
"migrationConsentMessage": "Make sure that all records listed in the Assessment Status column in the Assessment Report are marked as either Ready for Migration or Warnings before proceeding with the migration. Do you want to proceed? Yes or No?",
207
207
"truncationFailed": "Truncation failed for %s: %s",
208
208
"invalidTypeMigrateErrorMessage": "We couldn't migrate your Omnistudio components in the %s namespace. Select the correct namespace and try again",
209
209
"errorCheckingStandardRuntime": "We couldn't check whether the Standard OmniStudio Runtime setting is enabled: %s. Try again later.",
0 commit comments