|
10 | 10 | "omnistudio:migration:assess -u [email protected] --relatedobjects apex,lwc,flexipage,expsites", |
11 | 11 | "omnistudio:migration:assess -u [email protected] -r apex,lwc,flexipage,expsites" |
12 | 12 | ], |
13 | | - "commandDescription": "Assess the migration of Omnistudio components from Omnistudio managed package runtime to Omnistudio standard runtime.", |
| 13 | + "commandDescription": "If your Omnistudio components are on custom data model, assess the migration of the components from Omnistudio managed package runtime to Omnistudio standard runtime. If your Omnistudio components are on standard data model, assess the updates made to the component names and references.See: https://help.salesforce.com/s/articleView?id=xcloud.os_omnistudio_naming_conventions.htm&type=5", |
14 | 14 | "errorNoOrgResults": "No records found in the org '%s' to migrate.", |
15 | 15 | "onlyFlagDescription": "Migrate a single component: os | ip | fc | dm | autonumber | cl", |
16 | 16 | "couldNotTruncate": "We couldn't clear all %s records.", |
|
38 | 38 | "processingDataRaptor": "Processing Data Mapper: %s", |
39 | 39 | "processingOmniScript": "Processing Omniscript: %s", |
40 | 40 | "foundDataRaptorsToAssess": "Found %s Data Mappers to assess.", |
41 | | - "foundOmniScriptsToAssess": "Found %s Omniscripts to assess", |
| 41 | + "foundOmniScriptsToAssess": "Found %s %s to assess", |
42 | 42 | "foundGlobalAutoNumbersToAssess": "Found %s Omni Global Auto Numbers to assess.", |
43 | 43 | "startingDataRaptorAssessment": "Starting Data Mapper assessment", |
44 | | - "startingOmniScriptAssessment": "Starting Omniscript assessment", |
| 44 | + "startingOmniScriptAssessment": "Starting %s assessment", |
45 | 45 | "startingGlobalAutoNumberAssessment": "Starting Omni Global Auto Number assessment", |
46 | 46 | "allVersionsInfo": "All versions: %s", |
47 | 47 | "assessmentInitialization": "Assessment process started. Using namespace: %s", |
|
77 | 77 | "fileNoOmnistudioCalls": "The %s file doesn't have any Omnistudio calls or remote calls. No changes will be applied.", |
78 | 78 | "fileAlreadyImplementsCallable": "The %s file already implements the Callable interface. No changes will be applied.", |
79 | 79 | "inApexDrNameWillBeUpdated": "In the %s Apex file, the Data Mapper name, %s, will be updated to %s.", |
80 | | - "inApexIpNameWillBeUpdated": "In the %s Apex file, the Data Mapper name, %s, will be updated to %s.", |
| 80 | + "inApexIpNameWillBeUpdated": "In the %s Apex file, the Integration Procedure name, %s, will be updated to %s.", |
81 | 81 | "startingLwcAssessment": "Starting LWC assessment in: %s", |
82 | 82 | "processingLwcsForAssessment": "Processing LWCs for assessment", |
83 | 83 | "successfullyProcessedLwcsForAssessment": "Successfully processed %s LWCs for assessment.", |
|
114 | 114 | "notSfdxProjectFolderPath": "Provided folder is not a valid Salesforce DX project. Please select a folder containing sfdx-project.json", |
115 | 115 | "errorRunningAssess": "Assessment process failed reason : %s", |
116 | 116 | "enableVerboseOutput": "Enable verbose output", |
117 | | - "apexFileChangesIdentifiedNotApplied": "Changes were identified but not applied for the %s Apex class when the assessment mode was running.Changes were identified but not applied for the %s Apex class when the assessment mode was running.", |
| 117 | + "apexFileChangesIdentifiedNotApplied": "Changes were identified but not applied for the %s Apex class when the assessment mode was running.", |
118 | 118 | "apexFileHasMultipleInterfaces": "The %s file has multiple interfaces, including Callable interfaces. Standardizing the file to use only the System.Callable interface.", |
119 | 119 | "apexFileImplementsVlocityOpenInterface2": "The %s file implements VlocityOpenInterface2. Replacing it with the System.Callable interface.", |
120 | 120 | "errorParsingHtmlTemplate": "Error while parsing template", |
|
139 | 139 | "experienceSiteConsentNotProvidedWarning": "You’ve not provided consent and your Experience Cloud sites won’t be processed.", |
140 | 140 | "relatedObjectsToProcessAfterExpSitesRemoval": "Objects to process after removing expsite are %s.", |
141 | 141 | "experienceBundleMetadataAPIAlreadyEnabled": "The ExperienceBundle metadata API is already enabled.", |
142 | | - "enableExperienceBundleMetadataAPIProgramatically": "We couldn't enable the ExperienceBundle metadata API. Enable it programmatically.", |
| 142 | + "enableExperienceBundleMetadataAPIProgramatically": "Enabling ExperienceBundle metadata API programmatically.", |
143 | 143 | "unableToEnableExperienceBundleMetadataAPI": "We couldn’t enable the ExperienceBundle metadata API. Experience Cloud sites won’t be assessed.", |
144 | 144 | "relatedObjectsToProcess": "These objects will be processed: %s", |
145 | 145 | "consentForExperienceSites": "By proceeding further, you hereby consent to enable the ExperienceBundle metadata API and assess Experience Cloud sites. Do you want to proceed? [y/n]", |
|
152 | 152 | "readingFile": "Started reading the files", |
153 | 153 | "totalFileCount": "The total count of files is %s", |
154 | 154 | "skipNonJsonFile": "Skipping non-JSON file %s", |
155 | | - "experienceSiteWithOmniWrapperSuccessfullyProcessed": "Successfully processed the Experience Cloud site file with a Vlocity wrapper.", |
156 | | - "fileNotHavingWrapper": "File doesn’t contain Vlocity wrapper.", |
| 155 | + "experienceSiteWithOmniWrapperSuccessfullyProcessed": "Successfully processed the Experience Cloud site file with a wrapper having the Omnistudio content.", |
| 156 | + "fileNotHavingWrapper": "File doesn’t contain wrapper having Omnistudio content.", |
157 | 157 | "errorProcessingExperienceSite": "We’ve encountered an error while processing the Experience Cloud site file", |
158 | | - "experienceSiteReportingDetails": "Only files with a Vlocity wrapper will be shown in the assessment report.", |
| 158 | + "experienceSiteReportingDetails": "Only files with wrapper with Omnistudio content will be shown in the assessment report.", |
159 | 159 | "processingFile": "Processing for file", |
160 | 160 | "currentRegionOfExperienceSite": "The current region being processed is %s.", |
161 | | - "omniWrapperFound": "Omnistudio wrapper component found.", |
| 161 | + "omniWrapperFound": "Wrapper with Omnistudio content found.", |
162 | 162 | "printUpdatedObject": "Printing the updated object %s.", |
163 | 163 | "printDifference": "Printing the difference %s.", |
164 | 164 | "updatingFile": "Updating the file content.", |
|
169 | 169 | "manualInterventionForExperienceSite": "We couldn’t process the %s component because no key was found.", |
170 | 170 | "manualInterventionForExperienceSiteAsFailure": "We couldn’t process the %s component. ", |
171 | 171 | "manualInterventionForExperienceSiteAsDuplicateKey": "We couldn’t process the %s component because a duplicate key was found. ", |
172 | | - "manualInterventionForExperienceSiteConfiguration": "We couldn’t process the %s Experience site because one of the type/subtype/language is missing in the omnistudio wrapper in experience site configuration.", |
| 172 | + "manualInterventionForExperienceSiteConfiguration": "We couldn’t process the %s Experience site because of the error %s in the Experience Cloud site configuration.", |
173 | 173 | "updatingStorageForOmniscipt": "Preparing storage for Omniscripts", |
174 | 174 | "keyAlreadyInStorage": "The %s %s name already exists in storage.", |
175 | 175 | "flexcardStorageProcessingStarted": "Preparing storage for Flexcards.", |
|
197 | 197 | "dmNameUpdateFailed": "DM reference %s can’t be updated", |
198 | 198 | "invalidTypeAssessErrorMessage": "We couldn't assess your Omnistudio components in the %s namespace. Select the correct namespace and try again", |
199 | 199 | "assessmentSuccessfulMessage": "Migration assessment for org %s is complete and reports are ready for review in the folder %s", |
200 | | - "needManualInterventionAsSpecialCharsInChildFlexcardName": "Need manual intervention as child flexcards have special characters in their name", |
201 | | - "needManualInterventionAsSpecialCharsInFlexcardName": "Need manual intervention as flexcard has special characters in name", |
202 | 200 | "errorCheckingOmniStudioMetadata": "We couldn't check whether the Omnistudio Metadata is enabled: %s. Try again later.", |
203 | 201 | "omniStudioSettingsMetadataAlreadyEnabled": "The Omnistudio Metadata setting is already enabled with standard data model. No need for migration.", |
204 | 202 | "missingMandatoryField": "Missing mandatory field: %s for %s" |
|
0 commit comments