I’m having a formatting issue - I’m setting the va...
# suitescript
t
I’m having a formatting issue - I’m setting the value of a Customer’s Account Number field (the native field) as a whole number (i.e 27152), but when it gets into NetSuite, a decimal place is added. Is there some way I can stop NetSuite from formatting the number and adding a decimal place?
s
Maybe give it to it a string instead of a number.
t
Smart! I’ll give it a try. Thanks @Sandii
That did the trick! Thanks again for your help @Sandii