If you are using a version of Connect from 17.126 to 18.222, upgrade to 18.223.
After upgrading to version 18.223, you must perform the following tasks:
Check that data migration jobs have completed
Upgrading to version 18.223 of Connect triggers two batch jobs that migrate Connect data from old fields to new fields. Locate these jobs—represented by Apex classes DialListAgentLookupMigration and DialListAssignedAgentsMigration—in the Apex Jobs section of Salesforce Setup. Check that the statuses of these jobs are both Completed.
When the jobs have completed, execute the following SOQL queries in the developer console and ensure that both return no results:
SELECT Id FROM NVMConnect__DialListAgent__c WHERE NVMConnect__DialListLookup__c = null
SELECT Id FROM NVMConnect__DialList__c WHERE NVMConnect__AssignedAgents__c = null
You must now upgrade to the latest version of Connect.
After upgrading to the latest version, you must perform the following tasks:
Remove old fields
Upgrading to 18.223 migrates data from old fields to new fields to enhance the performance and stability of Connect. You must delete and erase the old fields to benefit from these enhancements. To delete and erase the fields, using Salesforce Classic, perform the following steps:
- Go to Objects (in Salesforce Classic) in Setup in Salesforce.
- In the list of objects, click Dial List. Dial List appears.
In Custom Fields & Relationships, delete the following fields.
Field to delete | API Name |
---|
Assigned Agents (Deprecated) | NVMConnect__Assigned_Agents__c |
Calls Outstanding | NVMConnect__Calls_Outstanding__c |
Completed Calls | NVMConnect__Completed_Calls__c |
List Entries | NVMConnect__List_Entries__c |
Skipped Calls | NVMConnect__Skipped_Calls__c |
Go to the end of the fields list and click Deleted Fields. Alongside all the fields you deleted in step 3, click Erase.
Repeat steps for the Dial List (Deprecated) (NVMConnect__DialList__c) field in the Dial List Agent object.
Adjust height of Connect console component (optional)
If you are using Connect in the Classic console, update the height of the console component to 185 pixels. For information about changing the height of the component, see Adding Connect to a console app in Salesforce Classic.