Hi, I'm trying to pull report with a ODBC connecto...
# general
k
Hi, I'm trying to pull report with a ODBC connector from NetSuite and i'm not able to find the report name in the data source i created. Does some know how i can find it?
g
Are you using the Netsuite or Netsuite2 datasource? I had a similar issue and I realized that the Read-All access is only valid for the Netsuite datasource, so if you're using Netsuite2, you need to make sure the role has access to the report.
Otherwise, you should be able to access it via the custom record's ID.
Copy code
select * from customrecord_something;
d
@Kris Bryant,do yourself a favour and have a 5 min chat with @Josh_SatoriReporting about Tactical Connect.