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.
CRMSDK and Scripting Question
I have just finished a rather complex project that involves several workflows, scripts and groups. This would have been much cleaner if I could have found a way to 'inject' information into email templates. I ended up writing a lengthy script that was mostly just a bunch stringified HTML email templates. I kept it as DRY as I could, but it is still kind of ugly.
Is there a way that I have missed to utilize the templates from script and still be able to supply information from multiple record types? I didn't have time to experiment and the process is live, but I am now wondering if I merge in script does that process have access to any of the information in the script, with JavaScript scoping working the way it does. Could I, for example, put inline script tags with the variables I need? Or is there any other way to merge data form disparate records?