Milcho Dimkov
07/31/2026, 6:49 AMCeligo AI
07/31/2026, 6:49 AMAI generated answer (using internal Slack threads):Based on the conversations, it seems like you're encountering an error due to the AvaTax Services. The error message indicates that the
TaxOverride.TaxDate is required. This suggests that the AvaTax Services is expecting a date for the tax override, which is not being provided in your User Event (UE) script.
In the context of NetSuite, AvaTax is a tax calculation service that integrates with NetSuite. When a transaction is saved, AvaTax calculates the tax amount and returns it to NetSuite. If you're trying to override the tax amount calculated by AvaTax, you need to provide the TaxOverride.TaxDate.
In one of the conversations, a user mentioned that they were able to override the tax total on Return Authorizations and Cash Refunds using the taxamountoverride field. However, this requires heavy scripting to work correctly.
In your case, you might need to set the TaxOverride.TaxDate in your UE script when creating the credit memo. However, please note that this might require advanced scripting and a deep understanding of how AvaTax Services works with NetSuite.
******
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
07/31/2026, 6:49 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.861572266
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.86126709
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.858581603
Celigo AI
07/31/2026, 6:49 AMBladeSea
07/31/2026, 1:37 PM