Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Intelligent Payment Automation, powered by BILL (aka Bill.com), lets you automate payments, manage vendor details, and bank account information within NetSuite.
The SuiteApp is available to organizations based in the U.S. with a valid U.S. address, or to global customers (except Canada, China, and Japan) with U.S. business subsidiaries. It only supports payments to vendors operating in the United States.
For more information, visit this thread.
Most oddest behavior in NetSuite with Dates
Hey guys. So sometime between first and second week of December, date field decided to misbehave.
I have a client script which fires when status changes. The script essentially sets a custom field of type date. It takes javascript date and turns it into string using this method: (date.getMonth()+1)+'/'+date.getDate()+'/'+date.getFullYear()
It worked for EVERYONE except for one person.
everyone's December single digit dates were set properly as in 12/1/2011 through 12/9/2011 EXCEPT this one person where the month and date got switched. like so: 1/12/2011 or 9/12/2011.
I've been my :h_a_w: to reproduce this. Changing NetSuite global date setting to MM/DD/YYYY , changing my personal date setting to MM/DD/YYYY, I've even tried changing my system (laptop) date setting to MM-DD-YYYY.