caught this error: ```{ type: "error.SuiteScrip...
# suitescript
a
caught this error:
Copy code
{
   type: "error.SuiteScriptError",
   name: "INVALID_FLD_VALUE",
   message: "Field must contain a value.",
   stack: [
      "anonymous(N/recordService)",
      "reduce(/SuiteScripts/KegWorks 2.0/KW_CreateItemSKUCountsLog.js:118)",
      "anonymous(N/recordService)"
   ],
   cause: {
      type: "internal error",
      code: "INVALID_FLD_VALUE",
      details: "Field must contain a value.",
      userEvent: null,
      stackTrace: [
         "anonymous(N/recordService)",
         "reduce(/SuiteScripts/KegWorks 2.0/KW_CreateItemSKUCountsLog.js:118)",
         "anonymous(N/recordService)"
      ],
      notifyOff: false
   },
   id: "",
   notifyOff: false
}