{"type":"error.SuiteScriptError","name":"SSS_INVAL...
# suitescript
a
Copy code
{
  "type": "error.SuiteScriptError",
  "name": "SSS_INVALID_SUBLIST_OPERATION",
  "message": "You have attempted an invalid sublist or line item operation. You are either trying to access a field on a non-existent line or you are trying to add or remove lines from a static sublist.",
  "stack": [
    "anonymous(N/recordService)",
    "setPrintDate(/SuiteScripts/setPrintDate_v2.js:97)"
  ],
  "cause": {
    "type": "internal error",
    "code": "SSS_INVALID_SUBLIST_OPERATION",
    "details": "You have attempted an invalid sublist or line item operation. You are either trying to access a field on a non-existent line or you are trying to add or remove lines from a static sublist.",
    "userEvent": "beforesubmit",
    "stackTrace": [
      "anonymous(N/recordService)",
      "setPrintDate(/SuiteScripts/setPrintDate_v2.js:97)"
    ],
    "notifyOff": false
  },
  "id": "",
  "notifyOff": false
}