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.
Manage NetSuiteService Session
Hello,
I am new to developing against NetSuite, and kind of new to web services in general. I think I have figured out how the cookies get used from call to call by using the same instance of NetSuiteService. Please, let me know if that is the wrong assumption.
I am working with ASP .NET 2.0 with Visual Basic, and the issue I am having is how to retain that instance of NetSuiteService so it can be used across different pages. The code that works with your webservice is in a separate dll. Is this something where I could store the NetSuiteService instance in a session so it can be reused on each call to the web service, or would it be better to save their log on credentials and log in and out on each call to the web service?