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
raghav
10/29/2025, 2:17 PM
I always used id since starting, We could query it with names ?
c
Craig
10/29/2025, 2:59 PM
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.
Craig
10/29/2025, 2:59 PM
No idea what they were doing previously.
r
raghav
10/29/2025, 3:20 PM
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
RJMNS
10/29/2025, 3:51 PM
yeah that's expected, though annoying. it also does the same with field names