|
1 | 1 | { |
2 | 2 | "examples": [ |
3 | | - "omnistudio:migration:migrate -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE", |
4 | | - "omnistudio:migration:migrate -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE --only=dr", |
5 | | - "omnistudio:migration:migrate -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE --only=ip", |
6 | | - "omnistudio:migration:migrate -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE --only=os", |
7 | | - "omnistudio:migration:migrate -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE --only=fc", |
8 | | - "omnistudio:migration:migrate -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE -r apex,lwc", |
9 | | - "omnistudio:migration:migrate -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE -r apex", |
10 | | - "omnistudio:migration:migrate -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE -r lwc" |
| 3 | + "omnistudio:migration:migrate -u [email protected] ", |
| 4 | + "omnistudio:migration:migrate -u [email protected] --only=dr", |
| 5 | + "omnistudio:migration:migrate -u [email protected] --only=ip", |
| 6 | + "omnistudio:migration:migrate -u [email protected] --only=os", |
| 7 | + "omnistudio:migration:migrate -u [email protected] --only=fc", |
| 8 | + "omnistudio:migration:migrate -u [email protected] --only=autonumber", |
| 9 | + "omnistudio:migration:migrate -u [email protected] -r apex,lwc", |
| 10 | + "omnistudio:migration:migrate -u [email protected] -r apex", |
| 11 | + "omnistudio:migration:migrate -u [email protected] -r lwc" |
11 | 12 | ], |
12 | 13 | "commandDescription": "Migrate omnistudio components from custom objects to standard objects", |
13 | 14 | "namespaceFlagDescription": "The namespace of the package", |
14 | 15 | "apiVersionFlagDescription": "The Salesforce API version to use", |
15 | 16 | "errorNoOrgResults": "No results found for the org '%s'.", |
16 | | - "onlyFlagDescription": "Migrate a single element: os | ip | fc | dr", |
17 | | - "invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dr", |
| 17 | + "onlyFlagDescription": "Migrate a single element: os | ip | fc | dr | autonumber", |
| 18 | + "invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dr | autonumber", |
18 | 19 | "couldNotDeactivateOmniProcesses": "Could not deactivate current OmniProcesses", |
19 | 20 | "couldNotTruncate": "Could not truncate %s", |
20 | 21 | "couldNotTruncateOmnniProcess": "Could not truncate OmniProcess. Please make sure your OS/IP is not referenced in an OmniScrirpt or Flex Card.", |
|
29 | 30 | "errorWhileUploadingCard": "An error ocurred while uploading Card: ", |
30 | 31 | "errorWhileCreatingElements": "An error ocurred while saving OmniScript elements: ", |
31 | 32 | "allVersionsDescription": "Migrate all versions of a component", |
32 | | - "apexLwcGA": "Please select the type of components to migrate: 'apex' for Apex classes, 'lwc' for Lightning Web Components, or 'apex,lwc' if you want to include both types.", |
| 33 | + "relatedObjectGA": "Please select the type of components 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.", |
33 | 34 | "apexLwc": "Please select the type of components to migrate: 'apex' for Apex classes.", |
34 | 35 | "invalidNamespace": "The namespace you have passed is not valid namespace, the valid namespace of your org is ", |
35 | 36 | "noPackageInstalled": "No package installed on given org.", |
|
63 | 64 | "cleaningComponent": "Cleaning: %s", |
64 | 65 | "cleaningDone": "Cleaning Done: %s", |
65 | 66 | "migratingComponent": "Migrating: %s", |
| 67 | + "cleaningFailed": "Cleaning Failed: %s", |
66 | 68 | "migrationCompleted": "Migration completed: %s", |
67 | 69 | "formulaSyntaxError": "There was some problem while updating the formula syntax, please check the all the formula's syntax once : %s", |
68 | 70 | "foundDataRaptorsToMigrate": "Found %s DataRaptors to migrate", |
69 | 71 | "foundFlexCardsToMigrate": "Found %s FlexCards to migrate", |
70 | 72 | "foundOmniScriptsToMigrate": "Found %s OmniScripts and Integration Procedures to migrate", |
| 73 | + "foundGlobalAutoNumbersToMigrate": "Found %s GlobalAutoNumbers to migrate", |
71 | 74 | "allVersionsInfo": "allVersions : %s", |
72 | 75 | "migrationInitialization": "Migration Initialization: Using namespace: %s", |
73 | 76 | "apiVersionInfo": "API Version: %s", |
|
113 | 116 | "labelStatusSkipped": "Skipped", |
114 | 117 | "labelStatusFailed": "Failed", |
115 | 118 | "labelStatusComplete": "Complete" |
| 119 | + "retrievingFlexiPages": "Retrieving FlexiPages", |
| 120 | + "successfullyRetrievedFlexiPages": "Successfully retrieved %s FlexiPages", |
| 121 | + "migratingFlexiPages": "Migrating FlexiPages", |
| 122 | + "completedProcessingAllFlexiPages": "Completed processing all flexipage files. Total processed: %s", |
| 123 | + "completedProcessingFlexiPage": "Completed processing %s - Errors: %s", |
| 124 | + "processingFlexiPage": "Processing flexipage file: %s", |
| 125 | + "startingFlexiPageProcessing": "Starting to process flexipage: %s", |
| 126 | + "readFlexiPageContent": "Read file content, size: %s characters", |
| 127 | + "updatedModifiedContent": "updated content in file: %s", |
| 128 | + "generatedDiffForFile": "Generated diff for file: %s", |
| 129 | + "errorProcessingFlexiPage": "Error processing flexipage file: %s, %s", |
| 130 | + "flexipagesWithChanges": "Found %s flexipage files with changes", |
| 131 | + "omniGlobalAutoNumberPrefEnabled": "Successfully enabled OmniGlobalAutoNumberPref org preference", |
| 132 | + "errorEnablingOmniGlobalAutoNumberPref": "Error enabling OmniGlobalAutoNumberPref org preference", |
| 133 | + "performingPreMigrationChecks": "Performing pre-migration checks for Global Auto Number...", |
| 134 | + "preMigrationChecksPassed": "Pre-migration checks passed. Proceeding with Global Auto Number migration.", |
| 135 | + "preMigrationChecksFailed": "Pre-migration checks failed. Migration cannot proceed.", |
| 136 | + "globalAutoNumberPrefEnabledError": "Global Auto Number preference (OmniGlobalAutoNumberPref) is enabled. Please disable it before proceeding with migration.", |
| 137 | + "bothRollbackFlagsEnabledError": "Both RollbackIPChanges and RollbackDRChanges flags are enabled. Please disable both flags before proceeding with Global Auto Number migration.", |
| 138 | + "rollbackIPFlagEnabledError": "RollbackIPChanges flag is enabled. Please disable this flag before proceeding with Global Auto Number migration.", |
| 139 | + "rollbackDRFlagEnabledError": "RollbackDRChanges flag is enabled. Please disable this flag before proceeding with Global Auto Number migration.", |
| 140 | + "errorCheckingRollbackFlags": "Error checking rollback flags status.", |
| 141 | + "startingPostMigrationCleanup": "Starting post-migration cleanup for Global Auto Number...", |
| 142 | + "postMigrationCleanupCompleted": "Post-migration cleanup completed successfully.", |
| 143 | + "errorDuringPostMigrationCleanup": "Error during post-migration cleanup.", |
| 144 | + "globalAutoNumberNameChangeMessage": "Global Auto Number name has been modified to fit naming rules: %s", |
| 145 | + "duplicatedGlobalAutoNumberName": "Duplicated Global Auto Number name", |
| 146 | + "errorWhileUploadingGlobalAutoNumber": "An error occurred while uploading Global Auto Number: ", |
| 147 | + "startingGlobalAutoNumberAssessment": "Starting Global Auto Number assessment...", |
| 148 | + "foundGlobalAutoNumbersToAssess": "Found %s Global Auto Numbers to assess", |
| 149 | + "unexpectedError": "An unexpected error occurred during processing", |
| 150 | + "migrationValidationFailed": "Post Migration validation failed.", |
| 151 | + "incompleteMigrationDetected": "Incomplete migration detected. Source objects: %s, Target objects: %s." |
116 | 152 | } |
0 commit comments