Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
strange server suitescript error: TRANS_AMTS_UNBALNCD
has anyone had trouble setting both the rate and the amount of a transaction line item? i can set the rate, but when i try setting amount (i've tried both Before-Submit and After-Submit events), i get this weird error:
Date & Time: 11/29/2006 11:10 pm
Record Type: Sales Order
Internal ID: 3480
Execution Time: 0.92s
Script Usage: 60
Script: OnAfterSubmit
Error: TRANS_AMTS_UNBALNCD
Transaction is not in balance! amounts+taxes+shipping: 999999.0, total amount: 0.0
Stack Trace:
#OnAfterSubmit.nlapiSubmitRecord(salesorder, false)
#OnAfterSubmit
=================
albeit a bit ambiguous, it seems to be the "The line item total amount is not equal to the item price times the quantity. Is this correct?" message through the UI.