```{ type: "error.SuiteScriptError", name: "...
# suitescript
r
Copy code
{
   type: "error.SuiteScriptError",
   name: "SSS_STATEMENT_COUNT_EXCEEDED",
   message: "Script Execution Statement Count Exceeded.",
   stack: [
      "Error\n    at RecordInvoker.save (suitescript/resources/javascript/record/serverRecordService.js:371:13)\n    at NetSuiteObject.thenableFunction() (suitescript/resources/javascript/record/proxy.js:115:24)\n    at Object.execute (/SuiteScripts/Green Busines Systems/Workzone Integration/BioDuro_GBS_SS2_Workzone_Create_NS_Projects.js:136:70)"
   ],
   cause: {
      type: "internal error",
      code: "SSS_STATEMENT_COUNT_EXCEEDED",
      details: "Script Execution Statement Count Exceeded.",
      userEvent: null,
      stackTrace: [
         "Error\n    at RecordInvoker.save (suitescript/resources/javascript/record/serverRecordService.js:371:13)\n    at NetSuiteObject.thenableFunction() (suitescript/resources/javascript/record/proxy.js:115:24)\n    at Object.execute (/SuiteScripts/Green Busines Systems/Workzone Integration/BioDuro_GBS_SS2_Workzone_Create_NS_Projects.js:136:70)"
      ],
      notifyOff: false
   },
   id: "",
   notifyOff: false,
   userFacing: true
}
b
NetSuite thinks BioDuro_GBS_SS2_Workzone_Create_NS_Projects is running in an infinite loop
or alternatively a script triggered by BioDuro_GBS_SS2_Workzone_Create_NS_Projects is running in an infinite loop
r
ahha
187 Views