Hello, I noticed these two features in Web Presenc...
# suitecommerce
v
Hello, I noticed these two features in Web Presence section of Enable Features: • Asynchronous After Submit Sales Order Processing • Asynchronous After Submit Customer Processing Is is recommended that we use these features along with our SC webstore? We're using SuiteCommerce along with our extensions. We do have UE scripts on Customer and Sales Order records, so I was curious to know how those features would benefit us.
s
Flo talks about this here https://developers.suitecommerce.com/learn-how-external-suitescripts-can-affect-suitecommerce-performance#title8. It's also mentioned in our performance guidelines.
We can't say offhand whether you should enable it. The thing to keep in mind is that means that it turns those scripts into non-blocking scripts, which means that it allows the submit to occur before running. This means that those scripts shouldn't contain validation or actions that MUST run before the order is placed
👍 1
But they're useful if, for example, you need to trigger an auxiliary task to run
v
Thanks, Steve. I'll go through the article once.