Hey all! Does any one knows if there is a way to e...
# suitecommerce
m
Hey all! Does any one knows if there is a way to execute the method “nlapiRequestUrl” in async mode? I don’t want to “wait” until the response (because I don’t need that information to keep going)
s
SuiteScript 1.0 is always synchronous. SuiteScript 2.0 allows for asynchronous behaviour. We have rigged up a jQuery.Deferred type of thing for SuiteScript 1.0 but it's not perfect (as I believe you have to trigger them all manually). In short, it's hard to advise without more details about what you're trying to do.