a record with a field that is not filled out will be an empty string, null, undefined?
a
alien4u
06/01/2022, 7:02 PM
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
Shawn Talbert
06/01/2022, 7:11 PM
officially, for SS2.1 it's
null
Shawn Talbert
06/01/2022, 7:25 PM
note that search results fields are different from ns record fields, unfortunately.