Abdul Qadeer
09/12/2025, 9:41 AMtaxschedule
of item record using suiteql
. looks like taxschedule table
in NetSuite is by default inactive (confirmed in the record catalog). is there any alternative we can get the tax schedule using suiteql
query? thanks.Pandorahiccup
09/12/2025, 7:01 PMtaxschedule
table isn’t exposed for SuiteQL queries, so you won’t be able to join to it directly. The usual workaround is to pull the taxschedule
field straight from the item
record since it’s stored as a reference there. If you need more detail about the schedule itself, the only option today is to use SuiteTalk SOAP or the Records REST API to look up the taxschedule
record outside of SuiteQL.Abdul Qadeer
09/13/2025, 3:28 AM