D
Davy Vanhoudt
Guest
Hi Jason, The question_sessions object is not exposed via the SOAP API that the driver uses. Also, it is not documented in the Oracle Service Cloud documentation for exposed objects. The general rule is that the driver exposes all objects as tables (standard and custom) made available from the metadata for the SOAP API. Here is the documentation for the Oracle Service Cloud SOAP API. Navigate to Connect Web Services Object Model Core Objects for the list of standard objects that are available. documentation.custhelp.com/.../Default.htm There are also some objects that have been made available to the DataDirect driver that are not generally available from the SOAP API metadata. These objects are: -For May 2014 and later versions: Incident.Transactions Contact.Transactions Opportunity.Transactions Organization.Transactions Task.Transactions Incident.PerformanceRecords SystemInformation -For August 2014 and later versions: DeletedRecordInformation DistributionEmailList It is possible to create an analytics report that queries this table. Analytics reports are exposed as stored procedures via the Oracle Service Cloud driver. A stored procedure can be executed using the standard escape syntax. For example, {call my_procedure_name ()} Hope this helps, Davy
Continue reading...
Continue reading...