Any reason a suitelet will fail to return a respon...
# suitescript
c
Any reason a suitelet will fail to return a response when called multiple times simultaneously? Each call has different parameters and the code runs, but the response in chrome debugger is blank.
t
maybe try using .promise to handle multiple request?