```{"type":"error.SuiteScriptError","name":"INVALI...
# suitescript
f
Copy code
{
  "type": "error.SuiteScriptError",
  "name": "INVALID_API_VERSION_FOR_FORM",
  "message": "You cannot use this API with this version of SuiteScript.",
  "stack": [
    "attachClientScriptFileAndReturnModulePath(N/serverWidgetUtility)",
    "onRequest(/SuiteApps/.../pay_bills_form_suitelet.js:59)"
  ],
  "cause": {
    "type": "internal error",
    "code": "INVALID_API_VERSION_FOR_FORM",
    "details": "You cannot use this API with this version of SuiteScript.",
    "userEvent": null,
    "stackTrace": [
      "attachClientScriptFileAndReturnModulePath(N/serverWidgetUtility)",
      "onRequest(/SuiteApps/.../pay_bills_form_suitelet.js:59)"
    ],
    "notifyOff": false
  },
  "id": "",
  "notifyOff": false,
  "userFacing": false
}