<netsuite2.com> appears to make tables available v...
# suiteql
c
netsuite2.com appears to make tables available via their ID instead of name. Is that as expected? Not found: SELECT * FROM Grantee Found: SELECT * FROM customrecord_123
1000 1
r
I always used id since starting, We could query it with names ?
c
I'm not sure if we could query with names - I had users claiming they can't find tables they'd previously used but the IDs are the same.
No idea what they were doing previously.
r
It's expected to find with ids if that's what you are wondering. I don't think we could do it with names.
r
yeah that's expected, though annoying. it also does the same with field names