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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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