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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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