how to stop the auto tax calculation after editing...
# ask-stanley-ai
h
how to stop the auto tax calculation after editing a transaction
c
AI generated answer (using internal Slack threads):
To stop the auto tax calculation after editing a transaction in NetSuite, you can follow these steps: 1. Identify the form used for the transaction. This can be done by checking the form field on the transaction record. 2. Create a workflow that triggers on both before load and after submit events of the transaction record. In this workflow, you can add a condition to check if the form used is the one identified in step 1. 3. If the condition is met, you can then add an action to set the 'Ignore AVA Tax' field to true. This field is provided by Avalara and when set to true, it prevents Avalara from calculating tax on the transaction. Please note that this solution assumes that you are using Avalara for tax calculation. If you are using a different tax provider, you may need to adjust the steps accordingly. Also, keep in mind that this solution only works for transactions where the tax is calculated by a user event script. If the tax is calculated by a client script, you may need to move the tax calculation logic to a user event script or create an automation to manually edit and save the transactions. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.791896164
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.789263606
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.788837552
Please provide your feedback on this answer.