|
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 {0}", |
20 | 21 | "couldNotTruncateOmnniProcess": "Could not truncate OmniProcess. Please make sure your OS/IP is not referenced in an OmniScrirpt or Flex Card.", |
|
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", |
|
121 | 124 | "updatedModifiedContent": "updated content in file: %s", |
122 | 125 | "generatedDiffForFile": "Generated diff for file: %s", |
123 | 126 | "errorProcessingFlexiPage": "Error processing flexipage file: %s, %s", |
124 | | - "flexipagesWithChanges": "Found %s flexipage files with changes" |
| 127 | + "flexipagesWithChanges": "Found %s flexipage files with changes", |
| 128 | + "omniGlobalAutoNumberPrefEnabled": "Successfully enabled OmniGlobalAutoNumberPref org preference", |
| 129 | + "errorEnablingOmniGlobalAutoNumberPref": "Error enabling OmniGlobalAutoNumberPref org preference", |
| 130 | + "performingPreMigrationChecks": "Performing pre-migration checks for Global Auto Number...", |
| 131 | + "preMigrationChecksPassed": "Pre-migration checks passed. Proceeding with Global Auto Number migration.", |
| 132 | + "preMigrationChecksFailed": "Pre-migration checks failed. Migration cannot proceed.", |
| 133 | + "globalAutoNumberPrefEnabledError": "Global Auto Number preference (OmniGlobalAutoNumberPref) is enabled. Please disable it before proceeding with migration.", |
| 134 | + "bothRollbackFlagsEnabledError": "Both RollbackIPChanges and RollbackDRChanges flags are enabled. Please disable both flags before proceeding with Global Auto Number migration.", |
| 135 | + "rollbackIPFlagEnabledError": "RollbackIPChanges flag is enabled. Please disable this flag before proceeding with Global Auto Number migration.", |
| 136 | + "rollbackDRFlagEnabledError": "RollbackDRChanges flag is enabled. Please disable this flag before proceeding with Global Auto Number migration.", |
| 137 | + "errorCheckingRollbackFlags": "Error checking rollback flags status.", |
| 138 | + "startingPostMigrationCleanup": "Starting post-migration cleanup for Global Auto Number...", |
| 139 | + "postMigrationCleanupCompleted": "Post-migration cleanup completed successfully.", |
| 140 | + "errorDuringPostMigrationCleanup": "Error during post-migration cleanup.", |
| 141 | + "globalAutoNumberNameChangeMessage": "Global Auto Number name has been modified to fit naming rules: %s", |
| 142 | + "duplicatedGlobalAutoNumberName": "Duplicated Global Auto Number name", |
| 143 | + "errorWhileUploadingGlobalAutoNumber": "An error occurred while uploading Global Auto Number: ", |
| 144 | + "startingGlobalAutoNumberAssessment": "Starting Global Auto Number assessment...", |
| 145 | + "foundGlobalAutoNumbersToAssess": "Found %s Global Auto Numbers to assess", |
| 146 | + "unexpectedError": "An unexpected error occurred during processing", |
| 147 | + "migrationValidationFailed": "Post Migration validation failed.", |
| 148 | + "incompleteMigrationDetected": "Incomplete migration detected. Source objects: %s, Target objects: %s." |
125 | 149 | } |
0 commit comments