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.
PHPtoolkit missing asynchronous functions
The PHPtoolkit is missing all the asynchronous web services functionality.
From the web service help section:
Asynchronous equivalents are available for the following operations:
addList: asyncAddList
updateList: asyncUpdateList
deleteList: asyncDeleteList
getList: asyncGetList
search: asyncSearch
initializeList: asyncInitializeList
And the helper calls:
checkAsyncStatus
getAsyncResult
I was able to hack into the PHPToolkit.php file the asyncAddList and asyncUpdateList functions by copy/paste of the addList and updateList (identical call structure), but had to adjust for the unrecognised XML response.
I realize the PHPtoolkit is still in beta but is there any chance the asynchronous functions will make their way into it any time soon? It would be a great way for us to do mass imports from our external payment processing providers.