Hi Everyone,
I am developing my first "backend" suitelet and had a conceptual question. I am sending an
https.post request in the afterSubmit entry point of a User Event Script. The
https.post sends a handful of body parameters from a custom record and the suitelet creates an Estimate.
My question is why does the user have to wait until the suitelet completes? Is there a way to make this more asynchronous or completely offload the processing from the user's perspective? Would a RESTlet work better or am I stuck with Task/Scheduled/MR script?
Appreciate any guidance.