I inherited the code and can’t figure out why it’s...
# suitescript
a
I inherited the code and can’t figure out why it’s doing this. It’s happening upon record creation. When I log the value of the field right before saving the record, it shows the value to be
12345678
. If I log the stringified version of the record right before saving, it shows the value to be
"1.2345678E7"
and that’s what gets stored.