a record with a field that is not filled out will ...
# suitescript
s
a record with a field that is not filled out will be an empty string, null, undefined?
a
It would be whatever NetSuite wants to return for that field, it could be different by field type and it would be different in getValue and search result. Most of the time it would be empty string. The same goes when you want to empty a field with setValue.
s
officially, for SS2.1 it's
null
note that search results fields are different from ns record fields, unfortunately.