You are here:
Deploy Your Migrated Components to the Production Environment (Vlocity Industries Managed Packages and Custom Data Model)
Manually complete these steps to switch to the standard runtime and deploy your migrated components to the production environment using your standard deployment process:
-
Set the Omnistudio designers to use the standard data model instead of the custom data
model by executing an Apex class:
- Log in to your migration sandbox.
- Click Setup and select Developer Console.
-
Run this command, replacing
<namespace>with your org namespace:<namespace>.OmniStudioPostInstallClass.useStandardDataModel();Example:
vlocity_ins.OmniStudioPostInstallClass.useStandardDataModel();
-
Switch to Omnistudio standard runtime and standard designer:
- In Setup, find and select Omnistudio Settings.
- Turn off the Managed Package Runtime setting. After you disable the managed package runtime setting, do not re-enable it.
- Turn off the Managed Package Designer setting.
-
Deploy custom Lightning web components (LWCs): Redeploy your Flexcards and Omniscripts with
a standard runtime wrapper in Omnistudio standard runtime.
- In Setup, find and select Omnistudio Settings.
- Turn on the Deploy Custom Lightning Web Components in Standard Runtime setting.
- Deploy the migrated components to your production environment: Deploy the changes you made and tested in the testing sandbox (phase 2) to your production environment. See Deploy Migrated Omnistudio Components to Another Environment.
