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.
UNEXPECTED_ERROR thrown by filter object
I have been testing a script that will be a server-side script. Essentially what it is doing is that it looks up active contracts in a custom table, Customrecord_Contracts. It will use the contract number to search the Sales Order table for all sales orders associated with this contract. The weight from each of these orders is then subtracted from the initial contract balance and the balance will be updated in the contracts table (when I get there).
Anyway the problem occurs with I run the line, "var transsearch=nlapiSearchRecord('salesorder',null,tsfilter,tscolumn). When I replace 'tsfilter' with 'null' the search works, so the problem is obvously in the filter object, "var tsfilter=new nlobjSearchFilter('custcol_contract',null,'is',contractname)". I have tried different operators but still the same error.