Hello, We have an extension that creates 2 custome...
# suitecommerce
v
Hello, We have an extension that creates 2 customer records via a backend Service.ss file (SS 1.0). We're facing an issue where when the feature '_Asynchronous AfterSubmit Customer Processing'_ is turned on, we get the error
Code: INSUFFICIENT_PERMISSION Details: Permission Violation: You need the 'Lists -> Customers' permission to access this page. Please contact your account administrator
even though we have that particular permission applied to our backend Service.ss. Only the first customer record gets created successfully, the 2nd one is not created. When we undeploy all UE scripts, the error goes away. If we deploy any 1 or more UE scripts, the error is observed again (it doesn't matter whether the UE is one of our own, or from some other bundle, including one of NetSuites'). When the feature is turned off, everything works fine. Is this behaviour standard or is this an issue?