RE: Bulk Processing Suitelet that calls MR Due to...
# suitescript
k
RE: Bulk Processing Suitelet that calls MR Due to Suitelets 1k API Limit, I had to call an MR to process the records in bulk. For better user experience I'm looking into ways on letting user know that the process is still in progress and will have to complete first before another set of bulk approval -- probably using another suitelet page & client script but I have not tried this yet. Just wanted to check if anyone had a similar experience or have helpful related scripts/articles?
b
usually involves a variation of using setInterval to check the status of your task
which also usually involves fetch to your suitelet check the status
k
Are set interval and fetch used only in client scripts?
b
yes