You are here:
Deploy Identity Verification Datapacks for Contact Center Console
Deploy Identity Verification (IDV) components to your target org for the Contact Center Console app.
Before you begin:
-
Be sure that you have installed OpenCTI. See Install Salesforce Open CTI for Contact Center Console.
-
For orgs that use Standard OmniStudio Content and Runtime extract EUC_Console_OSRT_IDV_Sfdx_Datapacks to Console_SFDX_IDV folder. Create the folder if it doesn't already exist.
-
For orgs that use Standard OmniStudio Content, extract EUC_Console_IDV_Sfdx_Datapacks to the Console_SFDX_IDV folder. Create the folder if it doesn't already exist.
Then follow these instructions:
-
For each folder, create the file sfdx-project.json which contains the following code:
{ "packageDirectories": [ { "path": "salesforce_sfdx", "default": true } ], "namespace": "", "sfdcLoginUrl": "https://login.salesforce.com", "sourceApiVersion": "59.0" } -
Move the package.xml files from salesforce_sfdx/main/default to the Console_SFDX_IDV folder.
- Open Console_SFDX_IDV in Visual Studio Code.
- Authenticate your org if you have not already done so. See Prepare Your Org for Contact Center Console Static Resources.
-
Deploy components from to your target org.
-
In VSCode, in the left panel, right-click the salesforce-sfdx folder.
For Mac devices, CMD + click the salesforce-sfdx folder.
-
Click SFDX: Deploy Source to Org.
If deployment fails for any component, select the components that failed and deploy them individually.
-
In VSCode, in the left panel, right-click the salesforce-sfdx folder.
-
Choose the Open CTI Call Center.
- From Setup, click Call Centers.
- If you don't see Demo Call Center Adapter, click Import.
- In the downloaded EUC_open-cti-demo-adapter.zip file, browse to /open-cti-demo-adapter / src / callCenters /, then select OpenCTICallCenter.xml.
-
Set the number of optional verifiers in Identity Verification.
- From Setup, click Identity Verification Process Details.
- Click Search Account, Contact or Address.
- Click Edit.
- For Optional Verifiers Minimum Verification Count, enter 1.
- Save your changes.
-
Select a call center for the System Administrator.
- From Setup, click Users.
- Select a system admin user..
- Click Edit.
- For Call Center, select Demo Call Center Adapter.
- Save your changes.
-
Allow System Administrator and relevant users access to the Account Number field in the Account object.
- Go to Setup.
- In the Object Manager tab, in the Quick Find box, enter Account, and click Account.
- Click Fields & Relationships.
- Select Account Number.
- Click Set Field-Level Security.
- Set System Administrator and any other profile who uses the Identity Verification feature, to Visible. For example, you can set the Energy Utilities Contractor user to Visible.
- Save your changes.
Troubleshoot Deployment of IDV Datapack
If migration of IDV components fails with Visual Studio Code you must deploy the components from the EUC_Console_IVDP_Sfdx_Datapacks file to your org using Workbench.
- Deploy the IDV components individually.
- Complete the set up of Open CTI, optional verifiers, and system admin access.
- Deploy the remaining IDV components using workbench.
Deploy IDV Components Individually
If the migration of IDV components fails using the package.xml file, you must deploy the components individually.
- Open Console_SFDX_IDV folder in Visual Studio Code.
- Authenticate your org if you have not already done so. See Prepare Your Org for Contact Center Console Static Resources.
-
To deploy the components individually in VSCode, in the left panel, right-click the following folders, and then click SFDX: Deploy Source to Org.
-
aura
-
classes
-
flows
-
labels
-
permissionsets
-
After deploying the components individually, you can continue to setting up Open CTI. See Step 6 in Deploy Identity Verification Datapacks for Contact Center Console.
Deploy IDV Components Using Workbench
After deploying IDV components individually, you must set up Open CTI and then deploy these IDV components using Workbench.
Before you begin, Deploy Identity Verification Datapacks for Contact Center Console then complete Open CTI setup by following steps 6 onwards in Deploy Identity Verification Datapacks for Contact Center Console.
- Download and extract the EUC_Console_IVPD_Sfdx_Datapacks static resources bundle to Console_SFDX_IDV folder. See Download Datapacks for Contact Center Console.
- In your system, go to Salesforce_SFDX / Main / Default of the newly extracted bundle.
- Select the IdentityVerificationProcDef folder and the package.xml file, then right-click and select Compress to create a zip file.
-
Migrate the zip file using Workbench.
- In workbench, log in to your target org.
- Click Migrate, then Deploy.
- Select Rollback on Error, and Single Package.
- Select the zip file you created in the previous step.
- Click Next, then Deploy.

