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: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
# OmniStudio Migration Assistant
1
+
# Omnistudio Migration Assistant
2
2
3
3
The Omnistudio Migration Assistant is a command-line interface (CLI) plugin that you install via Salesforce CLI. It creates records for your omnistudio components on the Salesforce standard objects.
4
4
5
-
### Before You Begin
5
+
## 🚀 Before You Begin
6
+
7
+
⚠️ IMPORTANT: Before installing and using the Omnistudio Migration Assistant, contact Salesforce support.
6
8
7
9
- Review the migration phases in [Migration Process from Omnistudio for Managed Packages to Omnistudio](https://help.salesforce.com/s/articleView?id=xcloud.os_migrate_omnistudio_custom_objects_to_standard_objects.htm&language=en_US&type=5)
8
10
@@ -32,7 +34,7 @@ You can also authenticate using a consumer key (client ID) and secret key throug
32
34
3. In a new terminal session, Install the Omnistudio Migration Assistant by running the `sf plugins install` command. For example
"waitingForDeploymentCompletion": "Waiting for omniscript package deployment completion before proceeding...",
275
+
"deploymentSkipped": "Deployment skipped - autoDeploy is disabled or package.xml not found",
276
+
"deployOmniscriptPackageManually": "Omniscript customization package deployment failed. Please deploy the omniscript unmanaged package components manually before deploying your migrated metadata components. Please check the documentation <a href='%s' target='_blank'>link</a> for manual steps",
277
+
"deployComponentsManually": "Metadata Components deployment failed. Please deploy using generated package.xml manually using Salesforce CLI or Workbench. Check the logs for detailed error information.",
"deploymentFailedContinuing": "Deployment failed, continuing with report generation. Manual deployment required.",
280
+
"ensurePackageInstalled": "Please ensure omniscript customization package is properly installed: %s",
281
+
"packageDeploymentFailedWithError": "Omniscript package deployment failed after %s attempts. Error: %s. Please check deployment logs and org settings.",
282
+
"maxRetryAttemptsExceeded": "Maximum retry attempts (%s) exceeded for omniscript package deployment",
283
+
"deploymentNonRetryableError": "Deployment failed with non-retryable error: %s. Please review and fix the issue manually",
284
+
"deploymentTriggeredSuccessfully": "Please monitor your Deployment: %s using deployment status page in Org",
285
+
"omniscriptPackageDeploymentFailedReturnedFalse": "Omniscript package deployment failed - deployment returned false. This may be due to missing package, permissions, or deployment timeout.",
0 commit comments