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!
simple update to custom fields in C#
I've scoured the usergroups looking for a code sample that will work. Of the two I've found, one is an example on updating vast arrays in the Calendar module and is overly complex... the other is in the documentation replacing a custom field value with a null value but that code won't compile as the NullField object isn't defined anywhere. There's a nullFieldList that is a member of the Record class, but that's it.
Or, can anyone explain how the CustomRecord class relates to the Record class? CustomRecord is the only way to refer to a CustomFieldList and thus to identify a custom field but how does it relate to, say, a sales order, or customer object?
0