Has netsuite changes something with record.submitF...
# suitescript
c
Has netsuite changes something with record.submitFields? We’ve recently started getting Invalid number errors when using record.submitFields for the ID. Even when I cast the number (in the this 15011) as an integer using parseInt() I still get that error: “Invalid number 15011.0”
b
join team string internal ids
j
hahhah yeah I’ve encountered this way too many times.
so so so dumb
instead of parseInt(id) do String(id) and you should be ok
👍 1