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

is Live Chat Transcript queryable?
I am trying to write a simple query to acces the Live Chat Transcript table.
I know the api name is LiveChatTranscript, but when I execute the following simple query:
SELECT * FROM LiveChatTranscript LIMIT 100
I get the following error:
'INVALID_TYPE: sObject type 'LiveChatTranscript' is not supported.
Is there something I have to do to make it queryable? I have also noticed I cannot access it in the Apex Data Loader, which seems odd as well.
Hi,
Please check this link . This link says that Live Chat is accessible only on editions created after June 14, 2012. So, this could be the reason why it does not show up anywhere.
Thanks,
Aravind.
All Answers
Hi,
Live Chat Transcript object is available in API version 24.0 and the higher versions, so please check the API version. This may be the reason for your error.
Thanks,
Aravind
But then why am I not able to see it in Apex Data Loader or Force.com Explorer? The table does not appear in either app. None of the Live Agent tables appear in either app.
Hi,
Please check this link . This link says that Live Chat is accessible only on editions created after June 14, 2012. So, this could be the reason why it does not show up anywhere.
Thanks,
Aravind.