hey all, I tried fetching `taxschedule` of item re...
# suitescript
a
hey all, I tried fetching
taxschedule
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.
p
The
taxschedule
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.
a
@Pandorahiccup taxschedule field is also not available in the item table for suiteql.