Noel B
07/17/2025, 9:33 PMCeligo AI
07/17/2025, 9:33 PMAI generated answer (using internal Slack threads):Based on the conversations, it appears that there isn't a direct way to disable the requirement of tax codes on sales order line items in NetSuite. However, there are a few workarounds that might help: 1. You could potentially use a workflow to detect the user form both before load and after submit, and select to ignore tax depending on your tax provider (NetSuite, Ava, TaxJar). 2. If you have SuiteTax enabled, you might have more flexibility in managing tax calculations. 3. If you need to update the tax code/tax rate for multiple lines on a sales order, you can do this via CSV by getting the line number or line sequence number in a saved search. 4. If you want to disable a line item based on a checkbox in that line, you would need to undisable the columns on lineInit. Alternatively, you could use the
CurrentRecord.cancelLine
method.
Remember, these are workarounds and may not fully meet your requirements. Always test thoroughly before implementing in a live environment.
******
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/17/2025, 9:34 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.841520369
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.84136188
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.839492857
Celigo AI
07/17/2025, 9:34 PM