Not sure why it gets set to “” though
# suitescript
c
Not sure why it gets set to “” though
j
NetSuite checkboxes do have that "uncommited" stage. If it's a custom field you can default it to false and never see that pesky "" again.
c
oh nice
let me try that
@jarens not sure about this - if the user clicks edit and the checkbox is check, won’t the default then uncheck it?
j
No. It is only on the creation of records (think of it like a before user edit event). Even your old records won't update to the default unless you explicitly check or uncheck the box (something like a CSV import could fix the old records)
c
My scenario is that it reverts to “” when you click edit then delete