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.
Setting a custom field to null
I am updating a custom field in an item of a sales order. If I set the value of the custom field to some value, everything works. If I try setting the value to "" (null) it gives me an error :
Code = 174 The specified custom field value is missing.
In the documentation it mentions you need to use the NullFieldList set a custom field to null. But, there is no NullFieldList in a item of sales order (there is on the sales order itself)
How can I get around this ?
0