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.
Bug in setting more than 16 hidden transaction item columns in work order
This one is really confounding me... I have 23 custom columns configured in a custom Work Order form (set as preferred). They are all configured as not visible. When my suitescript runs on the work order, I attempt to set all 23 at once and I can confirm that my 'setLineItemValue' function is firing all 23 times with the correct column id and value. However, only 16 get set according to the work order sub-item history, and they are the same 16 every time.
Now, if I set ANY of those custom columns as visible in my custom Work Order form, all of a sudden I am able to set all 23 fields without issue, again as confirmed by inspecting the Work Order sub-item history. This is very weird that it doesn't matter which column I set as visible, just so long as one is visible at all, then I am able to set all 23 fields, whether the remaining 22 are visible or not.