is it possible to set a custom value here in the T...
# suitescript
a
is it possible to set a custom value here in the TAX TOTAL field using suitscript. By default where is this field calculated from ? it says tax rate .. !! does each item has different tax rate assigned to it !!
e
Every line on the sublist for the transaction has a field called taxrate1 and taxcode. That tax total is calculated as the sum of all the taxrate1 values.
a
on the salesorder item sublist ?
e
Yes a salesorder is a transaction...
a
i don't see such field here !!!
but here is the tax rate that you were referring to .. under the accounting tab
n
Maybe you need to customise your form to show that field...
e
Go to any salesorder and add &xml=T to view the XML. Search for taxrate1. If it doesn't have a value it will only have one instance at the top of the XML with the fieldname. Or you can use the Netsuite field explorer plug-in on a salesorder transaction to view the item sublist which is where that field is part of.
👍 1
b
There are lots of configurations for taxes
Some are line level taxes
Some are body level
Sometimes there are multiple taxes
Sometimes they are gross
Beware advice that sounds incompatible with a particular account
a
can i give a custom value to "TAX TOTAL" and bypass or overwrite the netsuite tax calculation !!
@battk sir can you guide regarding tax configuration or may be provide any link so that i could understand where this TAX TOTAL quantity derived from ..
b
no overriding summary type totals in general
without changing the values used to calculate the total
s
In most instances, you cannot manually set tax at all. Thats also a really bad idea to do it (in general)
a
Thanks all for help ..
I will have a look at it . Thanks @battk
p
Why would you want to override tax anyway? Remember that NetSuite is an accounting system 😄
b
would you like to hear about SuiteTax, the future of NetSuite taxes
designed to allow external engines to finally override taxes
e
You don't even need SuiteTax to override taxes in Netsuite.
b
you may want to advise mashood on how to override it
best i know of is overriding tax percents and hoping you can live with being off by a penny or so
360 Views