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.
Change Author (From) email address on Email Messages via > Create New > Email
I need to change the "From" address to a generic email address for emails originating from Invoices. One of our business units uses the baked-in Email Message form that you get when you use the " > Create New > Email" menu option while situated on an Invoice.
Looking at the HTML source of this form, I noticed that the "author" field had my employee internal Id in it. So, I tried to change it to another value (an Id of a generic Employee record) via the browser console. That didn't work. I also wrote a User Event script against the Message record type. I wrote beforeLoad, beforeSubmit, and afterSubmit functions and tried to change the Author field to the new value, but when the email gets sent, it still comes from my personal email address.