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.
Same user as a customer and vendor
I'm working on an application that gives users the ability to purchase items as a customer and list items as a vendor. This means one user can have both roles and this user should be able to log in with one username and password.
It seems that Netsuite requires that I create 2 records - a customer record and a vendor record. I'm not happy about that but I can deal with that. The problem is that since they have the same email address only one of these record types can have a valid password to authenticate against.
So I can check their username and password but I don't know ahead of time if their role is customer or vendor which means that I would have to attempt to login with a customer role first and if that gets a permissions error I'll then have to try and authenticate with the vendor role to get them in. Is there any way around this? This really makes things ugly for (and complicated) in several areas of the site.