Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Dealing with 0 being interpreted as 0.0 for Integer fields
I don't know how I've avoided running into headache in the 5-6 years I've been customizing NetSuite, maybe it's the result of a recent version upgrade.
So here's the deal: I have a sublist with a couple INTEGER columns and I'm defaulting them to 0. Here's some code!
items.setLineItemValue( SORASST_FLD.COL_REMAININGRELEASEQTY, lineIndex, 0);
Don't worry yourself about those strange variable names, they are just constants for the identifiers. DO worry yourself about that 0 I'm setting the value to; not 0.0, not '0' or '0.0' - just good ol' integer zero. I know Javascript doesn't have true integers, but you get my drift.
Steve Klett | Senior Developer
NetValue Technology
0