funny enough I was just running into the same thin...
# suitescript
d
funny enough I was just running into the same thing with
pageData.fetch.promise
, I was trying to run multiple of these in parallel with a
Promise.all()
as would be expected, but seems each of them still processes "synchronously" when initiated ... not really sure why they wrote the API that way