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.
RESTlet how do I pass and read header information?
Hello,
I am trying to create a RESTlet that retrieves support cases information from NetSuite. I have written many suitelets but this is my first RESTlet and I am unsure how to pass information in the header.
I also want to check that I am using the RESTlet in the correct way - as I understand it you can pass a customer contact email and password details through (the header?) which ensures a secure login? I could not find any specific documentation in NetSuite that show me how to do this - anyone done this before? I am using Javascript to to call the HTTP request with a clientid as a parameter. How do I pass the header information in this and how to I read it in the NetSuite RESTlet script to validate it? I am