generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e87fb60
commit ac5ea68
Showing
15 changed files
with
37 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ sfdx plugins:install @salesforce/plugin-omnistudio-migration-tool | |
// To migrate everything | ||
sfdx omnistudio:migration:migrate -u [email protected] --namespace=VLOCITY_PACKAGE_NAMESPACE | ||
//to migrate specific components: FlexCards, DataRaptors, Integration Procedures, or OmniScripts, add the following parameters: | ||
//to migrate specific components: FlexCards, DataMappers, Integration Procedures, or OmniScripts, add the following parameters: | ||
--only=dr | ||
--only=ip | ||
--only=os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,20 @@ | |
"omnistudio:migration:assess -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE --only=os", | ||
"omnistudio:migration:assess -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE --only=fc" | ||
], | ||
"commandDescription": "print a greeting and your org IDs", | ||
"commandDescription": "Assess migration of omnistudio components from custom objects to standard objects", | ||
"namespaceFlagDescription": "The namespaced of the package", | ||
"apiVersionFlagDescription": "The Salesforce API version to use", | ||
"errorNoOrgResults": "No results found for the org '%s'.", | ||
"onlyFlagDescription": "Migrate a single element: osip | fc | dr", | ||
"invalidOnlyFlag": "Invalid flag, valid options are: osip | fc | dr", | ||
"onlyFlagDescription": "Migrate a single element: os | ip | fc | dr", | ||
"invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dr", | ||
"couldNotDeactivateOmniProcesses": "Could not deactivate current OmniProcesses", | ||
"couldNotTruncate": "Could not truncate {0}", | ||
"couldNotTruncateOmnniProcess": "Could not truncate OmniProcess. Please make sure your OS/IP is not referenced in an OmniScrirpt or Flex Card.", | ||
"invalidNameTypeSubtypeOrLanguage": "Not a valid Name, Type, SubType or Language", | ||
"invalidOrRepeatingOmniscriptElementNames": "Invalid or Repeating Element Names for Same OmniScript", | ||
"invalidDataRaptorName": "Invalid name, can not have special characters", | ||
"duplicatedCardName": "Duplicated Flex Card name", | ||
"duplicatedDrName": "Duplicated DataRaptor name", | ||
"duplicatedDrName": "Duplicated DataMapper name", | ||
"duplicatedOSName": "Duplicated OmniScript name", | ||
"duplicatedName": "Duplicated name", | ||
"errorWhileActivatingOs": "Could not activate OmniScript / Integration Procedure: ", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,20 +9,20 @@ | |
"omnistudio:migration:migrate -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE -r apex", | ||
"omnistudio:migration:migrate -u [email protected] --namespace=YOUR_PACKAGE_NAMESPACE -r lwc" | ||
], | ||
"commandDescription": "print a greeting and your org IDs", | ||
"namespaceFlagDescription": "The namespaced of the package", | ||
"commandDescription": "Migrate omnistudio components from custom objects to standard objects", | ||
"namespaceFlagDescription": "The namespace of the package", | ||
"apiVersionFlagDescription": "The Salesforce API version to use", | ||
"errorNoOrgResults": "No results found for the org '%s'.", | ||
"onlyFlagDescription": "Migrate a single element: osip | fc | dr", | ||
"invalidOnlyFlag": "Invalid flag, valid options are: osip | fc | dr", | ||
"onlyFlagDescription": "Migrate a single element: os | ip | fc | dr", | ||
"invalidOnlyFlag": "Invalid flag, valid options are: os | ip | fc | dr", | ||
"couldNotDeactivateOmniProcesses": "Could not deactivate current OmniProcesses", | ||
"couldNotTruncate": "Could not truncate {0}", | ||
"couldNotTruncateOmnniProcess": "Could not truncate OmniProcess. Please make sure your OS/IP is not referenced in an OmniScrirpt or Flex Card.", | ||
"invalidNameTypeSubtypeOrLanguage": "Not a valid Name, Type, SubType or Language", | ||
"invalidOrRepeatingOmniscriptElementNames": "Invalid or Repeating Element Names for Same OmniScript", | ||
"invalidDataRaptorName": "Invalid name, can not have special characters", | ||
"duplicatedCardName": "Duplicated Flex Card name", | ||
"duplicatedDrName": "Duplicated DataRaptor name", | ||
"duplicatedDrName": "Duplicated DataMapper name", | ||
"duplicatedOSName": "Duplicated OmniScript name", | ||
"errorWhileActivatingOs": "Could not activate OmniScript / Integration Procedure: ", | ||
"errorWhileActivatingCard": "Could not activate Card: ", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters