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
Clearing values of custom entity fields
I have a form on my ASP.NET (C#) website that updates a set of custom entity fields via the NetSuite web service. The form allows for our users to change their answers, potentially clearing previous answers.
For most of the questions asked on my form, clearing the data is straight forward (to a degree): I check the form field value, and if the Length of the value is 0, then I set the NetSuite custom entity field value to be '-' (dash).
One field on the form is a Date. I'm not sure how to clear this value in the corresponding NetSuite date custom entity field.
0