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
Tyn Guardian
06/21/2023, 12:27 AM
maybe try using .promise to handle multiple request?