Topic by Venkatesh Loganathan
Content
Hi
Being a very novice user of RN connect API am trying to query the TechMail statistics table for end_date, start_date, mailbox_id and fltr_total. Usign the QueryCSV my code (pasted below) throws an error
Request error exception encountered: no such table: TM_STAT
I am not able to query anu table as displayed in teh RightNow Data dictionary(DD). For example, in DD its Contacts but my code can query only if the table name is Contact, same is the case with Organization.
Unlike Contacts, Organization , I have no java objects generated from WSDL for Techmail statistics.
Any help in guiding how to query the TechMail Statistics(tm_stats) is highly appreciated
-Venkat