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
}