Discussions
NetSuite Unexpected behavior while pushing phone call data
I have integrated NetSuite into my application to import the contacts and then add phone calls for imported contacts.
I am pushing phone calls asynchronously using asyncAddList() and check the status of push using checkAsyncStatus() after predefined period.
When I push the details into NetSuite, all the records are marked to IN_PROGRESS.
But when I check the status, all the records are marked to ERROR.
Verifying into NetSuite, I could see few records added to phone calls.
Repeated this step several times, and I could find number of records added to phone calls vary, marking other records as ERROR in my application.