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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Save $30 - limited to first 1,000 registrants
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
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
SSP Update List/Record, Custom List
We attach a custom transaction body field to the SO. The custom body field is of type "List/Record" and utilizes a custom list (A list of countries intended for product export). I grab the internalid using a saved search, but NetSuite does not save the value when running LiveOrder: update().
Stock code below:
// Transaction Body Field if (is_secure && !_.isEmpty(data.options)) { order.setCustomFieldValues(data.options); }The above code correctly updates values to free-form text fields and checkbox fields, but does not update the value for custom List/Record.
Could you please help me to update this custom field of type List/Record: custom list?
0