<@UK8V1Q1FE> with ODBC you can use the system tabl...
# general
m
@Munish Singla with ODBC you can use the system tables (https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4407755805.html). For SuiteQL probably your best bet is the metadata endpoint (https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1540810174.html)
m
I am trying to send sql query via suitescript as {   "sql": "select id from oa_tables" }
but is eturns error
m
will only work with ODBC (SuiteAnalytics Connect), not SuiteQL
m
I am able to run other queries. but how can I retrieve list object with below in postman
m
you can't with SuiteQL
m
apart from this, is there any way in netsuite gui that I can see all objects?
m
if you are already on 2020.2 use the new Record Catalog
m
in which section>
m
Setup > Records Catalog
m
Page Not Found
m
have you been upgraded to 2020.2 yet?
m
I understand there is limitation of 5000 records by suitescript. But is there any way by some logic I can return all records?