Has anyone seen this?
TRANS_UNBALNCD
The debits and credits are not balanced on this transaction because amounts entered include more decimal places than are supported for this currency. Please round off the amount of each line to a maximum of 2 decimal places.
The amounts are coming from a Sales Order line amount. All currencies are USD and for this example, are all .00 like 35.00. SuiteAnswers says to use toFixed(2) but I'm reluctant to do this since I am just running into this and the values are fine on the Sales Order.