Is it possible to list all subscriptions for a cus...
# suiteql
e
Is it possible to list all subscriptions for a customer with suiteql ?
t
I think you'll find them in the CustomerSubscriptions table. There's also a ContactSubscriptions. (And the subscriptions themselves are in "Subscription.")
e
CustomerSubscriptions and ContactSubscriptions work 👍 But I dont have a table called Subscription
Is there any way I can list all tables? OA_TABLES does not work
t
No, not yet. But you can use this technique to get to the same data that the Record Catalog uses: https://timdietrich.me/blog/netsuite-records-catalog-api/ The latest version of the SuiteQL Query Tool uses that to provide table info directly in the tool. Details are here: https://timdietrich.me/blog/netsuite-suiteql-query-tool-suitelet-update-20210316/
e
Thank you @tdietrich 🙂
👍 1