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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Issue with items when using nlapiTransformRecord on transactions
We have a SuiteScript that takes Sales Orders and transforms them into Cash Sales and charges the attached credit cards. Since our 2010.2 upgrade and on an increasing number of these transactions we're seeing this error when submitting the new Cash Sale:
Code: USER_ERROR Details: You must enter at least one line item for this transaction.
However, the original Sales Orders do have line items, they just aren't carrying over in the transformation.
I've tried using {recordmode: 'dynamic'} and either way it still hits the same error.
Here's essentially what we're doing, with salesOrderId being defined by the results of a search:
0