Question on a beforeSubmit/afterSubmit User Event script for Item Fulfillment. When fulfilling a quantity of 1, we get succession on both firing.
If the quantity is 10, and we only fulfill 1. Then the afterSubmit does not execution and an error Authentication Failed is thrown.
Any suggestions on digging deeper into why the authentication is failing? We call into a SuiteLet that is running in an elevated role that also does not require login.
s
stalbert
10/26/2021, 5:24 PM
Are you using the external url to talk to the Suitelet?
stalbert
10/26/2021, 5:26 PM
I'd also suggest trying to avoid any endpoints that don't require login.
r
Robert Vice
10/26/2021, 5:38 PM
The SuiteLet is not using "external," although it is performing an https POST to our external services.
Robert Vice
10/26/2021, 5:41 PM
The UE and CL are using the external links to the SuiteLet
s
stalbert
10/26/2021, 6:54 PM
sounds like a multistep process - you might want to share more about the piece of code that actually errors out with the auth issue
r
Robert Vice
10/26/2021, 7:25 PM
I can only chalk this up to a SAML issue, resolved it with logging in with a SAML role