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.
Portlet Script Questions
Hello All,
I am working on my first protlet script and have some questions.
I am trying to create a simple search portlet that works very much like the Quick Search portlet only will contain 4 fields and a Search button. The portlet would accept one field value and search on that value. For example Customer ID, Contract Number, External ID or Sales Order Number. The portlet then searches for the type of record and value of the field containing data.
I have tried to create a form portlet, but can't seem to add anything except a Submit button that will call a URL. I need to add a button with code to perform the searches based on the field that contains the value. Is this possible with a form portlet? Should I be trying this with an HTML portlet instead? They seem a bit more flexible.