function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
EskinEskin 

CallObject / Call Object Identifier field - meaning

Hi,

There is confusing documentation about what this field means.

The current SF API doc (https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_task.htm)says "Name of a call center."

However there are other Salesforce sources such as this blog post (https://www.salesforce.com/blog/2012/02/custominteractionlog.html) that say it is an identifier for the phone call. Also the label "Call Object Identifier" sounds more like an identifier for the call. And some managed packages e.g Contact World  (https://newvoicemedia.atlassian.net/wiki/display/DP/Task+record+fields) populate it with a unique identifier for the call. 

So is it actually the Call Center ID or the call record ID or it just depends on what software is populating the field?

Thanks!
anurag singh 22anurag singh 22
Hi Eskin,
The Call Object Identifier field is used in CTI functionality  of salesforce to  store the Unique Id for a particular interaction(Call) in the third party Caas system utilising the CTI  so it acts like a record ID for the other system in case you need to compare data between the third party and salesforce activity.Hope that answers your question.
 
divya1234divya1234
@anurag singh 22
Hi Anurag ,

i have the same senario ,i have to identify the task which are coming from thrid party app or saleforce activity. can you help me with the step by step process . how i can achive this?
i might create one checkbox field and update the feild value based on guid field .but i am not sure how the workflow or formula feild will look like it will be great if you can help.

thanks 
 
divya1234divya1234
Call Object Identifier field will be null if the data is not coming from third party ?