- 24 Feb 2023
- 1 Minute to read
- Print
- DarkLight
20.3. How to Link the Voice Call and Call Reporting objects
- Updated on 24 Feb 2023
- 1 Minute to read
- Print
- DarkLight
You can combine Salesforce Voice Call objects with Natterbox Call Reporting objects as part of your reporting, allowing you to filter and display key information from both objects together.
This will require you to first create two lookup fields, one on each object.
Note: Transfer calls are are handled differently by the 2 objects. Therefore, reporting on transfers is recommended to be done on either the voice call or call reporting object. Not on the combined report type you will create using this guide.
Configuring the fields
Voice Call Object :
- Navigate Setup > Object Manager
- Search Voice Call
- Navigate Fields & Relationships and click New
- Choose Lookup relationship as the field type
- Click Next
- Choose Call Reporting as the related object
- Click Next
- Change the field name to CallReporting (Note it is important the field name matches that exactly otherwise it will not be populated)
- Follow the next standard steps to grant permissions and add the field to the page layout, if desired
Call Reporting Object :
- Navigate Setup > Object Manager
- Search Call Reporting
- Navigate Fields & Relationships and click New
- Choose Lookup relationship as the field type
- Click Next
- Choose Voice Call as the related object
- Click Next
- Change the field name to VoiceCall (Note it is important the field name matches that exactly otherwise it will not be populated)
- Follow the next standard steps to grant permissions and add the field to the page layout, if desired
Note you will only be able to report on new calls going forward that were created after the new fields.
If you wish to report on the Voice Call object you will need to create a Report Type, and link it to the Call Reporting object.
Creating a new Report Type
- Navigate Setup > Report Types
- Click New Custom Report Type
- Select Voice Calls as your primary object
- Complete the rest of the details for your new report type
- Click Next
- Click (Click to related another object)
- Select Call Reporting
- Click Save
Now you will be able to create reports and dashboards using both the Voice Call and Call Reporting data together.