Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
How to override NetSuite calculated tax amount on Vendor Credits using SuiteTalk SOAP API?
Hello everyone,
I have a question regarding overriding NetSuite auto calculated tax amount on Vendor Credits using SOAP and appreciate your help.
Background Our application is working with legacy tax feature of NetSuite where Tax Codes can be specified per Expense lines and NetSuite auto calculates tax amount. For example, assuming a subsidiary with Australian tax nexus, when a tax code of 10% is specified for a line with amount 100$, NetSuite calculates tax as 10$. However, the NetSuite user interface also allows overriding that amount by user. For example, if the tax amount on actual user's document is 9.99$, user can override that value in the UI. We are trying to perform similar overriding operation using SOAP API. Since this is possible