You need to sign in to do that
Don't have an account?

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!
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!
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.
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