What is the process flow for using Web Services asynchronous calls?
WebWorks_WriteArrow(WebWorksRootPath, “wwdd1027560”, true); WebWorks_WriteDIVOpen(“wwdd1027560”, true); The process flow for using WS asynchronous calls is as follows: 1. Make the desired asynchronous call defined in NetSuitePortType – asyncAddList, asyncUpdateList, asyncDeleteList, asyncGetList, asyncSearch. A job ID is returned. 2. Call the checkAsyncStatus method with the job ID as the parameter. The returned object, AsyncStatusResult, encapsulates the object AsyncStatusType, which indicates the status of the asynchronous job. The defined statuses are failed, finishedWithErrors, pending, processing, and finished. This step may iterate until the desired status is reached. Alternatively, navigate to Set Up > Integration > Web Services Process Status to obtain the status information. 3. Call the getAsyncResult method with the job ID and page index as the parameters. The returned object AsyncResult contains the result of each record on which the asynchronous job operated. Note: AsyncRes