when using `record.submitFields()` can you pass na...
# suitescript
s
when using
record.submitFields()
can you pass native boolean values when setting checkbox fields or must we still use 'T' and 'F' there? (the help says it accepts boolean but I seem to recall some issue with this?)
d
You can use 'T'/'F' or true/false statment. Here in Brazil is 'V' and 'F', translated.
s
really, NS will take any of
true
,
false
,
T
, or
F
(english) for a checkbox field in submitFields() maybe that ambiguity is why I was confused 🙂