Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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.