when saving the record, can we directly call suite...
# suitescript
p
when saving the record, can we directly call suitelet from userevent script?
n
yes, but the UE will run until the response is return from the SL. Unless you use promise.
👍 1
p
use the
https.requestSuitelet
or
https.requestSuitelet.promise
as suggested by @NickSuite
👍 1