2.0.0.13.6 integration for NetSuite

Supported source system versions

  • NetSuite OneWorld and ERP
  • Built for NetSuite (BFN) Validated

Technical changes

Issue:
ADO - 1714657 - 20220288 - Xirgo - Tax Calculation Issue - Previous case 20100898
Fixed the problem where the shipping tax was not correctly added to the invoice when the 'Preview Tax' button was clicked, ensuring the correct transaction total is calculated and set
Root cause:
The Preview Tax functionality calculates an incorrect transaction total the first time the shipping amount is added and the button is clicked.
Solution:
To resolve this issue, we will update the library script. This update will ensure that the transaction total is calculated correctly on the first click of the Preview Tax button.
Implementation:
We have updated the function “this.apply” in the script “IDT.TaxCalculationOutput.js”. A line of code has been added to commit the expense and item lines after the tax field is set. This will have the same effect as if the user clicks on the last item. This action triggers NetSuite to update the total, ensuring that the total includes any shipping tax.

Related Content