Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Help with addListAsync
Could someone please give me an example of how to check the progress of async jobs. I am submitting addList requests in batches of 200 records but I have no idea how to check the progress and report on errors.
I'm aware that there's a 'checkAsyncStatus' call which can return errors and job stati, but it requires the job id, and I can't work out how to grab the job id other than getting it from the UI. I'd like to have the whole operation running from a Windows Forms app because I'm in the process of getting all our company's data into NetSuite and there doesn't seem to be any csv import process for some operations (like CashRefunds).
0