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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,17 @@
92
92
"integrationProcedureNameChangeMessage": "Integration Procedure reference {0} will be changed to {1} during migration.",
93
93
"integrationProcedureManualUpdateMessage": "Integration Procedure reference {0} may need manual updates after migration.",
94
94
"duplicateCardNameMessage": "Potential duplicate: Another card has the same name {0} after name cleaning. This may cause conflicts during migration",
95
+
"existingApexPrompt": "Do you have a sfdc project that already contains the APEX classes retrieved from your org? [y/n]",
96
+
"enterExistingProjectPath": "Enter the path to the project folder that contains the retrieved APEX classes:",
97
+
"invalidProjectFolderPath": "Provided project folder does not exist. Please provide a valid project folder path",
98
+
"requestTimedOut": "Request timed out",
99
+
"retrieveApexPrompt": "Omnistudio Migration Assistant can connect to your org and retrieve the APEX classes. Provide an empty project folder to store the retrieved APEX classes. Would you like to proceed with the retrieval? [y/n]",
100
+
"enterEmptyProjectPath": "Enter the path to an empty project folder to retrieve to and process the APEX classes:",
101
+
"notEmptyProjectFolderPath": "Provided project folder is not empty. Please provide a valid empty project folder name and path",
102
+
"operationCancelled": "Operation cancelled.",
103
+
"invalidYesNoResponse": "Invalid response. Please answer y or n.",
104
+
"notSfdxProjectFolderPath": "Provided folder is not a valid Salesforce DX project. Please select a folder containing sfdx-project.json",
105
+
"enableVerboseOutput": "Enable verbose output",
95
106
"apexFileChangesIdentifiedNotApplied": "Changes identified for Apex class {0} but not applied (assessment mode)",
96
107
"apexFileHasMultipleInterfaces": "File {0} has multiple interfaces including Callable, standardizing to System.Callable only",
97
108
"apexFileImplementsVlocityOpenInterface2": "File {0} implements VlocityOpenInterface2, replacing with System.Callable",
0 commit comments