Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
sales tax on opportunity itemList v11
I have found that in v11 there are a number of places where the number of characters in a value are limited (I don't understand why this has been introduced...). This now seems to be the case for tax1Amt on the opportunity items, which has serious limitations on the operation of web services. Any tax amount that is more than 6 characters cannot be imported.
Our implementation is as follows:
thisOpportunityItem.tax1Amt = <taxamt>
thisOpportunityItem.tax1AmtSpecified = True
This works if <taxamt> is less than 6 characters but fails if more than 6 characters. For example, 1000.01 would fail.
0