Aviva Wilen
08/21/2025, 8:06 AMCeligo AI
08/21/2025, 8:07 AMAI generated answer (using internal Slack threads):Based on the conversations, it appears that you can set the
taxamountoverride
field using a User Event (UE) script in NetSuite. This field allows you to override the tax total on certain transactions such as Return Authorizations and Cash Refunds.
Here is an example of how you can set this field in a script:
javascript
currentRecord.setValue('taxamountoverride', taxTotal)
However, it's important to note that using taxamountoverride
requires heavy scripting to work correctly. Also, if you're using Avalara for tax calculations, you might need to disable it at the configuration level and set the tax code as AvaTax per line in the script.
Please be aware that overriding tax amounts can be complex and may not always work as expected, especially for transactions that have already charged tax.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
08/21/2025, 8:07 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.864740431
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.854721546
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.8499856
Celigo AI
08/21/2025, 8:07 AM