Has anyone seen this error before, any idea what i...
# suitescript
m
Has anyone seen this error before, any idea what it could be from? It's a new one to me. It's from a UserEvent script, running as admin, on an Item Fulfillment record. { "type": "error.SuiteScriptError", "name": "USER_ERROR", "message": "Invalid Authentication Information.", "id": "", "stack": [ "Error\n at suitescript/resources/javascript/record/recordImpl.js15624\n at Object.submitFields (suitescript/resources/javascript/record/recordImpl.js15430)\n at Object.afterSubmit (/SuiteScripts/NetDynamic-Scripts/NDI-UE-ChangeShopifyFulfillmentShipped.js2028)" ], "cause": { "type": "internal error", "code": "USER_ERROR", "details": "Invalid Authentication Information.", "userEvent": null, "stackTrace": [ "Error\n at suitescript/resources/javascript/record/recordImpl.js15624\n at Object.submitFields (suitescript/resources/javascript/record/recordImpl.js15430)\n at Object.afterSubmit (/SuiteScripts/NetDynamic-Scripts/NDI-UE-ChangeShopifyFulfillmentShipped.js2028)" ], "notifyOff": false }, "notifyOff": false, "userFacing": true }
a
I'd start here /SuiteScripts/NetDynamic-Scripts/NDI-UE-ChangeShopifyFulfillmentShipped.js
m
That's my script that's generating the error. All it's doing is changing the shipstatus to shipped. I've never seen an authentication error given out from a user event before.
a
oh i just assumed by the name that was some shopify integration type thing