From a37552a04e0a15fb13041f645941aaf88d461255 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Fri, 29 Dec 2023 08:52:12 -0800
Subject: [PATCH 01/88] initial changes sosc bundle
---
.../bundling/Summary of Site Condition.json | 44709 ++++++++++++++++
.../subProcess/CSSABundleWorklow.bpmn | 1622 +-
2 files changed, 45509 insertions(+), 822 deletions(-)
create mode 100644 forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
new file mode 100644
index 00000000..29bd3019
--- /dev/null
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -0,0 +1,44709 @@
+{
+ "forms": [
+ {
+ "title": "Summary of Site Condition",
+ "display": "form",
+ "type": "form",
+ "name": "soscBundleForm",
+ "path": "soscbundleform",
+ "tags": [
+ "common"
+ ],
+ "components": [
+ {
+ "title": "Reviewer Actions",
+ "collapsible": false,
+ "key": "formActions",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nconsole.log('data-----', data);\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\")||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Previous Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "sendToPreviousReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(\r\n(roles.includes(\"formsflow-reviewer/csap\") || roles.includes(\"formsflow-reviewer/cssa-team\")) && \r\n(data.applicationStatus===\"New\" || data.applicationStatus===\"Resubmitted\" || data.applicationStatus===\"Resubmit\" || data.applicationStatus===\"Recheck\") \r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "erimibd"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Next Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "sendToNextReviewer",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \nroles.includes(\"formsflow-reviewer/cssa-manager\") || \nroles.includes(\"formsflow-reviewer/csap\") || \nroles.includes(\"formsflow-reviewer/csap-society\")) \n{\n show = true;\n} else if (roles.includes(\"formsflow-reviewer/caseworker\"))\n{\n if(data.soscStatus === 'mgrAccepted')\n show = true;\n else\n show = false;\n}\nelse\n{\n show = false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data---', data);\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectSoscSdm===''|| data.selectSoscCaseworker===''))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n const submissionId = form._submission._id;\r\n const formId = form._submission.form;\r\n const formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n const formio = new Formio(formDataReqUrl);\r\n formio.saveSubmission(formDataReqObj1).then( result => {\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n }).catch((error)=>{\r\n //Error callback on not Save\r\n form.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n });\r\n}",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "evqa0v"
+ },
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "approve",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data.apFirstName----', data.apFirstName);\r\nif(roles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.soscStatus === \"mgrAccepted\" && !(data.apFirstName === \"\" || \r\n data.apFirstName === undefined || \r\n data.apFirstName === null)) \r\n show = true;\r\n else if (data.soscStatus === \"caseworkerAccepted\" )\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}\r\n",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e25fbjq"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "tableView": false,
+ "key": "sendToApplicant",
+ "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "e6k2pg"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejectForm",
+ "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "eb67pz"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "edce38k"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "exzzrf"
+ },
+ {
+ "title": "Assign Reviewers",
+ "collapsible": true,
+ "key": "sdmAssignment",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "panel",
+ "label": "",
+ "collapsed": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Select SDM",
+ "labelPosition": "top",
+ "widget": "choicesjs",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "dataSrc": "url",
+ "data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "resource": "",
+ "json": "",
+ "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
+ "headers": [
+ {
+ "key": "Authorization",
+ "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
+ },
+ {
+ "key": "Content-type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "custom": ""
+ },
+ "dataType": "string",
+ "idPath": "id",
+ "valueProperty": "username",
+ "template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "selectSoscSdm",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
+ "lazyLoad": true,
+ "selectValues": "data",
+ "selectFields": "",
+ "disableLimit": false,
+ "searchField": "",
+ "searchDebounce": 0.3,
+ "minSearch": 0,
+ "filter": "",
+ "limit": 100,
+ "authenticate": false,
+ "ignoreCache": false,
+ "redrawOn": "",
+ "input": true,
+ "keyModified": true,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "id": "evuipnr",
+ "defaultValue": "",
+ "sort": ""
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Select Caseworker",
+ "labelPosition": "top",
+ "widget": "choicesjs",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "dataSrc": "url",
+ "data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "resource": "",
+ "json": "",
+ "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
+ "headers": [
+ {
+ "key": "Authorization",
+ "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
+ },
+ {
+ "key": "Content-type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "custom": ""
+ },
+ "dataType": "string",
+ "idPath": "id",
+ "valueProperty": "username",
+ "template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "selectSoscCaseworker",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
+ "lazyLoad": true,
+ "selectValues": "data",
+ "selectFields": "",
+ "disableLimit": false,
+ "searchField": "",
+ "searchDebounce": 0.3,
+ "minSearch": 0,
+ "filter": "",
+ "limit": 100,
+ "authenticate": false,
+ "ignoreCache": false,
+ "redrawOn": "",
+ "input": true,
+ "keyModified": true,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "id": "ei0g89",
+ "defaultValue": "",
+ "sort": ""
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 4
+ }
+ ],
+ "key": "columns3",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e4hrtb"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "en8s25"
+ },
+ {
+ "label": "Notes",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "openWhenEmpty": false,
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "templates": {
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n \r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n\r\n \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}\r\n\r\n\r\n\r\n\r\n",
+ "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
+ "row": "{% console.log(\"row-key main sosc\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
+ },
+ "rowClass": "",
+ "addAnother": "",
+ "modal": false,
+ "saveRow": "",
+ "removeRow": "Cancel",
+ "persistent": true,
+ "inlineEdit": false,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-soscNotes-addRow']\")!==null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-soscNotes-addRow']\").remove();\r\n\t}\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nif(UserDetails){\r\nvar addRowButton = document.querySelector(\"button[ref=editgrid-soscNotes-addRow]\");\r\nif(addRowButton!=null)\r\n{\r\naddRowButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tif(internalRadio[i].parentElement !== null)\r\n\t\t\t{\r\n\t\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t\t}\r\n\t\t }\r\n\t\t}\r\n})\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n}\r\n\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-soscNotes-addRow']\")!==null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-soscNotes-addRow']\").remove();\r\n\t}\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;i -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\r\n{\r\n value = 'CSSA Manager'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "role",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e0b0whl",
+ "defaultValue": ""
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created By",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
+ "key": "createdBy",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6ev9oy"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created At",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
+ "key": "createdAt",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ekd6aud"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eayjpuw"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "defaultOpen": false,
+ "id": "ec9q8u"
+ },
+ {
+ "label": "hiddenUserIdForFormSharingApplicantAsOwner",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "hiddenUserIdForFormSharingApplicantAsOwner",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "e51bxw"
+ },
+ {
+ "label": "hiddenUserIdForFormSharingWithDiffOwner",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "hiddenUserIdForFormSharingWithDiffOwner",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "eia0fkf"
+ },
+ {
+ "html": "Part 1 - Contact Information ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content3",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e7c7u3u"
+ },
+ {
+ "key": "Section1-ContactInformation",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section I - CONTACT INFORMATION",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "siteOwnerOrOperator",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "title": "Site Owner or Operator",
+ "hideLabel": true,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section1A-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ekh7nj9"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "euc0sw"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "euaafu"
+ },
+ {
+ "key": "Section1A-Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "effeqnf"
+ },
+ {
+ "key": "Section1A-AddressColumn3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e2utqz"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5u2rue"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "emhj7ub"
+ },
+ {
+ "key": "Section1A-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-ProvinceState",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ea49wil"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-Country",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "elb9xr8"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-PostalZipCode",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "etaog87"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ewwkail"
+ },
+ {
+ "key": "Section1A-ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "phoneNumber2",
+ "type": "textfield",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eunnqpj"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "\r\nvar currentValue = input;\r\nfetch('https://forms-flow-api-e38158-dev.apps.silver.devops.gov.bc.ca/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\r\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\r\n.then((p)=> {return p.json();}).\r\nthen((x)=>{\r\n data.hiddenUserIdForFormSharing = '' ;\r\n x.find((y)=>{ if( y.email=== currentValue ) \r\n { data.hiddenUserIdForFormSharing = y.id}\r\n\r\n })\r\n\r\n if(data.hiddenUserIdForFormSharing==='')\r\n {\r\n valid = 'Unable to find user with provided email address';\r\n }\r\n else\r\n {\r\n valid = true;\r\n }\r\n\r\n});",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "ownerEmailAddress",
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "email",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "id": "ewvvqh"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eeq9dzs"
+ },
+ {
+ "label": "Is applicant same as above?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "true",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "false",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "isApplicantSameAsAbove",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "enx9oad"
+ }
+ ],
+ "collapsible": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "evm4w5b"
+ },
+ {
+ "title": "Applicant",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "applicant",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "isApplicantSameAsAbove",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section1C-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e40la5k"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e0oy6rg"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e9ur3d"
+ },
+ {
+ "key": "Section1C-Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eikmhmk"
+ },
+ {
+ "key": "Section1C-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "efojt6s"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e59u27"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eigg0un"
+ },
+ {
+ "key": "Section1A-AddressColumn2",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-ProvinceState2",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "efyqlzn"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-Country2",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "edhcyho"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-PostalZipCode2",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e3mm0qo"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "elurmt"
+ },
+ {
+ "key": "Section1C-ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "phoneNumber",
+ "type": "textfield",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eidhmy6"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "contactPersonEmailAddress",
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "email",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "id": "ee0ed8f"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ebgnl1p"
+ },
+ {
+ "label": "Is the agent same as the applicant?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "true",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "false",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "isApplicantSameAsAbove1",
+ "conditional": {
+ "show": true,
+ "when": "isApplicantSameAsAbove",
+ "eq": "false"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "et6b04k"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "er3axs"
+ },
+ {
+ "title": "Agent",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "isApplicantSameAsAbove1",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section1B-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Section1B-NameColumn",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Last Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1B-LastName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ehh4qkk",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "First Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1B-FirstName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e2couam",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eyy4ce"
+ },
+ {
+ "key": "Section1C-Company1",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ex0z6ex"
+ },
+ {
+ "key": "Section1C-AddressColumn1",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-Address1",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eks23e"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-City1",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e026ykm"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eb0na63"
+ },
+ {
+ "key": "Section1A-AddressColumn4",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-ProvinceState3",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "er0guec"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-Country3",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ex5fali"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-PostalZipCode3",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5v9qcs"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ek9ixdb"
+ },
+ {
+ "key": "Section1C-ContactInfoColumn1",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "phoneNumber1",
+ "type": "textfield",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "etn06w9"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "contactPersonEmailAddress1",
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "email",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "id": "elk9b5f"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "esdtr6j"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eccpvcc"
+ },
+ {
+ "title": "Approved Professional",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section1B-NameColumn1",
+ "type": "columns",
+ "input": false,
+ "label": "Section1B-NameColumn",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Last Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "apLastName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ew1n4xe",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "First Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "apFirstName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eyi2r9l",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ebe00dr"
+ },
+ {
+ "key": "Section1C-Company2",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehx2r3c"
+ },
+ {
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Address",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1C-Address2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e0mvafo",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "City",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1C-City2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ep4g8sm",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "Section1C-AddressColumn2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "epslne4"
+ },
+ {
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Province",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1A-ProvinceState4",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eo4ye6a",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Country",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1A-Country4",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eexyypl",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Postal Code",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1A-PostalZipCode4",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e38sa9p",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "Section1A-AddressColumn5",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "\nif (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e1idzxl"
+ },
+ {
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Phone Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "phoneNumber3",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ekzh67d",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "contactPersonEmailAddress2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "ewgcubg",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "Section1C-ContactInfoColumn2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "\nif (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eearefa4"
+ },
+ {
+ "label": "Professional Designation",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "professionalDesignation",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "\nif (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "edieg9a",
+ "defaultValue": ""
+ },
+ {
+ "label": "Scope of review completed by Approved Professional (eg. arm's length risk-based standards review)",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "scopeOfReviewCompletedByApprovedProfessionalEgArmsLengthRiskBasedStandardsReview",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "\nif (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "espl6fn",
+ "defaultValue": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "euyo4sn"
+ }
+ ],
+ "collapsible": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e52kzii",
+ "keyModified": true
+ },
+ {
+ "html": "Part 2 - Executive Summary ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content4",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eip4sw7"
+ },
+ {
+ "title": "Section II - EXECUTIVE SUMMARY",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": true,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section1-ContactInformation1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "collapsed": false,
+ "input": false,
+ "tableView": false,
+ "keyModified": true,
+ "components": [
+ {
+ "html": "To be completed by the approved professionals reviewing the site investigation, risk assessment, remediation or confirmation of remediation reports. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "epyqnv"
+ },
+ {
+ "label": "Subject Site Locations",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "siteId": "",
+ "siteCommonName": "",
+ "section2LatitudeDegrees": "",
+ "section2LatitudeMinutes": "",
+ "section2LatitudeSeconds": "",
+ "section2LongitudeDegrees": "",
+ "section2LongitudeMinutes": "",
+ "section2LongitudeSeconds": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Subject Site Location",
+ "collapsible": false,
+ "key": "panel2",
+ "type": "panel",
+ "label": "Site",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Site ID",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "siteId",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eszh8an",
+ "defaultValue": ""
+ },
+ {
+ "label": "Site Common Name",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "siteCommonName",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e71a2nj"
+ },
+ {
+ "key": "heading4",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Latitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "evoqji"
+ },
+ {
+ "key": "Section2-LatitudeColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "er86sr",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eiu61m",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\n valid = true;\n} else {\n valid = \"Invalid Seconds\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "er0cc1a",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "evhcjca"
+ },
+ {
+ "key": "heading5",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Longitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "eayrurk"
+ },
+ {
+ "key": "Section2-LongitudeColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e252afv",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e4vku6d",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\n valid = true;\n} else {\n valid = \"Invalid Seconds\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "evsub3p",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ej1mdrb"
+ }
+ ],
+ "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "ee4rt34"
+ },
+ {
+ "key": "heading3",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Coordinates for the centre of the site:",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "ee72tiv"
+ },
+ {
+ "key": "content",
+ "html": "Attention: A separate map with appropriate scale showing the location and boundaries of the site must be included with an SDS submission.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e5fmbyj"
+ },
+ {
+ "key": "iUnderstandAndWillAttachAMapWithMySubmission",
+ "type": "checkbox",
+ "input": true,
+ "label": "I will include a map with my submission",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ekbr5fb"
+ },
+ {
+ "label": "Land ownership (Source Site) Please select all that apply:",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Legally Titled, Registered Property",
+ "value": "legallyTitled",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Crown Land",
+ "value": "untitledCrown",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Municipal Land",
+ "value": "untitledMunicipal",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "landOwnershipSourceSitePleaseSelectAllThatApply",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "e66yx6u",
+ "defaultValue": {
+ "legallyTitled": false,
+ "untitledCrown": false,
+ "untitledMunicipal": false
+ }
+ },
+ {
+ "title": "For Legally Titled, Registered Property (Source Site)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "forLegallyTitledRegisteredProperty-panel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipSourceSitePleaseSelectAllThatApply",
+ "eq": "legallyTitled"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "or nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "emyfj89"
+ },
+ {
+ "key": "Section2-LegallyTitled-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ev16eg9"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PostalZipCode",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eftbs3h"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eavg5jx"
+ },
+ {
+ "label": "Enter PIDs and Land Descriptions below",
+ "tooltip": "Select the 'X' button to delete an entry.",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-LegallyTitled-PID": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-LegallyTitled-LandDescription": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "Section2-LegallyTitled-PIDColumn",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Entries",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel1",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "999-999-999",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eaoeej"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e35et7b"
+ },
+ {
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eqnyhh"
+ }
+ ],
+ "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eyxh9qa"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "esaica"
+ },
+ {
+ "title": "For Untitled Crown Land (Source Site)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section2-forUntitledCrownLand",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipSourceSitePleaseSelectAllThatApply",
+ "eq": "untitledCrown"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-UntitledCrown-PINColumn",
+ "type": "datagrid",
+ "input": true,
+ "label": "",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "title": "Untitled Crown Land",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "dataGridLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Crown Land",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PIN",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e0zxpd"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eohw9y"
+ },
+ {
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description or metes and bounds",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e9sdlfc"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-UntitledCrown-PIN": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-UntitledCrown-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eg4uvab"
+ },
+ {
+ "label": "And if available:",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "Section2-UntitledCrown-CrownLandFileNumbers": "",
+ "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
+ }
+ ],
+ "key": "Section2-UntitledCrownLand-FileNumberColumn",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "key": "Section2-UntitledCrown-CrownLandFileNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Crown Land File Numbers",
+ "tableView": true,
+ "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eeq9myk"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eids8qa"
+ },
+ {
+ "title": "For untitled municipal land (Source Site)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section2-forUntitledCrownLand1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipSourceSitePleaseSelectAllThatApply",
+ "eq": "untitledMunicipal"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eggg59w"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e8g7fan"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eqif3zi"
+ },
+ {
+ "title": "Offsite Impacted Properties",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "offsiteImpactedProperties1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "Select one:",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Offsite impacted property(ies) - Provide information for each",
+ "value": "offsiteImpactedProperty",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "offsiteImpactedProperties",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e2ysuh",
+ "defaultValue": ""
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {}
+ ],
+ "key": "dataGrid1",
+ "conditional": {
+ "show": true,
+ "when": "offsiteImpactedProperties",
+ "eq": "offsiteImpactedProperty"
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Coordinates for the centre of the impacted site",
+ "collapsible": false,
+ "key": "Section2-forUntitledCrownLand2",
+ "conditional": {
+ "show": true,
+ "when": "offsiteImpactedProperties",
+ "eq": "offsiteImpactedProperty"
+ },
+ "type": "panel",
+ "label": "Impacted Sites",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "heading8",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Latitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "e2ug45e"
+ },
+ {
+ "key": "Section2-LatitudeColumn2",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeDegrees2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e9nam5l",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeMinutes2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "edhzq1e",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\n valid = true;\n} else {\n valid = \"Invalid Seconds\";\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeSeconds2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eacl9yw",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "el90wzy"
+ },
+ {
+ "key": "heading9",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Longitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "ex8n8vc"
+ },
+ {
+ "key": "Section2-LongitudeColumn2",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeDegrees2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ep4hqx",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeMinutes2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eo8ju6o",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\n valid = true;\n} else {\n valid = \"Invalid Seconds\";\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeSeconds2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eo46qw",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e6o3au0o"
+ }
+ ],
+ "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eef218"
+ },
+ {
+ "html": "Attention: ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "edgwhqh"
+ },
+ {
+ "label": "Include land title record, where applicable",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "I understand and will include a land title record with my submission",
+ "value": "hasTitleRecord",
+ "shortcut": ""
+ },
+ {
+ "label": "Land title record not available",
+ "value": "noTitleRecord",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "includeLandTitleRecordWhereApplicable",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e1alm66",
+ "defaultValue": ""
+ },
+ {
+ "label": "Land ownership (Impacted Property or Receiving Site) Please select all that apply:",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "legallyTitled": false,
+ "untitledCrown": false,
+ "untitledMunicipal": false
+ },
+ "values": [
+ {
+ "label": "Legally Titled, Registered Property",
+ "value": "legallyTitled",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Crown Land",
+ "value": "untitledCrown",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Municipal Land",
+ "value": "untitledMunicipal",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "landOwnershipImpactedPropertyPleaseSelectAllThatApply",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "ehcvih"
+ },
+ {
+ "title": "For Legally Titled, Registered Property (Impacted Property)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "forLegallyTitledRegisteredProperty-panel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipImpactedPropertyPleaseSelectAllThatApply",
+ "eq": "legallyTitled"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-Address1",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "or nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "epwcnl"
+ },
+ {
+ "key": "Section2-LegallyTitled-AddressColumn1",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-City1",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6ii8s"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PostalZipCode1",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "erie2w"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e5j0jj4"
+ },
+ {
+ "label": "Enter PIDs and Land Descriptions below",
+ "tooltip": "Select the 'X' button to delete an entry.",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-LegallyTitled-PID": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-LegallyTitled-LandDescription": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "Section2-LegallyTitled-PIDColumn1",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Entries",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel1",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "999-999-999",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e35yp8o"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "edxz0kc"
+ },
+ {
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eg4rrls"
+ }
+ ],
+ "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "edwqg5s"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eljmet"
+ },
+ {
+ "title": "For Untitled Crown Land (Impacted Property)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section2-forUntitledCrownLand2",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipImpactedPropertyPleaseSelectAllThatApply",
+ "eq": "untitledCrown"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Crown Land Entries",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-UntitledCrown-PIN": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-UntitledCrown-LandDescription": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section2-UntitledCrown-PINColumn1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Crown Land",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "dataGridLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "PIN",
+ "tableView": true,
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6g3hkp"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eqa4hvn"
+ },
+ {
+ "label": "Land Description or metes and bounds",
+ "autoExpand": false,
+ "tableView": true,
+ "inputFormat": "plain",
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "esiwlom"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "ecdu066"
+ },
+ {
+ "label": "And if available:",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "Section2-UntitledCrown-CrownLandFileNumbers": "",
+ "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
+ }
+ ],
+ "key": "Section2-UntitledCrownLand-FileNumberColumn1",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "key": "Section2-UntitledCrown-CrownLandFileNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Crown Land File Numbers",
+ "tableView": true,
+ "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "ebjum0p"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e6t7knc"
+ },
+ {
+ "title": "For untitled municipal land (Impacted Property)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section2-forUntitledCrownLand3",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipImpactedPropertyPleaseSelectAllThatApply",
+ "eq": "untitledMunicipal"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-LandDescription1",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eze39c"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ewwn6y8"
+ }
+ ],
+ "id": "e8qmdma"
+ },
+ {
+ "html": "Part 3 - Document Summary
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content5",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ewlel6g"
+ },
+ {
+ "title": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel8",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "List all known site investigation, risk assessment (including screening level risk assessment), remediation plan and confirmation of remediation reports comleted and directly supporting correspondence submitted (for source site and offsite impacted sites).
List documents in order from newest to oldest.
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content8",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eevyl1r"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "document": "",
+ "documentTitle": "",
+ "authorCompany": "",
+ "documentDate": "00/00/0000"
+ }
+ ],
+ "key": "dataGrid2",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Document",
+ "collapsible": false,
+ "key": "documents",
+ "type": "panel",
+ "label": "Documents",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Document #:",
+ "tableView": true,
+ "key": "document",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e0ufs5o"
+ },
+ {
+ "label": "Document Title",
+ "tableView": true,
+ "key": "documentTitle",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e839axn"
+ },
+ {
+ "label": "Author/Company",
+ "tableView": true,
+ "key": "authorCompany",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eum71oo"
+ },
+ {
+ "label": "Document Date",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": false,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "documentDate",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "edt3c4"
+ }
+ ],
+ "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e1pcqd3"
+ }
+ ],
+ "id": "euq4ro"
+ },
+ {
+ "html": "Part 4 - Investigation Summary
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content6",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e08pdh"
+ },
+ {
+ "label": "Has an Approval in Principal (AiP) been issued for this site?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "true",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "false",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "etgpg9",
+ "defaultValue": ""
+ },
+ {
+ "html": "If an Approval in Principle (AIP) has been issued and this SoSC form is being submitted as part of a Certificate of Compliance, you do not need to complete PART 4.
If an AiP has not been issued, or if other circumstances require completion of section 4, please complete PARTS 4.1 to 4.8 below where indicated.
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content7",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e4z1cma"
+ },
+ {
+ "title": "SECTION I - Investigations Completed",
+ "collapsible": false,
+ "key": "sectionIInvestigationsCompleted",
+ "conditional": {
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "title": "",
+ "collapsible": false,
+ "key": "panel2",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Stage 1 PSI ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content9",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e3pl2xr"
+ },
+ {
+ "label": "Completed? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e5mdhfh"
+ },
+ {
+ "label": "Includes Stage 1 PSI information as listed in CSR Section 58 and any current applicable ministry protocols, guidelines, checklists, etc.?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eaori8x"
+ },
+ {
+ "html": "Stage 2 PSI ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content10",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "epv4kl"
+ },
+ {
+ "label": "Completed? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed1",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "evp0dxp"
+ },
+ {
+ "label": "Includes Stage 2 PSI information as listed in CSR Section 59 and any current applicable ministry protocols, guidelines, checklists, etc.?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc1",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ep82c5k"
+ },
+ {
+ "html": "DSI ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content11",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "era84nd"
+ },
+ {
+ "label": "Completed? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed2",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e1o53pv"
+ },
+ {
+ "label": "Includes DSI information as listed in CSR Section 59 and any current applicable ministry protocols, guidelines, checklists, etc.?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc2",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eaetjce"
+ },
+ {
+ "html": "Other Reports ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content12",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e54l6dg"
+ },
+ {
+ "label": "Completed? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed3",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "enqzxx"
+ },
+ {
+ "label": "According to other guidelines? (Provide explanation in notes below. Indicate how reports assist understanding of conditions and remediation.)",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc3",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "epuetea"
+ },
+ {
+ "label": "Notes",
+ "tableView": true,
+ "key": "notes",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e40v61c"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e5czdm"
+ },
+ {
+ "html": "If completed investigation reports are not adequate or if reports are titled differently or have a different scope than those listed above in accordance with the Contaminated Sites Regulation (i.e. PSI, DSI), complete Section 4.8 (Investigation or Interpretation Issues)
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content66",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eckn0k"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eqjsu9p"
+ },
+ {
+ "title": "SECTION II - Site Conditions",
+ "collapsible": false,
+ "key": "sectionIiSiteConditions",
+ "conditional": {
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Topography",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "Describe steepness, direction of slope and position of site in relation to surrounding land",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "topography",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "e0d63ci",
+ "defaultValue": ""
+ },
+ {
+ "label": "Stratigraphy",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "Describe depth and thickness, grain size, etc. of typical stratigraphic components and note depth to cemented or very compact materials, bedrock / refusal, etc.",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "stratigraphy",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "etgkvg",
+ "defaultValue": ""
+ },
+ {
+ "label": "Hydrogeology",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "Describe groundwater levels, confining / semi-confining layers, flow velocity and hydraulic conductivity. Provide arguments and supporting data to show compliance with Protocol 21 \"Water Use Determination\" where a specified groundwater use (DW, AW, IW or LW) has been determined not to apply. Provide explicit statements and description for every geological unit where an exemption from a specified water use is proposed to apply (add additional pages if necessary).",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "hydrogeology",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "ejzhbnb",
+ "defaultValue": ""
+ },
+ {
+ "label": "Surface water features - freshwater ",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "List name, direction and distance to nearest surface water bodies and the characteristics (e.g., relative size / flow) of the water body",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "surfaceWaterFeaturesFreshwater",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "etp7mp",
+ "defaultValue": ""
+ },
+ {
+ "label": "Surface water features - marine waters",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "List name, direction and distance to nearest surface water bodies and the characteristics (e.g., relative size / flow) of the water body",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "surfaceWaterFeaturesMarineWaters",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "eng6xqr",
+ "defaultValue": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ejah089"
+ },
+ {
+ "title": "SECTION III - Land Use",
+ "collapsible": false,
+ "key": "sectionIiiLandUse",
+ "conditional": {
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Please indicate land use for each applicable area ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content14",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "enxqvoe"
+ },
+ {
+ "label": "Onsite: Site",
+ "description": "Description of current land use(s)/activities:",
+ "autoExpand": false,
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "onsiteSite",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e6rs9wg"
+ },
+ {
+ "label": "Offsite: North",
+ "description": "Description of current land use(s)/activities:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "offsiteNorth",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e7l6j3"
+ },
+ {
+ "label": "Offsite: East",
+ "description": "Description of current land use(s)/activities:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "offsiteEast",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "es0gn0e"
+ },
+ {
+ "label": "Offsite: South",
+ "description": "Description of current land use(s)/activities:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "offsiteSouth",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eizhyma"
+ },
+ {
+ "label": "Offsite: West",
+ "description": "Description of current land use(s)/activities:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "offsiteWest",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eajh7y"
+ },
+ {
+ "label": "Proposed land use of site",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Same as above",
+ "value": "sameAsAbove",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "key": "proposedLandUseOfSite",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ef9c7xv"
+ },
+ {
+ "label": "Describe:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "describe",
+ "conditional": {
+ "show": true,
+ "when": "proposedLandUseOfSite",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "enenb"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ehd14l6"
+ },
+ {
+ "title": "SECTION IV - Applicable Numerical Standards and Criteria",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIvApplicableNumericalStandardsAndCriteria",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Soil (CSR Schedule 3.1) Property - Source Site ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content15",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "epzrwqp"
+ },
+ {
+ "label": "CSR Land Use - Current",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Industrial Land Use (IL)",
+ "value": "industrialLandUseIl",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial Land Use (CL)",
+ "value": "commercialLandUseCl",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use High Density (RLHD)",
+ "value": "residentialLandUseHighDensityRlhd",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use Low Density (RLLD)",
+ "value": "residentialLandUseLowDensityRlld",
+ "shortcut": ""
+ },
+ {
+ "label": "Urban Park Land Use (PL)",
+ "value": "urbanParkLandUsePl",
+ "shortcut": ""
+ },
+ {
+ "label": "Agricultural Land Use (AL)",
+ "value": "agriculturalLandUseAl",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Natural Land Use (WLN)",
+ "value": "wildlandsNaturalLandUseWln",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Reverted Land Use (WLR)",
+ "value": "wildlandsRevertedLandUseWlr",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "csrLandUseCurrent",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "defaultValue": {
+ "industrialLandUseIl": false,
+ "commercialLandUseCl": false,
+ "residentialLandUseHighDensityRlhd": false,
+ "residentialLandUseLowDensityRlld": false,
+ "urbanParkLandUsePl": false,
+ "agriculturalLandUseAl": false,
+ "wildlandsNaturalLandUseWln": false,
+ "wildlandsRevertedLandUseWlr": false,
+ "other": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e24v93"
+ },
+ {
+ "label": "If 'Other' is specified above, please explain: (e.g. applicable or excluded guidance, protocols or policies specific to the site)",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseCurrent",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e4nly1"
+ },
+ {
+ "label": "Notes: If 'Other' standards selected above, provide rationale for why a typical standard does not apply:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "notesIfOtherStandardsSelectedAboveProvideRationaleForWhyATypicalStandardDoesNotApply",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseCurrent",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ebde74r"
+ },
+ {
+ "label": "Have Protocol 2 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol2SiteSpecificStandardsBeenApplied",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "exwmue8"
+ },
+ {
+ "label": "Note: If P2 site-specific numerical standards selected above, identify the substance and provide rationale for application of the site-specific numerical standard.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP2SiteSpecificNumericalStandardsSelectedAboveIdentifyTheSubstanceAndProvideRationaleForApplicationOfTheSiteSpecificNumericalStandard",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eu2f997"
+ },
+ {
+ "label": "Have Protocol 4 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol4SiteSpecificStandardsBeenApplied",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ea8eabc"
+ },
+ {
+ "label": "Note: If P4 background selected above, provide rationale for why the background concentration applies.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP4BackgroundSelectedAboveProvideRationaleForWhyTheBackgroundConcentrationApplies",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eztiog"
+ },
+ {
+ "label": "Does more than one land use apply at this site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "haveProtocol4SiteSpecificStandardsBeenApplied1",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "elpsvca"
+ },
+ {
+ "label": "If more than one land use applies to the site, specify additional land uses covered by the document, i.e., riparian areas, roadways, etc. include a diagram to clearly show the area(s) with different standards.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "ifMoreThanOneLandUseAppliesToTheSiteSpecifyAdditionalLandUsesCoveredByTheDocumentIERiparianAreasRoadwaysEtcIncludeADiagramToClearlyShowTheAreaSWithDifferentStandards",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ekvvcob"
+ },
+ {
+ "label": "Attention: attach diagram if more than one land use applies",
+ "tableView": false,
+ "defaultValue": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "attentionAttachDiagramIfMoreThanOneLandUseApplies",
+ "type": "checkbox",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ez43pr"
+ },
+ {
+ "label": "CSR Land Use - Proposed",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "defaultValue": {
+ "industrialLandUseIl": false,
+ "commercialLandUseCl": false,
+ "residentialLandUseHighDensityRlhd": false,
+ "residentialLandUseLowDensityRlld": false,
+ "urbanParkLandUsePl": false,
+ "agriculturalLandUseAl": false,
+ "wildlandsNaturalLandUseWln": false,
+ "wildlandsRevertedLandUseWlr": false,
+ "other": false
+ },
+ "values": [
+ {
+ "label": "Industrial Land Use (IL)",
+ "value": "industrialLandUseIl",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial Land Use (CL)",
+ "value": "commercialLandUseCl",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use High Density (RLHD)",
+ "value": "residentialLandUseHighDensityRlhd",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use Low Density (RLLD)",
+ "value": "residentialLandUseLowDensityRlld",
+ "shortcut": ""
+ },
+ {
+ "label": "Urban Park Land Use (PL)",
+ "value": "urbanParkLandUsePl",
+ "shortcut": ""
+ },
+ {
+ "label": "Agricultural Land Use (AL)",
+ "value": "agriculturalLandUseAl",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Natural Land Use (WLN)",
+ "value": "wildlandsNaturalLandUseWln",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Reverted Land Use (WLR)",
+ "value": "wildlandsRevertedLandUseWlr",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "csrLandUseProposed",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "ehtn49"
+ },
+ {
+ "label": "If 'Other' is specified above, please explain: (e.g. applicable or excluded guidance, protocols or policies specific to the site)",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite1",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseProposed",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ewle16h"
+ },
+ {
+ "label": "Notes: If 'Other' standards selected above, provide rationale for why a typical standard does not apply:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "notesIfOtherStandardsSelectedAboveProvideRationaleForWhyATypicalStandardDoesNotApply1",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseProposed",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "emkd1y"
+ },
+ {
+ "label": "Have Protocol 2 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol2SiteSpecificStandardsBeenApplied1",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eq1wesd"
+ },
+ {
+ "label": "Note: If P2 site-specific numerical standards selected above, identify the substance and provide rationale for application of the site-specific numerical standard.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP2SiteSpecificNumericalStandardsSelectedAboveIdentifyTheSubstanceAndProvideRationaleForApplicationOfTheSiteSpecificNumericalStandard1",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eo1fmv"
+ },
+ {
+ "label": "Have Protocol 4 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol4SiteSpecificStandardsBeenApplied2",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "em04tuv"
+ },
+ {
+ "label": "Note: If P4 background selected above, provide rationale for why the background concentration applies.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP4BackgroundSelectedAboveProvideRationaleForWhyTheBackgroundConcentrationApplies1",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e736awck"
+ },
+ {
+ "label": "Does more than one land use apply at this site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "multipleLandUse",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "erk6myf"
+ },
+ {
+ "label": "If more than one land use applies to the site, specify additional land uses covered by the document, i.e., riparian areas, roadways, etc. include a diagram to clearly show the area(s) with different standards.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "ifMoreThanOneLandUseAppliesToTheSiteSpecifyAdditionalLandUsesCoveredByTheDocumentIERiparianAreasRoadwaysEtcIncludeADiagramToClearlyShowTheAreaSWithDifferentStandards1",
+ "conditional": {
+ "show": true,
+ "when": "multipleLandUse",
+ "eq": "yes"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e339galn"
+ },
+ {
+ "label": "Attention: attach diagram if more than one land use applies",
+ "tableView": false,
+ "defaultValue": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "attentionAttachDiagramIfMoreThanOneLandUseApplies1",
+ "conditional": {
+ "show": true,
+ "when": "multipleLandUse",
+ "eq": "yes"
+ },
+ "type": "checkbox",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "enw2hzm"
+ },
+ {
+ "html": "Offsite Impacted Property(ies) / Management Area Land Use ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content16",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "er8zxoq"
+ },
+ {
+ "label": "CSR Land Use - Current",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "defaultValue": {
+ "industrialLandUseIl": false,
+ "commercialLandUseCl": false,
+ "residentialLandUseHighDensityRlhd": false,
+ "residentialLandUseLowDensityRlld": false,
+ "urbanParkLandUsePl": false,
+ "agriculturalLandUseAl": false,
+ "wildlandsNaturalLandUseWln": false,
+ "wildlandsRevertedLandUseWlr": false,
+ "other": false
+ },
+ "values": [
+ {
+ "label": "Industrial Land Use (IL)",
+ "value": "industrialLandUseIl",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial Land Use (CL)",
+ "value": "commercialLandUseCl",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use High Density (RLHD)",
+ "value": "residentialLandUseHighDensityRlhd",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use Low Density (RLLD)",
+ "value": "residentialLandUseLowDensityRlld",
+ "shortcut": ""
+ },
+ {
+ "label": "Urban Park Land Use (PL)",
+ "value": "urbanParkLandUsePl",
+ "shortcut": ""
+ },
+ {
+ "label": "Agricultural Land Use (AL)",
+ "value": "agriculturalLandUseAl",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Natural Land Use (WLN)",
+ "value": "wildlandsNaturalLandUseWln",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Reverted Land Use (WLR)",
+ "value": "wildlandsRevertedLandUseWlr",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "csrLandUseCurrentImpacted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e4z13y"
+ },
+ {
+ "label": "If 'other' is specified above, please explain: (e.g. applicable or excluded guidance, protocols or policies specific to the site)",
+ "autoExpand": false,
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite2",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseCurrentImpacted",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "esytwkl"
+ },
+ {
+ "label": "Notes: provide rationale for why a typical standard does not apply",
+ "autoExpand": false,
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite3",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseCurrentImpacted",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ey5bxu7"
+ },
+ {
+ "label": "Have Protocol 2 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol2SiteSpecificStandardsBeenApplied2",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eks5u89"
+ },
+ {
+ "label": "Note: If P2 site-specific numerical standards selected above, identify the substance and provide rationale for application of the site-specific numerical standard.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP2SiteSpecificNumericalStandardsSelectedAboveIdentifyTheSubstanceAndProvideRationaleForApplicationOfTheSiteSpecificNumericalStandard2",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eveexvi"
+ },
+ {
+ "label": "Have Protocol 4 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol4SiteSpecificStandardsBeenApplied4",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ecl4kdi"
+ },
+ {
+ "label": "Note: If P4 background selected above, provide rationale for why the background concentration applies.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP4BackgroundSelectedAboveProvideRationaleForWhyTheBackgroundConcentrationApplies2",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e1vwxs"
+ },
+ {
+ "html": "Groundwater (CSR Schedule 3.2) ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content17",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e47bqcv"
+ },
+ {
+ "label": "Do groundwater standards apply at your site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "doGroundwaterStandardsApplyAtYourSite",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eh13wx"
+ },
+ {
+ "html": "Groundwater ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content18",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eqg5o7"
+ },
+ {
+ "label": "Select all that apply ",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Aquatic Life (AW) Fresh",
+ "value": "aquaticLifeAwFresh",
+ "shortcut": ""
+ },
+ {
+ "label": "Aquatic Life (AW) Marine",
+ "value": "aquaticLifeAwMarine",
+ "shortcut": ""
+ },
+ {
+ "label": "Irrigation (IW)",
+ "value": "irrigationIw",
+ "shortcut": ""
+ },
+ {
+ "label": "Livestock (LW)",
+ "value": "livestockLw",
+ "shortcut": ""
+ },
+ {
+ "label": "Drinking Water (DW)",
+ "value": "drinkingWaterDw",
+ "shortcut": ""
+ },
+ {
+ "label": "No Water Use",
+ "value": "noWaterUse",
+ "shortcut": ""
+ }
+ ],
+ "key": "selectAllThatApply",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "en2a4pq"
+ },
+ {
+ "label": "Has a Protocol 9 background concentration been applied? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "hasAProtocol9BackgroundConcentrationBeenApplied",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eimpdh"
+ },
+ {
+ "label": "Notes: If Protocol 9 background concentration selected, provide rationale for why the background concentration applies.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "notesIfProtocol9BackgroundConcentrationSelectedProvideRationaleForWhyTheBackgroundConcentrationApplies",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e5tilj"
+ },
+ {
+ "html": "Surface water (BC Approved Water Quality Guidelines) ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content19",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eja0cs8"
+ },
+ {
+ "label": "Do surface water guidelines apply at your site? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "surfaceWaterGuidelinesApply",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6ew7lk"
+ },
+ {
+ "label": "Select all that apply",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Ambient freshwater",
+ "value": "ambientFreshwater",
+ "shortcut": ""
+ },
+ {
+ "label": "Ambient marine",
+ "value": "ambientMarine",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "selectAllThatApply1",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "defaultValue": {
+ "ambientFreshwater": false,
+ "ambientMarine": false,
+ "notApplicable": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "el4jtnu"
+ },
+ {
+ "html": "Vapour (CSR Schedule 3.3) ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content20",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ek320f"
+ },
+ {
+ "label": "Do vapour standards apply at your site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "vapourStandardsApply",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ehz6d3p"
+ },
+ {
+ "label": "Please indicate all that apply:",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Agricultural, Urban park, Residential use (AL, PL, RL)",
+ "value": "agriculturalUrbanParkResidentialUseAlPlRl",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial use (CL)",
+ "value": "commercialUseCl",
+ "shortcut": ""
+ },
+ {
+ "label": "Industrial use (IL)",
+ "value": "industrialUseIl",
+ "shortcut": ""
+ },
+ {
+ "label": "Parkade",
+ "value": "parkade",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "key": "pleaseIndicateAllThatApply",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e2uphxt"
+ },
+ {
+ "label": "Notes: if other is specified above, include description of assumptions for both current and future development of the site that the selected vapour attenuation factors are based on.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "notesIfOtherIsSpecifiedAboveIncludeDescriptionOfAssumptionsForBothCurrentAndFutureDevelopmentOfTheSiteThatTheSelectedVapourAttenuationFactorsAreBasedOn",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eapxfka"
+ },
+ {
+ "html": "Sediment (CSR Schedule 3.4) ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content21",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "emfcc6"
+ },
+ {
+ "label": "Do sediment standards apply at your site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "sedimentStandardsApply",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ep179tu"
+ },
+ {
+ "html": "Sediment ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content25",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eefkhsr"
+ },
+ {
+ "html": "Type of aquatic life: ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content22",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e3thv5"
+ },
+ {
+ "label": "Freshwater",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "aquaticLifeFreshwater",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eiorz7g"
+ },
+ {
+ "label": "Marine/Estuarine",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "aquaticLifeMarineEstuarine",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ejh5scg"
+ },
+ {
+ "html": "Type of Habitat: ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content23",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep3ei0k"
+ },
+ {
+ "label": "Sensitive",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "sensitive",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ey1i3fk"
+ },
+ {
+ "label": "Typical",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "typical",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ehliufd"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ezpn8f"
+ },
+ {
+ "title": "SECTION V - Areas of Potential Environmental Concern (APEC) and Potential Contaminants of Concern (PCOC) Summary",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionVAreasOfPotentialEnvironmentalConcernApecAndPotentialContaminantsOfConcernPcocSummary",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Provide reference to a figure showing onsite and offsite APECs and PCOCs associated with each APEC ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content24",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep4sdn"
+ },
+ {
+ "label": "add additional entries as necessary:",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "report": "",
+ "figure": "",
+ "page": ""
+ }
+ ],
+ "key": "dataGrid3",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "References",
+ "collapsible": false,
+ "key": "references",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Report #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "report",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e42c3ej"
+ },
+ {
+ "label": "Figure #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "figure",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e1sgs7i"
+ },
+ {
+ "label": "Page #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "page",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "es5kcwo"
+ }
+ ],
+ "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e7yn7b9"
+ },
+ {
+ "html": "Attention: Include reports listed above outlining APECs and PCOCs
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content26",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ek43j2"
+ },
+ {
+ "label": "I acknowledge that I will include reports as listed above ",
+ "tableView": false,
+ "key": "iAcknowledgeThatIWillIncludeReportsAsListedAbove",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e7orccq"
+ },
+ {
+ "html": "APEC and PCOC Summary
APEC Description: Describe location in relation to process source, waste, fill, land use or activity, etc., giving rise to APEC and if APEC is primarily due to soil or water contamination.
PCOC : Indicate products, chemicals, waste type, etc. and / or analytical parameter.
APEC and PCOC summary: List individual substances or groups of substances and their Chemical Abstract Service Numbers as they appear in the applicable schedule of the CSR. Attach lists or tables as needed.
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content27",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "el9sxmn"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "apec": "",
+ "apecDescription": "",
+ "pcocS": "",
+ "pleaseIndicateWhereAnalysesCompleted": {
+ "soil": false,
+ "sediment": false,
+ "groundwater": false,
+ "surfaceWater": false,
+ "vapour": false,
+ "otherPleaseExplainBelow": false,
+ "other": false
+ }
+ }
+ ],
+ "key": "dataGrid4",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Summary",
+ "collapsible": false,
+ "key": "summary",
+ "type": "panel",
+ "label": "Summaries",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "APEC #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "apec",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ey16rue"
+ },
+ {
+ "label": "APEC Description",
+ "autoExpand": false,
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "apecDescription",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "euv345s"
+ },
+ {
+ "label": "PCOC(s)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "pcocS",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e7sbcyi"
+ },
+ {
+ "label": "Please indicate where analyses completed:",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Soil",
+ "value": "soil",
+ "shortcut": ""
+ },
+ {
+ "label": "Sediment",
+ "value": "sediment",
+ "shortcut": ""
+ },
+ {
+ "label": "Groundwater",
+ "value": "groundwater",
+ "shortcut": ""
+ },
+ {
+ "label": "Surface Water",
+ "value": "surfaceWater",
+ "shortcut": ""
+ },
+ {
+ "label": "Vapour",
+ "value": "vapour",
+ "shortcut": ""
+ },
+ {
+ "label": "Other (Please explain below)",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "pleaseIndicateWhereAnalysesCompleted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "defaultValue": {
+ "soil": false,
+ "sediment": false,
+ "groundwater": false,
+ "surfaceWater": false,
+ "vapour": false,
+ "otherPleaseExplainBelow": false,
+ "other": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eg618ak"
+ },
+ {
+ "label": "'Other' explanation",
+ "autoExpand": false,
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "otherExplanation",
+ "conditional": {
+ "show": true,
+ "when": "pleaseIndicateWhereAnalysesCompleted",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "erxxdli"
+ }
+ ],
+ "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "ei568rj"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e7q3hil"
+ },
+ {
+ "title": "SECTION VI - Areas of Environmental Concern (AEC) and Contaminants of Concern (COC) Summary",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionViAreasOfEnvironmentalConcernAecAndContaminantsOfConcernCocSummary",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Stage 2 Preliminary Site Investigation (PSI) Provide reference to figure(s) showing the AEC and COC associated with each AEC in onsite and offsite soil, water, sediment and/or vapour. Sample locations and corresponding analytical results shall be shown on each figure and in tabular form with reference to applicable standards:
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content28",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e348r8u"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "environmentalMedium": "",
+ "report": "",
+ "page": "",
+ "figure": ""
+ }
+ ],
+ "key": "dataGrid5",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Summary",
+ "collapsible": false,
+ "key": "summary",
+ "type": "panel",
+ "label": "AEC and COC Summary",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Environmental Medium",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "environmentalMedium",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "emrnwt"
+ },
+ {
+ "label": "Report #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "report",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ezjgbqk"
+ },
+ {
+ "label": "Page #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "page",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e93qh3o"
+ },
+ {
+ "label": "Figure #",
+ "tableView": true,
+ "key": "figure",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eu9o53q"
+ }
+ ],
+ "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "enyqev"
+ },
+ {
+ "html": "Detailed Site Investigation (DSI) Provide references to figures (plan and section), with contours, showing the specific lateral and vertical distribution of each contaminant of concern in onsite and offsite soil, sediment, water and vapour. Sections shall be longitudinal and transverse with respect to groundwater flow and include physical conditions (e.g. stratigraphy, water table etc.). Sample locations with corresponding analytical results used to develop each figure shall be shown on the figure and in tabular form with reference to applicable standards:
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content29",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "egzo5zb"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "environmentalMedium": "",
+ "report": "",
+ "page": "",
+ "figure": ""
+ }
+ ],
+ "key": "dataGrid6",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "",
+ "collapsible": false,
+ "key": "summary",
+ "type": "panel",
+ "label": "AEC and COC Summary",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Environmental Medium",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "environmentalMedium",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "edmm3sb"
+ },
+ {
+ "label": "Report #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "report",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e3mvybo"
+ },
+ {
+ "label": "Page #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "page",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eknllaa"
+ },
+ {
+ "label": "Figure #",
+ "tableView": true,
+ "key": "figure",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ef617zf"
+ }
+ ],
+ "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e5mao0a"
+ },
+ {
+ "html": "AEC/APEC and COC Extent of Contamination ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content30",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e0havy"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "aecApecUseSameSAsForApeCsInTableAbove": "",
+ "coc": "",
+ "mediumEGSoilGroundwaterSedimentVapourSurfaceWaterOther": "",
+ "maxMeasuredConcentrationIndicateUnits": "",
+ "areaM": "",
+ "depthRangeM": "",
+ "notes1": ""
+ }
+ ],
+ "key": "dataGrid7",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "",
+ "collapsible": false,
+ "key": "panel8",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC/APEC: Use same #s as for APECs in table above",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecApecUseSameSAsForApeCsInTableAbove",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e99tie4"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eo9g8ms"
+ },
+ {
+ "label": "Medium",
+ "placeholder": "e.g. soil, groundwater, sediment, vapour, surface water, other",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "mediumEGSoilGroundwaterSedimentVapourSurfaceWaterOther",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "erqoauyy"
+ },
+ {
+ "label": "Max Measured Concentration (indicate units)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "maxMeasuredConcentrationIndicateUnits",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqfcnt7"
+ },
+ {
+ "label": "Area (m²)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "areaM",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ecx8h8h"
+ },
+ {
+ "label": "Depth Range (m)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "depthRangeM",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "evgae2q"
+ },
+ {
+ "label": "Notes",
+ "placeholder": "e.g. site type, classification, relevant approvals, etc.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "notes2",
+ "type": "textarea",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eak2oy8"
+ }
+ ],
+ "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e3pfzbj"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e1tcxwk"
+ },
+ {
+ "title": "SECTION VII - Offsite Migration",
+ "collapsible": false,
+ "key": "sectionViiOffsiteMigration",
+ "conditional": {
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "no"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Is there evidence that one or more substances has migrated or is likely to have migrated to a neighbouring site and is or is likely causing contamination of the neighbouring property?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "isThereEvidenceThatOneOrMoreSubstancesHasMigratedOrIsLikelyToHaveMigratedToANeighbouringSiteAndIsOrIsLikelyCausingContaminationOfTheNeighbouringProperty",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eyt9j6k"
+ },
+ {
+ "label": "Has any sampling occurred offsite for PCOCs in any media?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "hasAnySamplingOccurredOffsiteForPcoCsInAnyMedia",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e5kz2pn"
+ },
+ {
+ "label": "Have preferential pathways been assessed? (including assessment of all neighbouring underground utility rights-of-way)",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "havePreferentialPathwaysBeenAssessedIncludingAssessmentOfAllNeighbouringUndergroundUtilityRightsOfWay",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6fg35s"
+ },
+ {
+ "title": "",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel3",
+ "conditional": {
+ "show": true,
+ "when": "isThereEvidenceThatOneOrMoreSubstancesHasMigratedOrIsLikelyToHaveMigratedToANeighbouringSiteAndIsOrIsLikelyCausingContaminationOfTheNeighbouringProperty",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Current offsite transport of contaminants from the site",
+ "tableView": false,
+ "key": "currentOffsiteTransportOfContaminantsFromTheSite",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e75y38c"
+ },
+ {
+ "label": "Historical offsite transport of contaminants from the site",
+ "tableView": false,
+ "defaultValue": false,
+ "key": "currentOffsiteTransportOfContaminantsFromTheSite1",
+ "type": "checkbox",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e2bknmb"
+ },
+ {
+ "label": "Historical or Current offsite transport of contaminants from the site in:",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "defaultValue": {
+ "groundwater": false,
+ "surfaceWater": false,
+ "vapour": false,
+ "otherExplainBelow": false
+ },
+ "values": [
+ {
+ "label": "Groundwater",
+ "value": "groundwater",
+ "shortcut": ""
+ },
+ {
+ "label": "Surface Water",
+ "value": "surfaceWater",
+ "shortcut": ""
+ },
+ {
+ "label": "Vapour",
+ "value": "vapour",
+ "shortcut": ""
+ },
+ {
+ "label": "Other (explain below)",
+ "value": "otherExplainBelow",
+ "shortcut": ""
+ }
+ ],
+ "key": "in",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eon7ijc"
+ },
+ {
+ "label": "If other, describe environmental media:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "ifOtherDescribeEnvironmentalMedia",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e6tjnc8"
+ },
+ {
+ "label": "Briefly describe the nature of and evidence for offsite migration (either known, suspected, or potential)",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "brieflyDescribeTheNatureOfAndEvidenceForOffsiteMigrationEitherKnownSuspectedOrPotential",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "er9735"
+ },
+ {
+ "label": "The impacted offsite lands are categorized as:",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Having a potable groundwater source",
+ "value": "havingAPotableGroundwaterSource",
+ "shortcut": ""
+ },
+ {
+ "label": "Being aquatic habitat, as formally defined",
+ "value": "beingAquaticHabitatAsFormallyDefined",
+ "shortcut": ""
+ },
+ {
+ "label": "Agricultural lands",
+ "value": "agriculturalLands",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential or Urban parklands",
+ "value": "residentialOrUrbanParklands",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial land",
+ "value": "commercialLand",
+ "shortcut": ""
+ },
+ {
+ "label": "Industrial land",
+ "value": "industrialLand",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands",
+ "value": "wildlands",
+ "shortcut": ""
+ }
+ ],
+ "key": "theImpactedOffsiteLandsAreCategorizedAs",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e1stkrj"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "en99wz"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "edqxa27"
+ },
+ {
+ "title": "SECTION VIII - Investigation or Interpretation Issues to be Adressed",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionViiiInvestigationOrInterpretationIssuesToBeAdressed",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Identify any issues regarding investigations or interpretations if the PSI and DSI information may not satisfy the requirements of CSR Sections 58 and 59 and applicable protocols and guidance documents. Briefly describe how these deficiencies will be addressed. Enter n/a if not applicable.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "identifyAnyIssuesRegardingInvestigationsOrInterpretationsIfThePsiAndDsiInformationMayNotSatisfyTheRequirementsOfCsrSections58And59AndApplicableProtocolsAndGuidanceDocumentsBrieflyDescribeHowTheseDeficienciesWillBeAddressedEnterNAIfNotApplicable",
+ "type": "textarea",
+ "rows": 5,
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ekbzgj"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "edczfu"
+ },
+ {
+ "html": "Part 5 - Remediation Summary ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content33",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "etcmt0o"
+ },
+ {
+ "title": "SECTION I - Remediation Reporting Summary",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIRemediationReportingSummary",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "title": "Risk Assessment",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "riskAssessment",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "Completed?",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed4",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "e4gsdhh"
+ },
+ {
+ "label": "Includes quantitative human health and ecological risk assessment report information or screening level risk assessment per EMA, CSR and current applicable ministry protocols, guidelines, checklists? ",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "ezw7671c"
+ }
+ ],
+ "id": "ejp45z9"
+ },
+ {
+ "title": "Remediation Plan",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "riskAssessment1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Completed?",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed5",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "el5sg7"
+ },
+ {
+ "label": "Includes CSR specified information for a Remediation Plan (see CSR S.1, 16, 47) and current applicable ministry protocols, guidelines, checklists, etc.?",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists1",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "defaultValue": {
+ "yes": false,
+ "no": false,
+ "nA": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "e8p4jr"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "evp1obv"
+ },
+ {
+ "title": "Confirmation of Remediation",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "riskAssessment2",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Completed?",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed6",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "ejkw9fd"
+ },
+ {
+ "label": "Includes CSR specified information (see CSR S.49) and any current applicable ministry protocols, guidelines, checklists for COR reports? ",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false,
+ "nA": false
+ },
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists2",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "ezc4bx5"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eg2f3g"
+ },
+ {
+ "title": "Other Reports",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "riskAssessment3",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Completed?",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed7",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "ew6b1fi"
+ },
+ {
+ "label": "According to other guidelines? (Provide explanation in notes below. Indicate how reports assist understanding of conditions and/or remediation.) ",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false,
+ "nA": false
+ },
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists3",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "completed7",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e9z694e"
+ },
+ {
+ "label": "Notes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "notes1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "completed7",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "eirkrzs",
+ "defaultValue": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "en3xr0m"
+ },
+ {
+ "html": "If completed remediation reports are not adequate or if reports have a different scope than those listed above in accordance with the CSR complete Section 5.6 - Outstanding Remediation Issues. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content67",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e4jq65"
+ }
+ ],
+ "id": "e8ipwk5"
+ },
+ {
+ "title": "SECTION II - Proposed or Completed Remedial Activities",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIiProposedOrCompletedRemedialActivities",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "Describe all aspects of remediation including regulatory actions and activities to comply with numerical and/or risk-based standards
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content35",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e3pr3l7"
+ },
+ {
+ "label": "Regulatory: Notification of Independent Remediation, Approval in Principle, Certificate of Compliance, Determination, Restrictive Covenant etc.",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "regulatoryNotificationOfIndependentRemediationApprovalInPrincipleCertificateOfComplianceDeterminationRestrictiveCovenantEtc",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "elmoc77",
+ "defaultValue": ""
+ },
+ {
+ "label": "If commitments or conditions to be met are included in an Approval in Principle issued for the site, list these conditions and identify how they were met though remedial activities. ",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "ifCommitmentsOrConditionsToBeMetAreIncludedInAnApprovalInPrincipleIssuedForTheSiteListTheseConditionsAndIdentifyHowTheyWereMetThoughRemedialActivities",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "eg9hfx",
+ "defaultValue": ""
+ },
+ {
+ "label": "Remediation to comply with numerical standards (Excavation / disposal of soil, Treatment of soil; Treatment of groundwater, etc.) ",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "remediationToComplyWithNumericalStandardsExcavationDisposalOfSoilTreatmentOfSoilTreatmentOfGroundwaterEtc",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "ed566qt",
+ "defaultValue": ""
+ },
+ {
+ "html": "Screening Level Risk Assessment ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content36",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "enhsylu"
+ },
+ {
+ "label": "Intended",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "intended",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "egyizxi",
+ "defaultValue": ""
+ },
+ {
+ "label": "Carried out",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "intended1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "efbt54b",
+ "defaultValue": ""
+ },
+ {
+ "html": "Quantitative Risk Assessment ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content37",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e7p5rjw"
+ },
+ {
+ "label": "Intended",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "intended2",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "emo5xjg"
+ },
+ {
+ "label": "Carried out",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "intended3",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "euhh0a4"
+ },
+ {
+ "html": "If yes for any above, complete Section 5.5 (Summary of Residual Contamination) ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content38",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ez6x9bq"
+ },
+ {
+ "label": "Describe risk management / exposure reduction methods intended or implemented and indicate the status of any measures.",
+ "labelPosition": "top",
+ "placeholder": "e.g., Physical / engineering: monitoring, capping or barriers to exposure; Institutional: registration of restrictive covenants, financial security, etc.",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "describeRiskManagementExposureReductionMethodsIntendedOrImplementedAndIndicateTheStatusOfAnyMeasures",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 6,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "ew7umzp",
+ "defaultValue": ""
+ },
+ {
+ "html": "Provide a reference to signed and stamped design drawings provided by a professional engineer for works installed at site boundaries to prevent recontamination of a site. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content39",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e8a6e6"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "report": "",
+ "page": "",
+ "orAppendix": ""
+ }
+ ],
+ "key": "references",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "",
+ "collapsible": false,
+ "key": "panel4",
+ "type": "panel",
+ "label": "References",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Report #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "report",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ev76fb"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Page #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "page",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "exu4dc8"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Appendix #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "orAppendix",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e1a2r8o"
+ }
+ ],
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 4
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e9e5bm"
+ }
+ ],
+ "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e2jy1yl"
+ }
+ ],
+ "id": "epn9oxk"
+ },
+ {
+ "title": "SECTION III - Summary of Remediation Plan/Remediation",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIiiSummaryOfRemediationPlanRemediation",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "Remediation Standards and Schedule ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content40",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep2zw9j"
+ },
+ {
+ "label": "Environmental medium assessed. Select all that apply. (If this SOSC is to support a Negative Determination Application, select N/A)",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "soil": false,
+ "groundwater": false,
+ "surfaceWater": false,
+ "sediment": false,
+ "nA": false,
+ "vapour": false
+ },
+ "values": [
+ {
+ "label": "Soil",
+ "value": "soil",
+ "shortcut": ""
+ },
+ {
+ "label": "Groundwater",
+ "value": "groundwater",
+ "shortcut": ""
+ },
+ {
+ "label": "Surface Water",
+ "value": "surfaceWater",
+ "shortcut": ""
+ },
+ {
+ "label": "Vapour",
+ "value": "vapour",
+ "shortcut": ""
+ },
+ {
+ "label": "Sediment",
+ "value": "sediment",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "e165oim"
+ },
+ {
+ "label": "Soil",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "aecUseTheSameAecAsForAeCsInSection46": "",
+ "coc": "",
+ "remediatedToTheFollowingStandardProposedOrCompleted": {
+ "numericalStandardGuidelineOrCriteria": false,
+ "siteSpecificNumericalStandard": false,
+ "backgroundConcentrationAttachProtocol4ApprovalIfApplicable": false,
+ "riskBased": false
+ },
+ "remediationComplete": "",
+ "proposedOrActualCompletionDate": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid8",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "eq": "soil",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Soil",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel4",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC # (Use the same AEC# as for AECs in the table in Section 4.6)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecUseTheSameAecAsForAeCsInSection46",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eaf7t1"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eoda2go"
+ },
+ {
+ "label": "Remediated to the following standard (proposed or completed)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Numerical (standard, guideline or criteria)",
+ "value": "numericalStandardGuidelineOrCriteria",
+ "shortcut": ""
+ },
+ {
+ "label": "Site-Specific numerical standard",
+ "value": "siteSpecificNumericalStandard",
+ "shortcut": ""
+ },
+ {
+ "label": "Background concentration (attach protocol 4 approval if applicable)",
+ "value": "backgroundConcentrationAttachProtocol4ApprovalIfApplicable",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediatedToTheFollowingStandardProposedOrCompleted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "emv34m"
+ },
+ {
+ "label": "Remediation complete",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation Planned",
+ "value": "remediationPlanned",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediationComplete",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ek8hrjd"
+ },
+ {
+ "key": "proposedOrActualCompletionDate",
+ "type": "datetime",
+ "input": true,
+ "label": "Proposed or actual completion date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "ex2otfp"
+ }
+ ],
+ "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "eojass"
+ },
+ {
+ "label": "Groundwater",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "aecUseTheSameAecAsForAeCsInSection46": "",
+ "coc": "",
+ "remediatedToTheFollowingStandardProposedOrCompleted": {
+ "numericalStandardGuidelineOrCriteria": false,
+ "siteSpecificNumericalStandard": false,
+ "backgroundConcentrationAttachProtocol4ApprovalIfApplicable": false,
+ "riskBased": false
+ },
+ "remediationComplete": "",
+ "proposedOrActualCompletionDate": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid9",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "eq": "groundwater",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Groundwater",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "groundwater",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC # (Use the same AEC# as for AECs in the table in Section 4.6)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecUseTheSameAecAsForAeCsInSection46",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ej8l9ey"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e9w6crd"
+ },
+ {
+ "label": "Remediated to the following standard (proposed or completed)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Numerical (standard, guideline or criteria)",
+ "value": "numericalStandardGuidelineOrCriteria",
+ "shortcut": ""
+ },
+ {
+ "label": "Site-Specific numerical standard",
+ "value": "siteSpecificNumericalStandard",
+ "shortcut": ""
+ },
+ {
+ "label": "Background concentration (attach protocol 4 approval if applicable)",
+ "value": "backgroundConcentrationAttachProtocol4ApprovalIfApplicable",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediatedToTheFollowingStandardProposedOrCompleted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "euyjc8g"
+ },
+ {
+ "label": "Remediation complete",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation Planned",
+ "value": "remediationPlanned",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediationComplete",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ef329mn"
+ },
+ {
+ "key": "groundWaterproposedOrActualCompletionDate",
+ "type": "datetime",
+ "input": true,
+ "label": "Proposed or actual completion date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "em3poaa"
+ }
+ ],
+ "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "ew0r1gt"
+ },
+ {
+ "label": "Surface Water",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "aecUseTheSameAecAsForAeCsInSection46": "",
+ "coc": "",
+ "remediatedToTheFollowingStandardProposedOrCompleted": {
+ "numericalStandardGuidelineOrCriteria": false,
+ "siteSpecificNumericalStandard": false,
+ "backgroundConcentrationAttachProtocol4ApprovalIfApplicable": false,
+ "riskBased": false
+ },
+ "remediationComplete": "",
+ "proposedOrActualCompletionDate": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid10",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "eq": "surfaceWater",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Surface Water",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "surfaceWater",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC # (Use the same AEC# as for AECs in the table in Section 4.6)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecUseTheSameAecAsForAeCsInSection46",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "exhym4b"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "edjxf9"
+ },
+ {
+ "label": "Remediated to the following standard (proposed or completed)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Numerical (standard, guideline or criteria)",
+ "value": "numericalStandardGuidelineOrCriteria",
+ "shortcut": ""
+ },
+ {
+ "label": "Site-Specific numerical standard",
+ "value": "siteSpecificNumericalStandard",
+ "shortcut": ""
+ },
+ {
+ "label": "Background concentration (attach protocol 4 approval if applicable)",
+ "value": "backgroundConcentrationAttachProtocol4ApprovalIfApplicable",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediatedToTheFollowingStandardProposedOrCompleted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eslf5sl"
+ },
+ {
+ "label": "Remediation complete",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation Planned",
+ "value": "remediationPlanned",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediationComplete",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eyhnsyf"
+ },
+ {
+ "key": "surfaceWaterProposedOrActualCompletionDate",
+ "type": "datetime",
+ "input": true,
+ "label": "Proposed or actual completion date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "ebu3n7"
+ }
+ ],
+ "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "eb6spa00000"
+ },
+ {
+ "label": "Vapour",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "aecUseTheSameAecAsForAeCsInSection46": "",
+ "coc": "",
+ "remediatedToTheFollowingStandardProposedOrCompleted": {
+ "numericalStandardGuidelineOrCriteria": false,
+ "siteSpecificNumericalStandard": false,
+ "backgroundConcentrationAttachProtocol4ApprovalIfApplicable": false,
+ "riskBased": false
+ },
+ "remediationComplete": "",
+ "proposedOrActualCompletionDate": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid11",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "eq": "vapour",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Vapour",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "vapour",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC # (Use the same AEC# as for AECs in the table in Section 4.6)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecUseTheSameAecAsForAeCsInSection46",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "etqxeaii"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ec8vxle"
+ },
+ {
+ "label": "Remediated to the following standard (proposed or completed)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Numerical (standard, guideline or criteria)",
+ "value": "numericalStandardGuidelineOrCriteria",
+ "shortcut": ""
+ },
+ {
+ "label": "Site-Specific numerical standard",
+ "value": "siteSpecificNumericalStandard",
+ "shortcut": ""
+ },
+ {
+ "label": "Background concentration (attach protocol 4 approval if applicable)",
+ "value": "backgroundConcentrationAttachProtocol4ApprovalIfApplicable",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediatedToTheFollowingStandardProposedOrCompleted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "exo08af"
+ },
+ {
+ "label": "Remediation complete",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation Planned",
+ "value": "remediationPlanned",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediationComplete",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e86fmgcc"
+ },
+ {
+ "key": "vapourProposedOrActualCompletionDate",
+ "type": "datetime",
+ "input": true,
+ "label": "Proposed or actual completion date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "eincm2l"
+ }
+ ],
+ "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "ec6dxnf"
+ },
+ {
+ "label": "Sediment",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "aecUseTheSameAecAsForAeCsInSection46": "",
+ "coc": "",
+ "remediatedToTheFollowingStandardProposedOrCompleted": {
+ "numericalStandardGuidelineOrCriteria": false,
+ "siteSpecificNumericalStandard": false,
+ "backgroundConcentrationAttachProtocol4ApprovalIfApplicable": false,
+ "riskBased": false
+ },
+ "remediationComplete": "",
+ "proposedOrActualCompletionDate": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid12",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "eq": "sediment",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Sediment",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "sediment",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC # (Use the same AEC# as for AECs in the table in Section 4.6)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecUseTheSameAecAsForAeCsInSection46",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e7jbx9j"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "esfs5p"
+ },
+ {
+ "label": "Remediated to the following standard (proposed or completed)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Numerical (standard, guideline or criteria)",
+ "value": "numericalStandardGuidelineOrCriteria",
+ "shortcut": ""
+ },
+ {
+ "label": "Site-Specific numerical standard",
+ "value": "siteSpecificNumericalStandard",
+ "shortcut": ""
+ },
+ {
+ "label": "Background concentration (attach protocol 4 approval if applicable)",
+ "value": "backgroundConcentrationAttachProtocol4ApprovalIfApplicable",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediatedToTheFollowingStandardProposedOrCompleted1",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "euis3w"
+ },
+ {
+ "label": "Remediation complete",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation Planned",
+ "value": "remediationPlanned",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediationComplete",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ek6jihq"
+ },
+ {
+ "key": "sedimentProposedOrActualCompletionDate",
+ "type": "datetime",
+ "input": true,
+ "label": "Proposed or actual completion date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "elx2wbn"
+ }
+ ],
+ "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "exwpiia0"
+ }
+ ],
+ "id": "e3zicjv"
+ },
+ {
+ "title": "SECTION IV - Summary of Contaminant Treatment or Removal",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIvSummaryOfContaminantTreatmentOrRemoval",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": " Identify and describe all contamination removed from or treated on-site. Ensure Part 6 is completed regarding the relocation of waste and non-waste soil.
Provide references to figure(s) showing the lateral and vertical extent of any treated or removed contamination. Confirmatory sample locations and corresponding analytical results shall be shown on each figure and in tabular form with reference to applicable standards:
In the AEC column, specify as n/a (not applicable) if remediation or assessment is not required in this environmental medium.
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content41",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e12mm2s"
+ },
+ {
+ "label": "Data Grid",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {}
+ ],
+ "key": "dataGrid13",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "dataGridLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC / APEC #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecApec",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqnfc6c"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ea1vh2f"
+ },
+ {
+ "label": "Medium",
+ "placeholder": "(e.g. soil, groundwater, surface water, vapour, sediment, other)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "medium",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ekz1zpq"
+ },
+ {
+ "label": "Material removed volume (m³ or L) ",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "materialRemovedVolumeMOrL",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e287y9a"
+ },
+ {
+ "label": "Material removed disposal location (indicate if treated on- site)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "textField",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "enr29qh"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eiqygdt"
+ }
+ ],
+ "id": "ezlmejd"
+ },
+ {
+ "title": "SECTION V - Summary of Residual Contamination After Remediation",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionVSummaryOfResidualContaminationAfterRemediation",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "Identify and describe all contamination that exceeds CSR numerical standards, after the remediation described above has been implemented. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content42",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "evqw2d"
+ },
+ {
+ "label": "Data Grid",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {}
+ ],
+ "key": "dataGrid14",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "",
+ "collapsible": false,
+ "key": "panel10",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC / APEC #",
+ "labelPosition": "top",
+ "placeholder": "Use same # as for APECS above",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "aecApec",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "equan8wd",
+ "defaultValue": ""
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e8l3z6"
+ },
+ {
+ "label": "Medium",
+ "placeholder": "(e.g. soil, groundwater, surface water, vapour, sediment, other)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "medium",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5nxmnx"
+ },
+ {
+ "label": "Maximum measured concentration (indicate units)",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "materialRemovedVolumeMOrL",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eknlfdn",
+ "defaultValue": ""
+ },
+ {
+ "label": "Extent of Contamination (area m²)",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "textField",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e64bv9p",
+ "defaultValue": ""
+ },
+ {
+ "label": "Extent of contamination (depth range (m))",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "extentOfContaminationDepthRangeM",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "exmk0l",
+ "defaultValue": ""
+ }
+ ],
+ "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eo9nnrn"
+ }
+ ],
+ "id": "er09bl"
+ },
+ {
+ "html": " 5.6 Remediation Issues
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content43",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ehwovt"
+ },
+ {
+ "label": "Identify any issues regarding investigations or interpretations if the PSI and DSI information may not satisfy the requirements of CSR Sections 58 and 59 and applicable protocols and guidance documents. Briefly describe how these deficiencies will be addressed (examples include destroyed wells, completion of detailed delineation following building demolition or other proposed work at a later stage of remediation). ",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "textArea",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 12,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "e3l2fgh",
+ "defaultValue": ""
+ },
+ {
+ "html": "Part 6 - Summary of Soil Management ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content44",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e80swfv"
+ },
+ {
+ "label": "Was soil relocated from the source site?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "wasSoilRelocatedFromTheSourceSite",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "em6ei1p",
+ "defaultValue": ""
+ },
+ {
+ "title": "Panel",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel4",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "wasSoilRelocatedFromTheSourceSite",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "6.1 Waste Soil Management ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content45",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eubtd7o"
+ },
+ {
+ "label": "Was waste soil relocated to a site authorized under Part 2 of the Environmental Management Act or an Approval in Principle to receive waste soil?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "wasWasteSoilRelocatedToASiteAuthorizedUnderPart2OfTheEnvironmentalManagementActOrAnApprovalInPrincipleToReceiveWasteSoil",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eioxo4w"
+ },
+ {
+ "html": "6.2 Non-Waste Soil Relocation ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content46",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "efcqmu3"
+ },
+ {
+ "label": "Was non-waste soil relocated to a receiving site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "wasNonWasteSoilRelocatedToAReceivingSite",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e7iq2oh"
+ },
+ {
+ "label": "Was notification provided according to section 55 (1.1) of the Environmental Management Act? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "wasNotificationProvidedAccordingToSection5511OfTheEnvironmentalManagementAct",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ewp4le7"
+ },
+ {
+ "label": "If no, indicate which exemption applies (see CSR section 42) (Please select all that apply)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "defaultValue": {
+ "siteHasNotBeenUsedForASpecifiedIndustrialOrCommercialUse": false,
+ "forNonHighRiskSitesTheAmountOfSoilRemovedIsLessThan30CubicMetres": false,
+ "soilWasRelocatedToASiteWhereTheDepositIsAuthorizedByPermitApprovalOrderWasteManagementPlanAndOperationalCertificate": false,
+ "receivingSiteIsOutsideOfBritishColumbia": false,
+ "receivingSiteIsOnFederalLandOtherThanAReserveWithinTheMeaningOfTheIndianActCanada": false,
+ "sourceSiteHasNotBeenUsedOtherThanForALowImpactLandUseOrMiningOfMarlEarthSoilPeatSandGravelDimensionStoneRockOrAnyNaturalSubstanceThatIsUsedForAConstructionPurposeOnLandAndTheSoilWasIExtractedInAccordanceWithAPermitUnderTheMinesActAndIiTransportedDirectlyToTheReceivingSite": false,
+ "soilIsPreload": false,
+ "soilIsWinterMaintenanceSand": false
+ },
+ "values": [
+ {
+ "label": "Site has not been used for a specified industrial or commercial use",
+ "value": "siteHasNotBeenUsedForASpecifiedIndustrialOrCommercialUse",
+ "shortcut": ""
+ },
+ {
+ "label": "For non-high risk sites, the amount of soil removed is less than 30 cubic metres",
+ "value": "forNonHighRiskSitesTheAmountOfSoilRemovedIsLessThan30CubicMetres",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil was relocated to a site where the deposit is authorized by permit, approval, order, waste management plan and operational certificate",
+ "value": "soilWasRelocatedToASiteWhereTheDepositIsAuthorizedByPermitApprovalOrderWasteManagementPlanAndOperationalCertificate",
+ "shortcut": ""
+ },
+ {
+ "label": "Receiving site is outside of British Columbia",
+ "value": "receivingSiteIsOutsideOfBritishColumbia",
+ "shortcut": ""
+ },
+ {
+ "label": "Receiving site is on federal land, other than a reserve within the meaning of the Indian Act (Canada)",
+ "value": "receivingSiteIsOnFederalLandOtherThanAReserveWithinTheMeaningOfTheIndianActCanada",
+ "shortcut": ""
+ },
+ {
+ "label": "Source site has not been used other than for a low-impact land use or mining of marl, earth, soil, peat, sand, gravel, dimension stone, rock or any natural substance that is used for a construction purpose on land and the soil was: (i) extracted in accordance with a permit under the Mines Act, and (ii) transported directly to the receiving site",
+ "value": "sourceSiteHasNotBeenUsedOtherThanForALowImpactLandUseOrMiningOfMarlEarthSoilPeatSandGravelDimensionStoneRockOrAnyNaturalSubstanceThatIsUsedForAConstructionPurposeOnLandAndTheSoilWasIExtractedInAccordanceWithAPermitUnderTheMinesActAndIiTransportedDirectlyToTheReceivingSite",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil is preload",
+ "value": "soilIsPreload",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil is winter-maintenance sand",
+ "value": "soilIsWinterMaintenanceSand",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "ifNoIndicateWhichExemptionAppliesSeeCsrSection42PleaseSelectAllThatApply",
+ "conditional": {
+ "show": true,
+ "when": "wasNotificationProvidedAccordingToSection5511OfTheEnvironmentalManagementAct",
+ "eq": "no"
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "ey50ioo"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "en97uhj"
+ },
+ {
+ "html": "Part 7 - Recomendation of Approved Professionals ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content47",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep2pdaq"
+ },
+ {
+ "label": "Recommendation under Protocol 6",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "recommendationUnderProtocol6",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6idi1p",
+ "defaultValue": ""
+ },
+ {
+ "label": "Direct to ministry application?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "true",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "false",
+ "shortcut": ""
+ }
+ ],
+ "key": "directToMinistryApplication",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e7lksy9"
+ },
+ {
+ "title": "SECTION I - Certification Document and Summary Recommendation",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel9",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Based on the detailed technical information available for the site, as summarized in this Summary of Site Condition, I recommend that the following certification document be issued for the subject site. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content49",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e1y6n5q"
+ },
+ {
+ "label": "Approved Professional Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvedProfessionalName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "evgk94d",
+ "defaultValue": ""
+ },
+ {
+ "label": "Please select those that apply",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "aDeterminationUnderSection44OfEma": false,
+ "anAiPUnderSection531OfEma": false,
+ "aCoCUnderSection533OfEma": false,
+ "aSiteRiskReclassification": false,
+ "other": false
+ },
+ "values": [
+ {
+ "label": "A Determination under section 44 of EMA",
+ "value": "aDeterminationUnderSection44OfEma",
+ "shortcut": ""
+ },
+ {
+ "label": "An AiP under section 53 (1) of EMA",
+ "value": "anAiPUnderSection531OfEma",
+ "shortcut": ""
+ },
+ {
+ "label": "A CoC under section 53(3) of EMA ",
+ "value": "aCoCUnderSection533OfEma",
+ "shortcut": ""
+ },
+ {
+ "label": "A Site Risk Reclassification",
+ "value": "aSiteRiskReclassification",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "recommendationCheckbox",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "egkjvv6"
+ },
+ {
+ "label": "Describe:",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "describe1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": "",
+ "when": "",
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "e6u9cg",
+ "defaultValue": ""
+ },
+ {
+ "html": "Although I understand that the basis of such recommendations should only be formally evaluated by reference to detailed technical guidance, the primary basis of this recommendation or these recommendations is as follows: ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content50",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e2cnv1r"
+ },
+ {
+ "html": " Approved Professional Recommendation ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content51",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ehkcebn"
+ },
+ {
+ "label": "For a recommendation for a Determination",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "forARecommendationForADetermination",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6m3fu"
+ },
+ {
+ "label": "For a recommendation for an Approval in Principle and for a Certificate of Compliance",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "forARecommendationForanApprovalInPrinciple",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "es27vr8"
+ },
+ {
+ "label": "For a recommendation for a Site Risk Reclassification",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "true",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "false",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "siteRiskReclassification",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "el2mw07",
+ "defaultValue": ""
+ },
+ {
+ "title": "Panel",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel5",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "forARecommendationForADetermination",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "For a Recommendation for a Determination ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content52",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep5zkki"
+ },
+ {
+ "label": "Please select those that apply:",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "On the basis of information provided and reviewed, it is my opinion that no CSR Schedule 2 activities have occurred at the subject site.",
+ "value": "onTheBasisOfInformationProvidedAndReviewedItIsMyOpinionThatNoCsrSchedule2ActivitiesHaveOccurredAtTheSubjectSite",
+ "shortcut": ""
+ },
+ {
+ "label": "CSR Schedule 2 activities are known or suspected to have occurred at the subject site, therefore in my opinion contaminants may have been released onto the subject site so that the site would be classified as a contaminated site in accordance with the CSR.",
+ "value": "csrSchedule2ActivitiesAreKnownOrSuspectedToHaveOccurredAtTheSubjectSiteThereforeInMyOpinionContaminantsMayHaveBeenReleasedOntoTheSubjectSiteSoThatTheSiteWouldBeClassifiedAsAContaminatedSiteInAccordanceWithTheCsr",
+ "shortcut": ""
+ },
+ {
+ "label": "CSR Schedule 2 activities are known or suspected to have occurred at the subject site, but it is my opinion that the specific nature of such activities would not result in contamination so that the site would be classified as a contaminated site in accordance with the CSR",
+ "value": "csrSchedule2ActivitiesAreKnownOrSuspectedToHaveOccurredAtTheSubjectSiteButItIsMyOpinionThatTheSpecificNatureOfSuchActivitiesWouldNotResultInContaminationSoThatTheSiteWouldBeClassifiedAsAContaminatedSiteInAccordanceWithTheCsr",
+ "shortcut": ""
+ }
+ ],
+ "key": "pleaseSelectThoseThatApply1",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eax6pvb"
+ },
+ {
+ "label": "Preliminary Site Investigation addressing all identified areas of potential environmental concern (APECs) and potential contaminants of concern (PCOCs) was completed. No substances were identified in concentrations exceeding those identified in BC CSR Schedules 3.1, 3.2, 3.3 or 3.4, as applicable. All PCOCs have been listed in Schedule B of the draft Determination.",
+ "tableView": false,
+ "key": "preliminarySiteInvestigationAddressingAllIdentifiedAreasOfPotentialEnvironmentalConcernApeCsAndPotentialContaminantsOfConcernPcoCsWasCompletedNoSubstancesWereIdentifiedInConcentrationsExceedingThoseIdentifiedInBcCsrSchedules313233Or34AsApplicableAllPcoCsHaveBeenListedInScheduleBOfTheDraftDetermination",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "emb80v"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "emq5me"
+ },
+ {
+ "title": "Panel",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel6",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "forARecommendationForanApprovalInPrinciple",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "For a recommendation for an Approval in Principle and for a Certificate of Compliance ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content53",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eht7ie"
+ },
+ {
+ "label": "A Preliminary Site Investigation addressing all identified areas of potential environmental concern (APECs) and potential contaminants of concern (PCOCs) was completed. One or more substances were identified at concentrations exceeding applicable standards or criteria in CSR Schedules 3.1, 3.2, 3.3 or 3.4",
+ "tableView": false,
+ "key": "aPreliminarySiteInvestigationAddressingAllIdentifiedAreasOfPotentialEnvironmentalConcernApeCsAndPotentialContaminantsOfConcernPcoCsWasCompletedOneOrMoreSubstancesWereIdentifiedAtConcentrationsExceedingApplicableStandardsOrCriteriaInCsrSchedules313233Or34",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e83hcb"
+ },
+ {
+ "label": "A Detailed Site Investigation addressing the locations and extent of all identified areas of environmental concern (AECs) and contaminants of concern (COCs) was completed ",
+ "tableView": false,
+ "defaultValue": false,
+ "key": "aDetailedSiteInvestigationAddressingTheLocationsAndExtentOfAllIdentifiedAreasOfEnvironmentalConcernAeCsAndContaminantsOfConcernCoCsWasCompletedAnd",
+ "type": "checkbox",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "eife04m"
+ },
+ {
+ "label": "And:",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Forms the basis of a remediation plan or risk assessment",
+ "value": "formsTheBasisOfARemediationPlanOrRiskAssessment",
+ "shortcut": ""
+ },
+ {
+ "label": "Was the basis for remediation of the site",
+ "value": "wasTheBasisForRemediationOfTheSite",
+ "shortcut": ""
+ },
+ {
+ "label": "The site is classified as non-high risk under Protocol 12",
+ "value": "theSiteIsClassifiedAsNonHighRiskUnderProtocol12",
+ "shortcut": ""
+ }
+ ],
+ "key": "and",
+ "conditional": {
+ "show": true,
+ "when": "aDetailedSiteInvestigationAddressingTheLocationsAndExtentOfAllIdentifiedAreasOfEnvironmentalConcernAeCsAndContaminantsOfConcernCoCsWasCompletedAnd",
+ "eq": "true"
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "defaultValue": {
+ "formsTheBasisOfARemediationPlanOrRiskAssessment": false,
+ "wasTheBasisForRemediationOfTheSite": false,
+ "theSiteIsClassifiedAsNonHighRiskUnderProtocol12": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "ecf28xg"
+ },
+ {
+ "label": "When this Summary of Site Condition was prepared",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Remediation plan had been prepared that provides for remediating all identified locations and respective extent of all contaminants to either CSR numerical or risk-based standards.",
+ "value": "remediationPlanHadBeenPreparedThatProvidesForRemediatingAllIdentifiedLocationsAndRespectiveExtentOfAllContaminantsToEitherCsrNumericalOrRiskBasedStandards",
+ "shortcut": ""
+ },
+ {
+ "label": "All contaminants and their respective locations and extent as identified in investigation and risk assessment reports had been remediated to CSR numerical concentration or risk-based standards.",
+ "value": "allContaminantsAndTheirRespectiveLocationsAndExtentAsIdentifiedInInvestigationAndRiskAssessmentReportsHadBeenRemediatedToCsrNumericalConcentrationOrRiskBasedStandards",
+ "shortcut": ""
+ }
+ ],
+ "key": "whenThisSummaryOfSiteConditionWasPrepared",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e4himt9"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ecumlo6"
+ },
+ {
+ "title": "Panel",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel7",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "siteRiskReclassification",
+ "eq": "true"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "For a recommendation for a Site Risk Reclassification ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content54",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ekdiwsi"
+ },
+ {
+ "label": "Please select",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "The site is classified as risk-managed high risk under Protocol 12.",
+ "value": "theSiteIsClassifiedAsRiskManagedHighRiskUnderProtocol12",
+ "shortcut": ""
+ },
+ {
+ "label": "The site is classified as non-high risk under Protocol 12.",
+ "value": "theSiteIsClassifiedAsNonHighRiskUnderProtocol12",
+ "shortcut": ""
+ }
+ ],
+ "key": "pleaseSelect",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eiohx6i"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e3y0rp9"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "exfhnl"
+ },
+ {
+ "title": "SECTION II - Substances Remediated or Standards or Criteria Applied",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIiSubstancesRemediatedOrStandardsOrCriteriaApplied",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "7.2 Substances remediated and standards or criteria applied
Contaminants have been remediated to comply with standards or criteria listed in the following table: (If the site required remediation and has been remediated.)
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content55",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "egplxle"
+ },
+ {
+ "label": "Substances Remediated",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil",
+ "value": "soil",
+ "shortcut": ""
+ },
+ {
+ "label": "Water",
+ "value": "water",
+ "shortcut": ""
+ },
+ {
+ "label": "Vapour",
+ "value": "vapour",
+ "shortcut": ""
+ },
+ {
+ "label": "Sediment",
+ "value": "sediment",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "substancesRemediated",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "fieldSet": false,
+ "id": "ec3tb",
+ "defaultValue": {}
+ },
+ {
+ "html": "Use specific compound names as listed in the Contaminated Sites Regulation Schedules. Please list compounds in columns to aid review.
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content56",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep1zcdl"
+ },
+ {
+ "label": "Soil",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "numericalStandards": "",
+ "riskBasedStandards": "",
+ "p2SiteSpecificNumericalStandards": "",
+ "p4BackgroundConcentrations": "",
+ "whatLandUseHasTheSubstanceBeenRemediatedToInSoilPleaseSelectAllThatApply": {
+ "il": false,
+ "cl": false,
+ "rlhd": false,
+ "rlld": false,
+ "pl": false,
+ "al": false,
+ "wln": false,
+ "wlr": false
+ }
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "soil",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "substancesRemediated",
+ "eq": "soil",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Soil",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "soil1",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Numerical Standards",
+ "tableView": true,
+ "key": "numericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "emlo7p"
+ },
+ {
+ "label": "Risk-based standards",
+ "tableView": true,
+ "key": "riskBasedStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "en9kpdt"
+ },
+ {
+ "label": "P2 site specific numerical standards",
+ "tableView": true,
+ "key": "p2SiteSpecificNumericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "emstd8s"
+ },
+ {
+ "label": "P4 Background concentrations",
+ "tableView": true,
+ "key": "p4BackgroundConcentrations",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ez67mug"
+ },
+ {
+ "label": "What land use has the substance been remediated to in soil? (Please select all that apply)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "IL",
+ "value": "il",
+ "shortcut": ""
+ },
+ {
+ "label": "CL",
+ "value": "cl",
+ "shortcut": ""
+ },
+ {
+ "label": "RLHD",
+ "value": "rlhd",
+ "shortcut": ""
+ },
+ {
+ "label": "RLLD",
+ "value": "rlld",
+ "shortcut": ""
+ },
+ {
+ "label": "PL",
+ "value": "pl",
+ "shortcut": ""
+ },
+ {
+ "label": "AL",
+ "value": "al",
+ "shortcut": ""
+ },
+ {
+ "label": "WLN",
+ "value": "wln",
+ "shortcut": ""
+ },
+ {
+ "label": "WLR",
+ "value": "wlr",
+ "shortcut": ""
+ }
+ ],
+ "key": "whatLandUseHasTheSubstanceBeenRemediatedToInSoilPleaseSelectAllThatApply",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "estazfs"
+ }
+ ],
+ "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "edy1cum"
+ },
+ {
+ "label": "Water",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "numericalStandards": "",
+ "riskBasedStandards": "",
+ "p9BackgroundConcentration": "",
+ "whatWaterUseHasTheSubstanceBeenRemediatedToPleaseSelectAllThatApply": {
+ "aquaticLifeAwFresh": false,
+ "aquaticLifeAwMarine": false,
+ "irrigationIw": false,
+ "livestockLw": false,
+ "drinkingWaterDw": false,
+ "noWaterUse": false
+ }
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "water",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "substancesRemediated",
+ "eq": "water",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Numerical Standards",
+ "tableView": true,
+ "key": "numericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehpkhqe"
+ },
+ {
+ "label": "Risk-based standards",
+ "tableView": true,
+ "key": "riskBasedStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ebrjb1o"
+ },
+ {
+ "label": "P9 Background concentration",
+ "tableView": true,
+ "key": "p9BackgroundConcentration",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ee4f77p"
+ },
+ {
+ "label": "What water use has the substance been remediated to? (Please select all that apply)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Aquatic Life (AW) Fresh",
+ "value": "aquaticLifeAwFresh",
+ "shortcut": ""
+ },
+ {
+ "label": "Aquatic Life (AW) Marine",
+ "value": "aquaticLifeAwMarine",
+ "shortcut": ""
+ },
+ {
+ "label": "Irrigation (IW)",
+ "value": "irrigationIw",
+ "shortcut": ""
+ },
+ {
+ "label": "Livestock (LW)",
+ "value": "livestockLw",
+ "shortcut": ""
+ },
+ {
+ "label": "Drinking Water (DW)",
+ "value": "drinkingWaterDw",
+ "shortcut": ""
+ },
+ {
+ "label": "No Water Use",
+ "value": "noWaterUse",
+ "shortcut": ""
+ }
+ ],
+ "key": "whatWaterUseHasTheSubstanceBeenRemediatedToPleaseSelectAllThatApply",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eq5jxk"
+ }
+ ],
+ "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "e7or7bq"
+ },
+ {
+ "label": "Vapour",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "numericalStandards": "",
+ "riskBasedStandards": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "vapour",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "substancesRemediated",
+ "eq": "vapour",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Numerical Standards",
+ "tableView": true,
+ "key": "numericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ecjqd2"
+ },
+ {
+ "label": "Risk-based standards",
+ "tableView": true,
+ "key": "riskBasedStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "enjn8bkh"
+ }
+ ],
+ "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "eghuf8"
+ },
+ {
+ "label": "Sediment",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "numericalStandards": "",
+ "riskBasedStandards": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "sediment",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "substancesRemediated",
+ "eq": "sediment",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel8",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Numerical Standards",
+ "tableView": true,
+ "key": "numericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "esi48dn"
+ },
+ {
+ "label": "Risk-based standards",
+ "tableView": true,
+ "key": "riskBasedStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ee9w9ok"
+ }
+ ],
+ "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "ecd1ylh"
+ },
+ {
+ "label": "Other",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "numericalStandards": "",
+ "riskBasedStandards": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "other",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "substancesRemediated",
+ "eq": "other",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel8",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Numerical Standards",
+ "tableView": true,
+ "key": "numericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5cfjgb"
+ },
+ {
+ "label": "Risk-based standards",
+ "tableView": true,
+ "key": "riskBasedStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6efm7o"
+ }
+ ],
+ "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "efz782r"
+ },
+ {
+ "title": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel11",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "The Director may accept the recommendations of an Approved Professional(s) involved in the review and submission of investigation, risk assessment or remediation reports based in part on the understanding that ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content57",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e8rd8qj"
+ },
+ {
+ "label": "As of the date of signing of this report the approved professional, or approved professionals if more than one, is/are member(s) in good standing of the Roster of Approved Professionals, as maintained by the ministry, and member(s) of the Contaminated Sites Approved Professionals Society (CSAP Society)",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "asOfTheDateOfSigningOfThisReportTheApprovedProfessionalOrApprovedProfessionalsIfMoreThanOneIsAreMemberSInGoodStandingOfTheRosterOfApprovedProfessionalsAsMaintainedByTheMinistryAndMemberSOfTheContaminatedSitesApprovedProfessionalsSocietyCsapSociety",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "espd59k",
+ "defaultValue": false
+ },
+ {
+ "label": "The approved professionals signing this Summary of Site Condition have reviewed Table 1, Protocol 6 for Contaminated Sites (Eligibility of Applications for Review by Approved Professionals) and confirm that the Application for Contaminated Sites Services may be processed in the manner for non-high risk sites under the Roster of Approved Professionals process",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "theApprovedProfessionalsSigningThisSummaryOfSiteConditionHaveReviewedTable1Protocol6ForContaminatedSitesEligibilityOfApplicationsForReviewByApprovedProfessionalsAndConfirmThatTheApplicationForContaminatedSitesServicesMayBeProcessedInTheMannerForNonHighRiskSitesUnderTheRosterOfApprovedProfessionalsProcess",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eso2ic",
+ "defaultValue": false
+ },
+ {
+ "label": "The reviewer has no obligation to undertake any inquiry into the validity, accuracy or precision of what is reported in the documents reviewed, beyond that which there is reasonable cause to believe that there could be errors or oversights in those reports",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "theReviewerHasNoObligationToUndertakeAnyInquiryIntoTheValidityAccuracyOrPrecisionOfWhatIsReportedInTheDocumentsReviewedBeyondThatWhichThereIsReasonableCauseToBelieveThatThereCouldBeErrorsOrOversightsInThoseReports",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ei6b2fp",
+ "defaultValue": false
+ },
+ {
+ "label": "(as appropriate) The source site has been satisfactorily investigated for all areas of (potential) environmental concern and (potential) contaminants of concern to determine the lateral and vertical extents of contamination with due regard to EMA, the CSR, and the HWR;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "asAppropriateTheSourceSiteHasBeenSatisfactorilyInvestigatedForAllAreasOfPotentialEnvironmentalConcernAndPotentialContaminantsOfConcernToDetermineTheLateralAndVerticalExtentsOfContaminationWithDueRegardToEmaTheCsrAndTheHwr",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e2whe88",
+ "defaultValue": false
+ },
+ {
+ "label": "(as appropriate) The submitted documentation meets the requirements of Sections 1, 47, 49, 58 and 59 of the CSR;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "asAppropriateTheSubmittedDocumentationMeetsTheRequirementsOfSections1474958And59OfTheCsr",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eyeklkd",
+ "defaultValue": false
+ },
+ {
+ "label": "(as appropriate) The Screening Level Risk Assessment meets the requirements of Protocol 13;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "asAppropriateTheScreeningLevelRiskAssessmentMeetsTheRequirementsOfProtocol13",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ewud17",
+ "defaultValue": false
+ }
+ ],
+ "id": "e2kqn9c"
+ },
+ {
+ "title": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel12",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": " Additional for AIPs, Determination, CoC ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content58",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e3om77a"
+ },
+ {
+ "label": "(for AiPs) The submitted remediation plan, if implemented in accordance with the specified conditions imposed in its draft Schedule 'B' of the AIP, will result in the source site being remediated in accordance with the applicable standards of the CSR and the HWR;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forAiPsTheSubmittedRemediationPlanIfImplementedInAccordanceWithTheSpecifiedConditionsImposedInItsDraftScheduleBOfTheAipWillResultInTheSourceSiteBeingRemediatedInAccordanceWithTheApplicableStandardsOfTheCsrAndTheHwr",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "em40f0m",
+ "defaultValue": false
+ },
+ {
+ "label": "(for AiPs) It is feasible to implement all provisions of the Remediation Plan and to achieve its objectives and the conditions of the AIP within 5 years of issuance of the AIP",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forAiPsItIsFeasibleToImplementAllProvisionsOfTheRemediationPlanAndToAchieveItsObjectivesAndTheConditionsOfTheAipWithin5YearsOfIssuanceOfTheAip",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eko8qoe",
+ "defaultValue": false
+ },
+ {
+ "label": "(for AiPs) The confirmation of remediation report meets the requirements of section 49(2) of the CSR;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forAiPsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e1z4cw",
+ "defaultValue": false
+ },
+ {
+ "label": "(for CoCs) The confirmation of remediation report meets the requirements of section 49 (2) of the CSR",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forCoCsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ebhel0f",
+ "defaultValue": false
+ },
+ {
+ "label": "(for CoCs) The onsite management area(s) has/have been satisfactorily remediated in accordance with section 53 (3) of the EMA and section 49(2) of the CSR in accordance with applicable standards as identified in the draft COC;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forCoCsTheOnsiteManagementAreaSHasHaveBeenSatisfactorilyRemediatedInAccordanceWithSection533OfTheEmaAndSection492OfTheCsrInAccordanceWithApplicableStandardsAsIdentifiedInTheDraftCoc",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e5sr4p4",
+ "defaultValue": false
+ },
+ {
+ "label": "For CoCs where contamination exists beyond the legal lot boundaries",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "The off-site portion(s) of the site has/have been satisfactorily remediated in accordance with section 53 (3) of the EMA and section 49(2) of the CSR and makes up part of this application",
+ "value": "theOffSitePortionSOfTheSiteHasHaveBeenSatisfactorilyRemediatedInAccordanceWithSection533OfTheEmaAndSection492OfTheCsrAndMakesUpPartOfThisApplication",
+ "shortcut": ""
+ },
+ {
+ "label": "a Remediation Plan in accordance with requirements of the the CSR, sections 1 and 47 has/have been prepared and application has been made for AIP for the off-site portions",
+ "value": "aRemediationPlanInAccordanceWithRequirementsOfTheTheCsrSections1And47HasHaveBeenPreparedAndApplicationHasBeenMadeForAipForTheOffSitePortions",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundaries",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e2vnfbod",
+ "defaultValue": ""
+ },
+ {
+ "label": "(for CoCs where contamination exists beyond the legal lot boundaries and engineered works are required to prevent recontamination of the site) A signed and stamped design drawing has been provided by a professional engineer for works installed at site boundaries to prevent recontamination of the site. The signatory need not be the Approved Professional signing below.",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundariesAndEngineeredWorksAreRequiredToPreventRecontaminationOfTheSiteASignedAndStampedDesignDrawingHasBeenProvidedByAProfessionalEngineerForWorksInstalledAtSiteBoundariesToPreventRecontaminationOfTheSiteTheSignatoryNeedNotBeTheApprovedProfessionalSigningBelow",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "equjrfb",
+ "defaultValue": false
+ },
+ {
+ "label": "(for Determination) In accordance with section 15 (5) of the CSR, the source site a contaminated site under section 44(1) of the Environmental Management Act;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteAContaminatedSiteUnderSection441OfTheEnvironmentalManagementAct",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ekx5xzp",
+ "defaultValue": false
+ },
+ {
+ "label": "(if a 'direct' final determination) In accordance with section 15 (5) of the CSR, the source site is a contaminated site under section 44 (3) of EMA",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "ifADirectFinalDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteIsAContaminatedSiteUnderSection443OfEma",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e617ge",
+ "defaultValue": false
+ }
+ ],
+ "id": "ec7vbrl"
+ },
+ {
+ "html": "The opinions, advice and recommendations expressed in this Summary of Site Condition are made in accordance with generally accepted principles and practices as recognized by members of the applicable profession or discipline practicing at the same time and in the same or similar locations. This Summary of Site Condition does not provide a legal opinion or guarantee regarding compliance with applicable laws. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content59",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eg6vc"
+ },
+ {
+ "label": "Data Grid",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "signatureOfApprovedProfessional": "",
+ "firstName": "",
+ "lastName": "",
+ "dateSigned": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid15",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "label": "Approved Professional Signatures",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Signature of Approved Professional",
+ "footer": "Sign above",
+ "labelPosition": "top",
+ "width": "100%",
+ "height": "150px",
+ "backgroundColor": "rgb(245,245,235)",
+ "penColor": "black",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "signatureOfApprovedProfessional",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "signature",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "minWidth": "0.5",
+ "maxWidth": "2.5",
+ "keepOverlayRatio": true,
+ "id": "exum7z9"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "First Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "firstName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ecxwnzq",
+ "defaultValue": ""
+ },
+ {
+ "label": "Last Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "lastName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eafnivo",
+ "defaultValue": ""
+ },
+ {
+ "label": "Date",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd hh:mm a",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": true,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "dateTime",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": true,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd hh:mm a",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "ewpk9km"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "approvedProfessionalSignature",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "eizst9"
+ }
+ ],
+ "id": "efpt8i"
+ },
+ {
+ "title": "SECTION III - Arm's Length Review",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIiiArmsLengthReview",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "There may have been an arm’s length review of one or more of the following recommendations to the Director of Waste Management:
1. Making a recommendation to a Director in support of an application for an Approval in Principle based on remediation to numerical standards or a screening level risk assessment where there is offsite migration at the site.
2. Making a recommendation to a Director in support of an application for an Approval in Principle based on a risk assessment (other than a screening level risk assessment) and remediation to risk-based standards.
3. Making a recommendation to a Director in support of an application for a Certificate of Compliance based on remediation to numerical standards or a screening level risk assessment where there is offsite migration at the site.
4. Making a recommendation to a Director in support of an application for a Certificate of Compliance based on a risk assessment (other than a screening level risk assessment) and remediation to risk-based standards.
5. Making a recommendation to a Director in support of an application for site risk classification/reclassification.
6. Making a recommendation to a Director in support of any other application based on risk assessment or risk management (other than a screening level risk assessment) not otherwise described in any other row in this list, as required under a protocol signed by a Director.
If this is the case please have the Approved Professional who carried out the arm’s length review to sign below, specifying the type of arm’s length review done for the site. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content60",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "elcdtyx"
+ },
+ {
+ "label": "Data Grid",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "typeOfArmsLengthReview": "",
+ "signatureOfApprovedProfessional": "",
+ "firstName": "",
+ "lastName": "",
+ "dateSigned": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid16",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "label": "Approved Professional Signatures",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Type of Arm's length Review",
+ "placeholder": "Enter number from list above",
+ "tableView": true,
+ "key": "typeOfArmsLengthReview",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqgxg2q"
+ },
+ {
+ "label": "Signature of Approved Professional",
+ "footer": "Sign above",
+ "labelPosition": "top",
+ "width": "100%",
+ "height": "150px",
+ "backgroundColor": "rgb(245,245,235)",
+ "penColor": "black",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "signatureOfApprovedProfessional",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "signature",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "minWidth": "0.5",
+ "maxWidth": "2.5",
+ "keepOverlayRatio": true,
+ "id": "epsxxv5"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "First Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "firstName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e73qv96",
+ "defaultValue": ""
+ },
+ {
+ "label": "Last Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "lastName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eu7jhcp",
+ "defaultValue": ""
+ },
+ {
+ "label": "Date",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd hh:mm a",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": true,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "date",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": true,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd hh:mm a",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "e4u5pgk"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "approvedProfessionalSignature",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "et2496k"
+ }
+ ],
+ "id": "ew977y"
+ },
+ {
+ "html": "Part 8 - Statement of Site Owner / Agent / Lessee
8.1 Offsite Migration Notification ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content61",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e31mug"
+ },
+ {
+ "title": "SECTION I - Offsite Migration Notification",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIOffsiteMigration",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Not Applicable",
+ "tableView": false,
+ "key": "notApplicable",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e3tubmm"
+ },
+ {
+ "html": "If it is known that one or more substances has migrated or is likely to have migrated to a neighbouring site and is or is likely causing contamination of the neighbouring site, have notifications been given? See CSR Sec. 57 and 60.1 for requirements. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content62",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ei2pshc"
+ },
+ {
+ "label": "Have owners of impacted offsite properties been formally notified?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "haveOwnersOfImpactedOffsitePropertiesBeenFormallyNotified",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e5x4165",
+ "defaultValue": ""
+ },
+ {
+ "label": "Has the ministry been formally notified?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "hasTheMinistryBeenFormallyNotified",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ert8af",
+ "defaultValue": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "egmyibh"
+ },
+ {
+ "title": "SECTION II - Confirmations by Owner/Agent/Lessee Regarding Approved Professional",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIiConfirmationsByOwnerAgentLesseeRegardingApprovedProfessional",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "This is to acknowledge that as:",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "The Owner",
+ "value": "theOwner",
+ "shortcut": ""
+ },
+ {
+ "label": "The Agent on behalf of the owner",
+ "value": "theAgentOnBehalfOfTheOwner",
+ "shortcut": ""
+ },
+ {
+ "label": "Lessee",
+ "value": "lessee",
+ "shortcut": ""
+ },
+ {
+ "label": "The agent on behalf of the responsible party",
+ "value": "theAgentOnBehalfOfTheResponsibleParty",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "thisIsToAcknowledgeThatAs",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "e7tj2m",
+ "defaultValue": {
+ "theOwner": false,
+ "theAgentOnBehalfOfTheOwner": false,
+ "lessee": false,
+ "theAgentOnBehalfOfTheResponsibleParty": false
+ }
+ },
+ {
+ "html": "Of the site, I have engaged
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content64",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ezlflsn"
+ },
+ {
+ "label": "Data Grid",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {}
+ ],
+ "key": "dataGrid17",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "label": "Name(s) of Approved Professional(s)",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "dataGridLabel": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvedProfessionalFullName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "addons": [],
+ "inputType": "text",
+ "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "defaultValue": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "ezfplf"
+ },
+ {
+ "html": "as the Approved Professional(s) to review site investigation, risk assessment and remediation reports and to make submission and application with recommendations, if applicable, for the regulatory instrument(s) as indicated in this Summary of Site Condition.
If signing as the agent of the owner or lessee, written consent from the owner or lessee authorizing signature of this Summary of Site Condition must be attached
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content65",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eelhteh"
+ },
+ {
+ "label": "I agree to comply with any requirements on the site regarding monitoring and maintenance of works as documented in schedule B of the draft contaminated sites legal instrument",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "checkbox",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eldkgns",
+ "defaultValue": false
+ },
+ {
+ "label": "I accept that if a risk assessment has been applied at the site, that the risk assessment is only valid as long as conditions at the site do not change.",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "iAcceptThatIfARiskAssessmentHasBeenAppliedAtTheSiteThatTheRiskAssessmentIsOnlyValidAsLongAsConditionsAtTheSiteDoNotChange",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eogtso",
+ "defaultValue": false
+ },
+ {
+ "label": "I have undertaken reasonable inquiry into the previous ownership and uses of the property and to the best of my knowledge I have provided to the Approved Professional, information relevant to the investigation and remediation of the environmental condition of the site, in the preparation of this document.",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "iHaveUndertakenReasonableInquiryIntoThePreviousOwnershipAndUsesOfThePropertyAndToTheBestOfMyKnowledgeIHaveProvidedToTheApprovedProfessionalInformationRelevantToTheInvestigationAndRemediationOfTheEnvironmentalConditionOfTheSiteInThePreparationOfThisDocument",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "etmpgu",
+ "defaultValue": false
+ },
+ {
+ "label": "I acknowledge that this Summary of Site Condition becomes a public document after it has been received and acknowledged by the Director of Waste Management. Any party intending to purchase, lease, take a security interest in, or occupy the site may review this document and any supporting documents to satisfy themselves with respect to the environmental condition of the site, and the extent of responsibility and liability that may arise from taking ownership, taking a security interest, or occupying the site. ",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "iAcknowledgeThatThisSummaryOfSiteConditionBecomesAPublicDocumentAfterItHasBeenReceivedAndAcknowledgedByTheDirectorOfWasteManagementAnyPartyIntendingToPurchaseLeaseTakeASecurityInterestInOrOccupyTheSiteMayReviewThisDocumentAndAnySupportingDocumentsToSatisfyThemselvesWithRespectToTheEnvironmentalConditionOfTheSiteAndTheExtentOfResponsibilityAndLiabilityThatMayAriseFromTakingOwnershipTakingASecurityInterestOrOccupyingTheSite",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e57l23"
+ },
+ {
+ "label": "Approved Professional Signatures",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "I have made no modifications to this document except as allowed by the form",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "iHaveMadeNoModificationsToThisDocumentExceptAsAllowedByTheForm",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ed8psb"
+ },
+ {
+ "label": "First Name",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "firstName",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "et5ljp"
+ },
+ {
+ "label": "Last Name",
+ "tableView": true,
+ "key": "lastName",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eq5xc5d"
+ },
+ {
+ "label": "Signature of Owner/Agent/Lessee",
+ "footer": "Sign above",
+ "labelPosition": "top",
+ "width": "100%",
+ "height": "150px",
+ "backgroundColor": "rgb(245,245,235)",
+ "penColor": "black",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "signatureOfApprovedProfessional",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "signature",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "minWidth": "0.5",
+ "maxWidth": "2.5",
+ "keepOverlayRatio": true,
+ "id": "ehazy0p"
+ },
+ {
+ "label": "Date",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd hh:mm a",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": true,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "dateTime",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": true,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd hh:mm a",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "e4b756p"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "Address",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "address",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ehvzv6o",
+ "defaultValue": ""
+ },
+ {
+ "input": false,
+ "key": "columns1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "modalEdit": false,
+ "label": "Columns",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "type": "columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "City",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "city",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e1koxeg",
+ "defaultValue": ""
+ },
+ {
+ "label": "Postal Code",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "postalCode1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eiw0krr",
+ "defaultValue": ""
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "Province",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "province",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "es4bja",
+ "defaultValue": ""
+ },
+ {
+ "label": "Country",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "country",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e893hnl",
+ "defaultValue": ""
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "autoAdjust": false,
+ "id": "ergznb"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "approvedProfessionalSignature",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e18pyfg"
+ }
+ ],
+ "id": "e3jlek"
+ },
+ {
+ "label": "Submit",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submit",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\nif(roles.includes(\"formsflow-client\")||roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") ) {\n show = true;\n}\nelse\n{\n show = false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "form.submit();",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "el00fud"
+ },
+ {
+ "label": "bundleStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "bundleStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "eryzjur"
+ },
+ {
+ "label": "soscStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "soscStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ewdxks"
+ },
+ {
+ "label": "applicationId",
+ "customClass": "",
+ "addons": [],
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationId",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "em1y8gd",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "description": ""
+ },
+ {
+ "label": "applicationStatus",
+ "addons": [],
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "e6z1qd9",
+ "description": ""
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 691cc505..cb18540c 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -1,5 +1,5 @@
-
+
@@ -439,14 +439,6 @@ system.out.println ("Sent to SDM");
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
task.execution.setVariable('task_id',task.getId());
@@ -459,9 +451,6 @@ task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('userRole','Statutory Decision Maker');
task.execution.setVariable('subFormName','CSSA Form');
-
-
-
Flow_130v3rp
Flow_04rzv3x
@@ -494,14 +483,6 @@ task.execution.setVariable('subFormName','CSSA Form');
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
task.execution.setVariable('task_id',task.getId());
task.execution.setVariableLocal('variable1',"cssa");
@@ -518,9 +499,6 @@ task.execution.setVariable('subFormName','CSSA Form');
-
-
-
Flow_0go33vq
Flow_13zl1nd
@@ -1592,697 +1570,510 @@ task.execution.setVariable('userRole','CSSA Team');
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
-
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
-
-
-
+
+
+
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
@@ -2294,269 +2085,60 @@ task.execution.setVariable('userRole','CSSA Team');
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2659,6 +2241,402 @@ task.execution.setVariable('userRole','CSSA Team');
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From c7b16172c0f396242bba28fcc8ec30974027d23f Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 3 Jan 2024 09:39:11 -0800
Subject: [PATCH 02/88] fix for issue 198
---
...nated Sites Services Application Form.json | 28 +++++++++----------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index 1c149fc3..ab7f82b6 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -1261,7 +1261,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\") || \r\nroles.includes(\"formsflow-reviewer/sdm\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
@@ -1313,7 +1313,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "ebxefsa"
+ "id": "eauk8rr"
},
{
"label": "Approved",
@@ -7711,7 +7711,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv00000000000000000"
+ "id": "ehmz9lv00000000000000000000000"
}
],
"placeholder": "",
@@ -9354,7 +9354,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm00000000000000000",
+ "id": "ewhx8sm00000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18522,7 +18522,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva8800000000000000000",
+ "id": "elva8800000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18602,7 +18602,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu00000000000000000",
+ "id": "ey48nu00000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18977,7 +18977,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n00000000000000000",
+ "id": "eyxe45n00000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19070,7 +19070,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf00000000000000000",
+ "id": "efdcvf00000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19284,7 +19284,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g00000000000000000",
+ "id": "emf4u7g00000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20336,7 +20336,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe900000000000000000",
+ "id": "ev43oe900000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20416,7 +20416,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l00000000000000000",
+ "id": "eb3d0l00000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20791,7 +20791,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu00000000000000000",
+ "id": "eyv4fcu00000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20884,7 +20884,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub00000000000000000",
+ "id": "ecgeub00000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21098,7 +21098,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh00000000000000000",
+ "id": "eguyyh00000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
From ea09ef1ffcd552265a1e75b559205d5421951dd7 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 3 Jan 2024 10:03:44 -0800
Subject: [PATCH 03/88] issue fix for 201
---
.../epd-forms/Site Risk Classification Report.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
index f038346b..3776ae5a 100644
--- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
@@ -253,7 +253,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) \r\n{\r\n show = true;\r\n}\r\nelse if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\ndata.srcrBundleStatus === \"srcrSrcoAccepted\")\r\n{\r\n if (data.applicabletriggers === \"ministryServiceApplicationWithTheRecommendationOfAnApprovedProfessional\" ||\r\n data.siteRiskClassification !== 'notHighRisk')\r\n show = false;\r\nelse\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) \r\n{\r\n show = true;\r\n}\r\nelse if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\ndata.srcrBundleStatus === \"srcrSrcoAccepted\")\r\n{\r\n if (data.applicabletriggers === \"ministryServiceApplicationWithTheRecommendationOfAnApprovedProfessional\" ||\r\n data.siteRiskClassification !== 'notHighRisk')\r\n show = false;\r\nelse\r\n show = true;\r\n}\r\nelse if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\ndata.applicationStatus === \"Recheck\" && data.srcrBundleStatus === \"srcrCaseworkerAccepted\")\r\n{\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
@@ -305,7 +305,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "eueyf98"
+ "id": "ei0fqxf"
},
{
"label": "Approved",
@@ -4303,7 +4303,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -13713,7 +13713,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -17656,7 +17656,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
From 23f2f323fab4653cf2b3f79a64b090cd2a55f5fc Mon Sep 17 00:00:00 2001
From: Eric Ribeiro
Date: Wed, 3 Jan 2024 10:47:35 -0800
Subject: [PATCH 04/88] fix: dropdown tag
---
frontend/src/app/components/navigation/Header.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/src/app/components/navigation/Header.tsx b/frontend/src/app/components/navigation/Header.tsx
index 99b3bb24..8f7ae902 100644
--- a/frontend/src/app/components/navigation/Header.tsx
+++ b/frontend/src/app/components/navigation/Header.tsx
@@ -30,7 +30,7 @@ const Header = () => {
{auth.user?.profile.identity_provider === "bceid" && ( //Only BCEID/Public Users should be able to edit their profile
{
navigate("/profile");
}}
@@ -39,7 +39,7 @@ const Header = () => {
)}
{
navigate("/dashboard");
}}
From 58ebbd669e0fca43d8b8e82950d723267c544136 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 3 Jan 2024 14:55:12 -0800
Subject: [PATCH 05/88] issue fix for 200
---
.../epd-forms/Summary of Site Condition.json | 161 +++++++++---------
... Ecological Risk Assessment Checklist.json | 105 ++++++------
2 files changed, 142 insertions(+), 124 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index f7341a22..a7b7879d 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -12,88 +12,97 @@
"components": [
{
"label": "Text Area",
- "autoExpand": false,
- "tableView": true,
- "key": "textAreaHidden",
- "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
"required": false,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "textAreaHidden",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectSoscSdm' || x.key === 'selectSoscCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "eqgcibj"
+ "id": "exuzm7h",
+ "defaultValue": ""
},
{
"title": "Reviewer Actions",
@@ -8952,7 +8961,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -9992,7 +10001,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10524,7 +10533,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10623,7 +10632,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12071,7 +12080,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13104,7 +13113,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13703,7 +13712,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13747,7 +13756,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14656,7 +14665,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22198,7 +22207,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22995,7 +23004,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23604,7 +23613,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24134,7 +24143,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24905,7 +24914,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -28979,7 +28988,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29889,7 +29898,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30484,7 +30493,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31079,7 +31088,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31674,7 +31683,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32269,7 +32278,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32975,7 +32984,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33716,7 +33725,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37736,7 +37745,7 @@
"id": "eofuark"
}
],
- "id": "eutz630000000000",
+ "id": "eutz6300000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38261,7 +38270,7 @@
"id": "e330ei"
}
],
- "id": "e31uav9000000000",
+ "id": "e31uav90000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38588,7 +38597,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti00000000",
+ "id": "evh2ti000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38926,7 +38935,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n00000000000000000"
+ "id": "ey7gr2n000000000000000000000"
}
],
"placeholder": "",
@@ -39233,7 +39242,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv20000000",
+ "id": "e6zxvv200000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41307,7 +41316,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa000000000000000000",
+ "id": "ehf1fa0000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42063,7 +42072,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m00000000000000000000000000000000000000000000",
+ "id": "eks09m000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43053,7 +43062,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index c6c52766..9e75953b 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -12,88 +12,97 @@
"components": [
{
"label": "Text Area",
- "autoExpand": false,
- "tableView": true,
- "key": "textArea",
- "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
"required": false,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "textArea",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectDeraSdm' || x.key === 'selectDeraCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "e1m2d26"
+ "id": "eqm4jvo",
+ "defaultValue": ""
},
{
"label": "hiddenUserIdForFormSharingWithDiffOwner",
@@ -5573,7 +5582,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -36102,7 +36111,7 @@
}
],
"collapsible": false,
- "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
From 7079a1b7b93ddca5c07b38ab633890aa8b1a1b1c Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Fri, 5 Jan 2024 10:25:26 -0800
Subject: [PATCH 06/88] added 403 route for staff reviewers to form
---
.../src/components/Denied/index.js | 26 ++
.../src/components/Denied/pagenotfound.scss | 256 ++++++++++++++++++
.../src/components/PrivateRoute.jsx | 36 ++-
3 files changed, 307 insertions(+), 11 deletions(-)
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
new file mode 100644
index 00000000..528432c1
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
@@ -0,0 +1,26 @@
+import React from "react";
+import "./pagenotfound.scss";
+
+const NotFound = React.memo(({ errorMessage, errorCode }) => {
+ return (
+
+
+
+ {errorCode}
+
+ {errorMessage}
+
+
+
+
+
+
+ );
+});
+
+NotFound.defaultProps = {
+ errorMessage: "You are not allowed to access this page",
+ errorCode: "403",
+};
+
+export default NotFound;
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss
new file mode 100644
index 00000000..06e7fd9d
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss
@@ -0,0 +1,256 @@
+body {
+ width: 100%;
+ height: 100%;
+ font-weight: 300;
+ margin: 0;
+ padding: 0;
+}
+
+.circles:after {
+ content: "";
+ display: inline-block;
+ width: 100%;
+ height: 100px;
+ background: #fff;
+ position: absolute;
+ top: -50px;
+ left: 0;
+ transform: skewY(-4deg);
+ -webkit-transform: skewY(-4deg);
+}
+
+.circles {
+ background: #fff;
+ text-align: center;
+ position: relative;
+ margin-top: -60px;
+}
+
+.circles p {
+ margin-top: 120px;
+ font-size: 240px;
+ color: rgb(0, 8, 8);
+ padding-top: 60px;
+ position: relative;
+ font-family: "Raleway", sans-serif;
+
+ z-index: 9;
+ line-height: 100%;
+}
+
+.circles p small {
+ font-size: 40px;
+ line-height: 100%;
+ vertical-align: top;
+}
+
+.circles .circle.small {
+ width: 140px;
+ height: 140px;
+ border-radius: 50%;
+ background: #48a9e6;
+ position: absolute;
+ z-index: 1;
+ top: 80px;
+ left: 50%;
+ animation: 7s smallmove infinite cubic-bezier(1, 0.22, 0.71, 0.98);
+ -webkit-animation: 7s smallmove infinite cubic-bezier(1, 0.22, 0.71, 0.98);
+ animation-delay: 1.2s;
+ -webkit-animation-delay: 1.2s;
+}
+
+.circles .circle.med {
+ width: 200px;
+ height: 200px;
+ border-radius: 50%;
+ background: #48a9e6;
+ position: absolute;
+ z-index: 1;
+ top: 0;
+ left: 10%;
+ animation: 7s medmove infinite cubic-bezier(0.32, 0.04, 0.15, 0.75);
+ -webkit-animation: 7s medmove infinite cubic-bezier(0.32, 0.04, 0.15, 0.75);
+ animation-delay: 0.4s;
+ -webkit-animation-delay: 0.4s;
+}
+
+.circles .circle.big {
+ width: 400px;
+ height: 400px;
+ border-radius: 50%;
+ background: #48a9e6;
+ position: absolute;
+ z-index: 1;
+ top: 200px;
+ right: 0;
+ animation: 8s bigmove infinite;
+ -webkit-animation: 8s bigmove infinite;
+ animation-delay: 3s;
+ -webkit-animation-delay: 1s;
+}
+
+@-webkit-keyframes smallmove {
+ 0% {
+ top: 10px;
+ left: 45%;
+ opacity: 1;
+ }
+ 25% {
+ top: 300px;
+ left: 40%;
+ opacity: 0.7;
+ }
+ 50% {
+ top: 240px;
+ left: 55%;
+ opacity: 0.4;
+ }
+ 75% {
+ top: 100px;
+ left: 40%;
+ opacity: 0.6;
+ }
+ 100% {
+ top: 10px;
+ left: 45%;
+ opacity: 1;
+ }
+}
+@keyframes smallmove {
+ 0% {
+ top: 10px;
+ left: 45%;
+ opacity: 1;
+ }
+ 25% {
+ top: 300px;
+ left: 40%;
+ opacity: 0.7;
+ }
+ 50% {
+ top: 240px;
+ left: 55%;
+ opacity: 0.4;
+ }
+ 75% {
+ top: 100px;
+ left: 40%;
+ opacity: 0.6;
+ }
+ 100% {
+ top: 10px;
+ left: 45%;
+ opacity: 1;
+ }
+}
+
+@-webkit-keyframes medmove {
+ 0% {
+ top: 0px;
+ left: 20%;
+ opacity: 1;
+ }
+ 25% {
+ top: 300px;
+ left: 80%;
+ opacity: 0.7;
+ }
+ 50% {
+ top: 240px;
+ left: 55%;
+ opacity: 0.4;
+ }
+ 75% {
+ top: 100px;
+ left: 40%;
+ opacity: 0.6;
+ }
+ 100% {
+ top: 0px;
+ left: 20%;
+ opacity: 1;
+ }
+}
+
+@keyframes medmove {
+ 0% {
+ top: 0px;
+ left: 20%;
+ opacity: 1;
+ }
+ 25% {
+ top: 300px;
+ left: 80%;
+ opacity: 0.7;
+ }
+ 50% {
+ top: 240px;
+ left: 55%;
+ opacity: 0.4;
+ }
+ 75% {
+ top: 100px;
+ left: 40%;
+ opacity: 0.6;
+ }
+ 100% {
+ top: 0px;
+ left: 20%;
+ opacity: 1;
+ }
+}
+
+@-webkit-keyframes bigmove {
+ 0% {
+ top: 0px;
+ right: 4%;
+ opacity: 0.5;
+ }
+ 25% {
+ top: 100px;
+ right: 40%;
+ opacity: 0.4;
+ }
+ 50% {
+ top: 240px;
+ right: 45%;
+ opacity: 0.8;
+ }
+ 75% {
+ top: 100px;
+ right: 35%;
+ opacity: 0.6;
+ }
+ 100% {
+ top: 0px;
+ right: 4%;
+ opacity: 0.5;
+ }
+}
+@keyframes bigmove {
+ 0% {
+ top: 0px;
+ right: 4%;
+ opacity: 0.5;
+ }
+ 25% {
+ top: 100px;
+ right: 40%;
+ opacity: 0.4;
+ }
+ 50% {
+ top: 240px;
+ right: 45%;
+ opacity: 0.8;
+ }
+ 75% {
+ top: 100px;
+ right: 35%;
+ opacity: 0.6;
+ }
+ 100% {
+ top: 0px;
+ right: 4%;
+ opacity: 0.5;
+ }
+}
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/PrivateRoute.jsx b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/PrivateRoute.jsx
index c933b7c1..1f5aef52 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/PrivateRoute.jsx
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/PrivateRoute.jsx
@@ -52,6 +52,7 @@ import {
} from "../apiManager/endpoints/config";
import { AppConfig } from "../config";
import { getFormioRoleIds } from "../apiManager/services/userservices";
+import Denied from "./Denied";
export const kcServiceInstance = (tenantId = null) => {
return KeycloakService.getInstance(
@@ -176,7 +177,8 @@ const PrivateRoute = React.memo((props) => {
- userRoles.includes(STAFF_REVIEWER) && !userRoles.includes(CLIENT_REVIEWER) ? (
+ userRoles.includes(STAFF_REVIEWER) &&
+ !userRoles.includes(CLIENT_REVIEWER) ? (
) : (
@@ -236,12 +238,23 @@ const PrivateRoute = React.memo((props) => {
component={Form}
/>
)}
- {ENABLE_FORMS_MODULE && !userRoles.includes(STAFF_REVIEWER) && (
+
+ {ENABLE_FORMS_MODULE && userRoles.includes(STAFF_REVIEWER) && (
+
+
+
+ )}
+
+ {ENABLE_FORMS_MODULE && !userRoles.includes(STAFF_REVIEWER) && (
)}
+
{ENABLE_FORMS_MODULE && (
)}
@@ -268,8 +281,6 @@ const PrivateRoute = React.memo((props) => {
/>
)}
-
-
{ENABLE_DASHBOARDS_MODULE && (
{
)}
- {userRoles.length && }
+ {userRoles.length && (
+
+ )}
+
From e6e9d46147b41da8bfa7f78eed6199e7a9efaa1e Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Fri, 5 Jan 2024 14:30:57 -0800
Subject: [PATCH 07/88] updated text message and added support email
---
.../forms-flow-ai-ee/forms-flow-web-root-config/Dockerfile | 2 ++
.../forms-flow-web-root-config/docker-compose.yml | 1 +
.../public/config/config.template.js | 1 +
.../forms-flow-web/src/components/Denied/index.js | 3 ++-
.../forms-flow-web/src/constants/constants.js | 4 ++++
5 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/Dockerfile b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/Dockerfile
index 12dc1e6a..263ee79b 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/Dockerfile
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/Dockerfile
@@ -13,6 +13,7 @@ ARG MF_FORMSFLOW_ADMIN_URL
ARG MF_FORMSFLOW_THEME_URL
ARG REACT_APP_CUSTOM_LOGOUT_URL
ARG REACT_APP_CUSTOM_MAP_URL
+ARG REACT_APP_SUPPORT_EMAIL
ARG ssh_prv_key
ARG ssh_pub_key
@@ -25,6 +26,7 @@ ENV MF_FORMSFLOW_THEME_URL ${MF_FORMSFLOW_THEME_URL}
ENV NODE_ENV ${NODE_ENV}
ENV REACT_APP_CUSTOM_LOGOUT_URL ${REACT_APP_CUSTOM_LOGOUT_URL}
ENV REACT_APP_CUSTOM_MAP_URL ${REACT_APP_CUSTOM_MAP_URL}
+ENV REACT_APP_SUPPORT_EMAIL ${REACT_APP_SUPPORT_EMAIL}
# Add `/app/node_modules/.bin` to $PATH
ENV PATH /forms-flow-web-root-config/app/node_modules/.bin:$PATH
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/docker-compose.yml b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/docker-compose.yml
index acf2acb3..86a5a4e9 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/docker-compose.yml
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/docker-compose.yml
@@ -45,6 +45,7 @@ services:
- REACT_APP_ENABLE_APPLICATIONS_MODULE=${ENABLE_APPLICATIONS_MODULE:-true}
- REACT_APP_CUSTOM_MAP_URL=${EPD_CUSTOM_MAP_URL:-http://localhost:4000/map}
- REACT_APP_CUSTOM_LOGOUT_URL=${EPD_IDP_LOGOUT_URL:-https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi?retnow=1&returl=https://epd-keycloak-dev.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/protocol/openid-connect/logout?post_logout_redirect_uri=http://localhost:4000}
+ - REACT_APP_SUPPORT_EMAIL=${EPD_SUPPORT_EMAIL:-support@epp.gov.bc.ca}
ports:
- "3000:8080"
tty: true
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/public/config/config.template.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/public/config/config.template.js
index 6ee5dce7..aa761fcc 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/public/config/config.template.js
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/public/config/config.template.js
@@ -55,4 +55,5 @@ window["_env_"] = {
REACT_APP_ENABLE_APPLICATIONS_MODULE: "${REACT_APP_ENABLE_APPLICATIONS_MODULE}",
REACT_APP_CUSTOM_MAP_URL: "${REACT_APP_CUSTOM_MAP_URL}",
REACT_APP_CUSTOM_LOGOUT_URL: "${REACT_APP_CUSTOM_LOGOUT_URL}",
+ REACT_APP_SUPPORT_EMAIL: "${REACT_APP_SUPPORT_EMAIL}"
};
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
index 528432c1..b137f4e3 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
@@ -1,5 +1,6 @@
import React from "react";
import "./pagenotfound.scss";
+import {SUPPORT_EMAIL} from '../../constants/constants';
const NotFound = React.memo(({ errorMessage, errorCode }) => {
return (
@@ -19,7 +20,7 @@ const NotFound = React.memo(({ errorMessage, errorCode }) => {
});
NotFound.defaultProps = {
- errorMessage: "You are not allowed to access this page",
+ errorMessage: "You do not have sufficient permissions to access this page. Please contact support " + SUPPORT_EMAIL + "for further clarification.",
errorCode: "403",
};
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/constants/constants.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/constants/constants.js
index a6470a69..0c72f6e0 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/constants/constants.js
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/constants/constants.js
@@ -204,3 +204,7 @@ export const ENABLE_APPLICATIONS_MODULE =
window._env_?.REACT_APP_ENABLE_APPLICATIONS_MODULE === false
? false
: true;
+
+export const SUPPORT_EMAIL =
+ (window._env_ && window._env_.REACT_APP_SUPPORT_EMAIL) ||
+ process.env.REACT_APP_SUPPORT_EMAIL;
From 38d8c949f2722bf2f719f9b1db66939702c4f2a2 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Mon, 8 Jan 2024 09:44:31 -0800
Subject: [PATCH 08/88] intial changes to include SoSC
---
.../subProcess/CSSABundleWorklow.bpmn | 4039 ++++++++++-------
1 file changed, 2296 insertions(+), 1743 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index cb18540c..7f338c3e 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -5,20 +5,35 @@
-
- Activity_0a9pnut
- Gateway_1qqphxe
- Activity_1v5ffpw
- Activity_1ozfgid
- Activity_0k6ixqm
- StartEvent_1
- Gateway_08cgufe
- Activity_15772wo
- Gateway_17raw62
+
+ Gateway_1lfy3cm
+ Activity_1qnqtak
+ Gateway_1chdumm
+ Activity_0vo5rls
-
- Activity_1uc1xs1
- Gateway_04o747e
+
+ Gateway_1m36jwe
+ Activity_15e3ho6
+ Activity_0tsm937
+ Gateway_1lgyz1h
+ Activity_1bsz2qm
+ Activity_1hs3dja
+ Event_0sdygwc
+ Gateway_1lbpcug
+ Event_1n5addo
+ Gateway_1l4bqor
+ Activity_0kxdigs
+ Gateway_0pty1fn
+ Gateway_0o9l3lp
+ Activity_1bhbq4y
+ Activity_07ttn7q
+ Activity_12e3zvm
+ Activity_0q362ss
+ Gateway_0uf75ow
+
+
+ Activity_1ao3zkj
+ Gateway_15p5urd
Activity_08ykdar
@@ -27,363 +42,847 @@
Activity_1os7sys
Event_0bwdoce
-
- Activity_1ao3zkj
- Gateway_15p5urd
-
-
- Gateway_1lbpcug
- Event_0sdygwc
- Activity_1hs3dja
- Activity_1bsz2qm
- Gateway_1lgyz1h
- Activity_0tsm937
- Activity_15e3ho6
- Gateway_1m36jwe
- Gateway_0uf75ow
- Activity_1bhbq4y
- Activity_07ttn7q
- Activity_0q362ss
- Event_1n5addo
- Gateway_1l4bqor
- Activity_0kxdigs
- Gateway_0pty1fn
- Gateway_0o9l3lp
+
+ Activity_1uc1xs1
+ Gateway_04o747e
-
- Activity_0vo5rls
- Gateway_1chdumm
- Activity_1qnqtak
- Gateway_1lfy3cm
+
+ Gateway_17raw62
+ Activity_15772wo
+ Gateway_08cgufe
+ StartEvent_1
+ Activity_0k6ixqm
+ Activity_1ozfgid
+ Activity_1v5ffpw
+ Gateway_1qqphxe
+ Activity_0a9pnut
-
-
-
- execution.setVariable('bundleStatus', "cssaTeamAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
-
- ${action == 'Rejected'}
-
-
- ${riskclassification == 'exempt'}
-
-
- ${action == 'Recheck'}
-
-
+
+ Flow_0gcqir8
+ Flow_02ysv7t
+ Flow_0lgivc3
+
+
- ${applicationStatus== 'Signed'}
-
-
-
-
- var system = java.lang.System;
-system.out.println ("site owner flow");
-
-
- ${owneroperatorradioGroup=='different'}
-
-
- ${owneroperatorradioGroup=='sameAsApplicant'}
-
-
-
-
- execution.setVariable('isSdm',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isCaseworker',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isCssaTeam',true);
-
-
- ${action == 'Returned'}
-
-
-
+ Flow_02ysv7t
+ Flow_026ykts
+ var system = java.lang.System;
+var selectCssaSdm= execution.getVariable('selectCssaSdm');
+system.out.println ("selectCssaSdm"+selectCssaSdm);
+execution.setVariable('cssaSdmAssignment',selectCssaSdm);
+system.out.println ("cssaSdmAssignment"+execution.getVariable('cssaSdmAssignment'));
+
+var selectCssaCaseworker= execution.getVariable('selectCssaCaseworker');
+system.out.println ("selectCssaCaseworker"+selectCssaCaseworker);
+execution.setVariable('cssaCaseworkerAssignment',selectCssaCaseworker);
+system.out.println ("cssaCaseworkerAssignment"+execution.getVariable('cssaCaseworkerAssignment'));
+
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('soscSdmAssignment',selectSoscSdm);
+system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
+
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
+system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
+
+var selectSdm= execution.getVariable('selectSdm');
+system.out.println ("selectSdm"+selectSdm);
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+
+var selectCaseworker= execution.getVariable('selectCaseworker');
+system.out.println ("selectCaseworker"+selectCaseworker);
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
+
+var selectSrco= execution.getVariable('selectSrco');
+system.out.println ("selectSrco"+selectSrco);
+execution.setVariable('srcoAssignment',selectSrco);
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+ Flow_026ykts
+ Flow_0drs8s9
+ Flow_0i3fcvy
+
+
+ Flow_0fa3idu
+ Flow_1phkhb3
+ Flow_1m5dyj2
+ Flow_1nowy63
+
+
+ Flow_0kw2jbo
+ Flow_057qs1x
+ Flow_0ovj0pk
+ Flow_07vh0na
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+ Flow_0i3fcvy
+ Flow_0d8ioqs
+ Flow_1jxxrt6
+ Flow_0qiqnks
+ var system = java.lang.System;
+system.out.println ("Begin CSSA Individual Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_0qiqnks
+ Flow_057qs1x
+ Flow_01suxh6
+
+
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
+
+ task.execution.setVariable('isCaseworker',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+
+
+
["applicationId", "applicationStatus"]
-
-
+
-
-
-
+ Flow_01suxh6
+ Flow_19ik9s7
+
+
-
-
+
+ task.execution.setVariable('isSdm',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+
+
+
["applicationId", "applicationStatus"]
-
-
+
-
-
+ Flow_07vh0na
+ Flow_08c8ij1
+
+
+ Flow_0n61nyr
+
+
+ Flow_0c90maq
+ Flow_0b5e332
+ Flow_1jxxrt6
+ Flow_07eueok
+ Flow_0aabyhy
+
+
+ Flow_1u3s5mj
+ Flow_1phkhb3
+
+ Flow_05vthw4
+ Flow_1ojyq91
+ Flow_019edzt
+ Flow_0cdvwnp
+ var system = java.lang.System;
+system.out.println ("Sent to Caseworker");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+
+ Flow_0cdvwnp
+ Flow_1ccbyzk
+
+
+ Flow_02gyla8
+ Flow_0zzhoui
+ Flow_1ixkifd
+ Flow_0pqd76u
+ Flow_187pabg
+
+
+ Flow_1ixkifd
+ Flow_0izugkb
+ Flow_0xqj2sm
+ Flow_1pdey0j
+ Flow_0qaeplv
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_0qaeplv
+ Flow_0mtd57d
+
+
+ Flow_1jm1bhe
+ Flow_0k5l8nk
+ Flow_0ryglee
+ Flow_1kizv19
+
+
+ Flow_0zzhoui
+ Flow_0k5l8nk
+ Flow_14snpj2
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_187pabg
+ Flow_1ojyq91
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_0ryglee
+ Flow_0izugkb
+
+
+ Flow_0q159o1
+ Flow_019edzt
+ Flow_0xqj2sm
+
+
+ Flow_0pqd76u
+ Flow_00vao62
+ Flow_1axts3r
+ Flow_1g44pgu
+ Flow_1up3td8
+ Flow_0c71o5w
+ var system = java.lang.System;
+system.out.println ("Begin SRCR Flow - Sent To SRCO");
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_1axts3r
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Site Risk Classification Officer');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_0c71o5w
+ Flow_0h34vew
+
+
+ Flow_168htzm
+ Flow_14snpj2
+ Flow_0qz0c7u
+ Flow_1ifs52w
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_1ifs52w
+ Flow_00vao62
+
+
+ Flow_0qz0c7u
+ Flow_1pdey0j
+ Flow_0q159o1
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+ ${siteRiskClassification != 'notHighRisk'}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Approved' or action == 'Rejected' }
+
+
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' }
+
+
+ ${siteRiskClassification == 'notHighRisk'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SRCR');
+
+
+
+
+
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+
+
+ ${siteRiskClassification != 'notHighRisk' }
+
+
+ Flow_1kizv19
+ Flow_1g44pgu
+ Flow_1q2jho1
+
+
+ ${action == 'Recheck' }
+
+
+ Flow_1q2jho1
+ Flow_05vthw4
+ Flow_1up3td8
+
+
+ ${siteRiskClassification == 'notHighRisk' }
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_0dn9scp
+ Flow_0v3xmtu
+ Flow_007p6h2
+ Flow_1g9gkqq
+
+
+
+ Flow_0h34vew
+ Flow_168htzm
+ Flow_0dn9scp
+
+
+
+
+ Flow_1ccbyzk
+ Flow_02gyla8
+ Flow_0v3xmtu
+
+
+
+ Flow_1g9gkqq
+
+
+
+
+ Flow_0mtd57d
+ Flow_1jm1bhe
+ Flow_007p6h2
+
+
+
+
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
- ${riskclassification != 'exempt'}
-
-
+ Flow_1tu4hj7
+ Flow_1esdw3m
+ Flow_0aabyhy
+ Flow_0gcqir8
+
+
+ Flow_0ohuh4k
+ Flow_1xj96i6
+ Flow_0527h3y
+ Flow_0543g25
+ Flow_0wr0mei
+ Flow_0d8ioqs
+ Flow_0ovj0pk
+
+
-
+
var system = java.lang.System;
-execution.setVariable('isSentFromSociety',false);
-system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
-
-
- ${typeOfReview== 'directToMinistryApplication'}
-
-
-
- ${typeOfReview!= 'directToMinistryApplication'}
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('isAp',true);
-
-
- ${action == 'Returned'}
-
-
-
- ${action == 'Recheck'}
-
-
-
-
- execution.setVariable('isSociety',true);
+system.out.println ("form signed");
- ${action == 'Returned'}
-
-
-
- ${action == 'Accepted'}
-
-
-
- ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
-
-
- ${applicationStatus== 'Resubmitted' and isSociety== true}
-
-
- ${applicationStatus== 'Resubmitted' and isAp== true}
-
-
- ${applicationStatus!= 'Resubmitted'}
-
-
-
- ${applicationStatus== 'Resubmitted' and isCaseworker== true}
-
-
- ${applicationStatus== 'Resubmitted' and isSdm== true}
-
-
- ${action == 'Recheck' and isSentFromSociety == true}
-
-
- ${action == 'Recheck'}
-
-
-
+ Flow_1asq9fa
+ Flow_16fwgn1
+ Flow_0ohuh4k
+
+
-
-
- execution.setVariable('bundleStatus', "cssaMgrAccepted");
-
-
+
+ task.execution.setVariable('isAp',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Contaminated Sites Approved Professional');
+
+
+
- ["applicationId", "applicationStatus", "bundleStatus"]
+ ["applicationId", "applicationStatus"]
-
+
- ${action == 'Accepted'}
-
-
-
-
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
+ Flow_142lsgk
+ Flow_0pzpbn7
+ Flow_0527h3y
+ Flow_0b418rv
+
+
-
- execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
-
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
+
+ task.execution.setVariable('isSociety',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+var system = java.lang.System;
+task.execution.setVariable('isSentFromSociety',true);
+system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
+task.execution.setVariable('userRole','Contaminated Sites Approved Professionals Society');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
- ${isSentFromSociety == true}
-
-
+ Flow_0kfjdmp
+ Flow_0543g25
+ Flow_1ev1kr6
+ Flow_0d8ruax
+
+
+ Flow_1xj96i6
+ Flow_1quswsc
+ Flow_142lsgk
+
+
+ Flow_1rc30l8
+
+
+ Flow_1rc30l8
+ Flow_0dbqph3
+ var system = java.lang.System;
+system.out.println ("Submit Bundle");
+execution.setVariable('isAp',false);
+execution.setVariable('isSociety',false);
+execution.setVariable('isCssaTeam',false);
+
+
+ Flow_0dbqph3
+ Flow_1stifo9
+ Flow_05pndkl
+ var system = java.lang.System;
+var riskclassification = execution.getVariable('riskclassification');
+system.out.println ("riskclassification "+riskclassification);
+var typeOfReview = execution.getVariable('typeOfReview');
+system.out.println ("typeOfReview "+typeOfReview);
+execution.setVariable('typeOfReview',typeOfReview);
+var clientEmail = execution.getVariable('simpleemail');
+system.out.println ("clientEmail "+clientEmail);
+execution.setVariable('clientEmail',clientEmail);
+var siteRiskClassification = execution.getVariable('siteRiskClassification');
+system.out.println ("siteRiskClassification "+siteRiskClassification );
+execution.setVariable('siteRiskClassification',siteRiskClassification);
+
+
+var owneroperatorradioGroup = execution.getVariable('owneroperatorradioGroup');
+var hiddenUserIdForFormSharingApplicantAsOwner = execution.getVariable('hiddenUserIdForFormSharingApplicantAsOwner');
+var hiddenUserIdForFormSharingWithDiffOwner = execution.getVariable('hiddenUserIdForFormSharingWithDiffOwner');
+var userIdForSharing = '';
+
+
+system.out.println ("owneroperatorradioGroup "+owneroperatorradioGroup );
+system.out.println ("hiddenUserIdForFormSharingApplicantAsOwner"+hiddenUserIdForFormSharingApplicantAsOwner);
+system.out.println ("hiddenUserIdForFormSharingWithDiffOwner "+hiddenUserIdForFormSharingWithDiffOwner);
+
+
+if(owneroperatorradioGroup == "sameAsApplicant")
+ {
+ system.out.println("owneroperatorradioGroup"+hiddenUserIdForFormSharingApplicantAsOwner);
+ userIdForSharing = hiddenUserIdForFormSharingApplicantAsOwner;
+
+ }
+ else
+ {
+
+ system.out.println("WithDiffOwner"+hiddenUserIdForFormSharingWithDiffOwner);
+ userIdForSharing = hiddenUserIdForFormSharingWithDiffOwner;
+
+ }
+
+system.out.println ("userIdForSharing"+userIdForSharing);
+execution.setVariable('userIdForSharing',userIdForSharing);
+
+var listOwnerEmailAddress = [];
+listOwnerEmailAddress.push(clientEmail);
+execution.setVariable('EmailType','CSSA');
+execution.setVariable('name','User');
+execution.setVariable("emailTo", Java.to(listOwnerEmailAddress, "java.lang.Object[]"));
+execution.setVariable('formName','Contaminated Sites Services Application Form');
+
+
-
- execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+ execution.setVariable('applicationStatus', "Resubmit");
+execution.setVariable('returnedBy', "cssaTeam");
-
+
+
- ["applicationId", "applicationStatus", "bundleStatus"]
+ ["applicationId", "applicationStatus"]
+
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
- Flow_0gcqir8
- Flow_02ysv7t
- Flow_0lgivc3
-
-
-
- Flow_02ysv7t
- Flow_026ykts
- var system = java.lang.System;
-var selectCssaSdm= execution.getVariable('selectCssaSdm');
-system.out.println ("selectCssaSdm"+selectCssaSdm);
-execution.setVariable('cssaSdmAssignment',selectCssaSdm);
-system.out.println ("cssaSdmAssignment"+execution.getVariable('cssaSdmAssignment'));
-
-var selectCssaCaseworker= execution.getVariable('selectCssaCaseworker');
-system.out.println ("selectCssaCaseworker"+selectCssaCaseworker);
-execution.setVariable('cssaCaseworkerAssignment',selectCssaCaseworker);
-system.out.println ("cssaCaseworkerAssignment"+execution.getVariable('cssaCaseworkerAssignment'));
-
-var selectSdm= execution.getVariable('selectSdm');
-system.out.println ("selectSdm"+selectSdm);
-execution.setVariable('sdmAssignment',selectSdm);
-system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-var selectCaseworker= execution.getVariable('selectCaseworker');
-system.out.println ("selectCaseworker"+selectCaseworker);
-execution.setVariable('caseworkerAssignment',selectCaseworker);
-system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
-
-var selectSrco= execution.getVariable('selectSrco');
-system.out.println ("selectSrco"+selectSrco);
-execution.setVariable('srcoAssignment',selectSrco);
-system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
-
-
- Flow_026ykts
- Flow_0drs8s9
- Flow_0i3fcvy
-
-
- Flow_0drs8s9
- Flow_1kyum71
- Flow_1u3s5mj
-
-
- Flow_0fa3idu
- Flow_1phkhb3
- Flow_1nowy63
-
-
- Flow_0kw2jbo
- Flow_057qs1x
- Flow_0ovj0pk
- Flow_07vh0na
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
- Flow_0i3fcvy
- Flow_0d8ioqs
- Flow_1jxxrt6
- Flow_0qiqnks
- var system = java.lang.System;
-system.out.println ("Begin CSSA Individual Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_0qiqnks
- Flow_057qs1x
- Flow_01suxh6
+ Flow_19ktqsm
+ Flow_12uv3km
+ Flow_0qw9o9a
+ Flow_0wxa7vb
+ Flow_0b5e332
+ Flow_1stifo9
+
+
+ Flow_05pndkl
+ Flow_1asq9fa
+ Flow_1xx7tz6
-
+
-
- task.execution.setVariable('isCaseworker',false);
-
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('deleteReason', "completed");
@@ -392,19 +891,19 @@ task.execution.setVariable('userRole','Caseworker');
- Flow_01suxh6
- Flow_19ik9s7
+ Flow_1xx7tz6
+ Flow_16fwgn1
-
+
- task.execution.setVariable('isSdm',false);
+ task.execution.setVariable('isCssaTeam',false);
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('userRole','CSSA Team');
@@ -413,19 +912,79 @@ task.execution.setVariable('userRole','Statutory Decision Maker');
- Flow_07vh0na
- Flow_08c8ij1
+ Flow_1quswsc
+ Flow_0gb2oz2
+ Flow_0wr0mei
+ Flow_0lgivc3
+ Flow_0bz8atu
-
- Flow_0n61nyr
+
+ Flow_0b418rv
+ Flow_12uv3km
+ Flow_0kfjdmp
+
+
+ Flow_0d8ruax
+ Flow_0gb2oz2
+ Flow_0qw9o9a
+ Flow_0pzpbn7
+
+
+ Flow_0iubwul
+ Flow_19ktqsm
+ Flow_0qbjx6e
+ Flow_1tu4hj7
+ Flow_1ev1kr6
+
+
+ Flow_0bz8atu
+ Flow_0iubwul
+ Flow_16ek6dk
+
+
+ Flow_0jxnrvm
-
- Flow_0c90maq
- Flow_0b5e332
- Flow_1jxxrt6
- Flow_07eueok
- Flow_0aabyhy
+
+ Flow_08c8ij1
+ Flow_0c90maq
+ Flow_17tf2x2
+
+
+
+
+
+ cssa_updated
+
+
+ Flow_0qbjx6e
+ Flow_07eueok
+ Flow_1nowy63
+ Flow_0n61nyr
+
+
+ Flow_19ik9s7
+ Flow_15f3evi
+ Flow_1i04zkp
+
+
+ Flow_15f3evi
+ Flow_0kw2jbo
+ Flow_0wxa7vb
+ Flow_1esdw3m
+
+
+
+
+ cssa_updated
+
+
+ Flow_16ek6dk
+ Flow_14qx1q0
+
+
+ Flow_14qx1q0
+
Flow_1kyum71
Flow_0fa3idu
@@ -439,6 +998,14 @@ system.out.println ("Sent to SDM");
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
task.execution.setVariable('task_id',task.getId());
@@ -451,6 +1018,9 @@ task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('userRole','Statutory Decision Maker');
task.execution.setVariable('subFormName','CSSA Form');
+
+
+
Flow_130v3rp
Flow_04rzv3x
@@ -474,8 +1044,8 @@ task.execution.setVariable('subFormName','CSSA Form');
Flow_0xnspeg
Flow_0ui56bn
- Flow_0pqk381
Flow_07enxwq
+ Flow_0pqk381
Flow_07enxwq
@@ -483,6 +1053,14 @@ task.execution.setVariable('subFormName','CSSA Form');
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
task.execution.setVariable('task_id',task.getId());
task.execution.setVariableLocal('variable1',"cssa");
@@ -499,6 +1077,9 @@ task.execution.setVariable('subFormName','CSSA Form');
+
+
+
Flow_0go33vq
Flow_13zl1nd
@@ -525,16 +1106,6 @@ task.execution.setVariable('subFormName','CSSA Form');
Flow_1c0kfis
Flow_06v4kdf
-
- Flow_0pqk381
- Flow_06v4kdf
- Flow_18exjmw
- Flow_0orrcue
- var system = java.lang.System;
-system.out.println ("Begin CSSA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
Flow_18exjmw
@@ -604,14 +1175,7 @@ execution.setVariable('isCssaResubmitted', false);
- ${action == 'Returned'}
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
+ ${action == 'Returned'}
@@ -662,36 +1226,6 @@ execution.setVariable('isCssaResubmitted', false);
${action == 'Returned'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'CSSA');
-
-
-
-
-
-
-
@@ -721,66 +1255,66 @@ execution.setVariable('requestType', 'CSSA');
Flow_0rsx4qs
-
-
- Flow_1u3s5mj
- Flow_1phkhb3
-
- Flow_05vthw4
- Flow_1ojyq91
- Flow_019edzt
- Flow_0cdvwnp
- var system = java.lang.System;
-system.out.println ("Sent to Caseworker");
-
-
+
+
+
+
-
-
- Y
-
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'CSSA');
+
+
+
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
- ["pid","applicationId","process_pid","task_id"]
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
+
+
+
- Flow_0cdvwnp
- Flow_1ccbyzk
-
-
- Flow_02gyla8
- Flow_0zzhoui
- Flow_1ixkifd
- Flow_0pqd76u
- Flow_187pabg
-
-
- Flow_1ixkifd
- Flow_0izugkb
- Flow_0xqj2sm
- Flow_1pdey0j
- Flow_0qaeplv
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+ Flow_18exjmw
+ Flow_06v4kdf
+ Flow_0pqk381
+ Flow_0orrcue
+ var system = java.lang.System;
+system.out.println ("Begin CSSA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+
+ Flow_0nkb4yt
+ Flow_1m5dyj2
+
+ Flow_15z92rp
+ Flow_17dpj6g
+ Flow_0p3u1yj
+ Flow_0639o7i
var system = java.lang.System;
system.out.println ("Sent to SDM");
-
+
@@ -795,48 +1329,21 @@ system.out.println ("Sent to SDM");
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SRCR Form');
+task.execution.setVariable('subFormName','SoSC Form');
-
+
- Flow_0qaeplv
- Flow_0mtd57d
+ Flow_0639o7i
+ Flow_0yi6pa7
-
- Flow_1jm1bhe
- Flow_0k5l8nk
- Flow_0ryglee
- Flow_1kizv19
-
-
- Flow_0zzhoui
- Flow_0k5l8nk
- Flow_14snpj2
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_187pabg
- Flow_1ojyq91
-
-
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -844,34 +1351,25 @@ task.execution.setVariable('subFormName','SRCR Form');
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus"]
- Flow_0ryglee
- Flow_0izugkb
+ Flow_003kmau
+ Flow_17dpj6g
-
- Flow_0q159o1
- Flow_019edzt
- Flow_0xqj2sm
+
+ Flow_0mjgxil
+ Flow_003kmau
+ Flow_1itdpy9
+ Flow_1raj7vr
-
- Flow_0pqd76u
- Flow_00vao62
- Flow_1axts3r
- Flow_1g44pgu
- Flow_1up3td8
- Flow_0c71o5w
- var system = java.lang.System;
-system.out.println ("Begin SRCR Flow - Sent To SRCO");
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_1axts3r
-
-
+
+ Flow_1itdpy9
+ Flow_0lf9s8z
+
+
@@ -883,602 +1381,503 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
+task.execution.setVariableLocal('variable1',"sosc");
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Site Risk Classification Officer');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
- Flow_0c71o5w
- Flow_0h34vew
-
-
- Flow_168htzm
- Flow_14snpj2
- Flow_0qz0c7u
- Flow_1ifs52w
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_1ifs52w
- Flow_00vao62
-
-
- Flow_0qz0c7u
- Flow_1pdey0j
- Flow_0q159o1
-
-
-
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
-
-
-
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
+
+
+
+
-
-
- ${isSentFromSociety == false}
-
-
-
+ Flow_0vw0lda
+ Flow_1dc1l9u
+
+
+ Flow_0es7x0e
+ Flow_15z92rp
+ Flow_0lf9s8z
+ Flow_1p0ezkl
+
+
-
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus"]
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
+
-
-
+ Flow_1p0ezkl
+ Flow_0xixsb5
+
+
+ Flow_1raj7vr
+ Flow_0xixsb5
+ Flow_01dcv2u
+ Flow_0xnsojj
+ var system = java.lang.System;
+system.out.println ("Begin SoSC Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_01dcv2u
+
+
+ Flow_0xnsojj
+ Flow_0p3u1yj
+ Flow_0vw0lda
+
+
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
+
+
+ cssa_subforms_updated
+
- ${action == 'Rejected'}
-
-
+ Flow_0vixcwm
+ Flow_1n9gcsu
+ Flow_11sb4e2
+
+
+ Flow_1dc1l9u
+ Flow_0es7x0e
+ Flow_0vixcwm
+
+
+ Flow_11sb4e2
+
+
+ Flow_0yi6pa7
+ Flow_0mjgxil
+ Flow_1n9gcsu
+
+
- execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+ execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
+ ["applicationId", "applicationStatus", "soscBundleStatus"]
${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
+
${isSentFromSociety == true}
-
- ${siteRiskClassification != 'notHighRisk'}
-
-
-
+
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "soscStatus"]
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
- ${action == 'Approved' or action == 'Rejected' }
-
+
- execution.setVariable('isSrcrResubmitted', true);
+ execution.setVariable('isSoscResubmitted', true);
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
- ${action == 'Returned' }
+ ${action == 'Returned'}
-
+
+
+
+
execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
- ${action == 'Rejected' }
-
-
- ${siteRiskClassification == 'notHighRisk'}
+ ${action == 'Rejected' or action == 'Approved' }
-
+
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
-
-
-
+
+ ${action == 'Recheck' and isSentFromSociety == false}
-
+
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SRCR');
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
+ ${action == 'Rejected'}
-
-
+
+ ${isSentFromSociety == false}
-
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "soscStatus"]
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
+
+
+
- execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+ execution.setVariable('isSoscResubmitted', true);
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
- ${action == 'Accepted'}
+ ${action == 'Returned'}
-
+
-
+
- execution.setVariable('isSrcrResubmitted', true);
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
- ${action == 'Returned' }
-
-
-
-
+
- ${siteRiskClassification != 'notHighRisk' }
-
-
- Flow_1kizv19
- Flow_1g44pgu
- Flow_1q2jho1
-
-
- ${action == 'Recheck' }
-
-
- Flow_1q2jho1
- Flow_05vthw4
- Flow_1up3td8
-
-
- ${siteRiskClassification == 'notHighRisk' }
-
+
-
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SoSC');
+
- ${isSentFromSociety == true}
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_0dn9scp
- Flow_0v3xmtu
- Flow_007p6h2
- Flow_1g9gkqq
-
-
-
- Flow_0h34vew
- Flow_168htzm
- Flow_0dn9scp
-
-
-
-
- Flow_1ccbyzk
- Flow_02gyla8
- Flow_0v3xmtu
-
-
-
- Flow_1g9gkqq
-
-
-
-
- Flow_0mtd57d
- Flow_1jm1bhe
- Flow_007p6h2
-
-
+
+
+
+
-
+
+
-
- task.execution.setVariable('isCssaTeam',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
+
+
+ execution.setVariable('bundleStatus', "cssaMgrAccepted");
+
+
- ["applicationId", "applicationStatus"]
+ ["applicationId", "applicationStatus", "bundleStatus"]
-
+
- Flow_1tu4hj7
- Flow_1esdw3m
- Flow_0aabyhy
- Flow_0gcqir8
-
-
- Flow_0ohuh4k
- Flow_1xj96i6
- Flow_0527h3y
- Flow_0543g25
- Flow_0wr0mei
- Flow_0d8ioqs
- Flow_0ovj0pk
-
-
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+ ${riskclassification == 'exempt'}
+
+
-
- var system = java.lang.System;
-system.out.println ("form signed");
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
- Flow_1asq9fa
- Flow_16fwgn1
- Flow_0ohuh4k
-
-
+ ${riskclassification != 'exempt'}
+
+
+
+
+
+
-
- task.execution.setVariable('isAp',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Contaminated Sites Approved Professional');
-
-
-
+
+ execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
+
+
+
+ if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') && execution.getVariable('soscStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+ ${applicationStatus== 'Resubmitted' and isSdm== true}
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+
- ["applicationId", "applicationStatus"]
+ ["applicationId", "applicationStatus", "bundleStatus"]
-
+
- Flow_142lsgk
- Flow_0pzpbn7
- Flow_0527h3y
- Flow_0b418rv
-
-
+ ${action == 'Accepted'}
+
+
+
+ ${applicationStatus== 'Resubmitted' and isCaseworker== true}
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+
-
- task.execution.setVariable('isSociety',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-var system = java.lang.System;
-task.execution.setVariable('isSentFromSociety',true);
-system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
-task.execution.setVariable('userRole','Contaminated Sites Approved Professionals Society');
-
-
-
+
+ execution.setVariable('isSdm',true);
+
+
+ ${action == 'Returned'}
+
+
+ ${action == 'Recheck' and isSentFromSociety == true}
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaTeamAccepted");
+
+
- ["applicationId", "applicationStatus"]
+ ["applicationId", "applicationStatus", "bundleStatus"]
-
+
- Flow_0kfjdmp
- Flow_0543g25
- Flow_1ev1kr6
- Flow_0d8ruax
-
-
- Flow_1xj96i6
- Flow_1quswsc
- Flow_142lsgk
-
-
- Flow_1rc30l8
-
-
- Flow_1rc30l8
- Flow_0dbqph3
- var system = java.lang.System;
-system.out.println ("Submit Bundle");
-execution.setVariable('isAp',false);
-execution.setVariable('isSociety',false);
-execution.setVariable('isCssaTeam',false);
-
-
- Flow_0dbqph3
- Flow_1stifo9
- Flow_05pndkl
- var system = java.lang.System;
-var riskclassification = execution.getVariable('riskclassification');
-system.out.println ("riskclassification "+riskclassification);
-var typeOfReview = execution.getVariable('typeOfReview');
-system.out.println ("typeOfReview "+typeOfReview);
-execution.setVariable('typeOfReview',typeOfReview);
-var clientEmail = execution.getVariable('simpleemail');
-system.out.println ("clientEmail "+clientEmail);
-execution.setVariable('clientEmail',clientEmail);
-var siteRiskClassification = execution.getVariable('siteRiskClassification');
-system.out.println ("siteRiskClassification "+siteRiskClassification );
-execution.setVariable('siteRiskClassification',siteRiskClassification);
-
-
-var owneroperatorradioGroup = execution.getVariable('owneroperatorradioGroup');
-var hiddenUserIdForFormSharingApplicantAsOwner = execution.getVariable('hiddenUserIdForFormSharingApplicantAsOwner');
-var hiddenUserIdForFormSharingWithDiffOwner = execution.getVariable('hiddenUserIdForFormSharingWithDiffOwner');
-var userIdForSharing = '';
-
-
-system.out.println ("owneroperatorradioGroup "+owneroperatorradioGroup );
-system.out.println ("hiddenUserIdForFormSharingApplicantAsOwner"+hiddenUserIdForFormSharingApplicantAsOwner);
-system.out.println ("hiddenUserIdForFormSharingWithDiffOwner "+hiddenUserIdForFormSharingWithDiffOwner);
-
-
-if(owneroperatorradioGroup == "sameAsApplicant")
- {
- system.out.println("owneroperatorradioGroup"+hiddenUserIdForFormSharingApplicantAsOwner);
- userIdForSharing = hiddenUserIdForFormSharingApplicantAsOwner;
-
- }
- else
- {
-
- system.out.println("WithDiffOwner"+hiddenUserIdForFormSharingWithDiffOwner);
- userIdForSharing = hiddenUserIdForFormSharingWithDiffOwner;
-
- }
-
-system.out.println ("userIdForSharing"+userIdForSharing);
-execution.setVariable('userIdForSharing',userIdForSharing);
-
-var listOwnerEmailAddress = [];
-listOwnerEmailAddress.push(clientEmail);
-execution.setVariable('EmailType','CSSA');
-execution.setVariable('name','User');
-execution.setVariable("emailTo", Java.to(listOwnerEmailAddress, "java.lang.Object[]"));
-execution.setVariable('formName','Contaminated Sites Services Application Form');
-
-
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+ ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSociety== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isAp== true}
+
+
+ ${applicationStatus!= 'Resubmitted'}
+
+
+
+ ${applicationStatus== 'Signed'}
+
+
+ ${owneroperatorradioGroup=='sameAsApplicant'}
+
+
+
+ ${typeOfReview!= 'directToMinistryApplication'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
-
- execution.setVariable('applicationStatus', "Resubmit");
-execution.setVariable('returnedBy', "cssaTeam");
+
+ var system = java.lang.System;
+execution.setVariable('isSentFromSociety',false);
+system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
-
-
+
+ ${typeOfReview== 'directToMinistryApplication'}
+
+
+
+
+
["applicationId", "applicationStatus"]
-
+
- Flow_19ktqsm
- Flow_12uv3km
- Flow_0qw9o9a
- Flow_0wxa7vb
- Flow_0b5e332
- Flow_1stifo9
-
-
- Flow_05pndkl
- Flow_1asq9fa
- Flow_1xx7tz6
-
-
+
+
+
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+
+
["applicationId", "applicationStatus"]
-
+
+
- Flow_1xx7tz6
- Flow_16fwgn1
-
-
+
+
+
-
- task.execution.setVariable('isCssaTeam',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','CSSA Team');
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
+
+ execution.setVariable('isCaseworker',true);
+
- Flow_1quswsc
- Flow_0gb2oz2
- Flow_0wr0mei
- Flow_0lgivc3
- Flow_0bz8atu
-
-
- Flow_0b418rv
- Flow_12uv3km
- Flow_0kfjdmp
-
-
-
- Flow_0d8ruax
- Flow_0gb2oz2
- Flow_0qw9o9a
- Flow_0pzpbn7
-
-
- Flow_0iubwul
- Flow_19ktqsm
- Flow_0qbjx6e
- Flow_1tu4hj7
- Flow_1ev1kr6
-
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isCssaTeam',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isAp',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isSociety',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ var system = java.lang.System;
+system.out.println ("site owner flow");
+
+
+ ${owneroperatorradioGroup=='different'}
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
-
- Flow_0bz8atu
- Flow_0iubwul
- Flow_16ek6dk
-
+
+ ${action == 'Rejected'}
+
-
+
+
+
+
+
+
@@ -1490,1152 +1889,1306 @@ task.execution.setVariable('userRole','CSSA Team');
Flow_17tf2x2
Flow_0jxnrvm
-
- Flow_0jxnrvm
-
-
-
-
-
- Flow_08c8ij1
- Flow_0c90maq
- Flow_17tf2x2
-
-
-
-
-
-
- cssa_updated
-
-
- Flow_0qbjx6e
- Flow_07eueok
- Flow_1nowy63
- Flow_0n61nyr
-
-
- Flow_19ik9s7
- Flow_15f3evi
- Flow_1i04zkp
+
+ Flow_0drs8s9
+ Flow_1kyum71
+ Flow_1u3s5mj
+ Flow_0nkb4yt
-
- Flow_15f3evi
- Flow_0kw2jbo
- Flow_0wxa7vb
- Flow_1esdw3m
-
-
-
-
-
- cssa_updated
-
-
- Flow_16ek6dk
- Flow_14qx1q0
-
-
- Flow_14qx1q0
-
-
+
-
-
+
+
+
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
+
+
+
-
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
-
-
-
+
+
-
-
+
+
+
+
+
-
+
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
-
+
-
-
-
-
-
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
-
-
+
+
-
-
-
-
-
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
From e14134276e7b1de87896cc135eecd850bfdc0871 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Mon, 8 Jan 2024 10:04:38 -0800
Subject: [PATCH 09/88] initial form changes to handle sosc bundle
---
...nated Sites Services Application Form.json | 325 ++++---
.../bundling/Summary of Site Condition.json | 840 +++++++++++-------
2 files changed, 658 insertions(+), 507 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index ab7f82b6..7d332b26 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -101,8 +101,8 @@
"inputType": "text",
"inputMask": "",
"fixedSize": true,
- "id": "etba4z8",
- "defaultValue": null
+ "id": "eh0sh1f",
+ "defaultValue": ""
},
{
"label": "hiddenUserIdForFormSharingApplicantAsOwner",
@@ -583,7 +583,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \tvar applicationStatus = response.applicationStatus ? response.applicationStatus.value : '';\r\n\tvar isResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \tvar applicationStatus = response.applicationStatus ? response.applicationStatus.value : '';\r\n\tvar isResubmitted = response.isSrcrResubmitted || response.isSoscResubmitted ? true : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR/SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
@@ -635,7 +635,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e7zbnrio"
+ "id": "eoqcyb"
}
],
"size": "md",
@@ -1733,31 +1733,10 @@
"components": [
{
"label": "Select SDM",
- "labelPosition": "top",
"widget": "choicesjs",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "uniqueOptions": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
"dataSrc": "url",
"data": {
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "resource": "",
- "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
"headers": [
{
@@ -1773,96 +1752,107 @@
"value": "application/json"
}
],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
"custom": ""
},
"dataType": "string",
- "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
- "refreshOn": "",
- "refreshOnBlur": "",
- "clearOnRefresh": false,
- "searchEnabled": true,
- "selectThreshold": 0.3,
- "readOnlyValue": false,
- "customOptions": {},
- "useExactSearch": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
+ "key": "selectCssaSdm",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "selectCssaSdm",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "select",
- "indexeddb": {
- "filter": {}
- },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
"lazyLoad": true,
- "selectValues": "data",
- "selectFields": "",
- "disableLimit": false,
- "searchField": "",
+ "filter": "",
+ "searchEnabled": true,
"searchDebounce": 0.3,
+ "searchField": "",
"minSearch": 0,
- "filter": "",
- "limit": 100,
+ "readOnlyValue": false,
"authenticate": false,
"ignoreCache": false,
- "redrawOn": "",
- "input": true,
- "keyModified": true,
- "prefix": "",
- "suffix": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "id": "ex3urbd",
- "defaultValue": "",
- "sort": ""
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "e6dd2"
}
],
"width": 4,
@@ -1876,31 +1866,10 @@
"components": [
{
"label": "Select Caseworker",
- "labelPosition": "top",
"widget": "choicesjs",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "uniqueOptions": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
"dataSrc": "url",
"data": {
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "resource": "",
- "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
"headers": [
{
@@ -1916,96 +1885,108 @@
"value": "application/json"
}
],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
"custom": ""
},
"dataType": "string",
- "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
- "refreshOn": "",
- "refreshOnBlur": "",
- "clearOnRefresh": false,
- "searchEnabled": true,
- "selectThreshold": 0.3,
- "readOnlyValue": false,
- "customOptions": {},
- "useExactSearch": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
+ "key": "selectCssaCaseworker",
+ "customConditional": "if (data.typeOfReview==='applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc')\n{\n show = false;\n}\nelse {\n show = true;\n}",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "selectCssaCaseworker",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "if (data.typeOfReview==='applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc')\n{\n show = false;\n}\nelse {\n show = true;\n}",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "select",
- "indexeddb": {
- "filter": {}
- },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
"lazyLoad": true,
- "selectValues": "data",
- "selectFields": "",
- "disableLimit": false,
- "searchField": "",
+ "filter": "",
+ "searchEnabled": true,
"searchDebounce": 0.3,
+ "searchField": "",
"minSearch": 0,
- "filter": "",
- "limit": 100,
+ "readOnlyValue": false,
"authenticate": false,
"ignoreCache": false,
- "redrawOn": "",
- "input": true,
- "keyModified": true,
- "prefix": "",
- "suffix": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "id": "e286fen",
- "defaultValue": "",
- "sort": ""
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "ep9ww6a"
}
],
"width": 4,
@@ -2089,7 +2070,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "etsodn"
+ "id": "endwdhg"
}
],
"keyModified": true,
@@ -2131,7 +2112,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e98jdmp"
+ "id": "eqx9p67"
},
{
"label": "Notes",
@@ -7711,7 +7692,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv00000000000000000000000"
+ "id": "ehmz9lv0000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9354,7 +9335,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm00000000000000000000000",
+ "id": "ewhx8sm0000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18522,7 +18503,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva8800000000000000000000000",
+ "id": "elva880000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18602,7 +18583,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu00000000000000000000000",
+ "id": "ey48nu0000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18977,7 +18958,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n00000000000000000000000",
+ "id": "eyxe45n0000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19070,7 +19051,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf00000000000000000000000",
+ "id": "efdcvf0000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19284,7 +19265,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g00000000000000000000000",
+ "id": "emf4u7g0000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20336,7 +20317,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe900000000000000000000000",
+ "id": "ev43oe90000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20416,7 +20397,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l00000000000000000000000",
+ "id": "eb3d0l0000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20791,7 +20772,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu00000000000000000000000",
+ "id": "eyv4fcu0000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20884,7 +20865,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub00000000000000000000000",
+ "id": "ecgeub0000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21098,7 +21079,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh00000000000000000000000",
+ "id": "eguyyh0000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 29bd3019..9b718b2b 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -12,11 +12,38 @@
"components": [
{
"title": "Reviewer Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
"collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
"key": "formActions",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nconsole.log('data-----', data);\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\")||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nconsole.log('data-----', data);\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "panel",
"label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
"input": false,
"tableView": false,
"components": [
@@ -29,35 +56,60 @@
"label": "Previous Reviewer",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "sendToPreviousReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(\r\n(roles.includes(\"formsflow-reviewer/csap\") || roles.includes(\"formsflow-reviewer/cssa-team\")) && \r\n(data.applicationStatus===\"New\" || data.applicationStatus===\"Resubmitted\" || data.applicationStatus===\"Resubmit\" || data.applicationStatus===\"Recheck\") \r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.soscBundleStatus === \"cssaCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -65,7 +117,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -75,32 +126,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "erimibd"
+ "id": "er62yzq"
}
],
"width": 3,
@@ -141,7 +173,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \nroles.includes(\"formsflow-reviewer/cssa-manager\") || \nroles.includes(\"formsflow-reviewer/csap\") || \nroles.includes(\"formsflow-reviewer/csap-society\")) \n{\n show = true;\n} else if (roles.includes(\"formsflow-reviewer/caseworker\"))\n{\n if(data.soscStatus === 'mgrAccepted')\n show = true;\n else\n show = false;\n}\nelse\n{\n show = false;\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\nconsole.log('data-----', data);\n\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\n(data.bundleStatus === 'cssaMgrAccepted' || \ndata.bundleStatus === 'cssaCaseworkerAccepted')) {\n show = true;\n}\nelse\n{\n show = false;\n}",
"logic": [],
"attributes": {},
"overlay": {
@@ -153,7 +185,7 @@
"height": ""
},
"type": "button",
- "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data---', data);\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectSoscSdm===''|| data.selectSoscCaseworker===''))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n const submissionId = form._submission._id;\r\n const formId = form._submission.form;\r\n const formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n const formio = new Formio(formDataReqUrl);\r\n formio.saveSubmission(formDataReqObj1).then( result => {\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n }).catch((error)=>{\r\n //Error callback on not Save\r\n form.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n });\r\n}",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
"input": true,
"keyModified": true,
"placeholder": "",
@@ -193,7 +225,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "evqa0v"
+ "id": "e2yn4l"
},
{
"label": "Approved",
@@ -224,7 +256,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data.apFirstName----', data.apFirstName);\r\nif(roles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.soscStatus === \"mgrAccepted\" && !(data.apFirstName === \"\" || \r\n data.apFirstName === undefined || \r\n data.apFirstName === null)) \r\n show = true;\r\n else if (data.soscStatus === \"caseworkerAccepted\" )\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}\r\n",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")&&\r\ndata.soscBundleStatus !== 'cssaMgrAccepted') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
@@ -236,7 +268,7 @@
"height": ""
},
"type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
@@ -275,7 +307,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e25fbjq"
+ "id": "edokcji"
}
],
"width": 3,
@@ -292,35 +324,59 @@
"action": "custom",
"showValidations": false,
"theme": "warning",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "sendToApplicant",
- "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \tvar applicationStatus = response.applicationStatus ? response.applicationStatus.value : '';\r\n\tvar isResubmitted = response.isSrcrResubmitted || response.isCssaResubmitted ? true : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR or CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -328,7 +384,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -338,31 +393,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "e6k2pg"
+ "id": "ecdnmb"
}
],
"size": "md",
@@ -379,35 +416,59 @@
"action": "custom",
"showValidations": false,
"theme": "danger",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "rejectForm",
- "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -415,7 +476,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -425,31 +485,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "eb67pz"
+ "id": "ei16uod"
}
],
"size": "md",
@@ -524,39 +566,31 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "edce38k"
+ "id": "ew34dkh"
}
],
"keyModified": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -566,38 +600,50 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "exzzrf"
+ "id": "e7wsqnw"
},
{
"title": "Assign Reviewers",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
"collapsible": true,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
"key": "sdmAssignment",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "tags": [],
+ "properties": {},
+ "customConditional": " if (data.riskclassification === \"exempt\" && (data.SoSC || \r\n data.certificationdocumentradioGroup.determinationOfContaminatedSite ||\r\n data.certificationdocumentradioGroup.approvalInPrinciple ||\r\n data.certificationdocumentradioGroup.certificateOfCompliance \r\n //|| data.applicationsrequested.553\r\n )){\r\n const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n const roles = UserDetails[\"role\"];\r\n \r\n if(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "panel",
"label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
"collapsed": false,
"input": false,
"tableView": false,
@@ -609,31 +655,10 @@
"components": [
{
"label": "Select SDM",
- "labelPosition": "top",
"widget": "choicesjs",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "uniqueOptions": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
"dataSrc": "url",
"data": {
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "resource": "",
- "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
"headers": [
{
@@ -649,96 +674,107 @@
"value": "application/json"
}
],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
"custom": ""
},
"dataType": "string",
- "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
- "refreshOn": "",
- "refreshOnBlur": "",
- "clearOnRefresh": false,
- "searchEnabled": true,
- "selectThreshold": 0.3,
- "readOnlyValue": false,
- "customOptions": {},
- "useExactSearch": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
+ "key": "selectSoscSdm",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "selectSoscSdm",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "select",
- "indexeddb": {
- "filter": {}
- },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
"lazyLoad": true,
- "selectValues": "data",
- "selectFields": "",
- "disableLimit": false,
- "searchField": "",
+ "filter": "",
+ "searchEnabled": true,
"searchDebounce": 0.3,
+ "searchField": "",
"minSearch": 0,
- "filter": "",
- "limit": 100,
+ "readOnlyValue": false,
"authenticate": false,
"ignoreCache": false,
- "redrawOn": "",
- "input": true,
- "keyModified": true,
- "prefix": "",
- "suffix": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "id": "evuipnr",
- "defaultValue": "",
- "sort": ""
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "el1o2ba"
}
],
"width": 4,
@@ -752,31 +788,10 @@
"components": [
{
"label": "Select Caseworker",
- "labelPosition": "top",
"widget": "choicesjs",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "uniqueOptions": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
"dataSrc": "url",
"data": {
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "resource": "",
- "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
"headers": [
{
@@ -792,96 +807,107 @@
"value": "application/json"
}
],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
"custom": ""
},
"dataType": "string",
- "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
- "refreshOn": "",
- "refreshOnBlur": "",
- "clearOnRefresh": false,
- "searchEnabled": true,
- "selectThreshold": 0.3,
- "readOnlyValue": false,
- "customOptions": {},
- "useExactSearch": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
+ "key": "selectSoscCaseworker",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "selectSoscCaseworker",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "select",
- "indexeddb": {
- "filter": {}
- },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
"lazyLoad": true,
- "selectValues": "data",
- "selectFields": "",
- "disableLimit": false,
- "searchField": "",
+ "filter": "",
+ "searchEnabled": true,
"searchDebounce": 0.3,
+ "searchField": "",
"minSearch": 0,
- "filter": "",
- "limit": 100,
+ "readOnlyValue": false,
"authenticate": false,
"ignoreCache": false,
- "redrawOn": "",
- "input": true,
- "keyModified": true,
- "prefix": "",
- "suffix": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "id": "ei0g89",
- "defaultValue": "",
- "sort": ""
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "earnstg"
}
],
"width": 4,
@@ -965,39 +991,31 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "e4hrtb"
+ "id": "eslru1i"
}
],
"keyModified": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1007,30 +1025,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "en8s25"
+ "id": "enrnknh"
},
{
"label": "Notes",
@@ -1656,6 +1659,101 @@
"defaultOpen": false,
"id": "ec9q8u"
},
+ {
+ "label": "Text Area",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "soscTextArea",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n{\r\n\r\n utils.eachComponent(form.components, (x)=>{\r\n\r\n \r\n \r\n if(x.type==='select' && (x.key === 'selectSoscSdm' || x.key === 'selectSoscCaseworker'))\r\n {\r\n //do nothing\r\n }\r\n else if ((x.type==='editgrid' && (x.key === 'soscNotes' ) ) ||x.key === 'comments' || x.key === 'commentFor')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'button')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'approvingAuthorityContactInformation')\r\n { \r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n }\r\n else if(x.properties.apField === \"true\")\r\n {\r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n else\r\n {\r\n\r\n }\r\n }\r\n else\r\n {\r\n x.disabled = true;\r\n }\r\n\r\n \r\n\r\n })\r\n\r\n}\r\n\r\nshow = false",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "keyModified": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "ewfpnup",
+ "defaultValue": ""
+ },
{
"label": "hiddenUserIdForFormSharingApplicantAsOwner",
"customClass": "",
@@ -8670,7 +8768,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -9710,7 +9808,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10242,7 +10340,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10341,7 +10439,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -11789,7 +11887,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12822,7 +12920,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13421,7 +13519,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13465,7 +13563,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14414,7 +14512,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -21956,7 +22054,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22753,7 +22851,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23362,7 +23460,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23892,7 +23990,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24663,7 +24761,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -28737,7 +28835,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29672,7 +29770,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30292,7 +30390,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30912,7 +31010,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31532,7 +31630,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32152,7 +32250,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32858,7 +32956,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33599,7 +33697,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37552,7 +37650,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38058,7 +38156,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38377,7 +38475,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38696,7 +38794,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39015,7 +39113,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41126,7 +41224,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41923,7 +42021,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42831,7 +42929,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
@@ -44418,7 +44516,7 @@
"id": "el00fud"
},
{
- "label": "bundleStatus",
+ "label": "soscBundleStatus",
"customClass": "",
"modalEdit": false,
"defaultValue": null,
@@ -44486,7 +44584,7 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "eryzjur"
+ "id": "eh7v2wn"
},
{
"label": "soscStatus",
@@ -44702,6 +44800,78 @@
"inputType": "hidden",
"id": "e6z1qd9",
"description": ""
+ },
+ {
+ "label": "soscUtilKeys",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "const soscKeys = Object.keys(\n   utils.flattenComponents(form.components, false)\n  );\n\nvalue = soscKeys;",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "cssaUtilKeys",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "e0wiiqr"
}
]
}
From 598d1730d9b183bf1dbda95ad556608fcdcce965 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Mon, 8 Jan 2024 10:28:26 -0800
Subject: [PATCH 10/88] unit test bug fix
---
.../subProcess/CSSABundleWorklow.bpmn | 22 +++++++++----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 7f338c3e..369f89f3 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -1484,8 +1484,8 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
@@ -1593,8 +1593,8 @@ execution.setVariable('isCssaResubmitted', false);
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
@@ -1978,13 +1978,6 @@ system.out.println ("site owner flow");
-
-
-
-
-
-
-
@@ -2790,6 +2783,13 @@ system.out.println ("site owner flow");
+
+
+
+
+
+
+
From 2e22162838367aa1cb9bdf4df79351e3c229084e Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Mon, 8 Jan 2024 21:39:33 -0800
Subject: [PATCH 11/88] changes to forms to handle workflow change
---
...nated Sites Services Application Form.json | 28 ++++----
.../Site Risk Classification Report.json | 12 ++--
.../bundling/Summary of Site Condition.json | 64 +++++++++----------
3 files changed, 52 insertions(+), 52 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index 7d332b26..59f7faac 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -583,7 +583,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \tvar applicationStatus = response.applicationStatus ? response.applicationStatus.value : '';\r\n\tvar isResubmitted = response.isSrcrResubmitted || response.isSoscResubmitted ? true : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR/SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \t\r\n\tvar isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
@@ -635,7 +635,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "eoqcyb"
+ "id": "e0tib5c"
}
],
"size": "md",
@@ -7692,7 +7692,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv0000000000000000000000000000000000"
+ "id": "ehmz9lv000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9335,7 +9335,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm0000000000000000000000000000000000",
+ "id": "ewhx8sm000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18503,7 +18503,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva880000000000000000000000000000000000",
+ "id": "elva88000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18583,7 +18583,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu0000000000000000000000000000000000",
+ "id": "ey48nu000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18958,7 +18958,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n0000000000000000000000000000000000",
+ "id": "eyxe45n000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19051,7 +19051,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf0000000000000000000000000000000000",
+ "id": "efdcvf000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19265,7 +19265,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g0000000000000000000000000000000000",
+ "id": "emf4u7g000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20317,7 +20317,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe90000000000000000000000000000000000",
+ "id": "ev43oe9000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20397,7 +20397,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l0000000000000000000000000000000000",
+ "id": "eb3d0l000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20772,7 +20772,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu0000000000000000000000000000000000",
+ "id": "eyv4fcu000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20865,7 +20865,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub0000000000000000000000000000000000",
+ "id": "ecgeub000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21079,7 +21079,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh0000000000000000000000000000000000",
+ "id": "eguyyh000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
index aa24864e..0c85bdd5 100644
--- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
@@ -1105,7 +1105,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) \n{\n show = true;\n}\nelse if (roles.includes(\"formsflow-reviewer/caseworker\") &&\ndata.srcrBundleStatus === \"srcrSrcoAccepted\")\n{\n if (data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" ||\n data.siteRiskClassification !== 'notHighRisk')\n show = false;\nelse\n show = true;\n}\nelse if (roles.includes(\"formsflow-reviewer/caseworker\") && data.srcrBundleStatus === \"srcrCaseworkerAccepted\")\n{\n // Incase of returned by SDM\n show = true;\n}\nelse\n{\n show = false;\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) \r\n{\r\n show = true;\r\n}\r\nelse if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\ndata.srcrBundleStatus === \"srcrSrcoAccepted\")\r\n{\r\n if (data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" ||\r\n data.siteRiskClassification !== 'notHighRisk')\r\n show = false;\r\nelse\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
@@ -1280,7 +1280,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n \t\t var applicationStatus = response.applicationStatus?response.applicationStatus.value:'';\r\n\t if(response.deraStatus && response.deraStatus.value === 'Returned'){\r\n \t\t component.disabled = true;\r\n\t component.description = 'Disabled since DERA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\r\n\t }\r\n\t else if (applicationStatus === 'Resubmit') {\r\n\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t \r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n \tvar isCssaResubmitted = response.isCssaResubmitted ? response.isCssaResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n\tvar isDeraResubmitted = response.isDeraResubmitted ? response.isDeraResubmitted.value : false;\r\n\r\n\r\n\t show = true;\t \r\n\r\n \t\t\r\n\t if (isCssaResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isDeraResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since DERA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t \r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
@@ -1331,7 +1331,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "epaslsk"
+ "id": "e721bak"
}
],
"size": "md",
@@ -5154,7 +5154,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -14566,7 +14566,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -18509,7 +18509,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 9b718b2b..73929ec9 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -348,7 +348,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \tvar applicationStatus = response.applicationStatus ? response.applicationStatus.value : '';\r\n\tvar isResubmitted = response.isSrcrResubmitted || response.isCssaResubmitted ? true : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR or CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \t\r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n\t var isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\t var isCssaResubmitted = response.isCssaResubmitted ? response.isCssaResubmitted.value : false;\r\n show = true;\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isCssaResubmitted){\r\n\t\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
@@ -399,7 +399,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "ecdnmb"
+ "id": "ev8gnh"
}
],
"size": "md",
@@ -8768,7 +8768,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -9808,7 +9808,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10340,7 +10340,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10439,7 +10439,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -11887,7 +11887,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12920,7 +12920,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13519,7 +13519,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13563,7 +13563,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14512,7 +14512,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22054,7 +22054,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22851,7 +22851,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23460,7 +23460,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23990,7 +23990,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24761,7 +24761,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -28835,7 +28835,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29770,7 +29770,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30390,7 +30390,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31010,7 +31010,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31630,7 +31630,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32250,7 +32250,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32956,7 +32956,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33697,7 +33697,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37650,7 +37650,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38156,7 +38156,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38475,7 +38475,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38794,7 +38794,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39113,7 +39113,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41224,7 +41224,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42021,7 +42021,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42929,7 +42929,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
From b6ff2b14cd53f8731c3a244903482a1a1f8d6105 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Tue, 9 Jan 2024 18:44:49 -0800
Subject: [PATCH 12/88] handling srcr exempt for sosc
---
.../subProcess/CSSABundleWorklow.bpmn | 1683 ++++++++++++++---
1 file changed, 1407 insertions(+), 276 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 369f89f3..aff403a5 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -10,6 +10,7 @@
Activity_1qnqtak
Gateway_1chdumm
Activity_0vo5rls
+ Gateway_0w0koaj
Gateway_1m36jwe
@@ -18,18 +19,22 @@
Gateway_1lgyz1h
Activity_1bsz2qm
Activity_1hs3dja
- Event_0sdygwc
Gateway_1lbpcug
Event_1n5addo
+ Activity_1bhbq4y
Gateway_1l4bqor
Activity_0kxdigs
Gateway_0pty1fn
Gateway_0o9l3lp
- Activity_1bhbq4y
Activity_07ttn7q
Activity_12e3zvm
Activity_0q362ss
Gateway_0uf75ow
+ Gateway_0vp590v
+ Activity_1wrcu91
+ Activity_0r75nsw
+ Gateway_0qemi54
+ Event_0sdygwc
Activity_1ao3zkj
@@ -123,9 +128,9 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
system.out.println ("Sent to SDM");
- Flow_0i3fcvy
Flow_0d8ioqs
Flow_1jxxrt6
+ Flow_131saby
Flow_0qiqnks
var system = java.lang.System;
system.out.println ("Begin CSSA Individual Flow - Sent To Caseworker");
@@ -179,9 +184,6 @@ task.execution.setVariable('userRole','Statutory Decision Maker');Flow_07vh0na
Flow_08c8ij1
-
- Flow_0n61nyr
-
Flow_0c90maq
Flow_0b5e332
@@ -849,7 +851,19 @@ listOwnerEmailAddress.push(clientEmail);
execution.setVariable('EmailType','CSSA');
execution.setVariable('name','User');
execution.setVariable("emailTo", Java.to(listOwnerEmailAddress, "java.lang.Object[]"));
-execution.setVariable('formName','Contaminated Sites Services Application Form');
+execution.setVariable('formName','Contaminated Sites Services Application Form');
+
+var sosc = execution.getVariable('SoSC');
+var certificationdocumentradioGroup = execution.getVariable('certificationdocumentradioGroup');
+var isSoscAvailable = false;
+
+if (sosc || certificationdocumentradioGroup.determinationOfContaminatedSite || certificationdocumentradioGroup.approvalInPrinciple || certificationdocumentradioGroup.certificateOfCompliance)
+{
+ isSoscAvailable = true;
+} else {
+ isSoscAvailable = false;
+}
+execution.setVariable('isSoscAvailable',isSoscAvailable);
@@ -941,9 +955,6 @@ task.execution.setVariable('userRole','CSSA Team');
Flow_0iubwul
Flow_16ek6dk
-
- Flow_0jxnrvm
-
Flow_08c8ij1
Flow_0c90maq
@@ -959,6 +970,7 @@ task.execution.setVariable('userRole','CSSA Team');
Flow_0qbjx6e
Flow_07eueok
Flow_1nowy63
+ Flow_1l5jf46
Flow_0n61nyr
@@ -1638,7 +1650,7 @@ execution.setVariable('requestType', 'SoSC');
${action == 'Recheck'}
-
+
${riskclassification == 'exempt'}
@@ -1670,7 +1682,7 @@ execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') && execution.getVariable('soscStatus') === "Approved" )
+ if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
{
execution.setVariable("applicationStatus", "Approved");
}
@@ -1895,257 +1907,937 @@ system.out.println ("site owner flow");
Flow_1u3s5mj
Flow_0nkb4yt
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ Flow_0jxnrvm
+
+
+ Flow_0i3fcvy
+ Flow_131saby
+ Flow_1azn5ag
+
+
+ ${isSoscAvailable==false}
+
+
+ Flow_1azn5ag
+ Flow_04qadhc
+ Flow_02nvps4
+
+
+ ${isSoscAvailable==true}
+
+
+ Flow_04qadhc
+ Flow_01v1a0f
+
+ Flow_1lumm7v
+ Flow_0rqk8na
+ Flow_00s15ao
+ Flow_1odhac6
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+ Flow_1odhac6
+ Flow_15nyxwz
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_1surrqx
+ Flow_0rqk8na
+
+
+ Flow_1gd48dj
+ Flow_1surrqx
+ Flow_1g1rouj
+ Flow_0axjodg
+
+
+ Flow_1g1rouj
+ Flow_1r30rh3
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"cssa");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+
+
+
+ Flow_0kko947
+ Flow_13jm4kf
+
+
+ Flow_1jlvkno
+ Flow_1lumm7v
+ Flow_1r30rh3
+ Flow_0xf5y0k
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0xf5y0k
+ Flow_1uwj5on
+
+
+ Flow_06rvauy
+
+
+ Flow_1s3el1j
+ Flow_00s15ao
+ Flow_0kko947
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_11hmda7
+ Flow_1vjuqup
+ Flow_0u4wuii
+
+
+ Flow_13jm4kf
+ Flow_1jlvkno
+ Flow_11hmda7
+
+
+ Flow_0u4wuii
+
+
+ Flow_15nyxwz
+ Flow_1gd48dj
+ Flow_1vjuqup
+
+
+ Flow_0axjodg
+ Flow_1uwj5on
+ Flow_06rvauy
+ Flow_1s3el1j
+ var system = java.lang.System;
+system.out.println ("Begin CSSA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus"]
+
+
+
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCssaResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus"]
+
+
+
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCssaResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'CSSA');
+
+
+
+
+
+
+
+
+
+
+
+ Flow_02nvps4
+ Flow_147keeo
+
+ Flow_0ly2cyz
+ Flow_0niwre0
+ Flow_1nl5ipm
+ Flow_0f4x52g
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
+
+
+ Flow_0f4x52g
+ Flow_0ut0zi1
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0ux2vew
+ Flow_0niwre0
+
+
+ Flow_0of98ac
+ Flow_0ux2vew
+ Flow_1aeuu2q
+ Flow_1cqow89
+
+
+ Flow_1aeuu2q
+ Flow_1qqnzvx
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"sosc");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
+
+
+
+
+
+ Flow_0b48ica
+ Flow_02bhjf4
+
+
+ Flow_0uqrlo1
+ Flow_0ly2cyz
+ Flow_1qqnzvx
+ Flow_1c5adbp
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_1c5adbp
+ Flow_0cd2y9a
+
+
+ Flow_1cqow89
+ Flow_0cd2y9a
+ Flow_08ue3be
+ Flow_027qwvp
+ var system = java.lang.System;
+system.out.println ("Begin SoSC Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_08ue3be
+
+
+ Flow_027qwvp
+ Flow_1nl5ipm
+ Flow_0b48ica
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_1tw25qi
+ Flow_1wmn6pm
+ Flow_09ntkx7
+
+
+ Flow_02bhjf4
+ Flow_0uqrlo1
+ Flow_1tw25qi
+
+
+ Flow_09ntkx7
+
+
+ Flow_0ut0zi1
+ Flow_0of98ac
+ Flow_1wmn6pm
+
+
+
+
+ execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "soscBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus"]
+
+
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isSoscResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus"]
+
+
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isSoscResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SoSC');
+
+
+
+
+
+
+
+
+
+
+
+ Flow_01v1a0f
+ Flow_147keeo
+ Flow_1l5jf46
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
+
+
+
+ if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+ Flow_0n61nyr
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2387,9 +3079,6 @@ system.out.println ("site owner flow");
-
-
-
@@ -2790,6 +3479,400 @@ system.out.println ("site owner flow");
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2816,10 +3899,9 @@ system.out.println ("site owner flow");
-
-
+
-
+
@@ -2853,7 +3935,7 @@ system.out.println ("site owner flow");
-
+
@@ -2928,8 +4010,8 @@ system.out.println ("site owner flow");
-
-
+
+
@@ -2953,7 +4035,7 @@ system.out.println ("site owner flow");
-
+
@@ -3166,9 +4248,7 @@ system.out.println ("site owner flow");
-
-
-
+
@@ -3190,6 +4270,57 @@ system.out.println ("site owner flow");
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From f88b348516865734aeda278ac56140da1e244db3 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Tue, 9 Jan 2024 18:51:05 -0800
Subject: [PATCH 13/88] changes to form to handle srcr exempt sosc
---
...nated Sites Services Application Form.json | 428 ++++-----
.../bundling/Summary of Site Condition.json | 876 ++++++++++++++----
2 files changed, 912 insertions(+), 392 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index 59f7faac..f576da69 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -259,7 +259,7 @@
"key": "reviewerActions",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (data.riskclassification === \"exempt\") {\r\n show = false;\r\n } else {\r\n show = true;\r\n }\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)) {\r\n show = false;\r\n } else {\r\n show = true;\r\n }\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -292,60 +292,35 @@
"label": "Previous Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "prevReviewer",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.bundleStatus === \"cssaCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -353,6 +328,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -362,13 +338,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "eydc00x"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "e9qfuxd"
}
],
"offset": 0,
@@ -384,60 +379,35 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "nextReviewer",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\r\n(data.bundleStatus === 'cssaMgrAccepted' || \r\ndata.bundleStatus === 'cssaCaseworkerAccepted')) {\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -445,6 +415,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -454,72 +425,66 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "edqsiuf"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "ec6q7r7"
},
{
"label": "Approved",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "approved",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")&&\r\ndata.bundleStatus !== 'cssaMgrAccepted') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});\r\n",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -527,6 +492,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -536,13 +502,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "ejizu0n"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eirbfbl"
}
],
"width": 3,
@@ -559,41 +544,10 @@
"action": "custom",
"showValidations": false,
"theme": "warning",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
"disabled": true,
"tableView": false,
- "modalEdit": false,
"key": "needsMoreInfo",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \t\r\n\tvar isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
"input": true,
@@ -601,18 +555,25 @@
"keyModified": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -620,6 +581,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -629,13 +591,31 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "e0tib5c"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "e62fesg"
}
],
"size": "md",
@@ -722,7 +702,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "ejnmt1i"
+ "id": "exrh1gr"
}
],
"size": "md",
@@ -797,7 +777,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "erjfs7"
+ "id": "e8xg9k"
}
],
"keyModified": true,
@@ -839,7 +819,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "eesyhf1"
+ "id": "e8doj05"
},
{
"title": "Site Owner Actions",
@@ -1116,7 +1096,7 @@
"key": "cssaBundleActions",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\"){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data----', data);\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -1220,7 +1200,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "ecp4rx8"
+ "id": "e1zfbv"
}
],
"width": 3,
@@ -1236,61 +1216,36 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "sendBundleToNextReviewer",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\") || \r\nroles.includes(\"formsflow-reviewer/sdm\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectCssaSdm===''||data.selectCssaSdm===undefined|| \r\n(data.typeOfReview==='directToMinistryApplication'&&data.selectCssaCaseworker===undefined|| data.selectCssaCaseworker==='')))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Accepted'\r\n });\r\n}",
"input": true,
"keyModified": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -1298,6 +1253,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1307,72 +1263,66 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "eauk8rr"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "e90eyla"
},
{
"label": "Approved",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "approveBundle",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif((roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaCaseworkerAccepted') ||\r\n(roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaMgrAccepted' &&\r\ndata.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -1380,6 +1330,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1389,13 +1340,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "ek1owd"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "e4fgawi"
}
],
"width": 3,
@@ -1482,7 +1452,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "edgjnco"
+ "id": "e8zdnv"
}
],
"size": "md",
@@ -1569,7 +1539,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "e4xxzl"
+ "id": "ep79en"
}
],
"size": "md",
@@ -1644,7 +1614,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "emcpleb"
+ "id": "ease9o"
}
],
"keyModified": true,
@@ -1686,7 +1656,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ezc31jf"
+ "id": "e5buvt8"
},
{
"title": "Assign Reviewers",
@@ -1701,7 +1671,7 @@
"key": "cssaReviewerAssignment",
"tags": [],
"properties": {},
- "customConditional": " if (data.riskclassification === \"exempt\"){\r\n const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n const roles = UserDetails[\"role\"];\r\n \r\n if(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
+ "customConditional": " if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)){\r\n const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n const roles = UserDetails[\"role\"];\r\n \r\n if(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -1852,7 +1822,7 @@
},
"customOptions": {},
"useExactSearch": false,
- "id": "e6dd2"
+ "id": "eqxkye5"
}
],
"width": 4,
@@ -1986,7 +1956,7 @@
},
"customOptions": {},
"useExactSearch": false,
- "id": "ep9ww6a"
+ "id": "e07511"
}
],
"width": 4,
@@ -2070,7 +2040,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "endwdhg"
+ "id": "e8nu0j"
}
],
"keyModified": true,
@@ -2112,7 +2082,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "eqx9p67"
+ "id": "ehkc0ga"
},
{
"label": "Notes",
@@ -7692,7 +7662,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv000000000000000000000000000000000000"
+ "id": "ehmz9lv000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9335,7 +9305,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm000000000000000000000000000000000000",
+ "id": "ewhx8sm000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18503,7 +18473,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva88000000000000000000000000000000000000",
+ "id": "elva88000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18583,7 +18553,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu000000000000000000000000000000000000",
+ "id": "ey48nu000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18958,7 +18928,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n000000000000000000000000000000000000",
+ "id": "eyxe45n000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19051,7 +19021,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf000000000000000000000000000000000000",
+ "id": "efdcvf000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19265,7 +19235,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g000000000000000000000000000000000000",
+ "id": "emf4u7g000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20317,7 +20287,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe9000000000000000000000000000000000000",
+ "id": "ev43oe9000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20397,7 +20367,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l000000000000000000000000000000000000",
+ "id": "eb3d0l000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20772,7 +20742,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu000000000000000000000000000000000000",
+ "id": "eyv4fcu000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20865,7 +20835,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub000000000000000000000000000000000000",
+ "id": "ecgeub000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21079,7 +21049,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh000000000000000000000000000000000000",
+ "id": "eguyyh000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 73929ec9..f66d0a11 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -23,7 +23,7 @@
"key": "formActions",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nconsole.log('data-----', data);\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nconsole.log('data-----', data);\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)) {\r\n show = false;\r\n } else {\r\n show = true;\r\n }\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -56,60 +56,35 @@
"label": "Previous Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "sendToPreviousReviewer",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.soscBundleStatus === \"cssaCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -117,6 +92,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -126,13 +102,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "er62yzq"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "ep88zv3q"
}
],
"width": 3,
@@ -148,61 +143,113 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
+ "tableView": false,
+ "key": "sendToNextReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\n(data.bundleStatus === 'cssaMgrAccepted' || \ndata.bundleStatus === 'cssaCaseworkerAccepted')) {\n show = true;\n}\nelse\n{\n show = false;\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
"description": "",
+ "errorLabel": "",
"tooltip": "",
- "customClass": "",
+ "hideLabel": false,
"tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
"disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "sendToNextReviewer",
- "tags": [],
- "properties": {},
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\nconsole.log('data-----', data);\n\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\n(data.bundleStatus === 'cssaMgrAccepted' || \ndata.bundleStatus === 'cssaCaseworkerAccepted')) {\n show = true;\n}\nelse\n{\n show = false;\n}",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "erjytr5"
+ },
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "approve",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")&&\r\ndata.soscBundleStatus !== 'cssaMgrAccepted') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
"type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
"input": true,
- "keyModified": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -210,6 +257,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -219,72 +267,399 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "e2yn4l"
- },
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eoohof"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
{
- "label": "Approved",
+ "label": "Needs More Info",
"action": "custom",
"showValidations": false,
- "theme": "primary",
+ "theme": "warning",
+ "tableView": false,
+ "key": "sendToApplicant",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \t\r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n\t var isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\t var isCssaResubmitted = response.isCssaResubmitted ? response.isCssaResubmitted.value : false;\r\n show = true;\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isCssaResubmitted){\r\n\t\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
"size": "md",
- "block": false,
"leftIcon": "",
"rightIcon": "",
- "shortcut": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "euwstpw"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejectForm",
+ "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
"description": "",
+ "errorLabel": "",
"tooltip": "",
- "customClass": "",
+ "hideLabel": false,
"tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
"disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "approve",
- "tags": [],
- "properties": {},
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")&&\r\ndata.soscBundleStatus !== 'cssaMgrAccepted') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "enfhldh"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ewhwp1e"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eoq8qxp"
+ },
+ {
+ "title": "Reviewer Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "soscBundleActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data----', data);\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Previous Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "sendBundleToPreviousReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(\r\n(roles.includes(\"formsflow-reviewer/csap\") || roles.includes(\"formsflow-reviewer/cssa-team\")) && \r\n(data.applicationStatus===\"New\" || data.applicationStatus===\"Resubmitted\" || data.applicationStatus===\"Recheck\") \r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
"type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Recheck'\r\n });",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -292,6 +667,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -301,13 +677,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "edokcji"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "elarzqj"
}
],
"width": 3,
@@ -320,63 +715,116 @@
{
"components": [
{
- "label": "Needs More Info",
+ "label": "Next Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "warning",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
+ "tableView": false,
+ "key": "sendBundleToNextReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\") || \r\nroles.includes(\"formsflow-reviewer/sdm\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectSoscSdm===''||data.selectSoscSdm===undefined|| \r\n(data.typeOfReview==='directToMinistryApplication'&&data.selectSoscCaseworker===undefined|| data.selectSoscCaseworker==='')))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Accepted'\r\n });\r\n}",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
"description": "",
+ "errorLabel": "",
"tooltip": "",
- "customClass": "",
+ "hideLabel": false,
"tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
"disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "sendToApplicant",
- "tags": [],
- "properties": {},
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \t\r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n\t var isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\t var isCssaResubmitted = response.isCssaResubmitted ? response.isCssaResubmitted.value : false;\r\n show = true;\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isCssaResubmitted){\r\n\t\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "e3qd2k"
+ },
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "approveBundle",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif((roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaCaseworkerAccepted') ||\r\n(roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaMgrAccepted' &&\r\ndata.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
+ "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -384,6 +832,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -393,82 +842,164 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "ev8gnh"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "ec7a6rv"
}
],
- "size": "md",
"width": 3,
"offset": 0,
"push": 0,
"pull": 0,
+ "size": "md",
"currentWidth": 3
},
{
"components": [
{
- "label": "Reject Form",
+ "label": "Needs More Info",
"action": "custom",
"showValidations": false,
- "theme": "danger",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
+ "theme": "warning",
+ "tableView": false,
+ "key": "sendBundleToApplicant",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "button",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Returned'\r\n });",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
"description": "",
+ "errorLabel": "",
"tooltip": "",
- "customClass": "",
+ "hideLabel": false,
"tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
"disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "rejectForm",
- "tags": [],
- "properties": {},
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "e3mtst8"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejectBundle",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});",
+ "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n}); ",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -476,6 +1007,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -485,13 +1017,31 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "ei16uod"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "etyp3nv"
}
],
"size": "md",
@@ -502,7 +1052,7 @@
"currentWidth": 3
}
],
- "key": "columns1",
+ "key": "columns",
"type": "columns",
"input": false,
"tableView": false,
@@ -566,7 +1116,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "ew34dkh"
+ "id": "e2wrg1"
}
],
"keyModified": true,
@@ -608,7 +1158,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e7wsqnw"
+ "id": "ea7ip9"
},
{
"title": "Assign Reviewers",
@@ -8768,7 +9318,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -9808,7 +10358,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10340,7 +10890,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10439,7 +10989,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -11887,7 +12437,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12920,7 +13470,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13519,7 +14069,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13563,7 +14113,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14512,7 +15062,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22054,7 +22604,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22851,7 +23401,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23460,7 +24010,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23990,7 +24540,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24761,7 +25311,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -28835,7 +29385,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29770,7 +30320,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30390,7 +30940,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31010,7 +31560,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31630,7 +32180,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32250,7 +32800,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32956,7 +33506,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33697,7 +34247,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37650,7 +38200,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38156,7 +38706,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38475,7 +39025,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38794,7 +39344,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39113,7 +39663,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41224,7 +41774,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42021,7 +42571,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42929,7 +43479,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
From 503c78b67f804ea2ad3316022b21d3d89f322226 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Tue, 9 Jan 2024 22:41:34 -0800
Subject: [PATCH 14/88] unit test issue fix
---
.../bundling/Summary of Site Condition.json | 76 +++++++++----------
.../subProcess/CSSABundleWorklow.bpmn | 18 ++++-
2 files changed, 52 insertions(+), 42 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index f66d0a11..bd9915af 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -598,7 +598,7 @@
"key": "soscBundleActions",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data----', data);\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")) {\r\n if (data.riskclassification === \"exempt\"){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n} else if (roles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -702,7 +702,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "elarzqj"
+ "id": "eppsbjd"
}
],
"width": 3,
@@ -790,7 +790,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "e3qd2k"
+ "id": "e1fcuxe"
},
{
"label": "Approved",
@@ -867,7 +867,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "ec7a6rv"
+ "id": "ewrzali"
}
],
"width": 3,
@@ -954,7 +954,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "e3mtst8"
+ "id": "eidbuob"
}
],
"size": "md",
@@ -1041,7 +1041,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "etyp3nv"
+ "id": "eyj3ukl"
}
],
"size": "md",
@@ -1116,7 +1116,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "e2wrg1"
+ "id": "esyinhy"
}
],
"keyModified": true,
@@ -1158,7 +1158,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ea7ip9"
+ "id": "excfqro"
},
{
"title": "Assign Reviewers",
@@ -9318,7 +9318,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10358,7 +10358,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10890,7 +10890,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10989,7 +10989,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12437,7 +12437,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13470,7 +13470,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14069,7 +14069,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14113,7 +14113,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15062,7 +15062,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22604,7 +22604,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23401,7 +23401,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24010,7 +24010,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24540,7 +24540,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25311,7 +25311,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29385,7 +29385,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30320,7 +30320,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30940,7 +30940,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31560,7 +31560,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32180,7 +32180,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32800,7 +32800,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33506,7 +33506,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34247,7 +34247,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38200,7 +38200,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38706,7 +38706,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39025,7 +39025,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39344,7 +39344,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39663,7 +39663,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41774,7 +41774,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42571,7 +42571,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43479,7 +43479,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index aff403a5..c8f6f025 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -93,6 +93,16 @@ system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('soscSdmAssignment',selectSoscSdm);
+system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
+
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
+system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
+
var selectSdm= execution.getVariable('selectSdm');
system.out.println ("selectSdm"+selectSdm);
execution.setVariable('sdmAssignment',selectSdm);
@@ -1937,7 +1947,7 @@ system.out.println ("site owner flow");
var system = java.lang.System;
system.out.println ("Sent to SDM");
-
+
@@ -1992,7 +2002,7 @@ task.execution.setVariable('subFormName','CSSA Form');
Flow_1g1rouj
Flow_1r30rh3
-
+
@@ -2254,7 +2264,7 @@ execution.setVariable('requestType', 'CSSA');
var system = java.lang.System;
system.out.println ("Sent to SDM");
-
+
@@ -2309,7 +2319,7 @@ task.execution.setVariable('subFormName','SoSC Form');
Flow_1aeuu2q
Flow_1qqnzvx
-
+
From 4ee3f6f4df3c315c57bd7e54b215bc6a607998b2 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Wed, 10 Jan 2024 12:22:04 -0800
Subject: [PATCH 15/88] sdm next reviewer button will not be displayed when
status is empty
---
...nated Sites Services Application Form.json | 28 +++++++++----------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index ab7f82b6..bac1a964 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -1261,7 +1261,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\") || \r\nroles.includes(\"formsflow-reviewer/sdm\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse if(roles.includes(\"formsflow-reviewer/sdm\"))\r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else if (data.bundleStatus === '')\r\n show = false;\r\n else\r\n show = true;\t\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}\r\n",
"logic": [],
"attributes": {},
"overlay": {
@@ -1313,7 +1313,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "eauk8rr"
+ "id": "ecqyuo4"
},
{
"label": "Approved",
@@ -7711,7 +7711,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv00000000000000000000000"
+ "id": "ehmz9lv000000000000000000000000000"
}
],
"placeholder": "",
@@ -9354,7 +9354,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm00000000000000000000000",
+ "id": "ewhx8sm000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18522,7 +18522,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva8800000000000000000000000",
+ "id": "elva88000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18602,7 +18602,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu00000000000000000000000",
+ "id": "ey48nu000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18977,7 +18977,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n00000000000000000000000",
+ "id": "eyxe45n000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19070,7 +19070,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf00000000000000000000000",
+ "id": "efdcvf000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19284,7 +19284,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g00000000000000000000000",
+ "id": "emf4u7g000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20336,7 +20336,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe900000000000000000000000",
+ "id": "ev43oe9000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20416,7 +20416,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l00000000000000000000000",
+ "id": "eb3d0l000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20791,7 +20791,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu00000000000000000000000",
+ "id": "eyv4fcu000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20884,7 +20884,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub00000000000000000000000",
+ "id": "ecgeub000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21098,7 +21098,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh00000000000000000000000",
+ "id": "eguyyh000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
From 654777e664cba948438bcf2cdd260ecea1ea9634 Mon Sep 17 00:00:00 2001
From: Eric Ribeiro
Date: Thu, 11 Jan 2024 12:36:03 -0800
Subject: [PATCH 16/88] fix: remove duplicate entries and wrong options
---
...tification of Independent Remediation.json | 26386 ++++++++--------
1 file changed, 13188 insertions(+), 13198 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
index c59fae1f..9ee6d90c 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
@@ -1,29 +1,1808 @@
{
"forms": [
- {
- "title": "Notification of Independent Remediation",
- "display": "form",
- "type": "form",
- "name": "nirBundleForm",
- "path": "nirbundleform",
- "tags": [
- "common"
+ {
+ "title": "Notification of Independent Remediation",
+ "display": "form",
+ "type": "form",
+ "name": "nirBundleForm",
+ "path": "nirbundleform",
+ "tags": [
+ "common"
+ ],
+ "components": [
+ {
+ "label": "Text Area",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "textArea",
+ "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ei2jjr6"
+ },
+ {
+ "title": "Reviewer Actions",
+ "collapsible": false,
+ "key": "nirBundleActions",
+ "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\") || \r\nroles.includes(\"formsflow-reviewer/site-information-advisor\")) \r\n {\r\n if (data.riskclassification === \"exempt\"){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "approveBundle",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "e2k2kmf"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "tableView": false,
+ "key": "sendBundleToApplicant",
+ "type": "button",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Returned'\r\n });",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "e339e7x"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejectBundle",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n}); ",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "eik96ge"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eg6163g"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "en59dzr"
+ },
+ {
+ "label": "Notes",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "openWhenEmpty": false,
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "templates": {
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% if(component.label === 'Notes') { %}\n
{{ t(component.label) }}
\n {% } else if(component.key !== 'comments') { %}\n
{{ t(component.label) }}
\n {% } %}\n {% } %}\n {% }) %}\n
\n\n{% } else { %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ t(component.label)}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ t(component.label)}}
\n{% } else { %}\n
{{ t(component.label)}}
\n{% } %} \n {% } %}\n {% }) %}\n
\n\n{% } %}",
+ "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
+ "row": "\n\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% console.log('rendering edit grid body')%}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n\n\n\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% console.log(\"row-key\",component.key,row[component.key]) %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n{% if(component.key == 'comments') { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{% } else { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{%}%}\n \n\n {% } %}\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n \n {% } %}\n {% } %}\n
\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\n \n {% util.eachComponent(components, function(component) { %}\n {% console.log('for sia') %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ getView(component, row[component.key])}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ getView(component, row[component.key])}}
\n{% } else { %}\n
{{ getView(component, row[component.key])}}
\n{% } %} \n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n {% } %}\n
\n {% } %}\n \n \n \n{% const emptyElements = []; %}\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\n{% for (let i = 0; i < elements.length; i++) { %}\n{% const element = elements[i]; %}\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
+ },
+ "rowClass": "",
+ "addAnother": "",
+ "modal": false,
+ "saveRow": "",
+ "removeRow": "Cancel",
+ "persistent": true,
+ "inlineEdit": false,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "console.log('nothing');\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\"))\n{\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\n\t}\n\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\n\tif(editButtons!=null)\n\t{\n\t\tfor(i=0;ix.commentFor==='external').length > 0)\n show = true;\n else\n show = false;\n}\nelse\n{\n show = true;\n}\n\n\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\nif(addButton!==null && addButton !== undefined)\n{\naddButton.addEventListener('click',\n(e)=>{\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n\t\t{\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\n\t\t for (let i = 0; i < internalRadio.length; i++) {\n\t\t\tinternalRadio[i].parentElement.remove();\n\t\t }\n\t\t}\n})\n}\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nconsole.log('nothing 22');\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") )\n{\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\n\t}\n\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\n\tif(editButtons!=null)\n\t{\n\t\tfor(i=0;i -1 )\n{\n value = 'Client'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\n{\n value = 'Approved Professional'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\n{\n value = 'CSAP Society'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\n{\n value = 'CSSA Team'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\n{\n value = 'CSSA Manager'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\n{\n value = 'Caseworker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\n{\n value = 'Statutory Decision Maker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\n{\n value = 'Site Risk Classification Officer'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\n{\n value = 'Site Information Advisor'\n}",
+ "key": "role",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e3ncm9r"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created By",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
+ "key": "createdBy",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eylboa"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created At",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
+ "key": "createdAt1",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ejbifaj"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ }
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eplwoo"
+ }
],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "defaultOpen": false,
+ "id": "e1a3j4p"
+ },
+ {
+ "id": "ecf3gbp",
+ "key": "simplecontent12",
+ "html": "Fields marked with a red asterisk \"*\" are mandatory.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "eb9tioo",
+ "key": "TimingOfRemediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 1 - Timing of Remediation",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
"components": [
- {
- "label": "Text Area",
- "autoExpand": false,
- "tableView": true,
- "key": "textArea",
- "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
- "type": "textarea",
+ {
+ "id": "eb0t965",
+ "key": "simpleheading2",
+ "tag": "h4",
+ "type": "htmlelement",
+ "attrs": [],
+ "input": false,
+ "label": "Heading",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "content": "Check the following items as applicable",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "headingSize": "h1",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "key": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "type": "radio",
+ "input": true,
+ "label": "This notice is given for:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Initiation of independent remediation",
+ "value": "initiationOfIndependentRemediation",
+ "shortcut": ""
+ },
+ {
+ "label": "Completion of independent remediation",
+ "value": "completionOfIndependentRemediation",
+ "shortcut": ""
+ },
+ {
+ "label": "Both initiation and completion of independent remediation",
+ "value": "bothInitiationAndCompletionOfIndependentRemediation",
+ "shortcut": ""
+ },
+ {
+ "label": "Completion of remediation resulting from a spill.",
+ "value": "completionOfRemediationResultingFromASpill",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eb4apye"
+ },
+ {
+ "key": "estimatedDateOfSpill",
+ "type": "datetime",
+ "label": "Estimated Date of Spill",
+ "input": true,
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "conditional": {
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "completionOfRemediationResultingFromASpill"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "egj5a69"
+ },
+ {
+ "label": "Incident Report (DGIR) #",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "simpletextfield1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "completionOfRemediationResultingFromASpill",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eklvlic",
+ "defaultValue": null
+ },
+ {
+ "key": "spillcompletiondate",
+ "type": "datetime",
+ "input": true,
+ "label": "Completion Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "conditional": {
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "completionOfRemediationResultingFromASpill"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "eeoy9k"
+ },
+ {
+ "title": "Initiation",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "initiation",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "initiationOfIndependentRemediation"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Initiation",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "startdate",
+ "type": "datetime",
"input": true,
+ "label": "Start Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
"placeholder": "",
"prefix": "",
"customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": true,
@@ -45,35 +1824,19 @@
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
"attributes": {},
"validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ "show": null,
+ "when": null,
+ "eq": ""
},
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
@@ -82,381 +1845,83 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ei2jjr6"
- },
- {
- "title": "Reviewer Actions",
- "collapsible": false,
- "key": "nirBundleActions",
- "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\") || \r\nroles.includes(\"formsflow-reviewer/site-information-advisor\")) \r\n {\r\n if (data.riskclassification === \"exempt\"){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "panel",
- "label": "Panel",
- "input": false,
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "e2256m"
+ },
+ {
+ "key": "estimatedcompletiondate",
+ "type": "datetime",
+ "input": true,
+ "label": "Estimated Completion Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Approved",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "approveBundle",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "e2k2kmf"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Needs More Info",
- "action": "custom",
- "showValidations": false,
- "theme": "warning",
- "tableView": false,
- "key": "sendBundleToApplicant",
- "type": "button",
- "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Returned'\r\n });",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "e339e7x"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Reject Form",
- "action": "custom",
- "showValidations": false,
- "theme": "danger",
- "tableView": false,
- "key": "rejectBundle",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n}); ",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "eik96ge"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "key": "columns",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eg6163g"
- }
- ],
- "keyModified": true,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
"placeholder": "",
"prefix": "",
"customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
- "persistent": false,
+ "persistent": true,
"hidden": false,
- "clearOnHide": false,
+ "clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
"modalEdit": false,
@@ -473,28 +1938,19 @@
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
"attributes": {},
"validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ "show": null,
+ "when": null,
+ "eq": ""
},
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
@@ -503,10691 +1959,4398 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "en59dzr"
- },
- {
- "label": "Notes",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "eq8xmuj"
+ },
+ {
+ "label": "Estimated Duration",
"labelPosition": "top",
+ "placeholder": "",
"description": "",
"tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
"customClass": "",
"tabindex": "",
- "openWhenEmpty": false,
- "disableAddingRemovingRows": false,
- "conditionalAddButton": "",
+ "autocomplete": "",
"hidden": false,
- "hideLabel": true,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
"autofocus": false,
- "disabled": false,
+ "spellcheck": true,
+ "disabled": true,
"tableView": false,
"modalEdit": false,
- "templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% if(component.label === 'Notes') { %}\n
{{ t(component.label) }}
\n {% } else if(component.key !== 'comments') { %}\n
{{ t(component.label) }}
\n {% } %}\n {% } %}\n {% }) %}\n
\n\n{% } else { %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ t(component.label)}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ t(component.label)}}
\n{% } else { %}\n
{{ t(component.label)}}
\n{% } %} \n {% } %}\n {% }) %}\n
\n\n{% } %}",
- "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "\n\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% console.log('rendering edit grid body')%}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n\n\n\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% console.log(\"row-key\",component.key,row[component.key]) %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n{% if(component.key == 'comments') { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{% } else { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{%}%}\n \n\n {% } %}\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n \n {% } %}\n {% } %}\n
\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\n \n {% util.eachComponent(components, function(component) { %}\n {% console.log('for sia') %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ getView(component, row[component.key])}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ getView(component, row[component.key])}}
\n{% } else { %}\n
{{ getView(component, row[component.key])}}
\n{% } %} \n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n {% } %}\n
\n {% } %}\n \n \n \n{% const emptyElements = []; %}\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\n{% for (let i = 0; i < elements.length; i++) { %}\n{% const element = elements[i]; %}\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
- "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
- "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
- },
- "rowClass": "",
- "addAnother": "",
- "modal": false,
- "saveRow": "",
- "removeRow": "Cancel",
+ "multiple": false,
"persistent": true,
- "inlineEdit": false,
+ "inputFormat": "plain",
"protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
"encrypted": false,
"redrawOn": "",
"clearOnHide": true,
- "customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
- "calculateValue": "",
+ "customDefaultValue": "",
+ "calculateValue": "const date1 = new Date(data.startdate);\r\nconst date2 = new Date(data.estimatedcompletiondate);\r\nif(date2 > date1 )\r\n{\r\nconst diffTime = Math.abs(date2 - date1);\r\nconst diffDays = Math.ceil(diffTime / (1000 * 60 * 60 * 24)); \r\nif (!isNaN(diffDays)) { \r\n value = diffDays;\r\n } else { \r\n value = 0;\r\n }\r\n}\r\nelse\r\n{\r\n value = 0;\r\n}\r\n",
"calculateServer": false,
"allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
- "customMessage": "",
- "custom": "console.log('nothing');\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\"))\n{\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\n\t}\n\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\n\tif(editButtons!=null)\n\t{\n\t\tfor(i=0;ix.commentFor==='external').length > 0)\n show = true;\n else\n show = false;\n}\nelse\n{\n show = true;\n}\n\n\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\nif(addButton!==null && addButton !== undefined)\n{\naddButton.addEventListener('click',\n(e)=>{\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n\t\t{\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\n\t\t for (let i = 0; i < internalRadio.length; i++) {\n\t\t\tinternalRadio[i].parentElement.remove();\n\t\t }\n\t\t}\n})\n}\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nconsole.log('nothing 22');\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") )\n{\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\n\t}\n\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\n\tif(editButtons!=null)\n\t{\n\t\tfor(i=0;i -1 )\n{\n value = 'Client'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\n{\n value = 'Approved Professional'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\n{\n value = 'CSAP Society'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\n{\n value = 'CSSA Team'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\n{\n value = 'CSSA Manager'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\n{\n value = 'Caseworker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\n{\n value = 'Statutory Decision Maker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\n{\n value = 'Site Risk Classification Officer'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\n{\n value = 'Site Information Advisor'\n}",
- "key": "role",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e3ncm9r"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Created By",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
- "key": "createdBy",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eylboa"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Created At",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
- "key": "createdAt1",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ejbifaj"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- }
- ],
- "key": "columns1",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eplwoo"
- }
- ],
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eqitdvx",
+ "defaultValue": ""
+ },
+ {
+ "key": "scopeOfRemediation",
+ "type": "radio",
+ "input": true,
+ "label": "Scope of Remediation:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Whole Site",
+ "value": "wholeSite",
+ "shortcut": ""
+ },
+ {
+ "label": "Part of Site",
+ "value": "partOfSite",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "description": "If you expect that remediation of the entire site will take longer than one year attach a remediation schedule.",
+ "optionsLabelPosition": "right",
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "tree": true,
- "lazyLoad": false,
- "defaultOpen": false,
- "id": "e1a3j4p"
- },
- {
- "id": "ecf3gbp",
- "key": "simplecontent12",
- "html": "Fields marked with a red asterisk \"*\" are mandatory.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e83d80j"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e7it03g"
+ },
+ {
+ "title": "Completion",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "completion",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "completionOfIndependentRemediation"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Completion",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "completionstartdate",
+ "type": "datetime",
+ "input": true,
+ "label": "Start Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
"unique": false,
- "widget": null,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
"overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "eg7zhdj"
+ },
+ {
+ "key": "completiondate",
+ "type": "datetime",
+ "input": true,
+ "label": "Completion Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
},
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
"protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
- "tableView": false,
- "attributes": {},
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "persistent": true,
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
"validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
+ "show": null,
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "evbx5tl"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- {
- "id": "eb9tioo",
- "key": "TimingOfRemediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 1 - Timing of Remediation",
- "hidden": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e0iahsh"
+ },
+ {
+ "title": "Both Initiation and Completion",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "bothInitiationAndCompletion",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "bothInitiationAndCompletionOfIndependentRemediation"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "bothstartdate",
+ "type": "datetime",
+ "input": true,
+ "label": "Start Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
"unique": false,
- "widget": null,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
"overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
- "tooltip": "",
- "disabled": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "esudoxb"
+ },
+ {
+ "key": "bothcompletiondate",
+ "type": "datetime",
+ "input": true,
+ "label": "Completion Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
+ "disabled": false,
"autofocus": false,
- "collapsed": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
"encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "eicufs"
+ },
+ {
+ "label": "Scope of Remediation:",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "If you expect that remediation of the entire site will take longer than one year attach a remediation schedule.",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
"hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
"modalEdit": false,
+ "values": [
+ {
+ "label": "Whole Site",
+ "value": "wholeSite",
+ "shortcut": ""
+ },
+ {
+ "label": "Part of Site",
+ "value": "partOfSite",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
"protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "eb0t965",
- "key": "simpleheading2",
- "tag": "h4",
- "type": "htmlelement",
- "attrs": [],
- "input": false,
- "label": "Heading",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "content": "Check the following items as applicable",
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "headingSize": "h1",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "key": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "type": "radio",
- "input": true,
- "label": "This notice is given for:",
- "inline": false,
- "values": [
- {
- "label": "Initiation of independent remediation",
- "value": "initiationOfIndependentRemediation",
- "shortcut": ""
- },
- {
- "label": "Completion of independent remediation",
- "value": "completionOfIndependentRemediation",
- "shortcut": ""
- },
- {
- "label": "Both initiation and completion of independent remediation",
- "value": "bothInitiationAndCompletionOfIndependentRemediation",
- "shortcut": ""
- },
- {
- "label": "Completion of remediation resulting from a spill.",
- "value": "completionOfRemediationResultingFromASpill",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eb4apye"
- },
- {
- "key": "estimatedDateOfSpill",
- "type": "datetime",
- "label": "Estimated Date of Spill",
- "input": true,
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "conditional": {
- "show": true,
- "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "eq": "completionOfRemediationResultingFromASpill"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "egj5a69"
- },
- {
- "label": "Incident Report (DGIR) #",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "simpletextfield1",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "eq": "completionOfRemediationResultingFromASpill",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eklvlic",
- "defaultValue": null
- },
- {
- "key": "spillcompletiondate",
- "type": "datetime",
- "input": true,
- "label": "Completion Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "conditional": {
- "show": true,
- "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "eq": "completionOfRemediationResultingFromASpill"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "eeoy9k"
- },
- {
- "title": "Initiation",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "initiation",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "eq": "initiationOfIndependentRemediation"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Initiation",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "key": "startdate",
- "type": "datetime",
- "input": true,
- "label": "Start Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "e2256m"
- },
- {
- "key": "estimatedcompletiondate",
- "type": "datetime",
- "input": true,
- "label": "Estimated Completion Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "eq8xmuj"
- },
- {
- "label": "Estimated Duration",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": true,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "const date1 = new Date(data.startdate);\r\nconst date2 = new Date(data.estimatedcompletiondate);\r\nif(date2 > date1 )\r\n{\r\nconst diffTime = Math.abs(date2 - date1);\r\nconst diffDays = Math.ceil(diffTime / (1000 * 60 * 60 * 24)); \r\nif (!isNaN(diffDays)) { \r\n value = diffDays;\r\n } else { \r\n value = 0;\r\n }\r\n}\r\nelse\r\n{\r\n value = 0;\r\n}\r\n",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "estimatedDuration",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eqitdvx",
- "defaultValue": ""
- },
- {
- "key": "scopeOfRemediation",
- "type": "radio",
- "input": true,
- "label": "Scope of Remediation:",
- "inline": false,
- "values": [
- {
- "label": "Whole Site",
- "value": "wholeSite",
- "shortcut": ""
- },
- {
- "label": "Part of Site",
- "value": "partOfSite",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "description": "If you expect that remediation of the entire site will take longer than one year attach a remediation schedule.",
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e83d80j"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e7it03g"
- },
- {
- "title": "Completion",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "completion",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "eq": "completionOfIndependentRemediation"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Completion",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "key": "completionstartdate",
- "type": "datetime",
- "input": true,
- "label": "Start Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "eg7zhdj"
- },
- {
- "key": "completiondate",
- "type": "datetime",
- "input": true,
- "label": "Completion Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "evbx5tl"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e0iahsh"
- },
- {
- "title": "Both Initiation and Completion",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "bothInitiationAndCompletion",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "eq": "bothInitiationAndCompletionOfIndependentRemediation"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "bothstartdate",
- "type": "datetime",
- "input": true,
- "label": "Start Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "esudoxb"
- },
- {
- "key": "bothcompletiondate",
- "type": "datetime",
- "input": true,
- "label": "Completion Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "eicufs"
- },
- {
- "label": "Scope of Remediation:",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "If you expect that remediation of the entire site will take longer than one year attach a remediation schedule.",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Whole Site",
- "value": "wholeSite",
- "shortcut": ""
- },
- {
- "label": "Part of Site",
- "value": "partOfSite",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "bothscopeOfRemediation",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "erdu4",
- "defaultValue": ""
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "emsbrgh"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "etj00fl",
- "key": "section2-LandDescription",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 2 - Land Description",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e5bn61",
- "key": "simplecols3",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e4k283",
- "key": "siteIdNumber",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Site ID Number",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ephotcc",
- "key": "pid",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "PID",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "999-999-999",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "must include either PID or PIN, if applicable",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "exto02a",
- "key": "pin",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "PIN",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "for untitled lands",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "e1aksen",
- "key": "legalDescriptionOrMetesAndBounds",
- "case": "",
- "mask": false,
- "rows": 3,
- "type": "textarea",
- "input": true,
- "label": "Legal description (or metes and bounds)",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": false,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "label": "Maps",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "maps",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "addons": [],
- "type": "Maps",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "e3f0f6s",
- "defaultValue": null
- },
- {
- "id": "ekm0wqd",
- "key": "simpleheading5",
- "tag": "h4",
- "type": "htmlelement",
- "attrs": [],
- "input": false,
- "label": "Heading",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "content": "Latitude",
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "headingSize": "h1",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "ek2cwpk",
- "key": "latitude",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Latitude",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eu4dn4t",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ejouu0h",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "e9vu5rd",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "evh1mjk",
- "key": "simpleheading6",
- "tag": "h4",
- "type": "htmlelement",
- "attrs": [],
- "input": false,
- "label": "Heading",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "content": "Longitude",
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "headingSize": "h1",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "e14b8j",
- "key": "latitude1",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Latitude",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "egjje9r",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ekhsiv9",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "encn1p",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "erpn4pi",
- "key": "simpleheading1",
- "tag": "h4",
- "type": "htmlelement",
- "attrs": [],
- "input": false,
- "label": "Heading",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "content": "SITE CIVIC ADDRESS OR LOCATION (i.e. nearest roadway)",
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "headingSize": "h1",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "easkmrf",
- "key": "simplecols4",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "emj2hnu",
- "key": "street2",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Street",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eepx9b",
- "key": "city2",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "City",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eejvk6i",
- "key": "postalCode2",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "ee69663s",
- "key": "simplecontent",
- "html": "Attention: Land Title Record and Site Plan must be included.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "label": "I understand and will include a land title record with my submission (if applicable)",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "checkbox-iUnderstandAndWillAttachAMapWithMySubmission",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ebh62ys"
- },
- {
- "id": "enicwse",
- "key": "iUnderstandAndWillAttachAMapWithMySubmission4",
- "name": "",
- "tags": [],
- "type": "checkbox",
- "input": true,
- "label": "I understand and will include a site plan with my submission",
- "logic": [],
- "value": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "shortcut": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "checkbox",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "eksdoai",
- "key": "section3-PropertyOwnerAndOrOperatorIfApplicable",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 3 - Property Owner and/or Operator",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e7x80l",
- "key": "nirName",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Name",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "applicable"
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "e79lyd",
- "key": "simplecols5",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ezk3rha",
- "key": "street3",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Street",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "em2ts7f",
- "key": "city3",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "City",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "notApplicable",
- "show": false,
- "when": "applicable"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "egjg9n",
- "key": "simplecols6",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e84bpn9",
- "key": "provinceState3",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Province/State",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "eskjfb",
- "key": "simplephonenumber3",
- "mask": false,
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputMode": "decimal",
- "inputType": "tel",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e5ctj917",
- "key": "country3",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Country",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "eci38h9",
- "key": "simpleemail3",
- "case": "",
- "mask": false,
- "type": "email",
- "input": true,
- "label": "Email",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "kickbox": {
- "enabled": false
- },
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "delimiter": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "email",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "requireDecimal": false,
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ee0pdg",
- "key": "postalCode3",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "notApplicable",
- "show": false,
- "when": "applicable"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "epsx3q7",
- "key": "EnvironmentalConsultantContractorAgentContact",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 4 - Environmental Consultant/Contractor/Agent Contact",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "key": "environmentalConsultantContractAgent",
- "type": "radio",
- "input": true,
- "label": "Environmental Consultant/Contractor/Agent",
- "inline": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "Not Applicable",
- "value": "notApplicable",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ez2c6d"
- },
- {
- "key": "environmentalConsultantContractorAgent",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Environmental Consultant/Contractor/Agent",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecols7",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "nameOfFirm",
- "type": "textfield",
- "input": true,
- "label": "Name of Firm",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eutfclr"
- },
- {
- "key": "street24",
- "type": "textfield",
- "input": true,
- "label": "Street",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ej1qnyk"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "contactName",
- "type": "textfield",
- "input": true,
- "label": "Contact Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "erle4ry"
- },
- {
- "key": "city4",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eor75tg"
- }
- ],
- "currentWidth": 6
- }
- ],
- "hideLabel": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e27igdb"
- },
- {
- "key": "simplecols8",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "provinceState4",
- "type": "textfield",
- "input": true,
- "label": "Province",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e3qs55"
- },
- {
- "key": "simplephonenumber4",
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "",
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "tel",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "inputMode": "decimal",
- "id": "emz0kk"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "country4",
- "type": "textfield",
- "input": true,
- "label": "Country",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eqtznv"
- },
- {
- "key": "simpleemail4",
- "type": "email",
- "input": true,
- "label": "Email",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "delimiter": false,
- "tableView": true,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "email",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "kickbox": {
- "enabled": false
- },
- "id": "e1fg5ug"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "postalCode4",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eureepw"
- }
- ],
- "currentWidth": 4
- }
- ],
- "hideLabel": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e6638ia"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "environmentalConsultantContractAgent"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "efzttnl"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "ep85gd",
- "key": "PrimaryLandUse",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 5 - Primary Land Use",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "eqkpsrh",
- "key": "contaminatedSitesRegulationLandUseClassificationAtTheSiteSurface",
- "type": "radio",
- "input": true,
- "label": "Contaminated Sites Regulation land use classification at the site surface",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Industrial",
- "value": "industrial",
- "shortcut": ""
- },
- {
- "label": "Commercial",
- "value": "commercial",
- "shortcut": ""
- },
- {
- "label": "Residential - High Density",
- "value": "residentialHighDensity",
- "shortcut": ""
- },
- {
- "label": "Residential - Low Density",
- "value": "residentialLowDensity",
- "shortcut": ""
- },
- {
- "label": "Urban Park",
- "value": "urbanPark",
- "shortcut": ""
- },
- {
- "label": "Agricultural",
- "value": "agricultural",
- "shortcut": ""
- },
- {
- "label": "Wildlands - Natural",
- "value": "wildlandsNatural",
- "shortcut": ""
- },
- {
- "label": "Wildlands - Reverted",
- "value": "wildlandsReverted",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "embys3k",
- "key": "descriptionOfCurrentOperationEGServiceStation",
- "case": "",
- "mask": false,
- "rows": 3,
- "type": "textarea",
- "input": true,
- "label": "Description of current operation (e.g. service station)",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": false,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "elwq8mj",
- "key": "isAChangeInZoningOrLandUseExpected",
- "type": "selectboxes",
- "input": true,
- "label": "Is a change in zoning or land use expected?",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Change in zoning",
- "value": "changeInZoning",
- "shortcut": ""
- },
- {
- "label": "Change in land use",
- "value": "changeInLandUse",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "checkbox",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": {
- "changeInZoning": false,
- "changeInLandUse": false
- },
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "maxSelectedCountMessage": "",
- "minSelectedCountMessage": "",
- "addons": []
- },
- {
- "id": "e26nbz",
- "key": "simplecols9",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "edp4hv",
- "key": "from",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "From",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ev3xhts",
- "key": "to",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "To",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "key": "ConfirmedOrSuspectedSourceOfContaminationEGLeakingUndergroundStorageTank",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Section 6 - Confirmed or suspected source of contamination",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "columns",
- "type": "columns",
- "input": false,
- "label": "Columns",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "checkboxGroup",
- "type": "selectboxes",
- "input": true,
- "label": "Source of contamination - confirmed or suspected",
- "values": [
- {
- "label": "Underground storage tank (UST)",
- "value": "undergroundStorageTankUst",
- "shortcut": ""
- },
- {
- "label": "Oil and gas industry operations",
- "value": "oilAndGasIndustryOperations",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "inputType": "checkbox",
- "tableView": false,
- "defaultValue": {
- "other": false,
- "otherDescribe": false,
- "undergroundStorageTankUst": false,
- "oilAndGasIndustryOperations": false
- },
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "dataSrc": "values",
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "data": {
- "url": ""
- },
- "fieldSet": false,
- "inline": false,
- "id": "eb48x9m",
- "keyModified": true
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "storageTankVolumeL",
- "type": "textfield",
- "input": true,
- "label": "Storage tank volume (L)",
- "tableView": true,
- "conditional": {
- "eq": "undergroundStorageTankUst",
- "show": true,
- "when": "6-checkboxGroup"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eve0mqi"
- }
- ],
- "currentWidth": 6
- }
- ],
- "hideLabel": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ecyrdh"
- },
- {
- "key": "simpletextfield",
- "type": "textfield",
- "input": true,
- "label": "Describe the confirmed or suspected source of contamination. ",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "6-checkboxGroup"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e2o7im9"
- }
- ],
- "collapsible": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e81fo2d",
- "keyModified": true
- },
- {
- "id": "eb5f40q",
- "key": "SubmissionOfOtherRequiredForms",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 7 - Submission of Other Required Forms",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "label": "Was a Notification of Likely or Actual Migration also submitted for this site?",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "elozar9",
- "defaultValue": ""
- },
- {
- "key": "NOMDateOfSubmission",
- "type": "datetime",
- "label": "Date of Submission",
- "input": true,
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "conditional": {
- "show": true,
- "when": "wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite",
- "eq": "yes"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "eh2prkm"
- },
- {
- "key": "simplecontent4",
- "html": "All applications for notification of independent remediation require submission of a Site Risk Classification Report.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eq5nck",
- "keyModified": true
- },
- {
- "key": "riskclassification",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "inline": false,
- "values": [
- {
- "label": "New Site Risk Classification Report required",
- "value": "newSiteRiskClassificationReportRequired",
- "shortcut": ""
- },
- {
- "label": "Site Risk Classification updated with this application",
- "value": "siteRiskClassificationUpdatedWithThisApplication",
- "shortcut": ""
- },
- {
- "label": "Exempt from submitting Site Risk Classification Report",
- "value": "exempt",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "erwjpy9",
- "keyModified": true
- },
- {
- "key": "exemptions",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Exemptions",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "label": "riskclassificationchange",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Duplicate site risk classification information – simultaneous triggers exemption",
- "value": "duplicateSiteRiskClassificationInformationSimultaneousTriggersExemption",
- "shortcut": ""
- },
- {
- "label": "Duplicate site risk classification information – previous submissions exemption",
- "value": "duplicateSiteRiskClassificationInformationPreviousSubmissionsExemption",
- "shortcut": ""
- },
- {
- "label": "Soil quantity exemption [REMOVED]",
- "value": "soilQuantityExemption",
- "shortcut": ""
- },
- {
- "label": "Application for a Determination that a site is not contaminated exemption",
- "value": "applicationForADeterminationThatASiteIsNotContaminatedExemption",
- "shortcut": ""
- },
- {
- "label": "Residential heating oil tank exemption",
- "value": "residentialHeatingOilTankExemption",
- "shortcut": ""
- },
- {
- "label": "Spill reporting exemption",
- "value": "spillReportingExemptio",
- "shortcut": ""
- },
- {
- "label": "OGC/BCER sites described as non-priority sites",
- "value": "ogcBcerSitesDescribedAsNonPrioritySites",
- "shortcut": ""
- },
- {
- "label": "Site release request under Scenario 1",
- "value": "siteReleaseRequestUnderScenario1",
- "shortcut": ""
- },
- {
- "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
- "value": "srcrSubmittedWithinPast5YearsAndNoChangeToPreviousSiteRiskClassification",
- "shortcut": ""
- },
- {
- "label": "Application is for a determination that a site is not contaminated",
- "value": "applicationIsForADeterminationThatASiteIsNotContaminated",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "riskclassificationexemption",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "etve9iv",
- "defaultValue": ""
- },
- {
- "key": "dateOfMostRecentSiteRiskClassificationReport",
- "type": "datetime",
- "input": true,
- "label": "Date of most recent site risk classification report",
- "format": "yyyy-MM-dd",
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "conditional": {
- "eq": "SRCR",
- "show": true,
- "when": "riskclassificationexemption"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "e6ck93h"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "exempt",
- "show": true,
- "when": "riskclassification"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eieerr",
- "keyModified": true
- },
- {
- "label": "Site Risk Classification at time of application",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "High Risk",
- "value": "highRisk",
- "shortcut": ""
- },
- {
- "label": "Non-High Risk",
- "value": "nonHighRisk",
- "shortcut": ""
- },
- {
- "label": "Risk-Managed High Risk",
- "value": "riskManagedHighRisk",
- "shortcut": ""
- },
- {
- "label": "Pending",
- "value": "pending",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "siteRiskClassificationAtTimeOfApplication",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eitd7bk",
- "defaultValue": ""
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "ey5ga8j",
- "key": "SubmissionOfOtherRequiredSoilInvestigationsAndRemediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 8 - Soil Investigations and Remediation",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e7hnb1c",
- "key": "theFollowingContaminants8",
- "type": "radio",
- "input": true,
- "label": "The following contaminants:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Were Found",
- "value": "wereFound",
- "shortcut": ""
- },
- {
- "label": "Are Suspected",
- "value": "areSuspected",
- "shortcut": ""
- },
- {
- "label": "Not Applicable",
- "value": "notApplicable",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "e071vfl",
- "key": "contaminants8",
- "tags": [],
- "tree": true,
- "type": "datagrid",
- "input": true,
- "label": "List contaminants and maximum concentrations, if known in SOIL",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "reorder": false,
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "initEmpty": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "addAnother": "",
- "attributes": {},
- "components": [
- {
- "id": "epivnsp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "contaminant",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Contaminant",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "el3hlvr0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "maximumConcentration",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Maximum concentration",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants8"
- },
- "customClass": "",
- "description": "",
- "layoutFixed": false,
- "placeholder": "",
- "defaultValue": [
- {
- "contaminant": "",
- "maximumConcentration": ""
- }
- ],
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "enableRowGroups": false,
- "customConditional": "",
- "addAnotherPosition": "bottom",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "conditionalAddButton": "",
- "allowCalculateOverride": false,
- "disableAddingRemovingRows": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "e68uqp",
- "key": "wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct",
- "type": "radio",
- "input": true,
- "label": "Was the soil investigated following requirements and guidance under the Environmental Management Act?",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants8"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "estdmxl",
- "key": "soilRemediationStrategy",
- "type": "radio",
- "input": true,
- "label": "Soil remediation strategy:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Excavation and Disposal",
- "value": "excavationAndDisposal",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants8"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite",
- "type": "textfield",
- "input": true,
- "label": "Include volume and intended treatment and/or disposal location for contaminated soil if managed away from the site",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "excavationAndDisposal",
- "show": true,
- "when": "soilRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "egbvvs"
- },
- {
- "key": "describe",
- "type": "textfield",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "soilRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "emsdibg"
- },
- {
- "key": "remediationStandardsUsed8",
- "type": "radio",
- "input": true,
- "label": "Remediation Standards Used:",
- "inline": false,
- "values": [
- {
- "label": "Numerical",
- "value": "numerical",
- "shortcut": ""
- },
- {
- "label": "Risk-based",
- "value": "riskBased",
- "shortcut": ""
- },
- {
- "label": "Both",
- "value": "both",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "conditional": {
- "eq": "notApplicable",
- "show": false,
- "when": "theFollowingContaminants8"
- },
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ex6mrxg"
- }
- ],
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"errorLabel": "",
- "persistent": false,
+ "errors": "",
+ "key": "bothscopeOfRemediation",
+ "tags": [],
"properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
"conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
},
- "customClass": "",
- "description": "",
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
"placeholder": "",
- "defaultValue": null,
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
"dataGridLabel": false,
- "labelPosition": "top",
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
"addons": [],
- "lazyLoad": false
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "erdu4",
+ "defaultValue": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- {
- "id": "e9bg0ri",
- "key": "GroundwaterAndSurfaceWaterInvestigationsAndRemediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 9 - Groundwater and Surface Water Investigations and Remediation",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "emsbrgh"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "etj00fl",
+ "key": "section2-LandDescription",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 2 - Land Description",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e5bn61",
+ "key": "simplecols3",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e4k283",
+ "key": "siteIdNumber",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Site ID Number",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "ephotcc",
+ "key": "pid",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "999-999-999",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "must include either PID or PIN, if applicable",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "exto02a",
+ "key": "pin",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "PIN",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "for untitled lands",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "e1aksen",
+ "key": "legalDescriptionOrMetesAndBounds",
+ "case": "",
+ "mask": false,
+ "rows": 3,
+ "type": "textarea",
+ "input": true,
+ "label": "Legal description (or metes and bounds)",
+ "editor": "",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "wysiwyg": false,
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "maxWords": "",
+ "minWords": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "fixedSize": true,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "autoExpand": false,
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "label": "Maps",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "maps",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "addons": [],
+ "type": "Maps",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "e3f0f6s",
+ "defaultValue": null
+ },
+ {
+ "id": "ekm0wqd",
+ "key": "simpleheading5",
+ "tag": "h4",
+ "type": "htmlelement",
+ "attrs": [],
+ "input": false,
+ "label": "Heading",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "content": "Latitude",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "headingSize": "h1",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "ek2cwpk",
+ "key": "latitude",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Latitude",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eu4dn4t",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ejouu0h",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e9vu5rd",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "evh1mjk",
+ "key": "simpleheading6",
+ "tag": "h4",
+ "type": "htmlelement",
+ "attrs": [],
+ "input": false,
+ "label": "Heading",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "content": "Longitude",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "headingSize": "h1",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "e14b8j",
+ "key": "latitude1",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Latitude",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "egjje9r",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ekhsiv9",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "encn1p",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "erpn4pi",
+ "key": "simpleheading1",
+ "tag": "h4",
+ "type": "htmlelement",
+ "attrs": [],
+ "input": false,
+ "label": "Heading",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "content": "SITE CIVIC ADDRESS OR LOCATION (i.e. nearest roadway)",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "headingSize": "h1",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "easkmrf",
+ "key": "simplecols4",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "emj2hnu",
+ "key": "street2",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Street",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "eepx9b",
+ "key": "city2",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
"multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
"components": [
- {
- "id": "ebnx9p",
- "key": "theFollowingContaminants9",
- "type": "radio",
- "input": true,
- "label": "The following contaminants:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Were Found",
- "value": "wereFound",
- "shortcut": ""
- },
- {
- "label": "Are Suspected",
- "value": "areSuspected",
- "shortcut": ""
- },
- {
- "label": "Not Applicable",
- "value": "notApplicable",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "e2pn54j",
- "key": "contaminants9",
- "tags": [],
- "tree": true,
- "type": "datagrid",
- "input": true,
- "label": "List contaminants and maximum concentrations, if known, in GROUNDWATER and SURFACE WATER",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "reorder": false,
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "initEmpty": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "addAnother": "",
- "attributes": {},
- "components": [
- {
- "id": "esedw40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "contaminant",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Contaminant",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "esor9060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "maximumConcentration",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Maximum concentration",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants9"
- },
- "customClass": "",
- "description": "",
- "layoutFixed": false,
- "placeholder": "",
- "defaultValue": [
- {
- "contaminant": "",
- "maximumConcentration": ""
- }
- ],
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "enableRowGroups": false,
- "customConditional": "",
- "addAnotherPosition": "bottom",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "conditionalAddButton": "",
- "allowCalculateOverride": false,
- "disableAddingRemovingRows": false,
- "addons": [],
- "lazyLoad": false
+ {
+ "id": "eejvk6i",
+ "key": "postalCode2",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
},
- {
- "id": "e739arj",
- "key": "wasTheWaterInvestigatedFollowingRequirementsAndGuidanceUnderTheAct1",
- "type": "radio",
- "input": true,
- "label": "Was the water investigated following requirements and guidance under the Environmental Management Act?",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants9"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
- {
- "key": "waterRemediationStrategy",
- "type": "radio",
- "input": true,
- "label": "Water remediation strategy:",
- "inline": false,
- "values": [
- {
- "label": "Pumping and Disposal",
- "value": "pumpingAndDisposal",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "conditional": {
- "eq": "notApplicable",
- "show": false,
- "when": "theFollowingContaminants9"
- },
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e6mm0qb"
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
},
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite1",
- "type": "textfield",
- "input": true,
- "label": "Include volume and intended treatment and/or disposal location for contaminated water if managed away from the site",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "pumpingAndDisposal",
- "show": true,
- "when": "waterRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eb241v"
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "ee69663s",
+ "key": "simplecontent",
+ "html": "Attention: Land Title Record and Site Plan must be included.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "label": "I understand and will include a land title record with my submission (if applicable)",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "checkbox-iUnderstandAndWillAttachAMapWithMySubmission",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ebh62ys"
+ },
+ {
+ "id": "enicwse",
+ "key": "iUnderstandAndWillAttachAMapWithMySubmission4",
+ "name": "",
+ "tags": [],
+ "type": "checkbox",
+ "input": true,
+ "label": "I understand and will include a site plan with my submission",
+ "logic": [],
+ "value": "",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "shortcut": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "checkbox",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "eksdoai",
+ "key": "section3-PropertyOwnerAndOrOperatorIfApplicable",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 3 - Property Owner and/or Operator",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e7x80l",
+ "key": "nirName",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Name",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "applicable"
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "e79lyd",
+ "key": "simplecols5",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "ezk3rha",
+ "key": "street3",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Street",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
},
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite4",
- "type": "textfield",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "waterRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e2vhj7"
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
- {
- "key": "remediationStandardsUsed9",
- "type": "radio",
- "input": true,
- "label": "Remediation Standards Used:",
- "inline": false,
- "values": [
- {
- "label": "Numerical",
- "value": "numerical",
- "shortcut": ""
- },
- {
- "label": "Risk-based",
- "value": "riskBased",
- "shortcut": ""
- },
- {
- "label": "Both",
- "value": "both",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "conditional": {
- "eq": "notApplicable",
- "show": false,
- "when": "theFollowingContaminants9"
- },
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eluu4yh"
- }
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "em2ts7f",
+ "key": "city3",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
- {
- "id": "e0i7y05",
- "key": "SedimentInvestigationsAndRemediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 10 - Sediment Investigations and Remediation",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "notApplicable",
+ "show": false,
+ "when": "applicable"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "egjg9n",
+ "key": "simplecols6",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e84bpn9",
+ "key": "provinceState3",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Province/State",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
"unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
"multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "eskjfb",
+ "key": "simplephonenumber3",
+ "mask": false,
+ "type": "phoneNumber",
+ "input": true,
+ "label": "Phone Number",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputMode": "decimal",
+ "inputType": "tel",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e5ctj917",
+ "key": "country3",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "eci38h9",
+ "key": "simpleemail3",
+ "case": "",
+ "mask": false,
+ "type": "email",
+ "input": true,
+ "label": "Email",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "delimiter": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "email",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "requireDecimal": false,
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
"components": [
- {
- "id": "ep03h5a",
- "key": "theFollowingContaminants10",
- "type": "radio",
+ {
+ "id": "ee0pdg",
+ "key": "postalCode3",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "notApplicable",
+ "show": false,
+ "when": "applicable"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "epsx3q7",
+ "key": "EnvironmentalConsultantContractorAgentContact",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 4 - Environmental Consultant/Contractor/Agent Contact",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "key": "environmentalConsultantContractAgent",
+ "type": "radio",
+ "input": true,
+ "label": "Environmental Consultant/Contractor/Agent",
+ "inline": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ez2c6d"
+ },
+ {
+ "key": "environmentalConsultantContractorAgent",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Environmental Consultant/Contractor/Agent",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecols7",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "nameOfFirm",
+ "type": "textfield",
"input": true,
- "label": "The following contaminants:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Were Found",
- "value": "wereFound",
- "shortcut": ""
- },
- {
- "label": "Are Suspected",
- "value": "areSuspected",
- "shortcut": ""
- },
- {
- "label": "Not Applicable",
- "value": "notApplicable",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
+ "label": "Name of Firm",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "eb2no2i",
- "key": "contaminants10",
- "tags": [],
- "tree": true,
- "type": "datagrid",
- "input": true,
- "label": "List contaminants and maximum concentrations, if known, in SEDIMENT",
- "logic": [],
- "hidden": false,
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "reorder": false,
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
+ "disabled": false,
"autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "initEmpty": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "addAnother": "",
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
"attributes": {},
- "components": [
- {
- "id": "ej0y410000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "contaminant",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Contaminant",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "e8qg9fh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "maximumConcentration",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Maximum concentration",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "errorLabel": "",
- "persistent": true,
- "properties": {},
"validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants10"
+ "show": null,
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "layoutFixed": false,
- "placeholder": "",
- "defaultValue": [
- {
- "contaminant": "",
- "maximumConcentration": ""
- }
- ],
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "enableRowGroups": false,
- "customConditional": "",
- "addAnotherPosition": "bottom",
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "conditionalAddButton": "",
- "allowCalculateOverride": false,
- "disableAddingRemovingRows": false,
"addons": [],
- "lazyLoad": false
- },
- {
- "id": "eratb3p",
- "key": "wasThesedimentInvestigatedFollowingRequirementsAndGuidanceUnderTheAct2",
- "type": "radio",
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eutfclr"
+ },
+ {
+ "key": "street24",
+ "type": "textfield",
"input": true,
- "label": "Was the sediment investigated following requirements and guidance under the Environmental Management Act?",
- "hidden": false,
- "inline": false,
+ "label": "Street",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
+ "disabled": false,
"autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
"attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
"validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants10"
+ "show": null,
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "esomepq",
- "key": "sedimentRemediationStrategy",
- "type": "radio",
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ej1qnyk"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "contactName",
+ "type": "textfield",
"input": true,
- "label": "Sediment remediation strategy:",
- "hidden": false,
- "inline": false,
+ "label": "Contact Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Excavation and Disposal",
- "value": "excavationAndDisposal",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
+ "disabled": false,
"autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
"attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
"validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants10"
+ "show": null,
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite2",
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "erle4ry"
+ },
+ {
+ "key": "city4",
"type": "textfield",
"input": true,
- "label": "Include volume and intended treatment and/or disposal location for contaminated sediments if managed away from the site",
+ "label": "City",
"validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
},
"tableView": false,
- "conditional": {
- "eq": "excavationAndDisposal",
- "show": true,
- "when": "sedimentRemediationStrategy"
- },
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -11216,16 +6379,21 @@
"calculateValue": "",
"calculateServer": false,
"widget": {
- "type": "input"
+ "type": "input"
},
"attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
@@ -11241,30 +6409,107 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eo1q6v"
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite5",
+ "id": "eor75tg"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e27igdb"
+ },
+ {
+ "key": "simplecols8",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "provinceState4",
"type": "textfield",
"input": true,
- "label": "Describe",
+ "label": "Province",
"validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
},
"tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "sedimentRemediationStrategy"
- },
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -11293,16 +6538,21 @@
"calculateValue": "",
"calculateServer": false,
"widget": {
- "type": "input"
+ "type": "input"
},
"attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
@@ -11318,701 +6568,115 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eiociql"
- },
- {
- "id": "eg57j2r",
- "key": "remediationStandardsUsed10",
- "type": "radio",
+ "id": "e3qs55"
+ },
+ {
+ "key": "simplephonenumber4",
+ "type": "phoneNumber",
"input": true,
- "label": "Remediation Standards Used:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Numerical",
- "value": "numerical",
- "shortcut": ""
- },
- {
- "label": "Risk-based",
- "value": "riskBased",
- "shortcut": ""
- },
- {
- "label": "Both",
- "value": "both",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
+ "label": "Phone Number",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants10"
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
},
- "customClass": "",
- "description": "",
+ "inputMask": "",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
"placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "ee4huxs",
- "key": "VapourInvestigationsAndRemediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 11 - Vapour Investigations and Remediation",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "eu3j13",
- "key": "theFollowingContaminants11",
- "type": "radio",
- "input": true,
- "label": "The following contaminants:",
- "hidden": false,
- "inline": false,
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Were Found",
- "value": "wereFound",
- "shortcut": ""
- },
- {
- "label": "Are Suspected",
- "value": "areSuspected",
- "shortcut": ""
- },
- {
- "label": "Not Applicable",
- "value": "notApplicable",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
"multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
+ "defaultValue": null,
"protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
+ "unique": false,
"persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "edm55v8",
- "key": "contaminants11",
- "tags": [],
- "tree": true,
- "type": "datagrid",
- "input": true,
- "label": "List contaminants and maximum concentrations, if known, in VAPOUR",
- "logic": [],
"hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "reorder": false,
- "tooltip": "",
- "disabled": false,
- "multiple": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "initEmpty": false,
"modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "addAnother": "",
- "attributes": {},
- "components": [
- {
- "id": "eevqmo9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "contaminant",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Contaminant",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "et223l3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "maximumConcentration",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Maximum concentration",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants11"
- },
- "customClass": "",
- "description": "",
- "layoutFixed": false,
- "placeholder": "",
- "defaultValue": [
- {
- "contaminant": "",
- "maximumConcentration": ""
- }
- ],
"dataGridLabel": false,
"labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "enableRowGroups": false,
- "customConditional": "",
- "addAnotherPosition": "bottom",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "conditionalAddButton": "",
- "allowCalculateOverride": false,
- "disableAddingRemovingRows": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "eivuusm",
- "key": "wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct3",
- "type": "radio",
- "input": true,
- "label": "Was the vapour investigated following requirements and guidance under the Environmental Management Act?",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
+ "description": "",
+ "errorLabel": "",
"tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
+ "hideLabel": false,
"tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
+ "disabled": false,
"autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants11"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "ev8otx",
- "key": "vapourRemediationStrategy",
- "type": "radio",
- "input": true,
- "label": "Vapour remediation strategy:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Excavation and Disposal",
- "value": "excavationAndDisposal",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
"validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants11"
+ "show": null,
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite3",
+ "addons": [],
+ "mask": false,
+ "inputType": "tel",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "inputMode": "decimal",
+ "id": "emz0kk"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "country4",
"type": "textfield",
"input": true,
- "label": "Include volume and intended treatment and/or disposal location for contaminated soil or water if managed away from the site",
+ "label": "Country",
"validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
},
"tableView": false,
- "conditional": {
- "eq": "excavationAndDisposal",
- "show": true,
- "when": "vapourRemediationStrategy"
- },
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12041,16 +6705,21 @@
"calculateValue": "",
"calculateServer": false,
"widget": {
- "type": "input"
+ "type": "input"
},
"attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
@@ -12066,30 +6735,28 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "efhyv89"
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite6",
- "type": "textfield",
+ "id": "eqtznv"
+ },
+ {
+ "key": "simpleemail4",
+ "type": "email",
"input": true,
- "label": "Describe",
+ "label": "Email",
"validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "vapourRemediationStrategy"
- },
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "delimiter": false,
+ "tableView": true,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12118,16 +6785,21 @@
"calculateValue": "",
"calculateServer": false,
"widget": {
- "type": "input"
+ "type": "input"
},
"attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
@@ -12137,119 +6809,2411 @@
"allowMultipleMasks": false,
"addons": [],
"mask": false,
- "inputType": "text",
+ "inputType": "email",
"inputFormat": "plain",
"inputMask": "",
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "evgmox"
- },
- {
- "id": "e39rjyl",
- "key": "remediationStandardsUsed11",
- "type": "radio",
+ "kickbox": {
+ "enabled": false
+ },
+ "id": "e1fg5ug"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "postalCode4",
+ "type": "textfield",
"input": true,
- "label": "Remediation Standards Used:",
- "hidden": false,
- "inline": false,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Numerical",
- "value": "numerical",
- "shortcut": ""
- },
- {
- "label": "Risk-based",
- "value": "riskBased",
- "shortcut": ""
- },
- {
- "label": "Both",
- "value": "both",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
+ "disabled": false,
"autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
"attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
"validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants11"
+ "show": null,
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- }
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eureepw"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e6638ia"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "environmentalConsultantContractAgent"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "efzttnl"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "ep85gd",
+ "key": "PrimaryLandUse",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 5 - Primary Land Use",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "eqkpsrh",
+ "key": "contaminatedSitesRegulationLandUseClassificationAtTheSiteSurface",
+ "type": "radio",
+ "input": true,
+ "label": "Contaminated Sites Regulation land use classification at the site surface",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Industrial",
+ "value": "industrial",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial",
+ "value": "commercial",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential - High Density",
+ "value": "residentialHighDensity",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential - Low Density",
+ "value": "residentialLowDensity",
+ "shortcut": ""
+ },
+ {
+ "label": "Urban Park",
+ "value": "urbanPark",
+ "shortcut": ""
+ },
+ {
+ "label": "Agricultural",
+ "value": "agricultural",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands - Natural",
+ "value": "wildlandsNatural",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands - Reverted",
+ "value": "wildlandsReverted",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "embys3k",
+ "key": "descriptionOfCurrentOperationEGServiceStation",
+ "case": "",
+ "mask": false,
+ "rows": 3,
+ "type": "textarea",
+ "input": true,
+ "label": "Description of current operation (e.g. service station)",
+ "editor": "",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "wysiwyg": false,
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "maxWords": "",
+ "minWords": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "fixedSize": true,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "autoExpand": false,
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "elwq8mj",
+ "key": "isAChangeInZoningOrLandUseExpected",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Is a change in zoning or land use expected?",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Change in zoning",
+ "value": "changeInZoning",
+ "shortcut": ""
+ },
+ {
+ "label": "Change in land use",
+ "value": "changeInLandUse",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "checkbox",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": {
+ "changeInZoning": false,
+ "changeInLandUse": false
+ },
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "maxSelectedCountMessage": "",
+ "minSelectedCountMessage": "",
+ "addons": []
+ },
+ {
+ "id": "e26nbz",
+ "key": "simplecols9",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "edp4hv",
+ "key": "from",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "From",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "ev3xhts",
+ "key": "to",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "To",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "key": "ConfirmedOrSuspectedSourceOfContaminationEGLeakingUndergroundStorageTank",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section 6 - Confirmed or suspected source of contamination",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "label": "Columns",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "checkboxGroup",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Source of contamination - confirmed or suspected",
+ "values": [
+ {
+ "label": "Underground storage tank (UST)",
+ "value": "undergroundStorageTankUst",
+ "shortcut": ""
+ },
+ {
+ "label": "Oil and gas industry operations",
+ "value": "oilAndGasIndustryOperations",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "inputType": "checkbox",
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "otherDescribe": false,
+ "undergroundStorageTankUst": false,
+ "oilAndGasIndustryOperations": false
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dataSrc": "values",
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "data": {
+ "url": ""
+ },
+ "fieldSet": false,
+ "inline": false,
+ "id": "eb48x9m",
+ "keyModified": true
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "storageTankVolumeL",
+ "type": "textfield",
+ "input": true,
+ "label": "Storage tank volume (L)",
+ "tableView": true,
+ "conditional": {
+ "eq": "undergroundStorageTankUst",
+ "show": true,
+ "when": "6-checkboxGroup"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eve0mqi"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ecyrdh"
+ },
+ {
+ "key": "simpletextfield",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe the confirmed or suspected source of contamination. ",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "6-checkboxGroup"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e2o7im9"
+ }
+ ],
+ "collapsible": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e81fo2d",
+ "keyModified": true
+ },
+ {
+ "id": "eb5f40q",
+ "key": "SubmissionOfOtherRequiredForms",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 7 - Submission of Other Required Forms",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "label": "Was a Notification of Likely or Actual Migration also submitted for this site?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "elozar9",
+ "defaultValue": ""
+ },
+ {
+ "key": "NOMDateOfSubmission",
+ "type": "datetime",
+ "label": "Date of Submission",
+ "input": true,
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "conditional": {
+ "show": true,
+ "when": "wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite",
+ "eq": "yes"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "eh2prkm"
+ },
+ {
+ "key": "simplecontent4",
+ "html": "All applications for notification of independent remediation require submission of a Site Risk Classification Report.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eq5nck",
+ "keyModified": true
+ },
+ {
+ "key": "riskclassification",
+ "type": "radio",
+ "input": true,
+ "label": "Radio Group",
+ "inline": false,
+ "values": [
+ {
+ "label": "New Site Risk Classification Report required",
+ "value": "newSiteRiskClassificationReportRequired",
+ "shortcut": ""
+ },
+ {
+ "label": "Site Risk Classification updated with this application",
+ "value": "siteRiskClassificationUpdatedWithThisApplication",
+ "shortcut": ""
+ },
+ {
+ "label": "Exempt from submitting Site Risk Classification Report",
+ "value": "exempt",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "erwjpy9",
+ "keyModified": true
+ },
+ {
+ "key": "exemptions",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Exemptions",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "riskclassificationchange",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Duplicate site risk classification information – simultaneous triggers exemption",
+ "value": "duplicateSiteRiskClassificationInformationSimultaneousTriggersExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil quantity exemption [REMOVED]",
+ "value": "soilQuantityExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Application for a determination that a site is not contaminated exemption",
+ "value": "applicationForADeterminationThatASiteIsNotContaminatedExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential heating oil tank exemption",
+ "value": "residentialHeatingOilTankExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Spill reporting exemption",
+ "value": "spillReportingExemptio",
+ "shortcut": ""
+ },
+ {
+ "label": "OGC/BCER sites described as non-priority sites",
+ "value": "ogcBcerSitesDescribedAsNonPrioritySites",
+ "shortcut": ""
+ },
+ {
+ "label": "Site release request under Scenario 1",
+ "value": "siteReleaseRequestUnderScenario1",
+ "shortcut": ""
+ },
+ {
+ "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
+ "value": "srcrSubmittedWithinPast5YearsAndNoChangeToPreviousSiteRiskClassification",
+ "shortcut": ""
+ }
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"errorLabel": "",
- "persistent": false,
+ "errors": "",
+ "key": "riskclassificationexemption",
+ "tags": [],
"properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
"validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "emoavkh",
+ "defaultValue": ""
+ },
+ {
+ "key": "dateOfMostRecentSiteRiskClassificationReport",
+ "type": "datetime",
+ "input": true,
+ "label": "Date of most recent site risk classification report",
+ "format": "yyyy-MM-dd",
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "conditional": {
+ "eq": "SRCR",
+ "show": true,
+ "when": "riskclassificationexemption"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "e6ck93h"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "exempt",
+ "show": true,
+ "when": "riskclassification"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eieerr",
+ "keyModified": true
+ },
+ {
+ "label": "Site Risk Classification at time of application",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "High Risk",
+ "value": "highRisk",
+ "shortcut": ""
+ },
+ {
+ "label": "Non-High Risk",
+ "value": "nonHighRisk",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-Managed High Risk",
+ "value": "riskManagedHighRisk",
+ "shortcut": ""
+ },
+ {
+ "label": "Pending",
+ "value": "pending",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "siteRiskClassificationAtTimeOfApplication",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eitd7bk",
+ "defaultValue": ""
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "ey5ga8j",
+ "key": "SubmissionOfOtherRequiredSoilInvestigationsAndRemediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 8 - Soil Investigations and Remediation",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e7hnb1c",
+ "key": "theFollowingContaminants8",
+ "type": "radio",
+ "input": true,
+ "label": "The following contaminants:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Were Found",
+ "value": "wereFound",
+ "shortcut": ""
+ },
+ {
+ "label": "Are Suspected",
+ "value": "areSuspected",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "e071vfl",
+ "key": "contaminants8",
+ "tags": [],
+ "tree": true,
+ "type": "datagrid",
+ "input": true,
+ "label": "List contaminants and maximum concentrations, if known in SOIL",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "reorder": false,
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "initEmpty": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "addAnother": "",
+ "attributes": {},
+ "components": [
+ {
+ "id": "epivnsp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "contaminant",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Contaminant",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
"conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
+ "eq": "",
+ "show": null,
+ "when": null
},
"customClass": "",
"description": "",
+ "inputFormat": "plain",
"placeholder": "",
"defaultValue": null,
"dataGridLabel": false,
@@ -12258,34 +9222,34 @@
"showWordCount": false,
"calculateValue": "",
"calculateServer": false,
- "customConditional": "",
"allowMultipleMasks": false,
"customDefaultValue": "",
"allowCalculateOverride": false,
"addons": [],
- "lazyLoad": false
- },
- {
- "id": "ejhb5xq",
- "key": "reasonforremediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 12 - Reason for Remediation",
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "el3hlvr000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "maximumConcentration",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Maximum concentration",
"hidden": false,
"prefix": "",
"suffix": "",
"unique": false,
- "widget": null,
+ "widget": {
+ "type": "input"
+ },
"dbIndex": false,
"overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
"tooltip": "",
"disabled": false,
@@ -12293,229 +9257,40 @@
"redrawOn": "",
"tabindex": "",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
},
"autofocus": false,
- "collapsed": false,
"encrypted": false,
"hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
"modalEdit": false,
"protected": false,
"refreshOn": "",
"tableView": false,
"attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "emtykvm",
- "key": "reasonforremediationradioGroup",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Construction",
- "value": "construction",
- "shortcut": ""
- },
- {
- "label": "Demolition",
- "value": "demolition",
- "shortcut": ""
- },
- {
- "label": "Upgrade",
- "value": "upgrade",
- "shortcut": ""
- },
- {
- "label": "Other (describe):",
- "value": "otherDescribe",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "label": "Please describe: ",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
- "autoExpand": true,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": true,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "otherdescription",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "reasonforremediationradioGroup",
- "eq": "otherDescribe",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "keyModified": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "fixedSize": true,
- "id": "eyu00qe",
- "defaultValue": ""
- }
- ],
"errorLabel": "",
- "persistent": false,
+ "persistent": true,
"properties": {},
+ "spellcheck": true,
"validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
+ "clearOnHide": true,
"conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
+ "eq": "",
+ "show": null,
+ "when": null
},
"customClass": "",
"description": "",
+ "inputFormat": "plain",
"placeholder": "",
"defaultValue": null,
"dataGridLabel": false,
@@ -12524,34 +9299,702 @@
"showWordCount": false,
"calculateValue": "",
"calculateServer": false,
- "customConditional": "",
"allowMultipleMasks": false,
"customDefaultValue": "",
"allowCalculateOverride": false,
"addons": [],
- "lazyLoad": false
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants8"
+ },
+ "customClass": "",
+ "description": "",
+ "layoutFixed": false,
+ "placeholder": "",
+ "defaultValue": [
+ {
+ "contaminant": "",
+ "maximumConcentration": ""
+ }
+ ],
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "enableRowGroups": false,
+ "customConditional": "",
+ "addAnotherPosition": "bottom",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "conditionalAddButton": "",
+ "allowCalculateOverride": false,
+ "disableAddingRemovingRows": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "e68uqp",
+ "key": "wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct",
+ "type": "radio",
+ "input": true,
+ "label": "Was the soil investigated following requirements and guidance under the Environmental Management Act?",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants8"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "estdmxl",
+ "key": "soilRemediationStrategy",
+ "type": "radio",
+ "input": true,
+ "label": "Soil remediation strategy:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Excavation and Disposal",
+ "value": "excavationAndDisposal",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants8"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite",
+ "type": "textfield",
+ "input": true,
+ "label": "Include volume and intended treatment and/or disposal location for contaminated soil if managed away from the site",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "excavationAndDisposal",
+ "show": true,
+ "when": "soilRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "egbvvs"
+ },
+ {
+ "key": "describe",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "soilRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "emsdibg"
+ },
+ {
+ "key": "remediationStandardsUsed8",
+ "type": "radio",
+ "input": true,
+ "label": "Remediation Standards Used:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Numerical",
+ "value": "numerical",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ },
+ {
+ "label": "Both",
+ "value": "both",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
},
- {
- "id": "e270lp5",
- "key": "AuthorizationsForDischargesToTheEnvironment",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 13 - Authorizations for Discharges to the Environment",
+ "tableView": false,
+ "conditional": {
+ "eq": "notApplicable",
+ "show": false,
+ "when": "theFollowingContaminants8"
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ex6mrxg"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "e9bg0ri",
+ "key": "GroundwaterAndSurfaceWaterInvestigationsAndRemediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 9 - Groundwater and Surface Water Investigations and Remediation",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "ebnx9p",
+ "key": "theFollowingContaminants9",
+ "type": "radio",
+ "input": true,
+ "label": "The following contaminants:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Were Found",
+ "value": "wereFound",
+ "shortcut": ""
+ },
+ {
+ "label": "Are Suspected",
+ "value": "areSuspected",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "e2pn54j",
+ "key": "contaminants9",
+ "tags": [],
+ "tree": true,
+ "type": "datagrid",
+ "input": true,
+ "label": "List contaminants and maximum concentrations, if known, in GROUNDWATER and SURFACE WATER",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "reorder": false,
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "initEmpty": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "addAnother": "",
+ "attributes": {},
+ "components": [
+ {
+ "id": "esedw4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "contaminant",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Contaminant",
"hidden": false,
"prefix": "",
"suffix": "",
"unique": false,
- "widget": null,
+ "widget": {
+ "type": "input"
+ },
"dbIndex": false,
"overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
"tooltip": "",
"disabled": false,
@@ -12559,280 +10002,40 @@
"redrawOn": "",
"tabindex": "",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
},
"autofocus": false,
- "collapsed": false,
"encrypted": false,
"hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
"modalEdit": false,
"protected": false,
"refreshOn": "",
"tableView": false,
"attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "key": "simplecontent1",
- "html": "In situ treatment of contaminants may generate substances which could be deemed a waste requiring a discharge authorization, even though there is no end-of-the-pipe from the site. Contravention of the requirements for an authorization is an offense and may be subject to penalties.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eqzqbxb"
- },
- {
- "label": "Did or does a discharge associated with the remediation require an authorization under the Environmental Management Act?",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- },
- {
- "label": "Don't Know",
- "value": "dontKnow",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e79eyy8",
- "defaultValue": ""
- },
- {
- "key": "authorizationNumbers",
- "type": "textfield",
- "input": true,
- "label": "Provide the authorization numbers under the Environmental Management Act for any air, effluent and soil discharges to the environment for treatment works located at the site.",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e5hkx2c"
- }
- ],
"errorLabel": "",
- "persistent": false,
+ "persistent": true,
"properties": {},
+ "spellcheck": true,
"validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
+ "clearOnHide": true,
"conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
+ "eq": "",
+ "show": null,
+ "when": null
},
"customClass": "",
"description": "",
+ "inputFormat": "plain",
"placeholder": "",
"defaultValue": null,
"dataGridLabel": false,
@@ -12841,34 +10044,34 @@
"showWordCount": false,
"calculateValue": "",
"calculateServer": false,
- "customConditional": "",
"allowMultipleMasks": false,
"customDefaultValue": "",
"allowCalculateOverride": false,
"addons": [],
- "lazyLoad": false
- },
- {
- "id": "ew7h69x",
- "key": "AdditionalComments",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 14 - Additional Comments",
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "esor906000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "maximumConcentration",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Maximum concentration",
"hidden": false,
"prefix": "",
"suffix": "",
"unique": false,
- "widget": null,
+ "widget": {
+ "type": "input"
+ },
"dbIndex": false,
"overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
"tooltip": "",
"disabled": false,
@@ -12876,123 +10079,40 @@
"redrawOn": "",
"tabindex": "",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
},
"autofocus": false,
- "collapsed": false,
"encrypted": false,
"hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
"modalEdit": false,
"protected": false,
"refreshOn": "",
"tableView": false,
"attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e3it72f",
- "key": "typeNAIfNotNeeded",
- "mask": false,
- "rows": 3,
- "type": "textarea",
- "input": true,
- "label": "Comments",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": false,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
"errorLabel": "",
- "persistent": false,
+ "persistent": true,
"properties": {},
+ "spellcheck": true,
"validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
+ "clearOnHide": true,
"conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
+ "eq": "",
+ "show": null,
+ "when": null
},
"customClass": "",
"description": "",
+ "inputFormat": "plain",
"placeholder": "",
"defaultValue": null,
"dataGridLabel": false,
@@ -13001,34 +10121,699 @@
"showWordCount": false,
"calculateValue": "",
"calculateServer": false,
- "customConditional": "",
"allowMultipleMasks": false,
"customDefaultValue": "",
"allowCalculateOverride": false,
"addons": [],
- "lazyLoad": false
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants9"
+ },
+ "customClass": "",
+ "description": "",
+ "layoutFixed": false,
+ "placeholder": "",
+ "defaultValue": [
+ {
+ "contaminant": "",
+ "maximumConcentration": ""
+ }
+ ],
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "enableRowGroups": false,
+ "customConditional": "",
+ "addAnotherPosition": "bottom",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "conditionalAddButton": "",
+ "allowCalculateOverride": false,
+ "disableAddingRemovingRows": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "e739arj",
+ "key": "wasTheWaterInvestigatedFollowingRequirementsAndGuidanceUnderTheAct1",
+ "type": "radio",
+ "input": true,
+ "label": "Was the water investigated following requirements and guidance under the Environmental Management Act?",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants9"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "key": "waterRemediationStrategy",
+ "type": "radio",
+ "input": true,
+ "label": "Water remediation strategy:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Pumping and Disposal",
+ "value": "pumpingAndDisposal",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "notApplicable",
+ "show": false,
+ "when": "theFollowingContaminants9"
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6mm0qb"
+ },
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite1",
+ "type": "textfield",
+ "input": true,
+ "label": "Include volume and intended treatment and/or disposal location for contaminated water if managed away from the site",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "pumpingAndDisposal",
+ "show": true,
+ "when": "waterRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eb241v"
+ },
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite4",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "waterRemediationStrategy"
},
- {
- "id": "e1a3i2",
- "key": "signature",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 15 - Signature",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e2vhj7"
+ },
+ {
+ "key": "remediationStandardsUsed9",
+ "type": "radio",
+ "input": true,
+ "label": "Remediation Standards Used:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Numerical",
+ "value": "numerical",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ },
+ {
+ "label": "Both",
+ "value": "both",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "notApplicable",
+ "show": false,
+ "when": "theFollowingContaminants9"
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eluu4yh"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "e0i7y05",
+ "key": "SedimentInvestigationsAndRemediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 10 - Sediment Investigations and Remediation",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "ep03h5a",
+ "key": "theFollowingContaminants10",
+ "type": "radio",
+ "input": true,
+ "label": "The following contaminants:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Were Found",
+ "value": "wereFound",
+ "shortcut": ""
+ },
+ {
+ "label": "Are Suspected",
+ "value": "areSuspected",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "eb2no2i",
+ "key": "contaminants10",
+ "tags": [],
+ "tree": true,
+ "type": "datagrid",
+ "input": true,
+ "label": "List contaminants and maximum concentrations, if known, in SEDIMENT",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "reorder": false,
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "initEmpty": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "addAnother": "",
+ "attributes": {},
+ "components": [
+ {
+ "id": "ej0y41000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "contaminant",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Contaminant",
"hidden": false,
"prefix": "",
"suffix": "",
"unique": false,
- "widget": null,
+ "widget": {
+ "type": "input"
+ },
"dbIndex": false,
"overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
"tooltip": "",
"disabled": false,
@@ -13036,491 +10821,40 @@
"redrawOn": "",
"tabindex": "",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
},
"autofocus": false,
- "collapsed": false,
"encrypted": false,
"hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
"modalEdit": false,
"protected": false,
"refreshOn": "",
"tableView": false,
"attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e4vknxg",
- "key": "iConfirmThatTheAboveInformationIsTrueBasedOnMyKnowledgeAsOfTheDateThisNotificationFormWasCompleted",
- "name": "",
- "type": "checkbox",
- "input": true,
- "label": "I confirm that the above information is true based on my knowledge as of the date this notification form was completed.",
- "value": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "checkbox",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": true,
- "labelPosition": "right",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "eniu5c",
- "key": "simplecols2",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "egytr2",
- "key": "signature1",
- "tags": [],
- "type": "signature",
- "input": true,
- "label": "Signature",
- "logic": [],
- "width": "100%",
- "footer": "Sign above",
- "height": "150px",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "maxWidth": "2.5",
- "minWidth": "0.5",
- "multiple": false,
- "penColor": "black",
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "backgroundColor": "rgb(245,245,235)",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "keepOverlayRatio": true
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "eqwe8x8",
- "key": "fullName",
- "case": "",
- "mask": false,
- "tags": [],
- "type": "textfield",
- "input": true,
- "label": "Full Name",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "autocomplete": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "eh87emb",
- "key": "signaturedate",
- "type": "datetime",
- "input": true,
- "label": "Date Completed",
- "format": "yyyy-MM-dd",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "timezone": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "allowInput": true,
- "attributes": {},
- "datePicker": {
- "maxDate": null,
- "maxMode": "year",
- "minDate": null,
- "minMode": "day",
- "initDate": "",
- "yearRows": 4,
- "showWeeks": true,
- "startingDay": 0,
- "yearColumns": 5,
- "disableWeekdays": false,
- "disableWeekends": false
- },
- "enableDate": true,
- "enableTime": false,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "timePicker": {
- "hourStep": 1,
- "arrowkeys": true,
- "minuteStep": 1,
- "mousewheel": true,
- "showMeridian": true,
- "readonlyInput": false
- },
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "defaultDate": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "customOptions": {},
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "datepickerMode": "day",
- "calculateServer": false,
- "shortcutButtons": [],
- "customConditional": "",
- "displayInTimezone": "viewer",
- "useLocaleSettings": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- }
- ],
"errorLabel": "",
- "persistent": false,
+ "persistent": true,
"properties": {},
+ "spellcheck": true,
"validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
+ "clearOnHide": true,
"conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
+ "eq": "",
+ "show": null,
+ "when": null
},
"customClass": "",
"description": "",
+ "inputFormat": "plain",
"placeholder": "",
"defaultValue": null,
"dataGridLabel": false,
@@ -13529,381 +10863,3037 @@
"showWordCount": false,
"calculateValue": "",
"calculateServer": false,
- "customConditional": "",
"allowMultipleMasks": false,
"customDefaultValue": "",
"allowCalculateOverride": false,
"addons": [],
- "lazyLoad": false
- },
- {
- "label": "Submit",
- "action": "submit",
- "showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "submit",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "button",
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "e8qg9fh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "maximumConcentration",
+ "mask": false,
+ "type": "textfield",
"input": true,
- "placeholder": "",
+ "label": "Maximum concentration",
+ "hidden": false,
"prefix": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": true,
- "labelPosition": "top",
- "errorLabel": "",
- "hideLabel": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
"widget": {
- "type": "input"
+ "type": "input"
},
- "validateOn": "change",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
"validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
},
- "allowCalculateOverride": false,
+ "autofocus": false,
"encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ed6alph"
- },
- {
- "label": "applicationId",
- "customClass": "",
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
"modalEdit": false,
- "persistent": true,
"protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationId",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
"refreshOn": "",
"tableView": false,
- "labelPosition": "top",
- "Description": "",
+ "attributes": {},
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
"validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
+ "clearOnHide": true,
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ "eq": "",
+ "show": null,
+ "when": null
},
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "em1y8gd",
- "defaultValue": "",
- "dataGridLabel": false,
- "description": "",
- "addons": []
- },
- {
- "label": "applicationStatus",
"customClass": "",
- "modalEdit": false,
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
"defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
"calculateValue": "",
"calculateServer": false,
- "key": "applicationStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants10"
+ },
+ "customClass": "",
+ "description": "",
+ "layoutFixed": false,
+ "placeholder": "",
+ "defaultValue": [
+ {
+ "contaminant": "",
+ "maximumConcentration": ""
+ }
+ ],
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "enableRowGroups": false,
+ "customConditional": "",
+ "addAnotherPosition": "bottom",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "conditionalAddButton": "",
+ "allowCalculateOverride": false,
+ "disableAddingRemovingRows": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "eratb3p",
+ "key": "wasThesedimentInvestigatedFollowingRequirementsAndGuidanceUnderTheAct2",
+ "type": "radio",
+ "input": true,
+ "label": "Was the sediment investigated following requirements and guidance under the Environmental Management Act?",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants10"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "esomepq",
+ "key": "sedimentRemediationStrategy",
+ "type": "radio",
+ "input": true,
+ "label": "Sediment remediation strategy:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Excavation and Disposal",
+ "value": "excavationAndDisposal",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants10"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite2",
+ "type": "textfield",
+ "input": true,
+ "label": "Include volume and intended treatment and/or disposal location for contaminated sediments if managed away from the site",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "excavationAndDisposal",
+ "show": true,
+ "when": "sedimentRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eo1q6v"
+ },
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite5",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "sedimentRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eiociql"
+ },
+ {
+ "id": "eg57j2r",
+ "key": "remediationStandardsUsed10",
+ "type": "radio",
+ "input": true,
+ "label": "Remediation Standards Used:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Numerical",
+ "value": "numerical",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ },
+ {
+ "label": "Both",
+ "value": "both",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants10"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "ee4huxs",
+ "key": "VapourInvestigationsAndRemediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 11 - Vapour Investigations and Remediation",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "eu3j13",
+ "key": "theFollowingContaminants11",
+ "type": "radio",
+ "input": true,
+ "label": "The following contaminants:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Were Found",
+ "value": "wereFound",
+ "shortcut": ""
+ },
+ {
+ "label": "Are Suspected",
+ "value": "areSuspected",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "edm55v8",
+ "key": "contaminants11",
+ "tags": [],
+ "tree": true,
+ "type": "datagrid",
+ "input": true,
+ "label": "List contaminants and maximum concentrations, if known, in VAPOUR",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "reorder": false,
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "initEmpty": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "addAnother": "",
+ "attributes": {},
+ "components": [
+ {
+ "id": "eevqmo900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "contaminant",
+ "mask": false,
+ "type": "textfield",
"input": true,
- "tableView": false,
- "placeholder": "",
+ "label": "Contaminant",
+ "hidden": false,
"prefix": "",
"suffix": "",
- "multiple": false,
"unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "Description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ "type": "input"
},
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "e6z1qd9",
- "description": "",
- "addons": []
- },
- {
- "label": "bundleStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
"dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "bundleStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
"overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
+ "tooltip": "",
+ "disabled": false,
"multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
"refreshOn": "",
"tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
+ "attributes": {},
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
"validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
+ "clearOnHide": true,
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ "eq": "",
+ "show": null,
+ "when": null
},
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ev2sqr"
- },
- {
- "label": "nirStatus",
"customClass": "",
- "modalEdit": false,
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
"defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
"calculateValue": "",
"calculateServer": false,
- "key": "nirStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "et223l300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "maximumConcentration",
+ "mask": false,
+ "type": "textfield",
"input": true,
- "placeholder": "",
+ "label": "Maximum concentration",
+ "hidden": false,
"prefix": "",
"suffix": "",
- "multiple": false,
"unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"widget": {
- "type": "input"
+ "type": "input"
},
- "validateOn": "change",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
"validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
},
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ "eq": "",
+ "show": null,
+ "when": null
},
- "allowCalculateOverride": false,
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
"showCharCount": false,
"showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
"allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
"addons": [],
- "inputType": "hidden",
- "id": "e3jf7wss"
- }
- ]
- }
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants11"
+ },
+ "customClass": "",
+ "description": "",
+ "layoutFixed": false,
+ "placeholder": "",
+ "defaultValue": [
+ {
+ "contaminant": "",
+ "maximumConcentration": ""
+ }
+ ],
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "enableRowGroups": false,
+ "customConditional": "",
+ "addAnotherPosition": "bottom",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "conditionalAddButton": "",
+ "allowCalculateOverride": false,
+ "disableAddingRemovingRows": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "eivuusm",
+ "key": "wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct3",
+ "type": "radio",
+ "input": true,
+ "label": "Was the vapour investigated following requirements and guidance under the Environmental Management Act?",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants11"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "ev8otx",
+ "key": "vapourRemediationStrategy",
+ "type": "radio",
+ "input": true,
+ "label": "Vapour remediation strategy:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Excavation and Disposal",
+ "value": "excavationAndDisposal",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants11"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite3",
+ "type": "textfield",
+ "input": true,
+ "label": "Include volume and intended treatment and/or disposal location for contaminated soil or water if managed away from the site",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "excavationAndDisposal",
+ "show": true,
+ "when": "vapourRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "efhyv89"
+ },
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite6",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "vapourRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "evgmox"
+ },
+ {
+ "id": "e39rjyl",
+ "key": "remediationStandardsUsed11",
+ "type": "radio",
+ "input": true,
+ "label": "Remediation Standards Used:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Numerical",
+ "value": "numerical",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ },
+ {
+ "label": "Both",
+ "value": "both",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants11"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "ejhb5xq",
+ "key": "reasonforremediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 12 - Reason for Remediation",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "emtykvm",
+ "key": "reasonforremediationradioGroup",
+ "type": "radio",
+ "input": true,
+ "label": "Radio Group",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Construction",
+ "value": "construction",
+ "shortcut": ""
+ },
+ {
+ "label": "Demolition",
+ "value": "demolition",
+ "shortcut": ""
+ },
+ {
+ "label": "Upgrade",
+ "value": "upgrade",
+ "shortcut": ""
+ },
+ {
+ "label": "Other (describe):",
+ "value": "otherDescribe",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "label": "Please describe: ",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": true,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": true,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "otherdescription",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "reasonforremediationradioGroup",
+ "eq": "otherDescribe",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "keyModified": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "eyu00qe",
+ "defaultValue": ""
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "e270lp5",
+ "key": "AuthorizationsForDischargesToTheEnvironment",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 13 - Authorizations for Discharges to the Environment",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "key": "simplecontent1",
+ "html": "In situ treatment of contaminants may generate substances which could be deemed a waste requiring a discharge authorization, even though there is no end-of-the-pipe from the site. Contravention of the requirements for an authorization is an offense and may be subject to penalties.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eqzqbxb"
+ },
+ {
+ "label": "Did or does a discharge associated with the remediation require an authorization under the Environmental Management Act?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Don't Know",
+ "value": "dontKnow",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e79eyy8",
+ "defaultValue": ""
+ },
+ {
+ "key": "authorizationNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Provide the authorization numbers under the Environmental Management Act for any air, effluent and soil discharges to the environment for treatment works located at the site.",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5hkx2c"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "ew7h69x",
+ "key": "AdditionalComments",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 14 - Additional Comments",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e3it72f",
+ "key": "typeNAIfNotNeeded",
+ "mask": false,
+ "rows": 3,
+ "type": "textarea",
+ "input": true,
+ "label": "Comments",
+ "editor": "",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "wysiwyg": false,
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "maxWords": "",
+ "minWords": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "fixedSize": true,
+ "hideLabel": true,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "autoExpand": false,
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "e1a3i2",
+ "key": "signature",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 15 - Signature",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e4vknxg",
+ "key": "iConfirmThatTheAboveInformationIsTrueBasedOnMyKnowledgeAsOfTheDateThisNotificationFormWasCompleted",
+ "name": "",
+ "type": "checkbox",
+ "input": true,
+ "label": "I confirm that the above information is true based on my knowledge as of the date this notification form was completed.",
+ "value": "",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "checkbox",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "eniu5c",
+ "key": "simplecols2",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "egytr2",
+ "key": "signature1",
+ "tags": [],
+ "type": "signature",
+ "input": true,
+ "label": "Signature",
+ "logic": [],
+ "width": "100%",
+ "footer": "Sign above",
+ "height": "150px",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "maxWidth": "2.5",
+ "minWidth": "0.5",
+ "multiple": false,
+ "penColor": "black",
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "backgroundColor": "rgb(245,245,235)",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "keepOverlayRatio": true
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "eqwe8x8",
+ "key": "fullName",
+ "case": "",
+ "mask": false,
+ "tags": [],
+ "type": "textfield",
+ "input": true,
+ "label": "Full Name",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "autocomplete": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "eh87emb",
+ "key": "signaturedate",
+ "type": "datetime",
+ "input": true,
+ "label": "Date Completed",
+ "format": "yyyy-MM-dd",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "timezone": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "allowInput": true,
+ "attributes": {},
+ "datePicker": {
+ "maxDate": null,
+ "maxMode": "year",
+ "minDate": null,
+ "minMode": "day",
+ "initDate": "",
+ "yearRows": 4,
+ "showWeeks": true,
+ "startingDay": 0,
+ "yearColumns": 5,
+ "disableWeekdays": false,
+ "disableWeekends": false
+ },
+ "enableDate": true,
+ "enableTime": false,
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "timePicker": {
+ "hourStep": 1,
+ "arrowkeys": true,
+ "minuteStep": 1,
+ "mousewheel": true,
+ "showMeridian": true,
+ "readonlyInput": false
+ },
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "defaultDate": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "customOptions": {},
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "datepickerMode": "day",
+ "calculateServer": false,
+ "shortcutButtons": [],
+ "customConditional": "",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": []
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "label": "Submit",
+ "action": "submit",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submit",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ed6alph"
+ },
+ {
+ "label": "applicationId",
+ "customClass": "",
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationId",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "em1y8gd",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "description": "",
+ "addons": []
+ },
+ {
+ "label": "applicationStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "e6z1qd9",
+ "description": "",
+ "addons": []
+ },
+ {
+ "label": "bundleStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "bundleStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ev2sqr"
+ },
+ {
+ "label": "nirStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "nirStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "e3jf7wss"
+ }
+ ]
+ }
]
-}
\ No newline at end of file
+ }
\ No newline at end of file
From 17224deb773034add04ded67f355bde9503e4faf Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Thu, 11 Jan 2024 22:27:44 -0800
Subject: [PATCH 17/88] changes for cssa,sosc,srcr bundle
---
...nated Sites Services Application Form.json | 131 +-
.../bundling/Summary of Site Condition.json | 255 +-
.../subProcess/CSSABundleWorklow.bpmn | 3718 ++++++++++++-----
3 files changed, 2781 insertions(+), 1323 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index f576da69..da8dd1a8 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -253,13 +253,13 @@
"customClass": "",
"collapsible": false,
"hidden": false,
- "hideLabel": true,
+ "hideLabel": false,
"disabled": false,
"modalEdit": false,
"key": "reviewerActions",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)) {\r\n show = false;\r\n } else {\r\n show = true;\r\n }\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{ \r\n \tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = false;\r\n\t} //else if (isSoscAvailable) {\r\n\t\t//show = true;\r\n\t//}\r\n\telse {\r\n\t\tshow = true;\r\n\t}\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -363,7 +363,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "e9qfuxd"
+ "id": "eqyxmwr"
}
],
"offset": 0,
@@ -379,35 +379,60 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "nextReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\r\n(data.bundleStatus === 'cssaMgrAccepted' || \r\ndata.bundleStatus === 'cssaCaseworkerAccepted')) {\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")){\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" && data.bundleStatus === 'cssaMgrAccepted')||\r\n\tdata.bundleStatus === 'cssaCaseworkerAccepted')\r\n show = false;\r\n\telse\r\n\t\tshow = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -415,7 +440,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -425,32 +449,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "ec6q7r7"
+ "id": "el86edn"
},
{
"label": "Approved",
@@ -527,7 +532,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "eirbfbl"
+ "id": "ey7r8g"
}
],
"width": 3,
@@ -615,7 +620,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "e62fesg"
+ "id": "ex7hwfv"
}
],
"size": "md",
@@ -702,7 +707,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "exrh1gr"
+ "id": "e941aai"
}
],
"size": "md",
@@ -777,7 +782,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "e8xg9k"
+ "id": "ephbiq8"
}
],
"keyModified": true,
@@ -819,7 +824,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e8doj05"
+ "id": "e5jna9b"
},
{
"title": "Site Owner Actions",
@@ -1096,7 +1101,7 @@
"key": "cssaBundleActions",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data----', data);\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !isSoscAvailable){\r\n \tshow = true;\r\n } else {\r\n\t show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -1200,7 +1205,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "e1zfbv"
+ "id": "eig5rj"
}
],
"width": 3,
@@ -1288,7 +1293,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "e90eyla"
+ "id": "esfmnmr"
},
{
"label": "Approved",
@@ -1365,7 +1370,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "e4fgawi"
+ "id": "es0z0ho"
}
],
"width": 3,
@@ -1452,7 +1457,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "e8zdnv"
+ "id": "e9t69r"
}
],
"size": "md",
@@ -1539,7 +1544,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "ep79en"
+ "id": "ehihlij"
}
],
"size": "md",
@@ -1614,7 +1619,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "ease9o"
+ "id": "eug3kcu"
}
],
"keyModified": true,
@@ -1656,7 +1661,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e5buvt8"
+ "id": "e4m2qxa"
},
{
"title": "Assign Reviewers",
@@ -1671,7 +1676,7 @@
"key": "cssaReviewerAssignment",
"tags": [],
"properties": {},
- "customConditional": " if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)){\r\n const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n const roles = UserDetails[\"role\"];\r\n \r\n if(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n\tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = true;\r\n\t} else {\r\n\t\tshow = false;\r\n\t}\r\n \r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -1822,7 +1827,7 @@
},
"customOptions": {},
"useExactSearch": false,
- "id": "eqxkye5"
+ "id": "ev4a8pp"
}
],
"width": 4,
@@ -1956,7 +1961,7 @@
},
"customOptions": {},
"useExactSearch": false,
- "id": "e07511"
+ "id": "eiywczv"
}
],
"width": 4,
@@ -2040,7 +2045,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "e8nu0j"
+ "id": "eunccow"
}
],
"keyModified": true,
@@ -2082,7 +2087,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehkc0ga"
+ "id": "eleuwbv"
},
{
"label": "Notes",
@@ -7662,7 +7667,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv000000000000000000000000000000000000000000000000000"
+ "id": "ehmz9lv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9305,7 +9310,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm000000000000000000000000000000000000000000000000000",
+ "id": "ewhx8sm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18473,7 +18478,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva88000000000000000000000000000000000000000000000000000",
+ "id": "elva88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18553,7 +18558,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu000000000000000000000000000000000000000000000000000",
+ "id": "ey48nu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18928,7 +18933,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n000000000000000000000000000000000000000000000000000",
+ "id": "eyxe45n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19021,7 +19026,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf000000000000000000000000000000000000000000000000000",
+ "id": "efdcvf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19235,7 +19240,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g000000000000000000000000000000000000000000000000000",
+ "id": "emf4u7g000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20287,7 +20292,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe9000000000000000000000000000000000000000000000000000",
+ "id": "ev43oe9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20367,7 +20372,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l000000000000000000000000000000000000000000000000000",
+ "id": "eb3d0l000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20742,7 +20747,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu000000000000000000000000000000000000000000000000000",
+ "id": "eyv4fcu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20835,7 +20840,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub000000000000000000000000000000000000000000000000000",
+ "id": "ecgeub000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21049,7 +21054,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh000000000000000000000000000000000000000000000000000",
+ "id": "eguyyh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index bd9915af..bdb7b5df 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -56,35 +56,60 @@
"label": "Previous Reviewer",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "sendToPreviousReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.soscBundleStatus === \"cssaCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.soscBundleStatus === \"soscCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -92,7 +117,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -102,32 +126,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "ep88zv3q"
+ "id": "et6hmui"
}
],
"width": 3,
@@ -143,36 +148,61 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "sendToNextReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\n(data.bundleStatus === 'cssaMgrAccepted' || \ndata.bundleStatus === 'cssaCaseworkerAccepted')) {\n show = true;\n}\nelse\n{\n show = false;\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")) {\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" && data.bundleStatus === 'cssaMgrAccepted')||\r\n\tdata.soscBundleStatus === 'soscCaseworkerAccepted')\r\n \t \tshow = false;\r\n\telse\r\n\t\tshow = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
"input": true,
"keyModified": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -180,7 +210,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -190,66 +219,72 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "erjytr5"
+ "id": "ejbnyn7"
},
{
"label": "Approved",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "approve",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")&&\r\ndata.soscBundleStatus !== 'cssaMgrAccepted') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")){\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" &&\r\ndata.bundleStatus === 'cssaMgrAccepted') || data.soscBundleStatus === 'soscCaseworkerAccepted') \r\n \t\tshow = true;\t\r\n\telse\r\n\t\tshow = false;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -257,7 +292,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -267,32 +301,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eoohof"
+ "id": "eajutmg"
}
],
"width": 3,
@@ -9318,7 +9333,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10358,7 +10373,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10890,7 +10905,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10989,7 +11004,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12437,7 +12452,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13470,7 +13485,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14069,7 +14084,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14113,7 +14128,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15062,7 +15077,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22604,7 +22619,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23401,7 +23416,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24010,7 +24025,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24540,7 +24555,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25311,7 +25326,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29385,7 +29400,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30320,7 +30335,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30940,7 +30955,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31560,7 +31575,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32180,7 +32195,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32800,7 +32815,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33506,7 +33521,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34247,7 +34262,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38200,7 +38215,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38706,7 +38721,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39025,7 +39040,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39344,7 +39359,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39663,7 +39678,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41774,7 +41789,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42571,7 +42586,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43479,7 +43494,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index c8f6f025..17930688 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -5,12 +5,31 @@
-
- Gateway_1lfy3cm
- Activity_1qnqtak
- Gateway_1chdumm
- Activity_0vo5rls
- Gateway_0w0koaj
+
+ Gateway_17raw62
+ Activity_15772wo
+ Gateway_08cgufe
+ StartEvent_1
+ Activity_0k6ixqm
+ Activity_1ozfgid
+ Activity_1v5ffpw
+ Gateway_1qqphxe
+ Activity_0a9pnut
+
+
+ Activity_1uc1xs1
+ Gateway_04o747e
+
+
+ Activity_08ykdar
+ Gateway_0oobb3z
+ Gateway_1gzq005
+ Activity_1os7sys
+ Event_0bwdoce
+
+
+ Activity_1ao3zkj
+ Gateway_15p5urd
Gateway_1m36jwe
@@ -20,47 +39,33 @@
Activity_1bsz2qm
Activity_1hs3dja
Gateway_1lbpcug
- Event_1n5addo
- Activity_1bhbq4y
+ Gateway_1xrj5sn
Gateway_1l4bqor
Activity_0kxdigs
Gateway_0pty1fn
Gateway_0o9l3lp
- Activity_07ttn7q
- Activity_12e3zvm
Activity_0q362ss
Gateway_0uf75ow
+ Event_1n5addo
Gateway_0vp590v
- Activity_1wrcu91
- Activity_0r75nsw
Gateway_0qemi54
Event_0sdygwc
+ Activity_1bhbq4y
+ Activity_07ttn7q
+ Activity_12e3zvm
+ Activity_1wrcu91
+ Activity_0r75nsw
+ Activity_0baoxlp
+ Activity_1d2xuv3
+ Gateway_06gmmov
-
- Activity_1ao3zkj
- Gateway_15p5urd
-
-
- Activity_08ykdar
- Gateway_0oobb3z
- Gateway_1gzq005
- Activity_1os7sys
- Event_0bwdoce
-
-
- Activity_1uc1xs1
- Gateway_04o747e
-
-
- Gateway_17raw62
- Activity_15772wo
- Gateway_08cgufe
- StartEvent_1
- Activity_0k6ixqm
- Activity_1ozfgid
- Activity_1v5ffpw
- Gateway_1qqphxe
- Activity_0a9pnut
+
+ Gateway_1lfy3cm
+ Activity_1qnqtak
+ Gateway_1chdumm
+ Gateway_1l0ehcm
+ Activity_0vo5rls
+ Gateway_0w0koaj
@@ -201,6 +206,16 @@ task.execution.setVariable('userRole','Statutory Decision Maker');Flow_07eueok
Flow_0aabyhy
+
+ Flow_0drs8s9
+ Flow_0g9jpvb
+ Flow_118thnc
+
+
+ Flow_118thnc
+ Flow_1b7b7vp
+ Flow_1r9sgs4
+
Flow_1u3s5mj
Flow_1phkhb3
@@ -865,14 +880,9 @@ execution.setVariable('formName','Contaminated Sites Services Application Form')
var sosc = execution.getVariable('SoSC');
var certificationdocumentradioGroup = execution.getVariable('certificationdocumentradioGroup');
-var isSoscAvailable = false;
+var isSoscAvailable = sosc || (certificationdocumentradioGroup ? certificationdocumentradioGroup.determinationOfContaminatedSite
+|| certificationdocumentradioGroup.approvalInPrinciple || certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;
-if (sosc || certificationdocumentradioGroup.determinationOfContaminatedSite || certificationdocumentradioGroup.approvalInPrinciple || certificationdocumentradioGroup.certificateOfCompliance)
-{
- isSoscAvailable = true;
-} else {
- isSoscAvailable = false;
-}
execution.setVariable('isSoscAvailable',isSoscAvailable);
@@ -981,6 +991,7 @@ task.execution.setVariable('userRole','CSSA Team');
Flow_07eueok
Flow_1nowy63
Flow_1l5jf46
+ Flow_17uy5we
Flow_0n61nyr
@@ -1641,278 +1652,19 @@ execution.setVariable('requestType', 'SoSC');
-
-
-
-
-
- execution.setVariable('bundleStatus', "cssaMgrAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
- ${riskclassification == 'exempt'}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${riskclassification != 'exempt'}
-
-
-
-
-
-
-
-
- execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
-
-
-
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
-
-
- ${applicationStatus== 'Resubmitted' and isSdm== true}
-
-
- ${isSentFromSociety == true}
-
-
-
-
- execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
- ${applicationStatus== 'Resubmitted' and isCaseworker== true}
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
-
-
-
- execution.setVariable('isSdm',true);
-
-
- ${action == 'Returned'}
-
-
- ${action == 'Recheck' and isSentFromSociety == true}
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
- execution.setVariable('bundleStatus', "cssaTeamAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
- ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
-
-
- ${applicationStatus== 'Resubmitted' and isSociety== true}
-
-
- ${applicationStatus== 'Resubmitted' and isAp== true}
-
-
- ${applicationStatus!= 'Resubmitted'}
-
-
-
- ${applicationStatus== 'Signed'}
-
-
- ${owneroperatorradioGroup=='sameAsApplicant'}
-
-
-
- ${typeOfReview!= 'directToMinistryApplication'}
-
-
- ${action == 'Recheck'}
-
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
+
-
- var system = java.lang.System;
-execution.setVariable('isSentFromSociety',false);
-system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
-
-
- ${typeOfReview== 'directToMinistryApplication'}
-
-
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCaseworker',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isCssaTeam',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isAp',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isSociety',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- var system = java.lang.System;
-system.out.println ("site owner flow");
-
-
- ${owneroperatorradioGroup=='different'}
-
-
-
- ${action == 'Accepted'}
-
-
-
-
-
-
- ${action == 'Rejected'}
-
-
-
-
-
-
-
-
-
-
-
-
-
- cssa_updated
-
+
+
+ cssa_updated
+
Flow_1i04zkp
Flow_17tf2x2
Flow_0jxnrvm
- Flow_0drs8s9
+ Flow_0g9jpvb
Flow_1kyum71
Flow_1u3s5mj
Flow_0nkb4yt
@@ -1925,17 +1677,11 @@ system.out.println ("site owner flow");
Flow_131saby
Flow_1azn5ag
-
- ${isSoscAvailable==false}
-
Flow_1azn5ag
Flow_04qadhc
Flow_02nvps4
-
- ${isSoscAvailable==true}
-
Flow_04qadhc
Flow_01v1a0f
@@ -2252,7 +1998,6 @@ execution.setVariable('requestType', 'CSSA');
-
Flow_02nvps4
Flow_147keeo
@@ -2569,1766 +2314,3459 @@ execution.setVariable('requestType', 'SoSC');
-
Flow_01v1a0f
Flow_147keeo
Flow_1l5jf46
-
-
-
-
-
- execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
-
-
-
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
-
Flow_0n61nyr
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ Flow_1b7b7vp
+ Flow_1j9qdt7
+
+ Flow_01dljge
+ Flow_1inicnb
+ Flow_00llqqu
+ Flow_10vct33
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+ Flow_10vct33
+ Flow_1orl3n2
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0y6yjq4
+ Flow_1inicnb
+
+
+ Flow_0gcxxyc
+ Flow_0y6yjq4
+ Flow_1x8qn14
+ Flow_18f4dcj
+
+
+ Flow_1x8qn14
+ Flow_1huo0lg
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"cssa");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+
+
+
+ Flow_1385q2s
+ Flow_0hla21j
+
+
+ Flow_1u5ar4j
+ Flow_01dljge
+ Flow_1huo0lg
+ Flow_08vhe64
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_08vhe64
+ Flow_0j3ub9c
+
+
+ Flow_15qwrqx
+
+
+ Flow_1mlkd5t
+ Flow_00llqqu
+ Flow_1385q2s
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_1ldt3wq
+ Flow_1gathh9
+ Flow_0vsb9eb
+
+
+ Flow_0hla21j
+ Flow_1u5ar4j
+ Flow_1ldt3wq
+
+
+ Flow_0vsb9eb
+
+
+ Flow_1orl3n2
+ Flow_0gcxxyc
+ Flow_1gathh9
+
+
+ Flow_18f4dcj
+ Flow_0j3ub9c
+ Flow_15qwrqx
+ Flow_1mlkd5t
+ var system = java.lang.System;
+system.out.println ("Begin CSSA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus"]
+
+
+
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCssaResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus"]
+
+
+
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCssaResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'CSSA');
+
+
+
+
+
+
+
+
+
+
+ Flow_1r9sgs4
+ Flow_1x22wup
+
+ Flow_03yoy3w
+ Flow_0il3vmv
+ Flow_05wlevd
+ Flow_0are22b
+ var system = java.lang.System;
+system.out.println ("Sent to Caseworker");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+
+ Flow_0are22b
+ Flow_07l3syo
+
+
+ Flow_0an51l4
+ Flow_1fu9yzy
+ Flow_1snhou2
+ Flow_1ndkwtp
+ Flow_1h0m3i7
+
+
+ Flow_1snhou2
+ Flow_0xfqt3y
+ Flow_1vdz37b
+ Flow_01epz2i
+ Flow_16pxdg9
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_16pxdg9
+ Flow_0ftakdr
+
+
+ Flow_1yzlrk5
+ Flow_1w63bha
+ Flow_1xo2d1y
+ Flow_0k8zbtn
+
+
+ Flow_1fu9yzy
+ Flow_1w63bha
+ Flow_057mgr6
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_1h0m3i7
+ Flow_0il3vmv
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_1xo2d1y
+ Flow_0xfqt3y
+
+
+ Flow_1quxcj1
+ Flow_05wlevd
+ Flow_1vdz37b
+
+
+ Flow_1ndkwtp
+ Flow_13fkd7i
+ Flow_18uiwvj
+ Flow_0qth6vy
+ Flow_1j7p3z3
+ Flow_10q9ixt
+ var system = java.lang.System;
+system.out.println ("Begin SRCR Flow - Sent To SRCO");
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_18uiwvj
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Site Risk Classification Officer');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_10q9ixt
+ Flow_1jv9mjo
+
+
+ Flow_099g99i
+ Flow_057mgr6
+ Flow_1m3u6g8
+ Flow_0ubwm3f
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_0ubwm3f
+ Flow_13fkd7i
+
+
+ Flow_1m3u6g8
+ Flow_01epz2i
+ Flow_1quxcj1
+
+
+ Flow_0k8zbtn
+ Flow_0qth6vy
+ Flow_06l4mcj
+
+
+ Flow_06l4mcj
+ Flow_03yoy3w
+ Flow_1j7p3z3
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_1f5nol9
+ Flow_07t1o4f
+ Flow_04demhb
+ Flow_1fnm4v9
+
+
+ Flow_1jv9mjo
+ Flow_099g99i
+ Flow_1f5nol9
+
+
+ Flow_07l3syo
+ Flow_0an51l4
+ Flow_07t1o4f
+
+
+ Flow_1fnm4v9
+
+
+ Flow_0ftakdr
+ Flow_1yzlrk5
+ Flow_04demhb
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+ ${siteRiskClassification != 'notHighRisk'}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Approved' or action == 'Rejected' }
+
+
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+ ${action == 'Recheck' }
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' }
+
+
+ ${siteRiskClassification == 'notHighRisk'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SRCR');
+
+
+
+
+
+
+
+
+
+ ${siteRiskClassification != 'notHighRisk' }
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+ ${siteRiskClassification == 'notHighRisk' }
+
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaMgrAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+ ${riskclassification == 'exempt'}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${riskclassification != 'exempt'}
+
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
+
+
+
+ if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+ ${applicationStatus== 'Resubmitted' and isSdm== true}
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+ ${applicationStatus== 'Resubmitted' and isCaseworker== true}
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+ ${isSoscAvailable==false}
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+
+
+ execution.setVariable('isSdm',true);
+
+
+ ${action == 'Returned'}
+
+
+ ${action == 'Recheck' and isSentFromSociety == true}
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+ ${isSoscAvailable==true}
+
+
+ ${isSoscAvailable==false}
+
+
+
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaTeamAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+ ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSociety== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isAp== true}
+
+
+ ${applicationStatus!= 'Resubmitted'}
+
+
+
+ ${applicationStatus== 'Signed'}
+
+
+ ${owneroperatorradioGroup=='sameAsApplicant'}
+
+
+
+ ${typeOfReview!= 'directToMinistryApplication'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ var system = java.lang.System;
+execution.setVariable('isSentFromSociety',false);
+system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
+
+
+ ${typeOfReview== 'directToMinistryApplication'}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCaseworker',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isCssaTeam',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isAp',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isSociety',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ var system = java.lang.System;
+system.out.println ("site owner flow");
+
+
+ ${owneroperatorradioGroup=='different'}
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+
+ ${action == 'Rejected'}
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
+
+
+
+ if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+
+
+
+
+
+
+
+ ${isSoscAvailable==true}
+
+
+
+
+
+
+ Flow_1j9qdt7
+ Flow_1x22wup
+ Flow_17uy5we
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
-
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
-
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
+
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
-
-
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
From d9c61926fb0f3483e3d2a04b1361e8f697cde1b1 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Fri, 12 Jan 2024 10:27:11 -0800
Subject: [PATCH 18/88] reduced the font size and added space for access denied
message
---
.../forms-flow-web/src/components/Denied/index.js | 4 ++--
.../forms-flow-web/src/components/Denied/pagenotfound.scss | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
index b137f4e3..9e05d062 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
@@ -9,7 +9,7 @@ const NotFound = React.memo(({ errorMessage, errorCode }) => {
{errorCode}
- {errorMessage}
+ {errorMessage}
@@ -20,7 +20,7 @@ const NotFound = React.memo(({ errorMessage, errorCode }) => {
});
NotFound.defaultProps = {
- errorMessage: "You do not have sufficient permissions to access this page. Please contact support " + SUPPORT_EMAIL + "for further clarification.",
+ errorMessage: "You do not have sufficient permissions to access this page. Please contact support " + SUPPORT_EMAIL + " for further clarification.",
errorCode: "403",
};
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss
index 06e7fd9d..bfd5efa1 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss
@@ -44,6 +44,11 @@ body {
vertical-align: top;
}
+.small-fontsize
+{
+ font-size: 25px !important;
+}
+
.circles .circle.small {
width: 140px;
height: 140px;
From 4cfe1a20ca1dc2f42fee1a85875041e102e1d326 Mon Sep 17 00:00:00 2001
From: jaise-aot
Date: Mon, 15 Jan 2024 10:04:54 -0800
Subject: [PATCH 19/88] jaas security for basic auth
---
etl/debezium-jdbc/Dockerfile | 4 +
etl/debezium-jdbc/connect.password | 1 +
etl/debezium-jdbc/connect_jaas.conf | 5 +
etl/docker-compose.yaml | 109 +++++++++---------
.../templates/etl/debezium-jdbc.deploy.yaml | 4 +-
5 files changed, 68 insertions(+), 55 deletions(-)
create mode 100644 etl/debezium-jdbc/connect.password
create mode 100644 etl/debezium-jdbc/connect_jaas.conf
diff --git a/etl/debezium-jdbc/Dockerfile b/etl/debezium-jdbc/Dockerfile
index 14ddecf2..850ec60b 100644
--- a/etl/debezium-jdbc/Dockerfile
+++ b/etl/debezium-jdbc/Dockerfile
@@ -25,6 +25,7 @@ RUN docker-maven-download central "$ORACLE_JDBC_REPO" "$ORACLE_JDBC_GROUP" "$ORA
# Fetch and deploy Kafka Connect JDBC
ENV KAFKA_CONNECT_JDBC_DIR=$KAFKA_CONNECT_PLUGINS_DIR/kafka-connect-jdbc
+ENV KAFKA_OPTS="-Djava.security.auth.login.config=/kafka/config/connect_jaas.conf"
RUN mkdir $KAFKA_CONNECT_JDBC_DIR
#RUN cd $KAFKA_CONNECT_JDBC_DIR && \
@@ -36,6 +37,9 @@ COPY InstallCert.class .
COPY "InstallCert\$SavingTrustManager.class" .
COPY connect-log4j.properties /kafka/config/
COPY log4j.properties /kafka/config/
+COPY connect_jaas.conf /kafka/config/
+COPY connect.password /kafka/config/
+#COPY connect-distributed.properties /kafka/config/
RUN java InstallCert --quiet "${ORACLE_DB_HOST}:${ORACLE_DB_PORT}"
RUN keytool -exportcert -alias "$ORACLE_DB_HOST-1" -keystore jssecacerts -storepass changeit -file oracle.cer
diff --git a/etl/debezium-jdbc/connect.password b/etl/debezium-jdbc/connect.password
new file mode 100644
index 00000000..1fcaba53
--- /dev/null
+++ b/etl/debezium-jdbc/connect.password
@@ -0,0 +1 @@
+admin: changeme
\ No newline at end of file
diff --git a/etl/debezium-jdbc/connect_jaas.conf b/etl/debezium-jdbc/connect_jaas.conf
new file mode 100644
index 00000000..08442fb8
--- /dev/null
+++ b/etl/debezium-jdbc/connect_jaas.conf
@@ -0,0 +1,5 @@
+KafkaConnect {
+ org.apache.kafka.connect.rest.basic.auth.extension.PropertyFileLoginModule required
+ debug="true"
+ file="/kafka/config/connect.password";
+};
\ No newline at end of file
diff --git a/etl/docker-compose.yaml b/etl/docker-compose.yaml
index e378896a..309d54f9 100644
--- a/etl/docker-compose.yaml
+++ b/etl/docker-compose.yaml
@@ -1,54 +1,55 @@
-version: '2'
-services:
- zookeeper:
- image: debezium/zookeeper:${DEBEZIUM_VERSION}
- ports:
- - 2181:2181
- - 2888:2888
- - 3888:3888
- kafka:
- image: debezium/kafka:${DEBEZIUM_VERSION}
- build:
- context: debezium-kafka
- ports:
- - 9092:9092
- links:
- - zookeeper
- environment:
- - ZOOKEEPER_CONNECT=zookeeper:2181
- postgis:
- image: postgres/postgis-debezium:15
- build:
- context: debezium-postgis/15-3.3
- ports:
- - "7432:5432"
- environment:
- - POSTGRES_USER=postgres
- - POSTGRES_PASSWORD=postgres
- - POSTGRES_DB=postgres
- volumes:
- - ./init.sql:/docker-entrypoint-initdb.d/init.sql
- connect:
- image: debezium/connect-with-oracle-jdbc:${DEBEZIUM_VERSION}
- build:
- context: debezium-jdbc
- args:
- DEBEZIUM_VERSION: ${DEBEZIUM_VERSION}
- ORACLE_JDBC_VERSION: ${ORACLE_JDBC_VERSION}
- ORACLE_JDBC_MD5: ${ORACLE_JDBC_MD5}
- KAFKA_JDBC_VERSION: ${KAFKA_JDBC_VERSION}
- ORACLE_DB_HOST: ${ORACLE_DB_HOST}
- ORACLE_DB_PORT: ${ORACLE_DB_PORT}
- ports:
- - 8083:8083
- links:
- - kafka
- - postgis
- environment:
- - BOOTSTRAP_SERVERS=kafka:9092
- - GROUP_ID=1
- - CONFIG_STORAGE_TOPIC=epd_connect_configs
- - OFFSET_STORAGE_TOPIC=epd_connect_offsets
- - STATUS_STORAGE_TOPIC=epd_connect_statuses
- - KAFKA_DEBUG=true
- - DEBUG_SUSPEND_FLAG=n
+version: '2'
+services:
+ zookeeper:
+ image: debezium/zookeeper:${DEBEZIUM_VERSION}
+ ports:
+ - 2181:2181
+ - 2888:2888
+ - 3888:3888
+ kafka:
+ image: debezium/kafka:${DEBEZIUM_VERSION}
+ build:
+ context: debezium-kafka
+ ports:
+ - 9092:9092
+ links:
+ - zookeeper
+ environment:
+ - ZOOKEEPER_CONNECT=zookeeper:2181
+ postgis:
+ image: postgres/postgis-debezium:15
+ build:
+ context: debezium-postgis/15-3.3
+ ports:
+ - "7432:5432"
+ environment:
+ - POSTGRES_USER=postgres
+ - POSTGRES_PASSWORD=postgres
+ - POSTGRES_DB=postgres
+ volumes:
+ - ./init.sql:/docker-entrypoint-initdb.d/init.sql
+ connect:
+ image: debezium/connect-with-oracle-jdbc:${DEBEZIUM_VERSION}
+ build:
+ context: debezium-jdbc
+ args:
+ DEBEZIUM_VERSION: ${DEBEZIUM_VERSION}
+ ORACLE_JDBC_VERSION: ${ORACLE_JDBC_VERSION}
+ ORACLE_JDBC_MD5: ${ORACLE_JDBC_MD5}
+ KAFKA_JDBC_VERSION: ${KAFKA_JDBC_VERSION}
+ ORACLE_DB_HOST: ${ORACLE_DB_HOST}
+ ORACLE_DB_PORT: ${ORACLE_DB_PORT}
+ ports:
+ - 8083:8083
+ links:
+ - kafka
+ - postgis
+ environment:
+ - BOOTSTRAP_SERVERS=kafka:9092
+ - GROUP_ID=1
+ - CONFIG_STORAGE_TOPIC=epd_connect_configs
+ - OFFSET_STORAGE_TOPIC=epd_connect_offsets
+ - STATUS_STORAGE_TOPIC=epd_connect_statuses
+ - KAFKA_DEBUG=false
+ - DEBUG_SUSPEND_FLAG=n
+ - CONNECT_REST_EXTENSION_CLASSES=org.apache.kafka.connect.rest.basic.auth.extension.BasicAuthSecurityRestExtension
diff --git a/openshift/templates/etl/debezium-jdbc.deploy.yaml b/openshift/templates/etl/debezium-jdbc.deploy.yaml
index a19e57fd..fec19deb 100644
--- a/openshift/templates/etl/debezium-jdbc.deploy.yaml
+++ b/openshift/templates/etl/debezium-jdbc.deploy.yaml
@@ -70,7 +70,9 @@ objects:
- name: KAFKA_DEBUG
value: "false"
- name: DEBUG_SUSPEND_FLAG
- value: "n"
+ value: "n"
+ - name: CONNECT_REST_EXTENSION_CLASSES
+ value: "org.apache.kafka.connect.rest.basic.auth.extension.BasicAuthSecurityRestExtension"
resources:
requests:
cpu: "150m"
From a007e4f677c35ecb97488cce5dfe6e9e90731a78 Mon Sep 17 00:00:00 2001
From: Eric Ribeiro
Date: Mon, 15 Jan 2024 11:06:45 -0800
Subject: [PATCH 20/88] feat: update schedule 2 items to match new document
---
.../epd-forms/Site Disclosure Statements.json | 25855 ++++++++--------
1 file changed, 12928 insertions(+), 12927 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Disclosure Statements.json b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
index 0f310cee..635a958d 100644
--- a/forms-flow-ai/epd-forms/Site Disclosure Statements.json
+++ b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
@@ -1,13317 +1,13318 @@
{
- "forms": [
+ "forms": [
+ {
+ "title": "Site Disclosure Statements",
+ "display": "form",
+ "type": "form",
+ "name": "sdsForm",
+ "path": "sdsform",
+ "tags": [
+ "common"
+ ],
+ "components": [
{
- "title": "Site Disclosure Statements",
- "display": "form",
- "type": "form",
- "name": "sdsForm",
- "path": "sdsform",
- "tags": [
- "common"
- ],
- "components": [
+ "label": "Text Area",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "textArea",
+ "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ekiu1wn"
+ },
+ {
+ "title": "Panel",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": true,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ei5w5up"
+ },
+ {
+ "label": "logicToDisableFieldsForReviewers",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}",
+ "calculateServer": false,
+ "key": "logicToDisableFieldsForReviewers",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "eyfcajc"
+ },
+ {
+ "label": "hiddenUserIdForFormSharing",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "hiddenUserIdForFormSharing",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "eayylog"
+ },
+ {
+ "label": "hiddenIsApprovingAuthority",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "var userDetails = localStorage.getItem(\"UserDetails\");\nvar roles;\nif(userDetails !== '' && userDetails !== null )\n{\nvar userObject = JSON.parse(userDetails);\n\n if(userObject.role.includes('formsflow-reviewer/lrs-approving-authority'))\n {\n value = 'yes';\n }\n else\n {\n value = 'no';\n }\n}\nelse\n{\n value = 'no'\n}",
+ "calculateServer": false,
+ "key": "hiddenIsApprovingAuthority",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "egcyybo"
+ },
+ {
+ "title": "Reviewer Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "formActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/lrs-approving-authority\")|| \r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") ) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
{
- "label": "Text Area",
- "autoExpand": false,
- "tableView": true,
- "key": "textArea",
- "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
- "type": "textarea",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
+ "components": [
+ {
+ "label": "Send to Approving Authority",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "sendToPreviousReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\") &&\r\n!(data.section5DeclarationsCheckboxDecommissioning ||\r\ndata.section5DeclarationsCheckboxCeasingOperations)) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
"type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "conditional": {
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ekiu1wn"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "ehc4spv"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
},
{
- "title": "Panel",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": true,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "panel1",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ "components": [
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "approve",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ei5w5up"
- },
- {
- "label": "logicToDisableFieldsForReviewers",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}",
- "calculateServer": false,
- "key": "logicToDisableFieldsForReviewers",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eond1ha"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "tableView": false,
+ "key": "sendToApplicant",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\") &&\r\n(data.section5DeclarationsCheckboxDecommissioning ||\r\ndata.section5DeclarationsCheckboxCeasingOperations)) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
"type": "input"
- },
- "validateOn": "change",
- "validate": {
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "eyfcajc"
- },
- {
- "label": "hiddenUserIdForFormSharing",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "hiddenUserIdForFormSharing",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "e6b3lxd"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejectForm",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
"type": "input"
- },
- "validateOn": "change",
- "validate": {
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "eayylog"
- },
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "esy7h5l"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ea92ei"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "emgjonl"
+ },
+ {
+ "title": "Site Owner Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "siteOwnerActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") && data.applicationStatus !== undefined && data.applicationStatus !== ''\r\n&& data.applicationStatus !== 'Resubmit') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
{
- "label": "hiddenIsApprovingAuthority",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "var userDetails = localStorage.getItem(\"UserDetails\");\nvar roles;\nif(userDetails !== '' && userDetails !== null )\n{\nvar userObject = JSON.parse(userDetails);\n\n if(userObject.role.includes('formsflow-reviewer/lrs-approving-authority'))\n {\n value = 'yes';\n }\n else\n {\n value = 'no';\n }\n}\nelse\n{\n value = 'no'\n}",
- "calculateServer": false,
- "key": "hiddenIsApprovingAuthority",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ "components": [
+ {
+ "label": "Send to Approving Authority",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submittoMinistry",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if(data.section5DeclarationsCheckboxDecommissioning ||\ndata.section5DeclarationsCheckboxCeasingOperations) {\n component.label = 'Send to Ministry';\n} else {\n component.label = 'Send to Approving Authority';\n}\ninstance.triggerRedraw();",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
+ },
+ "type": "button",
+ "custom": "if(data.Signature==='' || data.firstAndLastName==='' || data.datesigned==='' || data.radioGroup==='')\r\n{\r\n alert('Please complete the signature section before submitting!');\r\n \r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n \tconst submissionId = form._submission._id;\r\n\tconst formId = form._submission.form;\r\n\tconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\n\tconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n\tconst formio = new Formio(formDataReqUrl);\r\n\tformio.saveSubmission(formDataReqObj1).then( result => {\r\n\tform.emit('customEvent', {\r\n \ttype: \"actionComplete\", \r\n \t component: component,\r\n \tactionType: 'Signed'\r\n \t\t}); \r\n\t}).catch((error)=>{\r\n\t//Error callback on not Save\r\n\tform.emit('customEvent', {\r\n \ttype: \"actionError\", \r\n \tcomponent: component,\r\n \tactionType:'Signed'\r\n \t}); \r\n\t});\r\n }\r\n \r\n}\r\nelse\r\n{\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Signed'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Signed'\r\n }); \r\n});\r\n}",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
"type": "input"
- },
- "validateOn": "change",
- "validate": {
+ },
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "egcyybo"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e7diehb"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
},
{
- "title": "Reviewer Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "formActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/lrs-approving-authority\")|| \r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") ) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
- "conditional": {
- "json": "",
+ "components": [],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns2",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ek60lf1"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e9kmkmh"
+ },
+ {
+ "label": "Notes",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "openWhenEmpty": false,
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "templates": {
+ "header": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
+ "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
+ "row": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\t\t\r\n\t\t {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": ""
+ },
+ "rowClass": "",
+ "addAnother": "",
+ "modal": false,
+ "saveRow": "",
+ "removeRow": "Cancel",
+ "persistent": true,
+ "inlineEdit": false,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 || b.groups.indexOf('/formsflow/formsflow-reviewer/formsflow-client-reviewer') > -1 )\r\n{\r\ndocument.querySelector(\"[ref='editgrid-notes-addRow']\").remove();\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;i -1)\r\n{\r\n\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nif(UserDetails){\r\nvar addNotesButton = document.querySelector(\"button[ref=editgrid-notes-addRow]\");\r\n\r\nif(addNotesButton)\r\n{\r\naddNotesButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t }\r\n\t\t}\r\n})\r\n}\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "editgrid",
+ "displayAsTable": false,
+ "input": true,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Notes",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eieupup"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Visibility",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": true,
+ "defaultValue": "external",
+ "values": [
{
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Send to Approving Authority",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "sendToPreviousReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\") &&\r\n!(data.section5DeclarationsCheckboxDecommissioning ||\r\ndata.section5DeclarationsCheckboxCeasingOperations)) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "ehc4spv"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Approved",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "approve",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eond1ha"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Needs More Info",
- "action": "custom",
- "showValidations": false,
- "theme": "warning",
- "tableView": false,
- "key": "sendToApplicant",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\") &&\r\n(data.section5DeclarationsCheckboxDecommissioning ||\r\ndata.section5DeclarationsCheckboxCeasingOperations)) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "e6b3lxd"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Reject Form",
- "action": "custom",
- "showValidations": false,
- "theme": "danger",
- "tableView": false,
- "key": "rejectForm",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "esy7h5l"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "key": "columns1",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ea92ei"
+ "label": "Internal",
+ "value": "internal",
+ "shortcut": ""
+ },
+ {
+ "label": "External",
+ "value": "external",
+ "shortcut": ""
}
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ ],
+ "key": "commentFor",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "emgjonl"
- },
- {
- "title": "Site Owner Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "siteOwnerActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") && data.applicationStatus !== undefined && data.applicationStatus !== ''\r\n&& data.applicationStatus !== 'Resubmit') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "conditional": {
- "json": "",
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Send to Approving Authority",
- "action": "custom",
- "showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "submittoMinistry",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "if(data.section5DeclarationsCheckboxDecommissioning ||\ndata.section5DeclarationsCheckboxCeasingOperations) {\n component.label = 'Send to Ministry';\n} else {\n component.label = 'Send to Approving Authority';\n}\ninstance.triggerRedraw();",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "button",
- "custom": "if(data.Signature==='' || data.firstAndLastName==='' || data.datesigned==='' || data.radioGroup==='')\r\n{\r\n alert('Please complete the signature section before submitting!');\r\n \r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n \tconst submissionId = form._submission._id;\r\n\tconst formId = form._submission.form;\r\n\tconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\n\tconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n\tconst formio = new Formio(formDataReqUrl);\r\n\tformio.saveSubmission(formDataReqObj1).then( result => {\r\n\tform.emit('customEvent', {\r\n \ttype: \"actionComplete\", \r\n \t component: component,\r\n \tactionType: 'Signed'\r\n \t\t}); \r\n\t}).catch((error)=>{\r\n\t//Error callback on not Save\r\n\tform.emit('customEvent', {\r\n \ttype: \"actionError\", \r\n \tcomponent: component,\r\n \tactionType:'Signed'\r\n \t}); \r\n\t});\r\n }\r\n \r\n}\r\nelse\r\n{\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Signed'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Signed'\r\n }); \r\n});\r\n}",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": true,
- "labelPosition": "top",
- "errorLabel": "",
- "hideLabel": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e7diehb"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- },
- {
- "components": [],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "key": "columns2",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ek60lf1"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ef219v"
+ }
+ ],
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Role",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\r\n{\r\n value = 'Site Information Advisor'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/lrs-approving-authority') > -1 )\r\n{\r\n value = 'Approving Authority'\r\n}",
+ "key": "role",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e9kmkmh"
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehgoit"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
},
{
- "label": "Notes",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "openWhenEmpty": false,
- "disableAddingRemovingRows": false,
- "conditionalAddButton": "",
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "templates": {
- "header": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
- "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\t\t\r\n\t\t {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
- "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
- "footer": ""
- },
- "rowClass": "",
- "addAnother": "",
- "modal": false,
- "saveRow": "",
- "removeRow": "Cancel",
- "persistent": true,
- "inlineEdit": false,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
+ "components": [
+ {
+ "label": "Created By",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
+ "key": "createdBy",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
- "customMessage": "",
- "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 || b.groups.indexOf('/formsflow/formsflow-reviewer/formsflow-client-reviewer') > -1 )\r\n{\r\ndocument.querySelector(\"[ref='editgrid-notes-addRow']\").remove();\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;i -1)\r\n{\r\n\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nif(UserDetails){\r\nvar addNotesButton = document.querySelector(\"button[ref=editgrid-notes-addRow]\");\r\n\r\nif(addNotesButton)\r\n{\r\naddNotesButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t }\r\n\t\t}\r\n})\r\n}\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "editgrid",
- "displayAsTable": false,
- "input": true,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "eieupup"
- }
- ],
- "width": 4,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 4
- },
- {
- "components": [
- {
- "label": "Visibility",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": true,
- "defaultValue": "external",
- "values": [
- {
- "label": "Internal",
- "value": "internal",
- "shortcut": ""
- },
- {
- "label": "External",
- "value": "external",
- "shortcut": ""
- }
- ],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ef219v"
- }
- ],
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Role",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\r\n{\r\n value = 'Site Information Advisor'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/lrs-approving-authority') > -1 )\r\n{\r\n value = 'Approving Authority'\r\n}",
- "key": "role",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ehgoit"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Created By",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
- "key": "createdBy",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e359aek"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Created At",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
- "key": "createdAt",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ehegp6h"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- }
- ],
- "key": "columns",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e1qmsg"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "defaultOpen": false,
- "id": "e664pv2"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e359aek"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
},
{
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial",
- "type": "radio",
- "input": true,
- "label": "Has the site been used for any industrial or commercial uses described in SCHEDULE 2 of the Contaminated Sites Regulation?",
- "inline": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
+ "components": [
+ {
+ "label": "Created At",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
+ "key": "createdAt",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "edrxgw"
- },
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehegp6h"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e1qmsg"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "defaultOpen": false,
+ "id": "e664pv2"
+ },
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
{
- "id": "e8uvu7",
- "key": "content5",
- "html": "If you answered NO to the question above, the form is not submitted to the ministry. As per Section 3.5 of the Contaminated Sites Regulation, a municipality or approving officer may still request a person to complete a site disclosure statement for their records.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial",
+ "type": "radio",
+ "input": true,
+ "label": "Has the site been used for any industrial or commercial uses described in SCHEDULE 2 of the Contaminated Sites Regulation?",
+ "inline": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "edrxgw"
+ },
+ {
+ "id": "e8uvu7",
+ "key": "content5",
+ "html": "If you answered NO to the question above, the form is not submitted to the ministry. As per Section 3.5 of the Contaminated Sites Regulation, a municipality or approving officer may still request a person to complete a site disclosure statement for their records.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "no",
+ "json": "",
+ "show": true,
+ "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "e8rzsp",
+ "key": "Section3-IndustrialCommercial-ifYES",
+ "html": "If you answered YES to the question above, you must complete this form if no exemptions apply.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "yes",
+ "json": "",
+ "show": true,
+ "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "panel",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Exemptions",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "ExemptionsDeclarationYesOrNo",
+ "type": "radio",
+ "input": true,
+ "label": "Do any of the exemptions from submitting a site disclosure statement apply? (see the CONTAMINATED SITES REGULATION , Division 3, Part 2)",
+ "inline": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ezbg6n"
+ },
+ {
+ "key": "content6",
+ "html": "If you answered NO to the question above, you must complete this form. All fields are mandatory unless otherwise noted.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "conditional": {
+ "eq": "no",
+ "show": true,
+ "when": "ExemptionsDeclarationYesOrNo"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e3nioh8"
+ },
+ {
+ "key": "ifYesSelectAllThatApply",
+ "data": {
+ "values": [
+ {
+ "label": "CSR section 4(1) - other processes apply under the Act",
+ "value": "csrSection41OtherProcessesApplyUnderTheAct"
+ },
+ {
+ "label": "CSR section 4(2) - other processes apply under the Act",
+ "value": "csrSection42OtherProcessesApplyUnderTheAct"
+ },
+ {
+ "label": "CSR section 4(3) - other processes apply under the Act",
+ "value": "csrSection43OtherProcessesApplyUnderTheAct"
+ },
+ {
+ "label": "CSR section 4.1(1)(a) - persons applying to approving officers",
+ "value": "csrSection411APersonsApplyingToApprovingOfficers"
+ },
+ {
+ "label": "CSR section 4.1(1)(b) - persons applying to approving officers",
+ "value": "csrSection411BPersonsApplyingToApprovingOfficers"
+ },
+ {
+ "label": "CSR section 4.2(1) - persons applying to municipalities",
+ "value": "csrSection421PersonsApplyingToMunicipalities"
+ },
+ {
+ "label": "CSR section 4.2(2) - persons applying to municipalities",
+ "value": "csrSection422PersonsApplyingToMunicipalities"
+ },
+ {
+ "label": "CSR section 4.3 - municipalities undertaking zoning or rezoning",
+ "value": "csrSection43MunicipalitiesUndertakingZoningOrRezoning"
+ },
+ {
+ "label": "CSR section 4.4 - more than one owner or operator required to provide site disclosure statement when ceasing operations on land",
+ "value": "csrSection44MoreThanOneOwnerOrOperatorRequiredToProvideSiteDisclosureStatementWhenCeasingOperationsOnLand"
+ },
+ {
+ "label": "CSR section 4.5 - operating areas under the Oil and Gas Activities Act",
+ "value": "csrSection45OperatingAreasUnderTheOilAndGasActivitiesAct"
+ },
+ {
+ "label": "CSR section 4.6 - vendors of real property",
+ "value": "csrSection46VendorsOfRealProperty"
+ },
+ {
+ "label": "CSR section 4.7 - previous submission of site profile",
+ "value": "csrSection47PreviousSubmissionOfSiteProfile"
+ }
+ ],
+ "json": "",
+ "url": "",
+ "resource": "",
+ "custom": ""
+ },
+ "type": "select",
+ "input": true,
+ "label": "If YES, select which exemption applies. As per Section 3.5 of the Contaminated Sites Regulation, a municipality or approving officer may still request a person to complete a site disclosure statement for their records.",
+ "widget": "choicesjs",
+ "dataType": "auto",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": true,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "ExemptionsDeclarationYesOrNo"
+ },
+ "placeholder": "Select one",
+ "searchThreshold": 0.3,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
+ "dataSrc": "values",
+ "valueProperty": "",
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "ep5ab3d"
+ },
+ {
+ "key": "description",
+ "type": "textarea",
+ "input": true,
+ "label": "Description",
+ "tableView": true,
+ "autoExpand": false,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "ExemptionsDeclarationYesOrNo"
+ },
+ "inputFormat": "plain",
+ "placeholder": "Include additional information as needed",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e3zryga"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e3qnjsn"
+ },
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "Section1-ContactInformation",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section I - CONTACT INFORMATION",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "heading1",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "A: SITE OWNER(s) or OPERATOR(s)",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "epeer19"
+ },
+ {
+ "title": "Site Owner or Operator",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "siteOwnerOrOperator",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section1A-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eyy69fa"
+ }
+ ],
+ "currentWidth": 6
},
- "tooltip": "",
- "disabled": false,
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "es7d1ij"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "no",
- "json": "",
- "show": true,
- "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ejhhscq"
},
{
- "id": "e8rzsp",
- "key": "Section3-IndustrialCommercial-ifYES",
- "html": "If you answered YES to the question above, you must complete this form if no exemptions apply.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
+ "key": "Section1A-Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "yes",
- "json": "",
- "show": true,
- "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "erz31he"
},
{
- "logic": [
+ "key": "Section1A-AddressColumn3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
+ "key": "Section1A-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ew6lg5r"
}
- ],
- "key": "panel",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Exemptions",
- "collapsed": false,
- "tableView": false,
- "components": [
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "key": "ExemptionsDeclarationYesOrNo",
- "type": "radio",
- "input": true,
- "label": "Do any of the exemptions from submitting a site disclosure statement apply? (see the CONTAMINATED SITES REGULATION , Division 3, Part 2)",
- "inline": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "Section1A-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ezbg6n"
- },
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e65pesp"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "elfrbuf"
+ },
+ {
+ "key": "Section1A-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
{
- "key": "content6",
- "html": "If you answered NO to the question above, you must complete this form. All fields are mandatory unless otherwise noted.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "conditional": {
- "eq": "no",
- "show": true,
- "when": "ExemptionsDeclarationYesOrNo"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "Section1A-ProvinceState",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e3nioh8"
- },
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ep64yjs"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
{
- "key": "ifYesSelectAllThatApply",
- "data": {
- "values": [
- {
- "label": "CSR section 4(1) - other processes apply under the Act",
- "value": "csrSection41OtherProcessesApplyUnderTheAct"
- },
- {
- "label": "CSR section 4(2) - other processes apply under the Act",
- "value": "csrSection42OtherProcessesApplyUnderTheAct"
- },
- {
- "label": "CSR section 4(3) - other processes apply under the Act",
- "value": "csrSection43OtherProcessesApplyUnderTheAct"
- },
- {
- "label": "CSR section 4.1(1)(a) - persons applying to approving officers",
- "value": "csrSection411APersonsApplyingToApprovingOfficers"
- },
- {
- "label": "CSR section 4.1(1)(b) - persons applying to approving officers",
- "value": "csrSection411BPersonsApplyingToApprovingOfficers"
- },
- {
- "label": "CSR section 4.2(1) - persons applying to municipalities",
- "value": "csrSection421PersonsApplyingToMunicipalities"
- },
- {
- "label": "CSR section 4.2(2) - persons applying to municipalities",
- "value": "csrSection422PersonsApplyingToMunicipalities"
- },
- {
- "label": "CSR section 4.3 - municipalities undertaking zoning or rezoning",
- "value": "csrSection43MunicipalitiesUndertakingZoningOrRezoning"
- },
- {
- "label": "CSR section 4.4 - more than one owner or operator required to provide site disclosure statement when ceasing operations on land",
- "value": "csrSection44MoreThanOneOwnerOrOperatorRequiredToProvideSiteDisclosureStatementWhenCeasingOperationsOnLand"
- },
- {
- "label": "CSR section 4.5 - operating areas under the Oil and Gas Activities Act",
- "value": "csrSection45OperatingAreasUnderTheOilAndGasActivitiesAct"
- },
- {
- "label": "CSR section 4.6 - vendors of real property",
- "value": "csrSection46VendorsOfRealProperty"
- },
- {
- "label": "CSR section 4.7 - previous submission of site profile",
- "value": "csrSection47PreviousSubmissionOfSiteProfile"
- }
- ],
- "json": "",
- "url": "",
- "resource": "",
- "custom": ""
- },
- "type": "select",
- "input": true,
- "label": "If YES, select which exemption applies. As per Section 3.5 of the Contaminated Sites Regulation, a municipality or approving officer may still request a person to complete a site disclosure statement for their records.",
- "widget": "choicesjs",
- "dataType": "auto",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": true,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "ExemptionsDeclarationYesOrNo"
- },
- "placeholder": "Select one",
- "searchThreshold": 0.3,
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "Section1A-Country",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
- "dataSrc": "values",
- "valueProperty": "",
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "ep5ab3d"
- },
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e9cg02b"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
{
- "key": "description",
- "type": "textarea",
- "input": true,
- "label": "Description",
- "tableView": true,
- "autoExpand": false,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "ExemptionsDeclarationYesOrNo"
- },
- "inputFormat": "plain",
- "placeholder": "Include additional information as needed",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "Section1A-PostalZipCode",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e3zryga"
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e32y6of"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "etpfydd"
+ },
+ {
+ "key": "Section1A-ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "phoneNumber2",
+ "type": "textfield",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ev7iw67"
}
- ],
- "collapsible": false,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
+ ],
+ "currentWidth": 6
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nvar currentValue = input;\n\nif(currentValue!== '')\n{\n\n\nif( data.hiddenUserIdForFormSharing === '')\n{\n valid = 'Unable to find user with provided email address';\n}\n\n\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\n.then((p)=> {return p.json();}).\nthen((x)=>{\n data.hiddenUserIdForFormSharing = '' ;\n x.data.find((y)=>{\n if( y.email=== currentValue ) \n { data.hiddenUserIdForFormSharing = y.username}\n\n })\n\n if(data.hiddenUserIdForFormSharing==='')\n {\n valid = 'Unable to find user with provided email address';\n }\n else\n {\n valid = true;\n }\n\n}).then(()=>{\n\n\n var previousValue = localStorage.getItem(\"sdsHiddenUserIdForFormSharing\"); \n\n if(previousValue != currentValue )\n {\n\tlocalStorage.setItem(\"sdsHiddenUserIdForFormSharing\", currentValue);\n instance.triggerChange();\n }\n\t\n})\n\n}\n\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "ownerEmailAddress",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "e00h8xm",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eeo4hg9"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "efaifu"
+ },
+ {
+ "key": "heading",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "B: PERSON COMPLETING SITE DISCLOSURE STATEMENT (leave blank if same as above)",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "epla6dh"
+ },
+ {
+ "label": "Agent authorized to complete form on behalf of the owner or operator",
+ "tableView": false,
+ "key": "section1BAgentCheckbox",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e1rb6o"
+ },
+ {
+ "key": "Section1B-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Section1B-NameColumn",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1B-LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eq13ds"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "First Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
"required": false,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "overlay": {
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1B-FirstName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n disable = true;\r\n}\r\nelse\r\n{\r\n disable = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e3qnjsn"
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ekxtmc",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "egjnb1k"
+ },
+ {
+ "key": "Section1B-Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ereh59"
+ },
+ {
+ "key": "heading2",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "C: PERSON TO CONTACT REGARDING THE SITE DISCLOSURE STATEMENT",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "e8ihr15"
+ },
+ {
+ "key": "Section1C-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "enzq87t"
+ }
+ ],
+ "currentWidth": 6
},
{
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "Section1-ContactInformation",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Section I - CONTACT INFORMATION",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "heading1",
- "tag": "h3",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "A: SITE OWNER(s) or OPERATOR(s)",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "epeer19"
- },
- {
- "title": "Site Owner or Operator",
- "collapsible": false,
- "hideLabel": true,
- "key": "siteOwnerOrOperator",
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "key": "Section1A-NameColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1A-LastName",
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eyy69fa"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1A-FirstName",
- "type": "textfield",
- "input": true,
- "label": "First Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "es7d1ij"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ejhhscq"
- },
- {
- "key": "Section1A-Company",
- "type": "textfield",
- "input": true,
- "label": "Company, if applicable",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "erz31he"
- },
- {
- "key": "Section1A-AddressColumn3",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1A-Address",
- "type": "textfield",
- "input": true,
- "label": "Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ew6lg5r"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1A-City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e65pesp"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "elfrbuf"
- },
- {
- "key": "Section1A-AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "Section1A-ProvinceState",
- "type": "textfield",
- "input": true,
- "label": "Province",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ep64yjs"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "Section1A-Country",
- "type": "textfield",
- "input": true,
- "label": "Country",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e9cg02b"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "Section1A-PostalZipCode",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e32y6of"
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "etpfydd"
- },
- {
- "key": "Section1A-ContactInfoColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "phoneNumber2",
- "type": "textfield",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ev7iw67"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Email",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nvar currentValue = input;\n\nif(currentValue!== '')\n{\n\n\nif( data.hiddenUserIdForFormSharing === '')\n{\n valid = 'Unable to find user with provided email address';\n}\n\n\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\n.then((p)=> {return p.json();}).\nthen((x)=>{\n data.hiddenUserIdForFormSharing = '' ;\n x.data.find((y)=>{\n if( y.email=== currentValue ) \n { data.hiddenUserIdForFormSharing = y.username}\n\n })\n\n if(data.hiddenUserIdForFormSharing==='')\n {\n valid = 'Unable to find user with provided email address';\n }\n else\n {\n valid = true;\n }\n\n}).then(()=>{\n\n\n var previousValue = localStorage.getItem(\"sdsHiddenUserIdForFormSharing\"); \n\n if(previousValue != currentValue )\n {\n\tlocalStorage.setItem(\"sdsHiddenUserIdForFormSharing\", currentValue);\n instance.triggerChange();\n }\n\t\n})\n\n}\n\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "kickbox": {
- "enabled": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "ownerEmailAddress",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "email",
- "inputMask": "",
- "id": "e00h8xm",
- "defaultValue": ""
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eeo4hg9"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "efaifu"
- },
- {
- "key": "heading",
- "tag": "h3",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "B: PERSON COMPLETING SITE DISCLOSURE STATEMENT (leave blank if same as above)",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "epla6dh"
- },
- {
- "label": "Agent authorized to complete form on behalf of the owner or operator",
- "tableView": false,
- "key": "section1BAgentCheckbox",
- "type": "checkbox",
- "input": true,
- "defaultValue": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e1rb6o"
- },
- {
- "key": "Section1B-NameColumn",
- "type": "columns",
- "input": false,
- "label": "Section1B-NameColumn",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1B-LastName",
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eq13ds"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "First Name",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "Section1B-FirstName",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n disable = true;\r\n}\r\nelse\r\n{\r\n disable = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ekxtmc",
- "defaultValue": ""
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "egjnb1k"
- },
- {
- "key": "Section1B-Company",
- "type": "textfield",
- "input": true,
- "label": "Company, if applicable",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ereh59"
- },
- {
- "key": "heading2",
- "tag": "h3",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "C: PERSON TO CONTACT REGARDING THE SITE DISCLOSURE STATEMENT",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "e8ihr15"
- },
- {
- "key": "Section1C-NameColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1C-LastName",
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "enzq87t"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1C-FirstName",
- "type": "textfield",
- "input": true,
- "label": "First Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e4f3lyr"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e5l6ric"
- },
- {
- "key": "Section1C-Company",
- "type": "textfield",
- "input": true,
- "label": "Company, if applicable",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ekglqch"
- },
- {
- "key": "Section1C-AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1C-Address",
- "type": "textfield",
- "input": true,
- "label": "Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ewz6gc"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1C-City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ef3pqpl"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ekcr946"
- },
- {
- "key": "Section1C-ContactInfoColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "phoneNumber",
- "type": "textfield",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eet6qr6"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Email",
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "contactPersonEmailAddress",
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "email",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "kickbox": {
- "enabled": false
- },
- "id": "ejljdcr"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "enzklc3"
- }
- ],
- "collapsible": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eaknb5"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e4f3lyr"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e5l6ric"
+ },
+ {
+ "key": "Section1C-Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ekglqch"
+ },
+ {
+ "key": "Section1C-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ewz6gc"
+ }
+ ],
+ "currentWidth": 6
},
{
- "title": "Section II - SITE INFORMATION",
- "collapsible": true,
- "key": "Section2-SiteInformation",
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "disable forms",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "type": "panel",
- "label": "",
- "collapsed": false,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Maps",
- "tableView": false,
- "key": "maps",
- "type": "Maps",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ejf4cx"
- },
- {
- "label": "Site ID",
- "tableView": true,
- "key": "siteId",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e18b1p9"
- },
- {
- "key": "heading3",
- "tag": "h3",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "Coordinates for the centre of the site:",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "eg1t0r"
- },
- {
- "key": "heading4",
- "tag": "h4",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "Latitude",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "e6uur3"
- },
- {
- "key": "Section2-LatitudeColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ew5fihd",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "e23bzlx",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ew89x5z",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ei6d7ja"
- },
- {
- "key": "heading5",
- "tag": "h4",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "Longitude",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "epx3f75"
- },
- {
- "key": "Section2-LongitudeColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ekqkey",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ejimftg",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "euqfrcp",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "er0fafu"
- },
- {
- "key": "content",
- "html": "Attention: A separate map with appropriate scale showing the location and boundaries of the site must be included with an SDS submission.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ebrpinq"
- },
- {
- "key": "iUnderstandAndWillAttachAMapWithMySubmission",
- "type": "checkbox",
- "input": true,
- "label": "I will include a map with my submission",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "defaultValue": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "efi8lh3o"
- },
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ef3pqpl"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ekcr946"
+ },
+ {
+ "key": "Section1C-ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "phoneNumber",
+ "type": "textfield",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eet6qr6"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "contactPersonEmailAddress",
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "email",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "id": "ejljdcr"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "enzklc3"
+ }
+ ],
+ "collapsible": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eaknb5"
+ },
+ {
+ "title": "Section II - SITE INFORMATION",
+ "collapsible": true,
+ "key": "Section2-SiteInformation",
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "disable forms",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "type": "panel",
+ "label": "",
+ "collapsed": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Maps",
+ "tableView": false,
+ "key": "maps",
+ "type": "Maps",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ejf4cx"
+ },
+ {
+ "label": "Site ID",
+ "tableView": true,
+ "key": "siteId",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e18b1p9"
+ },
+ {
+ "key": "heading3",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Coordinates for the centre of the site:",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "eg1t0r"
+ },
+ {
+ "key": "heading4",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Latitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "e6uur3"
+ },
+ {
+ "key": "Section2-LatitudeColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ew5fihd",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e23bzlx",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ew89x5z",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ei6d7ja"
+ },
+ {
+ "key": "heading5",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Longitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "epx3f75"
+ },
+ {
+ "key": "Section2-LongitudeColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ekqkey",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ejimftg",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "euqfrcp",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "er0fafu"
+ },
+ {
+ "key": "content",
+ "html": "Attention: A separate map with appropriate scale showing the location and boundaries of the site must be included with an SDS submission.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ebrpinq"
+ },
+ {
+ "key": "iUnderstandAndWillAttachAMapWithMySubmission",
+ "type": "checkbox",
+ "input": true,
+ "label": "I will include a map with my submission",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "efi8lh3o"
+ },
+ {
+ "key": "landOwnership-checkbox",
+ "type": "radio",
+ "input": true,
+ "label": "Land Ownership",
+ "inline": false,
+ "values": [
+ {
+ "label": "Legally Titled, registered property ",
+ "value": "titled",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Crown Land",
+ "value": "untitled",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6rja4m"
+ },
+ {
+ "title": "For Legally Titled, Registered Property",
+ "collapsible": false,
+ "key": "forLegallyTitledRegisteredProperty-panel",
+ "conditional": {
+ "show": true,
+ "when": "landOwnership-checkbox",
+ "eq": "titled"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "or nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ez32vt5"
+ },
+ {
+ "key": "Section2-LegallyTitled-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "key": "landOwnership-checkbox",
- "type": "radio",
- "input": true,
- "label": "Land Ownership",
- "inline": false,
- "values": [
- {
- "label": "Legally Titled, registered property ",
- "value": "titled",
- "shortcut": ""
- },
- {
- "label": "Untitled Crown Land",
- "value": "untitled",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "Section2-LegallyTitled-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e6rja4m"
- },
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehmv0jk"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "title": "For Legally Titled, Registered Property",
- "collapsible": false,
- "key": "forLegallyTitledRegisteredProperty-panel",
- "conditional": {
- "show": true,
- "when": "landOwnership-checkbox",
- "eq": "titled"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "Section2-LegallyTitled-Address",
- "type": "textfield",
- "input": true,
- "label": "Site Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "placeholder": "or nearest street name/intersection if no address is assigned",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ez32vt5"
- },
- {
- "key": "Section2-LegallyTitled-AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section2-LegallyTitled-City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ehmv0jk"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section2-LegallyTitled-PostalZipCode",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ejip1zl"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eup9888"
- },
- {
- "key": "Section2-LegallyTitled-PIDColumn",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "tooltip": "Select the \"X\" button to delete an entry.",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "panel1",
- "type": "panel",
- "input": false,
- "label": "Panel",
- "hideLabel": true,
- "tableView": false,
- "components": [
- {
- "key": "cols3",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section2-LegallyTitled-PID",
- "type": "textfield",
- "input": true,
- "label": "PID",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "999-999-999",
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "edavohg"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "evnlm0a"
- },
- {
- "key": "Section2-LegallyTitled-LandDescription",
- "type": "textarea",
- "input": true,
- "label": "Land Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": false,
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ej021"
- }
- ],
- "collapsible": false,
- "id": "e7nge5b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "title": "Panel",
- "theme": "default",
- "breadcrumb": "default"
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-LegallyTitled-PID": "",
- "SiteAddress-LegallyTitled-PID": "",
- "Section2-LegallyTitled-LandDescription": "",
- "SiteAddress-LegallyTitled-LandDescription": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "e7a7scc"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "Section2-LegallyTitled-PostalZipCode",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eocu3e"
- },
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ejip1zl"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eup9888"
+ },
+ {
+ "key": "Section2-LegallyTitled-PIDColumn",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "tooltip": "Select the \"X\" button to delete an entry.",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "panel1",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "hideLabel": true,
+ "tableView": false,
+ "components": [
{
- "label": "Data Grid",
- "reorder": false,
- "addAnotherPosition": "bottom",
- "layoutFixed": false,
- "enableRowGroups": false,
- "initEmpty": false,
- "hideLabel": true,
- "tableView": false,
- "defaultValue": [
- {
- "Section2-LegallyTitled-PID": "",
- "SiteAddress-UntitledCrown-PIN": "",
- "Section2-LegallyTitled-LandDescription": "",
- "SiteAddress-UntitledCrown-LandDescription": ""
- }
- ],
- "key": "Section2-UntitledCrown-PINColumn",
- "conditional": {
- "show": true,
- "when": "landOwnership-checkbox",
- "eq": "untitled"
- },
- "type": "datagrid",
- "input": true,
- "components": [
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "key": "panel1",
- "type": "panel",
- "input": false,
- "label": "Panel",
- "hideLabel": true,
- "tableView": false,
- "components": [
- {
- "key": "cols3",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section2-LegallyTitled-PID",
- "type": "textfield",
- "input": true,
- "label": "PIN",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eer199n"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eoqs1fw"
- },
- {
- "key": "Section2-LegallyTitled-LandDescription",
- "type": "textarea",
- "input": true,
- "label": "Land Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": false,
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e9weqev"
- }
- ],
- "collapsible": false,
- "id": "eapos760000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "title": "Panel",
- "theme": "default",
- "breadcrumb": "default"
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "999-999-999",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "edavohg"
}
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "e3fw9y9i"
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "evnlm0a"
},
{
- "title": "For Untitled Crown Land",
- "collapsible": false,
- "key": "Section2-forUntitledCrownLand",
- "conditional": {
- "show": true,
- "when": "landOwnership-checkbox",
- "eq": "untitled"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "content1",
- "html": "And if available: ",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "empvi7i"
- },
- {
- "key": "Section2-UntitledCrownLand-FileNumberColumn",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "Section2-UntitledCrown-CrownLandFileNumbers",
- "type": "textfield",
- "input": true,
- "label": "Crown Land File Numbers",
- "tableView": true,
- "id": "e7fs5c50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-UntitledCrown-CrownLandFileNumbers": "",
- "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "e01njrf"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e5kto1e"
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ej021"
}
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "collapsible": false,
+ "id": "e7nge5b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e11vvf"
- },
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-LegallyTitled-PID": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-LegallyTitled-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e7a7scc"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eocu3e"
+ },
+ {
+ "label": "Data Grid",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
{
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "Section3-IndustrialOrCommercialUses",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Section III - SPECIFIED INDUSTRIAL OR COMMERCIAL USES",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "html",
- "type": "htmlelement",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "input": false,
- "label": "HTML",
- "content": "In the format of the examples provided below, select from the drop-down list, all the industrial or commercial uses described in SCHEDULE 2 which have occurred or are occurring on this site.",
- "tableView": false,
- "refreshOnChange": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "ef6ekh6"
- },
- {
- "key": "content2",
- "html": "Example Schedule 2 references and descriptions
E1. appliance, equipment, or engine maintenance, repair, reconditioning, cleaning or salvage
F10. solvent manufacturing, bulk storage, shipping and handling
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "elzjql"
- },
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-UntitledCrown-PIN": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-UntitledCrown-LandDescription": ""
+ }
+ ],
+ "key": "Section2-UntitledCrown-PINColumn",
+ "conditional": {
+ "show": true,
+ "when": "landOwnership-checkbox",
+ "eq": "untitled"
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "key": "panel1",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "hideLabel": true,
+ "tableView": false,
+ "components": [
+ {
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
{
- "key": "schedule2Reference",
- "data": {
- "values": [
- {
- "label": "None",
- "value": "none"
- },
- {
- "label": "A1. adhesives manufacturing, bulk storage, shipping or handling",
- "value": "a1"
- },
- {
- "label": "A2. chemical manufacturing, bulk storage, shipping or handling",
- "value": "a2"
- },
- {
- "label": "A3. explosives or ammunition manufacturing, bulk storage, shipping or handling",
- "value": "a3"
- },
- {
- "label": "A4. fire retardant manufacturing, bulk storage, shipping or handling",
- "value": "a4"
- },
- {
- "label": "A5. fertilizer manufacturing, bulk storage, shipping or handling",
- "value": "a5"
- },
- {
- "label": "A6. ink or dye manufacturing, bulk storage, shipping or handling",
- "value": "a6"
- },
- {
- "label": "A7. leather or hides tanning",
- "value": "a7"
- },
- {
- "label": "A8. paint, lacquer or varnish manufacturing, formulation, recycling, bulk storage, shipping or handling, not including retail stores",
- "value": "a8"
- },
- {
- "label": "A9. pharmaceutical products, or controlled substances as defined in the Controlled Drugs and Substances Act (Canada), manufacturing or operations",
- "value": "a9"
- },
- {
- "label": "A10. plastic products (foam or expanded plastic) manufacturing or repurposing",
- "value": "a10"
- },
- {
- "label": "A11. textile dyeing",
- "value": "a11"
- },
- {
- "label": "A12. pesticide manufacturing, formulation, bulk storage, shipping or handling",
- "value": "a12"
- },
- {
- "label": "A13. resin or plastic monomer manufacturing, formulation, bulk storage, shipping or handling",
- "value": "a13"
- },
- {
- "label": "B1. battery manufacturing, recycling, bulk storage, shipping or handling",
- "value": "b1"
- },
- {
- "label": "B2. facilities using equipment that contains PCBs greater than or equal to 50 ppm",
- "value": "b2"
- },
- {
- "label": "B3. electrical equipment manufacturing, refurbishing, bulk storage, shipping or handling",
- "value": "b3"
- },
- {
- "label": "B4. electrical transmission or distribution substations",
- "value": "b4"
- },
- {
- "label": "B5. electronic equipment manufacturing",
- "value": "b5"
- },
- {
- "label": "B6. transformer oil manufacturing, processing, bulk storage, shipping or handling",
- "value": "b6"
- },
- {
- "label": "B7. electrical power generating operations fuelled by coal or petroleum hydrocarbons that supply electricity to a community or commercial or industrial operation, excluding emergency generators",
- "value": "b7"
- },
- {
- "label": "C1. foundries",
- "value": "c1"
- },
- {
- "label": "C2. galvanizing",
- "value": "c2"
- },
- {
- "label": "C3. metal plating or finishing",
- "value": "c3"
- },
- {
- "label": "C4. metal salvage operations",
- "value": "c4"
- },
- {
- "label": "C5. metal smelting or refining",
- "value": "c5"
- },
- {
- "label": "C6. welding or machine shops (repair or fabrication)",
- "value": "c6"
- },
- {
- "label": "D1. asbestos mining, milling, bulk storage, shipping or handling",
- "value": "d1"
- },
- {
- "label": "D2. coal coke manufacture, bulk storage, shipping or handling",
- "value": "d2"
- },
- {
- "label": "D3. coal or lignite mining, milling, bulk storage, shipping or handling",
- "value": "d3"
- },
- {
- "label": "D4. milling reagent manufacture, bulk storage, shipping or handling",
- "value": "d4"
- },
- {
- "label": "D5. metal concentrate bulk storage, shipping or handling",
- "value": "d5"
- },
- {
- "label": "D6. metal ore mining or milling",
- "value": "d6"
- },
- {
- "label": "E1. appliance, equipment or engine maintenance, repair, reconditioning, cleaning or salvage",
- "value": "e1"
- },
- {
- "label": "E2. ash deposit from boilers, incinerators or other thermal facilities",
- "value": "e2"
- },
- {
- "label": "E3. asphalt and asphalt tar manufacture, storage and distribution, including stationary asphalt batch plants",
- "value": "e3"
- },
- {
- "label": "E4. coal gasification (manufactured gas production)",
- "value": "e4"
- },
- {
- "label": "E5. medical, chemical, radiological or biological laboratories",
- "value": "e5"
- },
- {
- "label": "E6. outdoor firearm shooting ranges",
- "value": "e6"
- },
- {
- "label": "E7. road salt or brine storage",
- "value": "e7"
- },
- {
- "label": "E8. measuring instruments (containing mercury) manufacture, repair or bulk storage",
- "value": "e8"
- },
- {
- "label": "E9. dry cleaning facilities or operations and dry cleaning chemical storage, excluding locations at which clothing is deposited but no dry cleaning process occurs",
- "value": "e9"
- },
- {
- "label": "E10. contamination or likely contamination of land by substances migrating from an industrial or commercial site",
- "value": "e10"
- },
- {
- "label": "E11. fire training facilities at which fire retardants are used",
- "value": "e11"
- },
- {
- "label": "E12. single or cumulative spills to the environment greater than the reportable quantities of substances listed in the Spill Reporting Regulation",
- "value": "e12"
- },
- {
- "label": "F1. petroleum or natural gas drilling",
- "value": "f1"
- },
- {
- "label": "F2. petroleum or natural gas production facilities",
- "value": "f2"
- },
- {
- "label": "F3. natural gas processing",
- "value": "f3"
- },
- {
- "label": "F4. petroleum coke manufacture, bulk storage, shipping or handling",
- "value": "f4"
- },
- {
- "label": "F5. petroleum product, other than compressed gas, dispensing facilities, including service stations and card locks",
- "value": "f5"
- },
- {
- "label": "F6. petroleum, natural gas or sulfur pipeline rights of way excluding rights of way for pipelines used to distribute natural gas to consumers in a community",
- "value": "f6"
- },
- {
- "label": "F7. petroleum product (other than compressed gas), or produced water storage in non-mobile above ground or underground tanks, except tanks associated with emergency generators or with secondary containment",
- "value": "f7"
- },
- {
- "label": "F8. petroleum product, other than compressed gas, bulk storage or distribution",
- "value": "f8"
- },
- {
- "label": "F9. petroleum refining",
- "value": "f9"
- },
- {
- "label": "F10. solvent manufacturing, bulk storage, shipping or handling",
- "value": "f10"
- },
- {
- "label": "F11. sulfur handling, processing or bulk storage and distribution",
- "value": "f11"
- },
- {
- "label": "G1. aircraft maintenance, cleaning or salvage",
- "value": "g1"
- },
- {
- "label": "G2. automotive, truck, bus, subway or other motor vehicle maintenance, repair, salvage or wrecking",
- "value": "g2"
- },
- {
- "label": "G3. dry docks, marinas, ship building or boat repair and maintenance, including paint removal from hulls",
- "value": "g3"
- },
- {
- "label": "G4. marine equipment salvage",
- "value": "g4"
- },
- {
- "label": "G5. rail car or locomotive maintenance, cleaning, salvage or related uses, including railyards",
- "value": "g5"
- },
- {
- "label": "H1. antifreeze bulk storage, recycling, shipping or handling",
- "value": "h1"
- },
- {
- "label": "H2. barrel, drum or tank reconditioning or salvage",
- "value": "h2"
- },
- {
- "label": "H3. biomedical waste disposal",
- "value": "h3"
- },
- {
- "label": "H4. bulk manure stockpiling and high rate land application or disposal (nonfarm applications only)",
- "value": "h4"
- },
- {
- "label": "H5. landfilling of construction demolition material, including without limitation asphalt and concrete",
- "value": "h5"
- },
- {
- "label": "H6. contaminated soil or sediment storage, treatment, deposit or disposal",
- "value": "h6"
- },
- {
- "label": "H7. dry cleaning waste disposal",
- "value": "h7l"
- },
- {
- "label": "H8. electrical equipment recycling",
- "value": "h8"
- },
- {
- "label": "H9. industrial waste lagoons or impoundments",
- "value": "h9"
- },
- {
- "label": "H10. industrial waste storage, recycling or landfilling",
- "value": "h10"
- },
- {
- "label": "H11. industrial woodwaste (log yard waste, hogfuel) disposal",
- "value": "h11"
- },
- {
- "label": "H12. mine tailings waste disposal",
- "value": "h12"
- },
- {
- "label": "H13. municipal waste storage, recycling, composting or landfilling",
- "value": "h13"
- },
- {
- "label": "H14. organic or petroleum material landspreading (landfarming)",
- "value": "h14"
- },
- {
- "label": "H15. sandblasting operations or sandblasting waste disposal",
- "value": "h15"
- },
- {
- "label": "H16. septic tank pumpage storage or disposal",
- "value": "h16"
- },
- {
- "label": "H17. sewage lagoons or impoundments",
- "value": "h7"
- },
- {
- "label": "H18. hazardous waste storage, treatment or disposal",
- "value": "h18"
- },
- {
- "label": "H19. sludge drying or composting",
- "value": "h19"
- },
- {
- "label": "H20. municipal or provincial road snow removal dumping or yard snow removal dumping",
- "value": "h20"
- },
- {
- "label": "H21. waste oil reprocessing, recycling or bulk storage",
- "value": "h21"
- },
- {
- "label": "H22. wire reclaiming operations",
- "value": "h22"
- },
- {
- "label": "I1. particle or wafer board manufacturing",
- "value": "i1"
- },
- {
- "label": "I2. pulp mill operations",
- "value": "i2"
- },
- {
- "label": "I3. pulp and paper manufacturing",
- "value": "i3"
- },
- {
- "label": "I4. treated wood storage at the site of treatment",
- "value": "i4"
- },
- {
- "label": "I5. veneer or plywood manufacturing",
- "value": "i5"
- },
- {
- "label": "I6. wood treatment (antisapstain or preservation)",
- "value": "i6"
- },
- {
- "label": "I7. wood treatment chemical manufacturing, bulk storage",
- "value": "i7"
- }
- ],
- "json": "",
- "url": "",
- "resource": "",
- "custom": ""
- },
- "type": "select",
- "input": true,
- "label": "Schedule 2 Reference and Description",
- "widget": "choicesjs",
- "dataType": "auto",
- "multiple": true,
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PIN",
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false,
- "onlyAvailableItems": false
- },
- "tableView": true,
- "description": "Select \"none\" if no Schedule 2 uses apply",
- "placeholder": "Select all that apply",
- "searchThreshold": 0.3,
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
- "dataSrc": "values",
- "valueProperty": "",
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "e5t2hd"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eer199n"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
}
- ],
- "collapsible": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eoqs1fw"
+ },
+ {
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e9weqev"
+ }
+ ],
+ "collapsible": false,
+ "id": "eapos76000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e3fw9y9i"
+ },
+ {
+ "title": "For Untitled Crown Land",
+ "collapsible": false,
+ "key": "Section2-forUntitledCrownLand",
+ "conditional": {
+ "show": true,
+ "when": "landOwnership-checkbox",
+ "eq": "untitled"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "content1",
+ "html": "And if available: ",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "empvi7i"
+ },
+ {
+ "key": "Section2-UntitledCrownLand-FileNumberColumn",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-UntitledCrown-CrownLandFileNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Crown Land File Numbers",
+ "tableView": true,
+ "id": "e7fs5c5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-UntitledCrown-CrownLandFileNumbers": "",
+ "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e01njrf"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e5kto1e"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e11vvf"
+ },
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "Section3-IndustrialOrCommercialUses",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section III - SPECIFIED INDUSTRIAL OR COMMERCIAL USES",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "html",
+ "type": "htmlelement",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "input": false,
+ "label": "HTML",
+ "content": "In the format of the examples provided below, select from the drop-down list, all the industrial or commercial uses described in SCHEDULE 2 which have occurred or are occurring on this site.",
+ "tableView": false,
+ "refreshOnChange": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "ef6ekh6"
+ },
+ {
+ "key": "content2",
+ "html": "Example Schedule 2 references and descriptions
E1. appliance, equipment, or engine maintenance, repair, reconditioning, cleaning or salvage
F10. solvent manufacturing, bulk storage, shipping and handling
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "elzjql"
+ },
+ {
+ "label": "Schedule 2 Reference and Description",
+ "labelPosition": "top",
+ "widget": "choicesjs",
+ "placeholder": "Select all that apply",
+ "description": "Select \"none\" if no Schedule 2 uses apply",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": true,
+ "dataSrc": "values",
+ "data": {
+ "values": [
+ {
+ "label": "None",
+ "value": "none"
+ },
+ {
+ "label": "A1. adhesives manufacturing or bulk storage",
+ "value": "a1"
+ },
+ {
+ "label": "A2. chemical manufacturing or bulk storage",
+ "value": "a2"
+ },
+ {
+ "label": "A3. explosives or ammunition manufacturing or bulk storage",
+ "value": "a3"
+ },
+ {
+ "label": "A4. fire retardant manufacturing, bulk storage or shipping",
+ "value": "a4"
+ },
+ {
+ "label": "A5. fertilizer manufacturing, bulk storage or shipping",
+ "value": "a5"
+ },
+ {
+ "label": "A6. ink or dye manufacturing or bulk storage",
+ "value": "a6"
+ },
+ {
+ "label": "A7. leather or hides tanning",
+ "value": "a7"
+ },
+ {
+ "label": "A8. paint, lacquer or varnish manufacturing, formulation, recycling or bulk storage",
+ "value": "a8"
+ },
+ {
+ "label": "A9. pharmaceutical products, or controlled substances as defined in the Controlled Drugs and Substances Act (Canada), manufacturing or operations",
+ "value": "a9"
+ },
+ {
+ "label": "A10. plastic products (foam or expanded plastic) manufacturing or repurposing",
+ "value": "a10"
+ },
+ {
+ "label": "A11. textile dyeing",
+ "value": "a11"
+ },
+ {
+ "label": "A12. pesticide manufacturing, formulation, bulk storage or shipping",
+ "value": "a12"
+ },
+ {
+ "label": "A13. resin or plastic monomer manufacturing, formulation or bulk storage",
+ "value": "a13"
+ },
+ {
+ "label": "B1. battery manufacturing, recycling or bulk storage",
+ "value": "b1"
+ },
+ {
+ "label": "B2. facilities using equipment that contains PCBs greater than or equal to 50 ppm",
+ "value": "b2"
+ },
+ {
+ "label": "B3. electrical equipment manufacturing, refurbishing or bulk storage",
+ "value": "b3"
+ },
+ {
+ "label": "B4. electrical transmission or distribution substations",
+ "value": "b4"
+ },
+ {
+ "label": "B5. electronic equipment manufacturing",
+ "value": "b5"
+ },
+ {
+ "label": "B6. transformer oil manufacturing, processing or bulk storage",
+ "value": "b6"
+ },
+ {
+ "label": "B7. electrical power generating operations fueled by coal or petroleum hydrocarbons that supply electricity to a community or commercial or industrial operation, excluding emergency generators",
+ "value": "b7"
+ },
+ {
+ "label": "C1. foundries",
+ "value": "c1"
+ },
+ {
+ "label": "C2. galvanizing",
+ "value": "c2"
+ },
+ {
+ "label": "C3. metal plating or finishing",
+ "value": "c3"
+ },
+ {
+ "label": "C4. metal salvage operations",
+ "value": "c4"
+ },
+ {
+ "label": "C5. metal smelting or refining",
+ "value": "c5"
+ },
+ {
+ "label": "C6. welding or machine shops (repair or fabrication)",
+ "value": "c6"
+ },
+ {
+ "label": "D1. asbestos mining, milling, bulk storage or shipping",
+ "value": "d1"
+ },
+ {
+ "label": "D2. coal coke manufacture, bulk storage or shipping",
+ "value": "d2"
+ },
+ {
+ "label": "D3. coal or lignite mining, milling, bulk storage or shipping",
+ "value": "d3"
+ },
+ {
+ "label": "D4. milling reagent manufacture, bulk storage or shipping",
+ "value": "d4"
+ },
+ {
+ "label": "D5. metal concentrate bulk storage or shipping",
+ "value": "d5"
+ },
+ {
+ "label": "D6. metal ore mining or milling",
+ "value": "d6"
+ },
+ {
+ "label": "E1. appliance, equipment or engine maintenance, repair, reconditioning, cleaning or salvage",
+ "value": "e1"
+ },
+ {
+ "label": "E2. ash deposit from boilers, incinerators or other thermal facilities",
+ "value": "e2"
+ },
+ {
+ "label": "E3. asphalt and asphalt tar manufacture, storage and distribution, including stationary asphalt batch plants",
+ "value": "e3"
+ },
+ {
+ "label": "E4. coal gasification (manufactured gas production)",
+ "value": "e4"
+ },
+ {
+ "label": "E5. medical, chemical, radiological or biological laboratories",
+ "value": "e5"
+ },
+ {
+ "label": "E6. outdoor firearm shooting ranges",
+ "value": "e6"
+ },
+ {
+ "label": "E7. road salt or brine storage",
+ "value": "e7"
+ },
+ {
+ "label": "E8. measuring instruments (containing mercury) manufacture, repair or bulk storage",
+ "value": "e8"
+ },
+ {
+ "label": "E9. dry cleaning facilities or operations and dry cleaning chemical storage, excluding locations at which clothing is deposited but no dry cleaning process occurs",
+ "value": "e9"
+ },
+ {
+ "label": "E11. fire training facilities at which fire retardants are used",
+ "value": "e11"
+ },
+ {
+ "label": "F1. petroleum or natural gas drilling",
+ "value": "f1"
+ },
+ {
+ "label": "F2. petroleum or natural gas production facilities",
+ "value": "f2"
+ },
+ {
+ "label": "F3. natural gas processing",
+ "value": "f3"
+ },
+ {
+ "label": "F4. petroleum coke manufacture, bulk storage or shipping",
+ "value": "f4"
+ },
+ {
+ "label": "F5. petroleum product, other than compressed gas, dispensing facilities, including service stations and card locks",
+ "value": "f5"
+ },
+ {
+ "label": "F6. petroleum, natural gas or sulfur pipeline rights of way excluding rights of way for pipelines used to distribute natural gas to consumers in a community",
+ "value": "f6"
+ },
+ {
+ "label": "F7. petroleum product (other than compressed gas), or produced water storage in nonͲmobile above ground or underground tanks, except above ground tanks associated with emergency generators or with secondary containment",
+ "value": "f7"
+ },
+ {
+ "label": "F8. petroleum product, other than compressed gas, bulk storage or distribution",
+ "value": "f8"
+ },
+ {
+ "label": "F9. petroleum refining",
+ "value": "f9"
+ },
+ {
+ "label": "F10. solvent manufacturing or bulk storage",
+ "value": "f10"
+ },
+ {
+ "label": "F11. sulfur handling, processing, or bulk storage and distribution",
+ "value": "f11"
+ },
+ {
+ "label": "G1. aircraft maintenance, cleaning or salvage",
+ "value": "g1"
+ },
+ {
+ "label": "G2. automotive, truck, bus, subway or other motor vehicle maintenance, repair, salvage or wrecking",
+ "value": "g2"
+ },
+ {
+ "label": "G3. dry docks, marinas, shipbuilding or boat repair and maintenance, including paint removal from hulls",
+ "value": "g3"
+ },
+ {
+ "label": "G4. marine equipment salvage",
+ "value": "g4"
+ },
+ {
+ "label": "G5. rail car or locomotive maintenance, cleaning, salvage or related uses, including railyards",
+ "value": "g5"
+ },
+ {
+ "label": "H1. antifreeze bulk storage, recycling or shipping",
+ "value": "h1"
+ },
+ {
+ "label": "H2. barrel, drum or tank reconditioning or salvage",
+ "value": "h2"
+ },
+ {
+ "label": "H3. biomedical waste disposal",
+ "value": "h3"
+ },
+ {
+ "label": "H4. bulk manure stockpiling and high rate land application or disposal (nonfarm applications only)",
+ "value": "h4"
+ },
+ {
+ "label": "H5. landfilling of construction demolition material, including without limitation asphalt and concrete",
+ "value": "h5"
+ },
+ {
+ "label": "H6. contaminated soil or sediment storage, treatment, deposit or disposal",
+ "value": "h6"
+ },
+ {
+ "label": "H7. dry cleaning waste disposal",
+ "value": "h7l"
+ },
+ {
+ "label": "H8. electrical equipment recycling",
+ "value": "h8"
+ },
+ {
+ "label": "H9. industrial waste lagoons or impoundments",
+ "value": "h9"
+ },
+ {
+ "label": "H10. industrial waste storage, recycling or landfilling",
+ "value": "h10"
+ },
+ {
+ "label": "H11. industrial woodwaste (log yard waste, hogfuel) disposal",
+ "value": "h11"
+ },
+ {
+ "label": "H12. mine tailings waste disposal",
+ "value": "h12"
+ },
+ {
+ "label": "H13. municipal waste storage, recycling, composting or landfilling",
+ "value": "h13"
+ },
+ {
+ "label": "H14. organic or petroleum material landspreading (landfarming)",
+ "value": "h14"
+ },
+ {
+ "label": "H15. sandblasting operations or sandblasting waste disposal",
+ "value": "h15"
+ },
+ {
+ "label": "H16. septic tank pumpage storage or disposal",
+ "value": "h16"
+ },
+ {
+ "label": "H17. sewage lagoons or impoundments",
+ "value": "h7"
+ },
+ {
+ "label": "H18. hazardous waste storage, treatment or disposal",
+ "value": "h18"
+ },
+ {
+ "label": "H19. sludge drying or composting",
+ "value": "h19"
+ },
+ {
+ "label": "H20. municipal or provincial road or yard snow removal dumping",
+ "value": "h20"
+ },
+ {
+ "label": "H21. waste oil reprocessing, recycling or bulk storage",
+ "value": "h21"
+ },
+ {
+ "label": "H22. wire reclaiming operations",
+ "value": "h22"
+ },
+ {
+ "label": "I1. particle or wafer board manufacturing",
+ "value": "i1"
+ },
+ {
+ "label": "I2. pulp mill operations",
+ "value": "i2"
+ },
+ {
+ "label": "I3. pulp and paper manufacturing",
+ "value": "i3"
+ },
+ {
+ "label": "I4. treated wood storage at the site of treatment",
+ "value": "i4"
+ },
+ {
+ "label": "I5. veneer or plywood manufacturing",
+ "value": "i5"
+ },
+ {
+ "label": "I6. wood treatment (antisapstain or preservation)",
+ "value": "i6"
+ },
+ {
+ "label": "I7. wood treatment chemical manufacturing or bulk storage",
+ "value": "i7"
+ }
+ ],
+ "resource": "",
+ "json": "",
+ "url": "",
+ "custom": ""
+ },
+ "dataType": "auto",
+ "idPath": "id",
+ "valueProperty": "",
+ "template": "{{ item.label }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "schedule2Reference",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
+ "selectFields": "",
+ "searchField": "",
+ "searchDebounce": 0.3,
+ "minSearch": 0,
+ "filter": "",
+ "limit": 100,
+ "redrawOn": "",
+ "input": true,
+ "searchThreshold": 0.3,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "lazyLoad": true,
+ "authenticate": false,
+ "ignoreCache": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "id": "e6a03i",
+ "defaultValue": []
+ }
+ ],
+ "collapsible": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ey43gqo"
+ },
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "Section4-AdditionalInformation",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section IV - ADDITIONAL INFORMATION",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section4-BriefProposedLandUseSummary",
+ "type": "textarea",
+ "input": true,
+ "label": "1. Provide a brief summary of the planned activity and proposed land use at the site.",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "description": "If not applicable, type N/A",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eu65z6d"
+ },
+ {
+ "key": "Section4-InformationUsedForSDS",
+ "type": "textarea",
+ "input": true,
+ "label": "2. Indicate the information used to complete this site disclosure statement including a list of record searches completed.",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "epkiq6"
+ },
+ {
+ "key": "Section4-PastPresentGovernmentOrders",
+ "type": "textarea",
+ "input": true,
+ "label": "3. List any past or present government orders, permits, approvals, certificates or notifications pertaining to the environmental condition of the site:",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "description": "If not applicable, type N/A",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e9mo3lc"
+ }
+ ],
+ "collapsible": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eosrgk"
+ },
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "Section5-Declarations",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section V - DECLARATIONS",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section5-Declaration-ReasonForSubmission",
+ "html": "Where a municipal approval is not required, you must indicate the reason for submission directly to the registrar:
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "enwuek3"
+ },
+ {
+ "key": "cols17",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section5DeclarationsCheckboxUnderOrder",
+ "type": "checkbox",
+ "input": true,
+ "label": "Under Order",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e7s3tb"
+ },
+ {
+ "key": "section5DeclarationsCheckboxBIAProceedings",
+ "type": "checkbox",
+ "input": true,
+ "label": "BIA Proceedings",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ekdlim"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section5DeclarationsCheckboxForeclosure",
+ "type": "checkbox",
+ "input": true,
+ "label": "Foreclosure",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ewieszw"
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ey43gqo"
+ {
+ "key": "section5DeclarationsCheckboxDecommissioning",
+ "type": "checkbox",
+ "input": true,
+ "label": "Decommissioning",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "edhk5bq"
+ }
+ ],
+ "currentWidth": 4
},
{
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "Section4-AdditionalInformation",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Section IV - ADDITIONAL INFORMATION",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "Section4-BriefProposedLandUseSummary",
- "type": "textarea",
- "input": true,
- "label": "1. Provide a brief summary of the planned activity and proposed land use at the site.",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": false,
- "description": "If not applicable, type N/A",
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "eu65z6d"
- },
- {
- "key": "Section4-InformationUsedForSDS",
- "type": "textarea",
- "input": true,
- "label": "2. Indicate the information used to complete this site disclosure statement including a list of record searches completed.",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": false,
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "epkiq6"
- },
- {
- "key": "Section4-PastPresentGovernmentOrders",
- "type": "textarea",
- "input": true,
- "label": "3. List any past or present government orders, permits, approvals, certificates or notifications pertaining to the environmental condition of the site:",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": false,
- "description": "If not applicable, type N/A",
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e9mo3lc"
- }
- ],
- "collapsible": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section5DeclarationsCheckboxCCAAProceedings",
+ "type": "checkbox",
+ "input": true,
+ "label": "CCAA Proceedings",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ega37df"
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eosrgk"
- },
+ {
+ "key": "section5DeclarationsCheckboxCeasingOperations",
+ "type": "checkbox",
+ "input": true,
+ "label": "Ceasing Operations",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e88tztl"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ehgrfk"
+ }
+ ],
+ "collapsible": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e6dbq1m"
+ },
+ {
+ "title": "Signature",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "signature",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") || \r\nroles.includes(\"formsflow-reviewer/lrs-approving-authority\") ||\r\nroles.includes(\"formsflow-reviewer/site-information-advisor\") ||\r\n(roles.includes(\"formsflow-client\") && !data.section1BAgentCheckbox)) {\r\n show = true;\r\n \r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "heading11",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "By signing below, I confirm that the information in this form is complete and accurate to the best of my knowledge:",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "e86eczj"
+ },
+ {
+ "key": "Signature-Column",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
{
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "Section5-Declarations",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Section V - DECLARATIONS",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "Section5-Declaration-ReasonForSubmission",
- "html": "Where a municipal approval is not required, you must indicate the reason for submission directly to the registrar:
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "enwuek3"
- },
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "logic": [
{
- "key": "cols17",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "section5DeclarationsCheckboxUnderOrder",
- "type": "checkbox",
- "input": true,
- "label": "Under Order",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e7s3tb"
- },
- {
- "key": "section5DeclarationsCheckboxBIAProceedings",
- "type": "checkbox",
- "input": true,
- "label": "BIA Proceedings",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ekdlim"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "section5DeclarationsCheckboxForeclosure",
- "type": "checkbox",
- "input": true,
- "label": "Foreclosure",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ewieszw"
- },
- {
- "key": "section5DeclarationsCheckboxDecommissioning",
- "type": "checkbox",
- "input": true,
- "label": "Decommissioning",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "edhk5bq"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "section5DeclarationsCheckboxCCAAProceedings",
- "type": "checkbox",
- "input": true,
- "label": "CCAA Proceedings",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ega37df"
- },
- {
- "key": "section5DeclarationsCheckboxCeasingOperations",
- "type": "checkbox",
- "input": true,
- "label": "Ceasing Operations",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e88tztl"
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ehgrfk"
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
}
- ],
- "collapsible": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "key": "Signature",
+ "type": "signature",
+ "input": true,
+ "label": "SIGNATURE",
+ "tableView": false,
+ "description": "For agents completing the SDS, save to PDF then forward the form to the owner/operator to complete this section",
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e6dbq1m"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "footer": "Sign above",
+ "width": "100%",
+ "height": "150px",
+ "penColor": "black",
+ "backgroundColor": "rgb(245,245,235)",
+ "minWidth": "0.5",
+ "maxWidth": "2.5",
+ "keepOverlayRatio": true,
+ "id": "ewyol1"
+ }
+ ],
+ "currentWidth": 6
},
{
- "title": "Signature",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "signature",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") || \r\nroles.includes(\"formsflow-reviewer/lrs-approving-authority\") ||\r\nroles.includes(\"formsflow-reviewer/site-information-advisor\") ||\r\n(roles.includes(\"formsflow-client\") && !data.section1BAgentCheckbox)) {\r\n show = true;\r\n \r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "conditional": {
- "json": "",
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "firstAndLastName",
+ "type": "textfield",
+ "input": true,
+ "label": "First and Last Name",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e2di33b"
},
- "logic": [],
- "attributes": {},
- "overlay": {
+ {
+ "label": "Job Title",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "jobTitle",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e9be88"
},
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
+ {
+ "logic": [
{
- "key": "heading11",
- "tag": "h3",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "By signing below, I confirm that the information in this form is complete and accurate to the best of my knowledge:",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "e86eczj"
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "radioGroup",
+ "type": "radio",
+ "input": true,
+ "label": "Radio Group",
+ "inline": false,
+ "values": [
+ {
+ "label": "Owner",
+ "value": "owner",
+ "shortcut": ""
},
{
- "key": "Signature-Column",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "Signature",
- "type": "signature",
- "input": true,
- "label": "SIGNATURE",
- "tableView": false,
- "description": "For agents completing the SDS, save to PDF then forward the form to the owner/operator to complete this section",
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "footer": "Sign above",
- "width": "100%",
- "height": "150px",
- "penColor": "black",
- "backgroundColor": "rgb(245,245,235)",
- "minWidth": "0.5",
- "maxWidth": "2.5",
- "keepOverlayRatio": true,
- "id": "ewyol1"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "firstAndLastName",
- "type": "textfield",
- "input": true,
- "label": "First and Last Name",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e2di33b"
- },
- {
- "label": "Job Title",
- "autoExpand": false,
- "tableView": true,
- "key": "jobTitle",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e9be88"
- },
- {
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "radioGroup",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "inline": false,
- "values": [
- {
- "label": "Owner",
- "value": "owner",
- "shortcut": ""
- },
- {
- "label": "Operator",
- "value": "operator",
- "shortcut": ""
- }
- ],
- "hideLabel": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eqvnu23"
- },
- {
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "datesigned",
- "type": "datetime",
- "input": true,
- "label": "Date Signed",
- "format": "yyyy-MM-dd",
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "enableMaxDateInput": false,
- "enableMinDateInput": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "ejst9yq"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e84bb25"
+ "label": "Operator",
+ "value": "operator",
+ "shortcut": ""
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eqvnu23"
+ },
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
}
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ ],
+ "key": "datesigned",
+ "type": "datetime",
+ "input": true,
+ "label": "Date Signed",
+ "format": "yyyy-MM-dd",
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "enableMaxDateInput": false,
+ "enableMinDateInput": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e2lf5dh"
- },
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "ejst9yq"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e84bb25"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e2lf5dh"
+ },
+ {
+ "label": "Submit",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submit",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")|| \r\nroles.includes(\"formsflow-reviewer/site-information-advisor\")\r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") &&\r\n data.section1BAgentCheckbox){\r\n show = false \r\n } else {\r\n show = true;\r\n }\r\n}\r\n",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "\r\nif(data.section1BAgentCheckbox && data.hiddenUserIdForFormSharing==='')\r\n{\r\n alert('Please provide valid user email id to share the form ');\r\n \r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n form.submit();\r\n }\r\n \r\n}\r\nelse\r\n{\r\n form.submit();\r\n}\r\n\r\n\r\n",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e1d05b4"
+ },
+ {
+ "title": "APPROVING AUTHORITY CONTACT INFORMATION",
+ "theme": "secondary",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "approvingAuthorityContactInformation",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")) {\r\n component.disabled = false;\r\n}\r\nelse\r\n{\r\n component.disabled = true;\r\n}\r\n",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "content4",
+ "html": "All fields in this section must be completed by the municipality (including Regional Districts) or approving officer prior to forwarding the form to the Site Registrar.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e4fcad"
+ },
+ {
+ "key": "ApprovingAuth-ContactColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
{
- "label": "Submit",
- "action": "custom",
- "showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "submit",
- "tags": [],
- "properties": {},
- "conditional": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvingAuthContactName",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": "",
"json": ""
- },
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")|| \r\nroles.includes(\"formsflow-reviewer/site-information-advisor\")\r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") &&\r\n data.section1BAgentCheckbox){\r\n show = false \r\n } else {\r\n show = true;\r\n }\r\n}\r\n",
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "button",
- "custom": "\r\nif(data.section1BAgentCheckbox && data.hiddenUserIdForFormSharing==='')\r\n{\r\n alert('Please provide valid user email id to share the form ');\r\n \r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n form.submit();\r\n }\r\n \r\n}\r\nelse\r\n{\r\n form.submit();\r\n}\r\n\r\n\r\n",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": true,
- "labelPosition": "top",
- "errorLabel": "",
- "hideLabel": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ea02oxe",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Agency",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
"type": "input"
- },
- "validateOn": "change",
- "validate": {
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
"required": false,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e1d05b4"
- },
- {
- "title": "APPROVING AUTHORITY CONTACT INFORMATION",
- "theme": "secondary",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "approvingAuthorityContactInformation",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")) {\r\n component.disabled = false;\r\n}\r\nelse\r\n{\r\n component.disabled = true;\r\n}\r\n",
- "conditional": {
- "json": "",
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvingAuthContactAgency",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
"show": null,
"when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "content4",
- "html": "All fields in this section must be completed by the municipality (including Regional Districts) or approving officer prior to forwarding the form to the Site Registrar.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e4fcad"
- },
- {
- "key": "ApprovingAuth-ContactColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Name",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "approvingAuthContactName",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ea02oxe",
- "defaultValue": ""
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Agency",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "approvingAuthContactAgency",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ee8cu1",
- "defaultValue": ""
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e79l29"
- },
- {
- "label": "Address",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "approvingAuthContactAddress",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "evgk46",
- "defaultValue": ""
- },
- {
- "key": "ApprovingAuth-ContactInfoColoumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Phone Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "(999) 999-9999",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "approvingAuthContactPhone",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "phoneNumber",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "addons": [],
- "inputType": "tel",
- "inputMode": "decimal",
- "id": "e9n4kfn",
- "defaultValue": "",
- "inputMaskPlaceholderChar": ""
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Email",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "kickbox": {
- "enabled": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "ApprovingAuthEmail",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "email",
- "inputMask": "",
- "id": "edr9dwv",
- "defaultValue": ""
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e4gc608"
- },
- {
- "label": "Application Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "applicationNumber",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "enwhl29",
- "defaultValue": ""
- },
- {
- "key": "ReasonForSubmission",
- "html": "Reason for submission (Please check one or more of the following):
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ecsd9ir"
- },
- {
- "key": "ReasonForSubmission-Column",
- "type": "columns",
- "input": false,
- "label": "Columns - 4",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "sm",
- "width": 3,
- "offset": 0,
- "components": [
- {
- "label": "Building Permit",
- "description": "for an activity that will likely disturb soil",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "chkBuildingPermit",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e2mew8"
- },
- {
- "label": "Building Permit Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "blur",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "if(data.chkBuildingPermit && input=== '')\n{\n valid = 'Please fill the permit number';\n required = true;\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "buildingPermitNumber",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "if(data.chkBuildingPermit)\n{\n show = true;\n} else {\n show = false;\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ezawuqw",
- "defaultValue": ""
- }
- ],
- "currentWidth": 3
- },
- {
- "pull": 0,
- "push": 0,
- "size": "sm",
- "width": 3,
- "offset": 0,
- "components": [
- {
- "label": "Subdivision",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "chkSubdivision",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "esmrkhm"
- },
- {
- "label": "Application Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "if(data.chkSubdivision && input=== '')\n{\n valid = 'Please fill the application number';\n required = true;\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "subdivisionApplicationNumber",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "if(data.chkSubdivision)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "e91fl9p",
- "defaultValue": ""
- }
- ],
- "currentWidth": 3
- },
- {
- "pull": 0,
- "push": 0,
- "size": "sm",
- "width": 3,
- "offset": 0,
- "components": [
- {
- "label": "Zoning",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "chkZoning",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "exu8usp"
- },
- {
- "label": "Application Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "if(data.chkZoning && input=== '')\r\n{\r\n valid = 'Please fill the application number';\r\n required = true;\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "zoningApplicationNumber",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "if(data.chkZoning)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eo808wp",
- "defaultValue": ""
- }
- ],
- "currentWidth": 3
- },
- {
- "pull": 0,
- "push": 0,
- "size": "sm",
- "width": 3,
- "offset": 0,
- "components": [
- {
- "label": "Development Permit",
- "description": "for an activity that will likely disturb soil",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "chkDevelopmentPermit",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eu46ge"
- },
- {
- "label": "Development Permit Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "if(data.chkDevelopmentPermit && input=== '')\r\n{\r\n valid = 'Please fill the permit number';\r\n required = true;\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "developmentPermitNumber",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "if(data.chkDevelopmentPermit)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ei0x46t",
- "defaultValue": ""
- }
- ],
- "currentWidth": 3
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ejawad"
- },
- {
- "key": "ApprovingAuth-Date-Column",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Date Received by Approving Authority",
- "labelPosition": "top",
- "displayInTimezone": "viewer",
- "useLocaleSettings": false,
- "allowInput": true,
- "format": "yyyy-MM-dd",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "shortcutButtons": [],
- "enableDate": true,
- "datePicker": {
- "disable": "",
- "disableFunction": "",
- "disableWeekends": false,
- "disableWeekdays": false,
- "minDate": null,
- "maxDate": null,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5
- },
- "enableTime": false,
- "timePicker": {
- "showMeridian": true,
- "hourStep": 1,
- "minuteStep": 1,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "multiple": false,
- "defaultValue": "",
- "defaultDate": "",
- "customOptions": {},
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "enableMinDateInput": false,
- "enableMaxDateInput": false,
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "datereceivedbyapprovingauthority",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "datetime",
- "timezone": "",
- "input": true,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disabledDates": "",
- "disableWeekends": false,
- "disableWeekdays": false,
- "disableFunction": "",
- "maxDate": null
- },
- "hideOnChildrenHidden": false,
- "prefix": "",
- "suffix": "",
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "datepickerMode": "day",
- "id": "ezoonm"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Date Submitted to Registrar",
- "labelPosition": "top",
- "displayInTimezone": "viewer",
- "useLocaleSettings": false,
- "allowInput": true,
- "format": "yyyy-MM-dd",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "shortcutButtons": [],
- "enableDate": true,
- "datePicker": {
- "disable": "",
- "disableFunction": "",
- "disableWeekends": false,
- "disableWeekdays": false,
- "minDate": null,
- "maxDate": null,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5
- },
- "enableTime": false,
- "timePicker": {
- "showMeridian": true,
- "hourStep": 1,
- "minuteStep": 1,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "multiple": false,
- "defaultValue": "",
- "defaultDate": "",
- "customOptions": {},
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "enableMinDateInput": false,
- "enableMaxDateInput": false,
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "datesubmittedtoregistrar",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "datetime",
- "timezone": "",
- "input": true,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disabledDates": "",
- "disableWeekends": false,
- "disableWeekdays": false,
- "disableFunction": "",
- "maxDate": null
- },
- "hideOnChildrenHidden": false,
- "prefix": "",
- "suffix": "",
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "datepickerMode": "day",
- "id": "et4zt9f"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ekom0h"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ee8cu1",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e79l29"
+ },
+ {
+ "label": "Address",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvingAuthContactAddress",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "evgk46",
+ "defaultValue": ""
+ },
+ {
+ "key": "ApprovingAuth-ContactInfoColoumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Phone Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "(999) 999-9999",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvingAuthContactPhone",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "phoneNumber",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "addons": [],
+ "inputType": "tel",
+ "inputMode": "decimal",
+ "id": "e9n4kfn",
+ "defaultValue": "",
+ "inputMaskPlaceholderChar": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "ApprovingAuthEmail",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "edr9dwv",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e4gc608"
+ },
+ {
+ "label": "Application Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "applicationNumber",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "enwhl29",
+ "defaultValue": ""
+ },
+ {
+ "key": "ReasonForSubmission",
+ "html": "Reason for submission (Please check one or more of the following):
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ecsd9ir"
+ },
+ {
+ "key": "ReasonForSubmission-Column",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 4",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "sm",
+ "width": 3,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Building Permit",
+ "description": "for an activity that will likely disturb soil",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
"required": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "chkBuildingPermit",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e2mew8"
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eplmu12q"
+ {
+ "label": "Building Permit Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "blur",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(data.chkBuildingPermit && input=== '')\n{\n valid = 'Please fill the permit number';\n required = true;\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "buildingPermitNumber",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if(data.chkBuildingPermit)\n{\n show = true;\n} else {\n show = false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ezawuqw",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 3
},
{
- "title": "Approving Authority Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "approvingAuthorityActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "conditional": {
+ "pull": 0,
+ "push": 0,
+ "size": "sm",
+ "width": 3,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Subdivision",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
"json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "chkSubdivision",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
"show": null,
"when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "esmrkhm"
},
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Submit To Ministry",
- "action": "custom",
- "showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "submitToMinistry",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "button",
- "custom": "if(data.approvingAuthContactName==='' || data.approvingAuthContactAgency==='' || \r\ndata.approvingAuthContactAddress==='' || data.approvingAuthContactPhone==='' ||\r\ndata.ApprovingAuthEmail === '' || data.applicationNumber==='' ||\r\ndata.datereceivedbyapprovingauthority === '' || data.datesubmittedtoregistrar === '')\r\n{\r\n alert('Please complete the Approving Authority Contact Information before submitting!');\r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n\tconst submissionId = form._submission._id;\r\n\tconst formId = form._submission.form;\r\n\tconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\n\tconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n\tconst formio = new Formio(formDataReqUrl);\r\n\tformio.saveSubmission(formDataReqObj1).then( result => {\r\n\tform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n \t}); \r\n\t}).catch((error)=>{\r\n\t//Error callback on not Save\r\n\tform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n \t}); \r\n\t});\r\n }\r\n} else {\r\n\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});\r\n}",
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": true,
- "labelPosition": "top",
- "errorLabel": "",
- "hideLabel": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e5ut7nt"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Needs More Info",
- "action": "custom",
- "showValidations": false,
- "theme": "warning",
- "tableView": false,
- "key": "aaSendToApplicant",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "ejfjk9f"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [],
- "size": "md",
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 6
- }
- ],
- "key": "columns1",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eb2q62"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ {
+ "label": "Application Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(data.chkSubdivision && input=== '')\n{\n valid = 'Please fill the application number';\n required = true;\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "subdivisionApplicationNumber",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if(data.chkSubdivision)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e91fl9p",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 3
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "sm",
+ "width": 3,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Zoning",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
"required": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "chkZoning",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "exu8usp"
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eupw1pi"
+ {
+ "label": "Application Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(data.chkZoning && input=== '')\r\n{\r\n valid = 'Please fill the application number';\r\n required = true;\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "zoningApplicationNumber",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if(data.chkZoning)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eo808wp",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 3
},
{
- "label": "applicationId",
- "customClass": "",
- "modalEdit": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationId",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ "pull": 0,
+ "push": 0,
+ "size": "sm",
+ "width": 3,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Development Permit",
+ "description": "for an activity that will likely disturb soil",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "chkDevelopmentPermit",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eu46ge"
},
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "labelPosition": "top",
- "Description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
+ {
+ "label": "Development Permit Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
"type": "input"
- },
- "validateOn": "change",
- "validate": {
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(data.chkDevelopmentPermit && input=== '')\r\n{\r\n valid = 'Please fill the permit number';\r\n required = true;\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "developmentPermitNumber",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if(data.chkDevelopmentPermit)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ei0x46t",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 3
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ejawad"
+ },
+ {
+ "key": "ApprovingAuth-Date-Column",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Date Received by Approving Authority",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": false,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
"required": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "datereceivedbyapprovingauthority",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
"show": null,
"when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "em1y8gd",
- "defaultValue": "",
- "dataGridLabel": false,
- "description": "",
- "addons": []
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "hideOnChildrenHidden": false,
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "ezoonm"
+ }
+ ],
+ "currentWidth": 6
},
{
- "label": "applicationStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Date Submitted to Registrar",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": false,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "datesubmittedtoregistrar",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "Description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "hideOnChildrenHidden": false,
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "et4zt9f"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ekom0h"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eplmu12q"
+ },
+ {
+ "title": "Approving Authority Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "approvingAuthorityActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Submit To Ministry",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submitToMinistry",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "if(data.approvingAuthContactName==='' || data.approvingAuthContactAgency==='' || \r\ndata.approvingAuthContactAddress==='' || data.approvingAuthContactPhone==='' ||\r\ndata.ApprovingAuthEmail === '' || data.applicationNumber==='' ||\r\ndata.datereceivedbyapprovingauthority === '' || data.datesubmittedtoregistrar === '')\r\n{\r\n alert('Please complete the Approving Authority Contact Information before submitting!');\r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n\tconst submissionId = form._submission._id;\r\n\tconst formId = form._submission.form;\r\n\tconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\n\tconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n\tconst formio = new Formio(formDataReqUrl);\r\n\tformio.saveSubmission(formDataReqObj1).then( result => {\r\n\tform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n \t}); \r\n\t}).catch((error)=>{\r\n\t//Error callback on not Save\r\n\tform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n \t}); \r\n\t});\r\n }\r\n} else {\r\n\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});\r\n}",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
"type": "input"
- },
- "validateOn": "change",
- "validate": {
+ },
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e5ut7nt"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "tableView": false,
+ "key": "aaSendToApplicant",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "e6z1qd9",
- "description": "",
- "addons": []
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "ejfjk9f"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 6
}
- ]
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eb2q62"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eupw1pi"
+ },
+ {
+ "label": "applicationId",
+ "customClass": "",
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationId",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "em1y8gd",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "description": "",
+ "addons": []
+ },
+ {
+ "label": "applicationStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "e6z1qd9",
+ "description": "",
+ "addons": []
}
- ]
+ ]
+ }
+ ]
}
\ No newline at end of file
From b77c2fd7054ef777605656e7a87ea9eafe284efd Mon Sep 17 00:00:00 2001
From: jaise-aot
Date: Mon, 15 Jan 2024 22:10:51 -0800
Subject: [PATCH 21/88] update resource quotas
---
openshift/templates/etl/debezium-jdbc.deploy.yaml | 8 ++++----
openshift/templates/etl/debezium-kafka.deploy.yaml | 8 ++++----
openshift/templates/etl/debezium-zookeeper.deploy.yaml | 6 +++---
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/openshift/templates/etl/debezium-jdbc.deploy.yaml b/openshift/templates/etl/debezium-jdbc.deploy.yaml
index fec19deb..d84c6ed1 100644
--- a/openshift/templates/etl/debezium-jdbc.deploy.yaml
+++ b/openshift/templates/etl/debezium-jdbc.deploy.yaml
@@ -75,11 +75,11 @@ objects:
value: "org.apache.kafka.connect.rest.basic.auth.extension.BasicAuthSecurityRestExtension"
resources:
requests:
- cpu: "150m"
- memory: "500Mi"
- limits:
- cpu: "250m"
+ cpu: "200m"
memory: "1Gi"
+ limits:
+ cpu: "400m"
+ memory: "2Gi"
terminationMessagePath: "/dev/termination-log"
terminationMessagePolicy: File
imagePullPolicy: Always
diff --git a/openshift/templates/etl/debezium-kafka.deploy.yaml b/openshift/templates/etl/debezium-kafka.deploy.yaml
index 4d2717c2..2b6ec8f8 100644
--- a/openshift/templates/etl/debezium-kafka.deploy.yaml
+++ b/openshift/templates/etl/debezium-kafka.deploy.yaml
@@ -61,11 +61,11 @@ objects:
value: debezium-zookeeper:2181
resources:
requests:
- cpu: "150m"
- memory: "500Mi"
- limits:
- cpu: "250m"
+ cpu: "200m"
memory: "1Gi"
+ limits:
+ cpu: "400m"
+ memory: "2Gi"
terminationMessagePath: "/dev/termination-log"
terminationMessagePolicy: File
imagePullPolicy: Always
diff --git a/openshift/templates/etl/debezium-zookeeper.deploy.yaml b/openshift/templates/etl/debezium-zookeeper.deploy.yaml
index 6ac5e449..fa16f118 100644
--- a/openshift/templates/etl/debezium-zookeeper.deploy.yaml
+++ b/openshift/templates/etl/debezium-zookeeper.deploy.yaml
@@ -53,11 +53,11 @@ objects:
protocol: TCP
resources:
requests:
- cpu: "50m"
- memory: "250Mi"
- limits:
cpu: "150m"
memory: "500Mi"
+ limits:
+ cpu: "300m"
+ memory: "1Gi"
terminationMessagePath: "/dev/termination-log"
terminationMessagePolicy: File
imagePullPolicy: Always
From bd1ebfbdfc3be604988f6f86713e5668517df42a Mon Sep 17 00:00:00 2001
From: jaise-aot
Date: Mon, 15 Jan 2024 22:13:58 -0800
Subject: [PATCH 22/88] update docs and defaults
---
etl/ReadMe.md | 22 ++++++++++-----------
etl/register-postgres-source-connector.json | 4 ++--
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/etl/ReadMe.md b/etl/ReadMe.md
index 7bc95c96..a6a05c9c 100644
--- a/etl/ReadMe.md
+++ b/etl/ReadMe.md
@@ -75,9 +75,9 @@ jdbc:oracle:thin:@(description=(address=(protocol=tcps)(host=172.18.215.225.nip.
# Register postgresql connector
```
-curl -H "Content-Type: application/json" -d @register-postgres-source-connector.json http://localhost:8083/connectors/
+curl -u : -H "Content-Type: application/json" -d @register-postgres-source-connector.json http://localhost:8083/connectors/
-curl -H "Content-Type: application/json" -d @register-postgres-source-connector.json https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors/
+curl -u : -H "Content-Type: application/json" -d @register-postgres-source-connector.json https://debezium-jdbc-dev.apps.silver.devops.gov.bc.ca/connectors/
@@ -86,9 +86,9 @@ curl -H "Content-Type: application/json" -d @register-postgres-source-connector.
# Register Oracle jdbc sink connector
```
-curl -H "Content-Type: application/json" -d @register-oracle-jdbc-sink-connector.json http://localhost:8083/connectors/
+curl -u : -H "Content-Type: application/json" -d @register-oracle-jdbc-sink-connector.json http://localhost:8083/connectors/
-curl -H "Content-Type: application/json" -d @register-oracle-jdbc-sink-connector.json https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors/
+curl -u : -H "Content-Type: application/json" -d @register-oracle-jdbc-sink-connector.json https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors/
```
@@ -105,20 +105,20 @@ docker-compose -f docker-compose.yaml exec kafka /kafka/bin/kafka-console-consum
# Delete connectors
```
-curl -X DELETE localhost:8083/connectors/
+curl -u : -X DELETE localhost:8083/connectors/
-curl -X DELETE localhost:8083/connectors/oracle-jdbc-sink-connector
-curl -X DELETE localhost:8083/connectors/postgres-source-connector
+curl -u : -X DELETE localhost:8083/connectors/oracle-jdbc-sink-connector
+curl -u : -X DELETE localhost:8083/connectors/postgres-source-connector
-curl -X DELETE https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors/oracle-jdbc-sink-connector
-curl -X DELETE https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors/postgres-source-connector
+curl -u : -X DELETE https://debezium-jdbc-dev.apps.silver.devops.gov.bc.ca/connectors/oracle-jdbc-sink-connector
+curl -u : -X DELETE https://debezium-jdbc-dev.apps.silver.devops.gov.bc.ca/connectors/postgres-source-connector
```
# Get all connectors registered.
```
-curl localhost:8083/connectors/
-curl https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors
+curl -u : localhost:8083/connectors/
+curl -u : https://debezium-jdbc-dev.apps.silver.devops.gov.bc.ca/connectors
```
diff --git a/etl/register-postgres-source-connector.json b/etl/register-postgres-source-connector.json
index d3bfa29b..0adea216 100644
--- a/etl/register-postgres-source-connector.json
+++ b/etl/register-postgres-source-connector.json
@@ -3,10 +3,10 @@
"config": {
"connector.class": "io.debezium.connector.postgresql.PostgresConnector",
"tasks.max": "1",
- "database.hostname": "etl-postgis-1",
+ "database.hostname": "debezium-postgis",
"database.port": "5432",
"database.user": "postgres",
- "database.password": "postgres",
+ "database.password": "xxxxxxx",
"database.dbname": "postgres",
"database.server.id": "184054",
"database.server.name": "dbserver1",
From 98795ab926b289c43bedf2f9a5fa2e7d849b7330 Mon Sep 17 00:00:00 2001
From: Eric Ribeiro
Date: Tue, 16 Jan 2024 12:25:18 -0800
Subject: [PATCH 23/88] fix: spacing
---
.../epd-forms/Site Disclosure Statements.json | 25878 +++++++--------
...tification of Independent Remediation.json | 26478 ++++++++--------
2 files changed, 26178 insertions(+), 26178 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Disclosure Statements.json b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
index 635a958d..1a77c601 100644
--- a/forms-flow-ai/epd-forms/Site Disclosure Statements.json
+++ b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
@@ -1,13318 +1,13318 @@
{
- "forms": [
- {
- "title": "Site Disclosure Statements",
- "display": "form",
- "type": "form",
- "name": "sdsForm",
- "path": "sdsform",
- "tags": [
- "common"
- ],
- "components": [
+ "forms": [
{
- "label": "Text Area",
- "autoExpand": false,
- "tableView": true,
- "key": "textArea",
- "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
- "type": "textarea",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ekiu1wn"
- },
- {
- "title": "Panel",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": true,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "panel1",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ei5w5up"
- },
- {
- "label": "logicToDisableFieldsForReviewers",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}",
- "calculateServer": false,
- "key": "logicToDisableFieldsForReviewers",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "eyfcajc"
- },
- {
- "label": "hiddenUserIdForFormSharing",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "hiddenUserIdForFormSharing",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "eayylog"
- },
- {
- "label": "hiddenIsApprovingAuthority",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "var userDetails = localStorage.getItem(\"UserDetails\");\nvar roles;\nif(userDetails !== '' && userDetails !== null )\n{\nvar userObject = JSON.parse(userDetails);\n\n if(userObject.role.includes('formsflow-reviewer/lrs-approving-authority'))\n {\n value = 'yes';\n }\n else\n {\n value = 'no';\n }\n}\nelse\n{\n value = 'no'\n}",
- "calculateServer": false,
- "key": "hiddenIsApprovingAuthority",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "egcyybo"
- },
- {
- "title": "Reviewer Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "formActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/lrs-approving-authority\")|| \r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") ) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
+ "title": "Site Disclosure Statements",
+ "display": "form",
+ "type": "form",
+ "name": "sdsForm",
+ "path": "sdsform",
+ "tags": [
+ "common"
+ ],
+ "components": [
{
- "components": [
- {
- "label": "Send to Approving Authority",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "sendToPreviousReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\") &&\r\n!(data.section5DeclarationsCheckboxDecommissioning ||\r\ndata.section5DeclarationsCheckboxCeasingOperations)) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
+ "label": "Text Area",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "textArea",
+ "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
"type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "ehc4spv"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ekiu1wn"
},
{
- "components": [
- {
- "label": "Approved",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "approve",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "title": "Panel",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": true,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ei5w5up"
+ },
+ {
+ "label": "logicToDisableFieldsForReviewers",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}",
+ "calculateServer": false,
+ "key": "logicToDisableFieldsForReviewers",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eond1ha"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Needs More Info",
- "action": "custom",
- "showValidations": false,
- "theme": "warning",
- "tableView": false,
- "key": "sendToApplicant",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\") &&\r\n(data.section5DeclarationsCheckboxDecommissioning ||\r\ndata.section5DeclarationsCheckboxCeasingOperations)) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
"type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ },
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "eyfcajc"
+ },
+ {
+ "label": "hiddenUserIdForFormSharing",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "hiddenUserIdForFormSharing",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "e6b3lxd"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Reject Form",
- "action": "custom",
- "showValidations": false,
- "theme": "danger",
- "tableView": false,
- "key": "rejectForm",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
"type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ },
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "esy7h5l"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "key": "columns1",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ea92ei"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "emgjonl"
- },
- {
- "title": "Site Owner Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "siteOwnerActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") && data.applicationStatus !== undefined && data.applicationStatus !== ''\r\n&& data.applicationStatus !== 'Resubmit') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "eayylog"
+ },
{
- "components": [
- {
- "label": "Send to Approving Authority",
- "action": "custom",
- "showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "submittoMinistry",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "if(data.section5DeclarationsCheckboxDecommissioning ||\ndata.section5DeclarationsCheckboxCeasingOperations) {\n component.label = 'Send to Ministry';\n} else {\n component.label = 'Send to Approving Authority';\n}\ninstance.triggerRedraw();",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "label": "hiddenIsApprovingAuthority",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "var userDetails = localStorage.getItem(\"UserDetails\");\nvar roles;\nif(userDetails !== '' && userDetails !== null )\n{\nvar userObject = JSON.parse(userDetails);\n\n if(userObject.role.includes('formsflow-reviewer/lrs-approving-authority'))\n {\n value = 'yes';\n }\n else\n {\n value = 'no';\n }\n}\nelse\n{\n value = 'no'\n}",
+ "calculateServer": false,
+ "key": "hiddenIsApprovingAuthority",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "button",
- "custom": "if(data.Signature==='' || data.firstAndLastName==='' || data.datesigned==='' || data.radioGroup==='')\r\n{\r\n alert('Please complete the signature section before submitting!');\r\n \r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n \tconst submissionId = form._submission._id;\r\n\tconst formId = form._submission.form;\r\n\tconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\n\tconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n\tconst formio = new Formio(formDataReqUrl);\r\n\tformio.saveSubmission(formDataReqObj1).then( result => {\r\n\tform.emit('customEvent', {\r\n \ttype: \"actionComplete\", \r\n \t component: component,\r\n \tactionType: 'Signed'\r\n \t\t}); \r\n\t}).catch((error)=>{\r\n\t//Error callback on not Save\r\n\tform.emit('customEvent', {\r\n \ttype: \"actionError\", \r\n \tcomponent: component,\r\n \tactionType:'Signed'\r\n \t}); \r\n\t});\r\n }\r\n \r\n}\r\nelse\r\n{\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Signed'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Signed'\r\n }); \r\n});\r\n}",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": true,
- "labelPosition": "top",
- "errorLabel": "",
- "hideLabel": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
"type": "input"
- },
- "validateOn": "change",
- "validate": {
+ },
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e7diehb"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "egcyybo"
},
{
- "components": [],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "key": "columns2",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ek60lf1"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e9kmkmh"
- },
- {
- "label": "Notes",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "openWhenEmpty": false,
- "disableAddingRemovingRows": false,
- "conditionalAddButton": "",
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "templates": {
- "header": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
- "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\t\t\r\n\t\t {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
- "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
- "footer": ""
- },
- "rowClass": "",
- "addAnother": "",
- "modal": false,
- "saveRow": "",
- "removeRow": "Cancel",
- "persistent": true,
- "inlineEdit": false,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 || b.groups.indexOf('/formsflow/formsflow-reviewer/formsflow-client-reviewer') > -1 )\r\n{\r\ndocument.querySelector(\"[ref='editgrid-notes-addRow']\").remove();\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;i -1)\r\n{\r\n\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nif(UserDetails){\r\nvar addNotesButton = document.querySelector(\"button[ref=editgrid-notes-addRow]\");\r\n\r\nif(addNotesButton)\r\n{\r\naddNotesButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t }\r\n\t\t}\r\n})\r\n}\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "editgrid",
- "displayAsTable": false,
- "input": true,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "conditional": {
+ "title": "Reviewer Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "formActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/lrs-approving-authority\")|| \r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") ) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "conditional": {
+ "json": "",
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "eieupup"
- }
- ],
- "width": 4,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 4
- },
- {
- "components": [
- {
- "label": "Visibility",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": true,
- "defaultValue": "external",
- "values": [
- {
- "label": "Internal",
- "value": "internal",
- "shortcut": ""
- },
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
{
- "label": "External",
- "value": "external",
- "shortcut": ""
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Send to Approving Authority",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "sendToPreviousReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\") &&\r\n!(data.section5DeclarationsCheckboxDecommissioning ||\r\ndata.section5DeclarationsCheckboxCeasingOperations)) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "ehc4spv"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "approve",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eond1ha"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "tableView": false,
+ "key": "sendToApplicant",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\") &&\r\n(data.section5DeclarationsCheckboxDecommissioning ||\r\ndata.section5DeclarationsCheckboxCeasingOperations)) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "e6b3lxd"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejectForm",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "esy7h5l"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ea92ei"
}
- ],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "emgjonl"
+ },
+ {
+ "title": "Site Owner Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "siteOwnerActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") && data.applicationStatus !== undefined && data.applicationStatus !== ''\r\n&& data.applicationStatus !== 'Resubmit') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ef219v"
- }
- ],
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Role",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\r\n{\r\n value = 'Site Information Advisor'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/lrs-approving-authority') > -1 )\r\n{\r\n value = 'Approving Authority'\r\n}",
- "key": "role",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Send to Approving Authority",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submittoMinistry",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if(data.section5DeclarationsCheckboxDecommissioning ||\ndata.section5DeclarationsCheckboxCeasingOperations) {\n component.label = 'Send to Ministry';\n} else {\n component.label = 'Send to Approving Authority';\n}\ninstance.triggerRedraw();",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "if(data.Signature==='' || data.firstAndLastName==='' || data.datesigned==='' || data.radioGroup==='')\r\n{\r\n alert('Please complete the signature section before submitting!');\r\n \r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n \tconst submissionId = form._submission._id;\r\n\tconst formId = form._submission.form;\r\n\tconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\n\tconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n\tconst formio = new Formio(formDataReqUrl);\r\n\tformio.saveSubmission(formDataReqObj1).then( result => {\r\n\tform.emit('customEvent', {\r\n \ttype: \"actionComplete\", \r\n \t component: component,\r\n \tactionType: 'Signed'\r\n \t\t}); \r\n\t}).catch((error)=>{\r\n\t//Error callback on not Save\r\n\tform.emit('customEvent', {\r\n \ttype: \"actionError\", \r\n \tcomponent: component,\r\n \tactionType:'Signed'\r\n \t}); \r\n\t});\r\n }\r\n \r\n}\r\nelse\r\n{\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Signed'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Signed'\r\n }); \r\n});\r\n}",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e7diehb"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns2",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ek60lf1"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ehgoit"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e9kmkmh"
},
{
- "components": [
- {
- "label": "Created By",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
- "key": "createdBy",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "label": "Notes",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "openWhenEmpty": false,
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "templates": {
+ "header": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
+ "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
+ "row": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\t\t\r\n\t\t {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": ""
+ },
+ "rowClass": "",
+ "addAnother": "",
+ "modal": false,
+ "saveRow": "",
+ "removeRow": "Cancel",
+ "persistent": true,
+ "inlineEdit": false,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
"required": false,
- "custom": "",
+ "customMessage": "",
+ "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 || b.groups.indexOf('/formsflow/formsflow-reviewer/formsflow-client-reviewer') > -1 )\r\n{\r\ndocument.querySelector(\"[ref='editgrid-notes-addRow']\").remove();\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;i -1)\r\n{\r\n\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nif(UserDetails){\r\nvar addNotesButton = document.querySelector(\"button[ref=editgrid-notes-addRow]\");\r\n\r\nif(addNotesButton)\r\n{\r\naddNotesButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t }\r\n\t\t}\r\n})\r\n}\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e359aek"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
+ },
+ "type": "editgrid",
+ "displayAsTable": false,
+ "input": true,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Notes",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eieupup"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Visibility",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": true,
+ "defaultValue": "external",
+ "values": [
+ {
+ "label": "Internal",
+ "value": "internal",
+ "shortcut": ""
+ },
+ {
+ "label": "External",
+ "value": "external",
+ "shortcut": ""
+ }
+ ],
+ "key": "commentFor",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ef219v"
+ }
+ ],
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Role",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\r\n{\r\n value = 'Site Information Advisor'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/lrs-approving-authority') > -1 )\r\n{\r\n value = 'Approving Authority'\r\n}",
+ "key": "role",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehgoit"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created By",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
+ "key": "createdBy",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e359aek"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created At",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
+ "key": "createdAt",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehegp6h"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e1qmsg"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "defaultOpen": false,
+ "id": "e664pv2"
},
{
- "components": [
- {
- "label": "Created At",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
- "key": "createdAt",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial",
+ "type": "radio",
+ "input": true,
+ "label": "Has the site been used for any industrial or commercial uses described in SCHEDULE 2 of the Contaminated Sites Regulation?",
+ "inline": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ehegp6h"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- }
- ],
- "key": "columns",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e1qmsg"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "defaultOpen": false,
- "id": "e664pv2"
- },
- {
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "edrxgw"
+ },
{
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial",
- "type": "radio",
- "input": true,
- "label": "Has the site been used for any industrial or commercial uses described in SCHEDULE 2 of the Contaminated Sites Regulation?",
- "inline": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "edrxgw"
- },
- {
- "id": "e8uvu7",
- "key": "content5",
- "html": "If you answered NO to the question above, the form is not submitted to the ministry. As per Section 3.5 of the Contaminated Sites Regulation, a municipality or approving officer may still request a person to complete a site disclosure statement for their records.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "no",
- "json": "",
- "show": true,
- "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "e8rzsp",
- "key": "Section3-IndustrialCommercial-ifYES",
- "html": "If you answered YES to the question above, you must complete this form if no exemptions apply.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "yes",
- "json": "",
- "show": true,
- "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "panel",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Exemptions",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "ExemptionsDeclarationYesOrNo",
- "type": "radio",
- "input": true,
- "label": "Do any of the exemptions from submitting a site disclosure statement apply? (see the CONTAMINATED SITES REGULATION , Division 3, Part 2)",
- "inline": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ezbg6n"
- },
- {
- "key": "content6",
- "html": "If you answered NO to the question above, you must complete this form. All fields are mandatory unless otherwise noted.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "conditional": {
- "eq": "no",
- "show": true,
- "when": "ExemptionsDeclarationYesOrNo"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e3nioh8"
- },
- {
- "key": "ifYesSelectAllThatApply",
- "data": {
- "values": [
- {
- "label": "CSR section 4(1) - other processes apply under the Act",
- "value": "csrSection41OtherProcessesApplyUnderTheAct"
- },
- {
- "label": "CSR section 4(2) - other processes apply under the Act",
- "value": "csrSection42OtherProcessesApplyUnderTheAct"
- },
- {
- "label": "CSR section 4(3) - other processes apply under the Act",
- "value": "csrSection43OtherProcessesApplyUnderTheAct"
- },
- {
- "label": "CSR section 4.1(1)(a) - persons applying to approving officers",
- "value": "csrSection411APersonsApplyingToApprovingOfficers"
- },
- {
- "label": "CSR section 4.1(1)(b) - persons applying to approving officers",
- "value": "csrSection411BPersonsApplyingToApprovingOfficers"
- },
- {
- "label": "CSR section 4.2(1) - persons applying to municipalities",
- "value": "csrSection421PersonsApplyingToMunicipalities"
- },
- {
- "label": "CSR section 4.2(2) - persons applying to municipalities",
- "value": "csrSection422PersonsApplyingToMunicipalities"
- },
- {
- "label": "CSR section 4.3 - municipalities undertaking zoning or rezoning",
- "value": "csrSection43MunicipalitiesUndertakingZoningOrRezoning"
- },
- {
- "label": "CSR section 4.4 - more than one owner or operator required to provide site disclosure statement when ceasing operations on land",
- "value": "csrSection44MoreThanOneOwnerOrOperatorRequiredToProvideSiteDisclosureStatementWhenCeasingOperationsOnLand"
- },
- {
- "label": "CSR section 4.5 - operating areas under the Oil and Gas Activities Act",
- "value": "csrSection45OperatingAreasUnderTheOilAndGasActivitiesAct"
- },
- {
- "label": "CSR section 4.6 - vendors of real property",
- "value": "csrSection46VendorsOfRealProperty"
- },
- {
- "label": "CSR section 4.7 - previous submission of site profile",
- "value": "csrSection47PreviousSubmissionOfSiteProfile"
- }
- ],
- "json": "",
- "url": "",
- "resource": "",
- "custom": ""
- },
- "type": "select",
- "input": true,
- "label": "If YES, select which exemption applies. As per Section 3.5 of the Contaminated Sites Regulation, a municipality or approving officer may still request a person to complete a site disclosure statement for their records.",
- "widget": "choicesjs",
- "dataType": "auto",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": true,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "ExemptionsDeclarationYesOrNo"
- },
- "placeholder": "Select one",
- "searchThreshold": 0.3,
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
- "dataSrc": "values",
- "valueProperty": "",
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "ep5ab3d"
- },
- {
- "key": "description",
- "type": "textarea",
- "input": true,
- "label": "Description",
- "tableView": true,
- "autoExpand": false,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "ExemptionsDeclarationYesOrNo"
- },
- "inputFormat": "plain",
- "placeholder": "Include additional information as needed",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e3zryga"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e3qnjsn"
- },
- {
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "Section1-ContactInformation",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Section I - CONTACT INFORMATION",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "heading1",
- "tag": "h3",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "A: SITE OWNER(s) or OPERATOR(s)",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "epeer19"
- },
- {
- "title": "Site Owner or Operator",
- "collapsible": false,
- "hideLabel": true,
- "key": "siteOwnerOrOperator",
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "key": "Section1A-NameColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1A-LastName",
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eyy69fa"
- }
- ],
- "currentWidth": 6
+ "id": "e8uvu7",
+ "key": "content5",
+ "html": "If you answered NO to the question above, the form is not submitted to the ministry. As per Section 3.5 of the Contaminated Sites Regulation, a municipality or approving officer may still request a person to complete a site disclosure statement for their records.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1A-FirstName",
- "type": "textfield",
- "input": true,
- "label": "First Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "es7d1ij"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "tooltip": "",
+ "disabled": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ejhhscq"
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "no",
+ "json": "",
+ "show": true,
+ "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
},
{
- "key": "Section1A-Company",
- "type": "textfield",
- "input": true,
- "label": "Company, if applicable",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
+ "id": "e8rzsp",
+ "key": "Section3-IndustrialCommercial-ifYES",
+ "html": "If you answered YES to the question above, you must complete this form if no exemptions apply.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "erz31he"
- },
- {
- "key": "Section1A-AddressColumn3",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1A-Address",
- "type": "textfield",
- "input": true,
- "label": "Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ew6lg5r"
- }
- ],
- "currentWidth": 6
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1A-City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e65pesp"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "tooltip": "",
+ "disabled": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "elfrbuf"
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "yes",
+ "json": "",
+ "show": true,
+ "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
},
{
- "key": "Section1A-AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
+ "logic": [
{
- "key": "Section1A-ProvinceState",
- "type": "textfield",
- "input": true,
- "label": "Province",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ep64yjs"
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
}
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
+ ],
+ "key": "panel",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Exemptions",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
{
- "key": "Section1A-Country",
- "type": "textfield",
- "input": true,
- "label": "Country",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "key": "ExemptionsDeclarationYesOrNo",
+ "type": "radio",
+ "input": true,
+ "label": "Do any of the exemptions from submitting a site disclosure statement apply? (see the CONTAMINATED SITES REGULATION , Division 3, Part 2)",
+ "inline": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e9cg02b"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ezbg6n"
+ },
{
- "key": "Section1A-PostalZipCode",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "key": "content6",
+ "html": "If you answered NO to the question above, you must complete this form. All fields are mandatory unless otherwise noted.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "conditional": {
+ "eq": "no",
+ "show": true,
+ "when": "ExemptionsDeclarationYesOrNo"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e32y6of"
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "etpfydd"
- },
- {
- "key": "Section1A-ContactInfoColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e3nioh8"
+ },
{
- "key": "phoneNumber2",
- "type": "textfield",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "key": "ifYesSelectAllThatApply",
+ "data": {
+ "values": [
+ {
+ "label": "CSR section 4(1) - other processes apply under the Act",
+ "value": "csrSection41OtherProcessesApplyUnderTheAct"
+ },
+ {
+ "label": "CSR section 4(2) - other processes apply under the Act",
+ "value": "csrSection42OtherProcessesApplyUnderTheAct"
+ },
+ {
+ "label": "CSR section 4(3) - other processes apply under the Act",
+ "value": "csrSection43OtherProcessesApplyUnderTheAct"
+ },
+ {
+ "label": "CSR section 4.1(1)(a) - persons applying to approving officers",
+ "value": "csrSection411APersonsApplyingToApprovingOfficers"
+ },
+ {
+ "label": "CSR section 4.1(1)(b) - persons applying to approving officers",
+ "value": "csrSection411BPersonsApplyingToApprovingOfficers"
+ },
+ {
+ "label": "CSR section 4.2(1) - persons applying to municipalities",
+ "value": "csrSection421PersonsApplyingToMunicipalities"
+ },
+ {
+ "label": "CSR section 4.2(2) - persons applying to municipalities",
+ "value": "csrSection422PersonsApplyingToMunicipalities"
+ },
+ {
+ "label": "CSR section 4.3 - municipalities undertaking zoning or rezoning",
+ "value": "csrSection43MunicipalitiesUndertakingZoningOrRezoning"
+ },
+ {
+ "label": "CSR section 4.4 - more than one owner or operator required to provide site disclosure statement when ceasing operations on land",
+ "value": "csrSection44MoreThanOneOwnerOrOperatorRequiredToProvideSiteDisclosureStatementWhenCeasingOperationsOnLand"
+ },
+ {
+ "label": "CSR section 4.5 - operating areas under the Oil and Gas Activities Act",
+ "value": "csrSection45OperatingAreasUnderTheOilAndGasActivitiesAct"
+ },
+ {
+ "label": "CSR section 4.6 - vendors of real property",
+ "value": "csrSection46VendorsOfRealProperty"
+ },
+ {
+ "label": "CSR section 4.7 - previous submission of site profile",
+ "value": "csrSection47PreviousSubmissionOfSiteProfile"
+ }
+ ],
+ "json": "",
+ "url": "",
+ "resource": "",
+ "custom": ""
+ },
+ "type": "select",
+ "input": true,
+ "label": "If YES, select which exemption applies. As per Section 3.5 of the Contaminated Sites Regulation, a municipality or approving officer may still request a person to complete a site disclosure statement for their records.",
+ "widget": "choicesjs",
+ "dataType": "auto",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": true,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "ExemptionsDeclarationYesOrNo"
+ },
+ "placeholder": "Select one",
+ "searchThreshold": 0.3,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ev7iw67"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
+ "dataSrc": "values",
+ "valueProperty": "",
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "ep5ab3d"
+ },
{
- "label": "Email",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nvar currentValue = input;\n\nif(currentValue!== '')\n{\n\n\nif( data.hiddenUserIdForFormSharing === '')\n{\n valid = 'Unable to find user with provided email address';\n}\n\n\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\n.then((p)=> {return p.json();}).\nthen((x)=>{\n data.hiddenUserIdForFormSharing = '' ;\n x.data.find((y)=>{\n if( y.email=== currentValue ) \n { data.hiddenUserIdForFormSharing = y.username}\n\n })\n\n if(data.hiddenUserIdForFormSharing==='')\n {\n valid = 'Unable to find user with provided email address';\n }\n else\n {\n valid = true;\n }\n\n}).then(()=>{\n\n\n var previousValue = localStorage.getItem(\"sdsHiddenUserIdForFormSharing\"); \n\n if(previousValue != currentValue )\n {\n\tlocalStorage.setItem(\"sdsHiddenUserIdForFormSharing\", currentValue);\n instance.triggerChange();\n }\n\t\n})\n\n}\n\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
+ "key": "description",
+ "type": "textarea",
+ "input": true,
+ "label": "Description",
+ "tableView": true,
+ "autoExpand": false,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "ExemptionsDeclarationYesOrNo"
+ },
+ "inputFormat": "plain",
+ "placeholder": "Include additional information as needed",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
- "unique": false
- },
- "unique": false,
- "kickbox": {
- "enabled": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "ownerEmailAddress",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "email",
- "inputMask": "",
- "id": "e00h8xm",
- "defaultValue": ""
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e3zryga"
}
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "checkboxHasTheSiteBeenUsedForIndustrialORCommercial"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eeo4hg9"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "efaifu"
- },
- {
- "key": "heading",
- "tag": "h3",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "B: PERSON COMPLETING SITE DISCLOSURE STATEMENT (leave blank if same as above)",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "epla6dh"
- },
- {
- "label": "Agent authorized to complete form on behalf of the owner or operator",
- "tableView": false,
- "key": "section1BAgentCheckbox",
- "type": "checkbox",
- "input": true,
- "defaultValue": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e1rb6o"
- },
- {
- "key": "Section1B-NameColumn",
- "type": "columns",
- "input": false,
- "label": "Section1B-NameColumn",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1B-LastName",
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eq13ds"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "First Name",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "Section1B-FirstName",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n disable = true;\r\n}\r\nelse\r\n{\r\n disable = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ekxtmc",
- "defaultValue": ""
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "egjnb1k"
- },
- {
- "key": "Section1B-Company",
- "type": "textfield",
- "input": true,
- "label": "Company, if applicable",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ereh59"
- },
- {
- "key": "heading2",
- "tag": "h3",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "C: PERSON TO CONTACT REGARDING THE SITE DISCLOSURE STATEMENT",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "e8ihr15"
- },
- {
- "key": "Section1C-NameColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1C-LastName",
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "enzq87t"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1C-FirstName",
- "type": "textfield",
- "input": true,
- "label": "First Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e4f3lyr"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e5l6ric"
- },
- {
- "key": "Section1C-Company",
- "type": "textfield",
- "input": true,
- "label": "Company, if applicable",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ekglqch"
- },
- {
- "key": "Section1C-AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1C-Address",
- "type": "textfield",
- "input": true,
- "label": "Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ewz6gc"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e3qnjsn"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section1C-City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ef3pqpl"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ekcr946"
- },
- {
- "key": "Section1C-ContactInfoColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "phoneNumber",
- "type": "textfield",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eet6qr6"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Email",
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "contactPersonEmailAddress",
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "email",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "kickbox": {
- "enabled": false
- },
- "id": "ejljdcr"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "enzklc3"
- }
- ],
- "collapsible": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eaknb5"
- },
- {
- "title": "Section II - SITE INFORMATION",
- "collapsible": true,
- "key": "Section2-SiteInformation",
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "disable forms",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "type": "panel",
- "label": "",
- "collapsed": false,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Maps",
- "tableView": false,
- "key": "maps",
- "type": "Maps",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ejf4cx"
- },
- {
- "label": "Site ID",
- "tableView": true,
- "key": "siteId",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e18b1p9"
- },
- {
- "key": "heading3",
- "tag": "h3",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "Coordinates for the centre of the site:",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "eg1t0r"
- },
- {
- "key": "heading4",
- "tag": "h4",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "Latitude",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "e6uur3"
- },
- {
- "key": "Section2-LatitudeColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ew5fihd",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "e23bzlx",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ew89x5z",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ei6d7ja"
- },
- {
- "key": "heading5",
- "tag": "h4",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "Longitude",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "epx3f75"
- },
- {
- "key": "Section2-LongitudeColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ekqkey",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ejimftg",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "Section1-ContactInformation",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section I - CONTACT INFORMATION",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "heading1",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "A: SITE OWNER(s) or OPERATOR(s)",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "epeer19"
+ },
+ {
+ "title": "Site Owner or Operator",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "siteOwnerOrOperator",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section1A-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eyy69fa"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "es7d1ij"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ejhhscq"
+ },
+ {
+ "key": "Section1A-Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "erz31he"
+ },
+ {
+ "key": "Section1A-AddressColumn3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ew6lg5r"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e65pesp"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "elfrbuf"
+ },
+ {
+ "key": "Section1A-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-ProvinceState",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ep64yjs"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-Country",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e9cg02b"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-PostalZipCode",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e32y6of"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "etpfydd"
+ },
+ {
+ "key": "Section1A-ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "phoneNumber2",
+ "type": "textfield",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ev7iw67"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nvar currentValue = input;\n\nif(currentValue!== '')\n{\n\n\nif( data.hiddenUserIdForFormSharing === '')\n{\n valid = 'Unable to find user with provided email address';\n}\n\n\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\n.then((p)=> {return p.json();}).\nthen((x)=>{\n data.hiddenUserIdForFormSharing = '' ;\n x.data.find((y)=>{\n if( y.email=== currentValue ) \n { data.hiddenUserIdForFormSharing = y.username}\n\n })\n\n if(data.hiddenUserIdForFormSharing==='')\n {\n valid = 'Unable to find user with provided email address';\n }\n else\n {\n valid = true;\n }\n\n}).then(()=>{\n\n\n var previousValue = localStorage.getItem(\"sdsHiddenUserIdForFormSharing\"); \n\n if(previousValue != currentValue )\n {\n\tlocalStorage.setItem(\"sdsHiddenUserIdForFormSharing\", currentValue);\n instance.triggerChange();\n }\n\t\n})\n\n}\n\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "ownerEmailAddress",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "e00h8xm",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eeo4hg9"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "efaifu"
+ },
+ {
+ "key": "heading",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "B: PERSON COMPLETING SITE DISCLOSURE STATEMENT (leave blank if same as above)",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "epla6dh"
+ },
+ {
+ "label": "Agent authorized to complete form on behalf of the owner or operator",
+ "tableView": false,
+ "key": "section1BAgentCheckbox",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e1rb6o"
+ },
+ {
+ "key": "Section1B-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Section1B-NameColumn",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1B-LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eq13ds"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "First Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1B-FirstName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n disable = true;\r\n}\r\nelse\r\n{\r\n disable = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ekxtmc",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "egjnb1k"
+ },
+ {
+ "key": "Section1B-Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ereh59"
+ },
+ {
+ "key": "heading2",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "C: PERSON TO CONTACT REGARDING THE SITE DISCLOSURE STATEMENT",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "e8ihr15"
+ },
+ {
+ "key": "Section1C-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "enzq87t"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e4f3lyr"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e5l6ric"
+ },
+ {
+ "key": "Section1C-Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ekglqch"
+ },
+ {
+ "key": "Section1C-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ewz6gc"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ef3pqpl"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ekcr946"
+ },
+ {
+ "key": "Section1C-ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "phoneNumber",
+ "type": "textfield",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eet6qr6"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "contactPersonEmailAddress",
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "email",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "id": "ejljdcr"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "enzklc3"
+ }
+ ],
+ "collapsible": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
"customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "euqfrcp",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "er0fafu"
- },
- {
- "key": "content",
- "html": "Attention: A separate map with appropriate scale showing the location and boundaries of the site must be included with an SDS submission.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ebrpinq"
- },
- {
- "key": "iUnderstandAndWillAttachAMapWithMySubmission",
- "type": "checkbox",
- "input": true,
- "label": "I will include a map with my submission",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "defaultValue": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "efi8lh3o"
- },
- {
- "key": "landOwnership-checkbox",
- "type": "radio",
- "input": true,
- "label": "Land Ownership",
- "inline": false,
- "values": [
- {
- "label": "Legally Titled, registered property ",
- "value": "titled",
- "shortcut": ""
- },
- {
- "label": "Untitled Crown Land",
- "value": "untitled",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e6rja4m"
- },
- {
- "title": "For Legally Titled, Registered Property",
- "collapsible": false,
- "key": "forLegallyTitledRegisteredProperty-panel",
- "conditional": {
- "show": true,
- "when": "landOwnership-checkbox",
- "eq": "titled"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "Section2-LegallyTitled-Address",
- "type": "textfield",
- "input": true,
- "label": "Site Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "placeholder": "or nearest street name/intersection if no address is assigned",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ez32vt5"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eaknb5"
},
{
- "key": "Section2-LegallyTitled-AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "title": "Section II - SITE INFORMATION",
+ "collapsible": true,
+ "key": "Section2-SiteInformation",
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "disable forms",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "type": "panel",
+ "label": "",
+ "collapsed": false,
+ "input": false,
+ "tableView": false,
+ "components": [
{
- "key": "Section2-LegallyTitled-City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "label": "Maps",
+ "tableView": false,
+ "key": "maps",
+ "type": "Maps",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ehmv0jk"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ejf4cx"
+ },
+ {
+ "label": "Site ID",
+ "tableView": true,
+ "key": "siteId",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e18b1p9"
+ },
+ {
+ "key": "heading3",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Coordinates for the centre of the site:",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "eg1t0r"
+ },
+ {
+ "key": "heading4",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Latitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "e6uur3"
+ },
+ {
+ "key": "Section2-LatitudeColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ew5fihd",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e23bzlx",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ew89x5z",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ei6d7ja"
+ },
+ {
+ "key": "heading5",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Longitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "epx3f75"
+ },
+ {
+ "key": "Section2-LongitudeColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ekqkey",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ejimftg",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "euqfrcp",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "er0fafu"
+ },
+ {
+ "key": "content",
+ "html": "Attention: A separate map with appropriate scale showing the location and boundaries of the site must be included with an SDS submission.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ebrpinq"
+ },
+ {
+ "key": "iUnderstandAndWillAttachAMapWithMySubmission",
+ "type": "checkbox",
+ "input": true,
+ "label": "I will include a map with my submission",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "efi8lh3o"
+ },
{
- "key": "Section2-LegallyTitled-PostalZipCode",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "key": "landOwnership-checkbox",
+ "type": "radio",
+ "input": true,
+ "label": "Land Ownership",
+ "inline": false,
+ "values": [
+ {
+ "label": "Legally Titled, registered property ",
+ "value": "titled",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Crown Land",
+ "value": "untitled",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ejip1zl"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eup9888"
- },
- {
- "key": "Section2-LegallyTitled-PIDColumn",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "tooltip": "Select the \"X\" button to delete an entry.",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "panel1",
- "type": "panel",
- "input": false,
- "label": "Panel",
- "hideLabel": true,
- "tableView": false,
- "components": [
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6rja4m"
+ },
{
- "key": "cols3",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "title": "For Legally Titled, Registered Property",
+ "collapsible": false,
+ "key": "forLegallyTitledRegisteredProperty-panel",
+ "conditional": {
+ "show": true,
+ "when": "landOwnership-checkbox",
+ "eq": "titled"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "or nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ez32vt5"
+ },
{
- "key": "Section2-LegallyTitled-PID",
- "type": "textfield",
- "input": true,
- "label": "PID",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "key": "Section2-LegallyTitled-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehmv0jk"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PostalZipCode",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ejip1zl"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "999-999-999",
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "edavohg"
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eup9888"
+ },
+ {
+ "key": "Section2-LegallyTitled-PIDColumn",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "tooltip": "Select the \"X\" button to delete an entry.",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "panel1",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "hideLabel": true,
+ "tableView": false,
+ "components": [
+ {
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "999-999-999",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "edavohg"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "evnlm0a"
+ },
+ {
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ej021"
+ }
+ ],
+ "collapsible": false,
+ "id": "e7nge5b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-LegallyTitled-PID": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-LegallyTitled-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e7a7scc"
}
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "evnlm0a"
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eocu3e"
},
{
- "key": "Section2-LegallyTitled-LandDescription",
- "type": "textarea",
- "input": true,
- "label": "Land Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "label": "Data Grid",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-UntitledCrown-PIN": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-UntitledCrown-LandDescription": ""
+ }
+ ],
+ "key": "Section2-UntitledCrown-PINColumn",
+ "conditional": {
+ "show": true,
+ "when": "landOwnership-checkbox",
+ "eq": "untitled"
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "key": "panel1",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "hideLabel": true,
+ "tableView": false,
+ "components": [
+ {
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PIN",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eer199n"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eoqs1fw"
+ },
+ {
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e9weqev"
+ }
+ ],
+ "collapsible": false,
+ "id": "eapos76000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": false,
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ej021"
- }
- ],
- "collapsible": false,
- "id": "e7nge5b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "title": "Panel",
- "theme": "default",
- "breadcrumb": "default"
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-LegallyTitled-PID": "",
- "SiteAddress-LegallyTitled-PID": "",
- "Section2-LegallyTitled-LandDescription": "",
- "SiteAddress-LegallyTitled-LandDescription": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "e7a7scc"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eocu3e"
- },
- {
- "label": "Data Grid",
- "reorder": false,
- "addAnotherPosition": "bottom",
- "layoutFixed": false,
- "enableRowGroups": false,
- "initEmpty": false,
- "hideLabel": true,
- "tableView": false,
- "defaultValue": [
- {
- "Section2-LegallyTitled-PID": "",
- "SiteAddress-UntitledCrown-PIN": "",
- "Section2-LegallyTitled-LandDescription": "",
- "SiteAddress-UntitledCrown-LandDescription": ""
- }
- ],
- "key": "Section2-UntitledCrown-PINColumn",
- "conditional": {
- "show": true,
- "when": "landOwnership-checkbox",
- "eq": "untitled"
- },
- "type": "datagrid",
- "input": true,
- "components": [
- {
- "key": "panel1",
- "type": "panel",
- "input": false,
- "label": "Panel",
- "hideLabel": true,
- "tableView": false,
- "components": [
- {
- "key": "cols3",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Section2-LegallyTitled-PID",
- "type": "textfield",
- "input": true,
- "label": "PIN",
- "validate": {
- "required": true,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "unique": false
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eer199n"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e3fw9y9i"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eoqs1fw"
- },
- {
- "key": "Section2-LegallyTitled-LandDescription",
- "type": "textarea",
- "input": true,
- "label": "Land Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": false,
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e9weqev"
- }
- ],
- "collapsible": false,
- "id": "eapos76000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "title": "Panel",
- "theme": "default",
- "breadcrumb": "default"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "e3fw9y9i"
- },
- {
- "title": "For Untitled Crown Land",
- "collapsible": false,
- "key": "Section2-forUntitledCrownLand",
- "conditional": {
- "show": true,
- "when": "landOwnership-checkbox",
- "eq": "untitled"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "content1",
- "html": "And if available: ",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "empvi7i"
- },
- {
- "key": "Section2-UntitledCrownLand-FileNumberColumn",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "Section2-UntitledCrown-CrownLandFileNumbers",
- "type": "textfield",
- "input": true,
- "label": "Crown Land File Numbers",
- "tableView": true,
- "id": "e7fs5c5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-UntitledCrown-CrownLandFileNumbers": "",
- "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "e01njrf"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e5kto1e"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e11vvf"
- },
- {
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "Section3-IndustrialOrCommercialUses",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Section III - SPECIFIED INDUSTRIAL OR COMMERCIAL USES",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "html",
- "type": "htmlelement",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "input": false,
- "label": "HTML",
- "content": "In the format of the examples provided below, select from the drop-down list, all the industrial or commercial uses described in SCHEDULE 2 which have occurred or are occurring on this site.",
- "tableView": false,
- "refreshOnChange": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "ef6ekh6"
- },
- {
- "key": "content2",
- "html": "Example Schedule 2 references and descriptions
E1. appliance, equipment, or engine maintenance, repair, reconditioning, cleaning or salvage
F10. solvent manufacturing, bulk storage, shipping and handling
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "elzjql"
- },
- {
- "label": "Schedule 2 Reference and Description",
- "labelPosition": "top",
- "widget": "choicesjs",
- "placeholder": "Select all that apply",
- "description": "Select \"none\" if no Schedule 2 uses apply",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "uniqueOptions": false,
- "autofocus": false,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": true,
- "dataSrc": "values",
- "data": {
- "values": [
- {
- "label": "None",
- "value": "none"
- },
- {
- "label": "A1. adhesives manufacturing or bulk storage",
- "value": "a1"
- },
- {
- "label": "A2. chemical manufacturing or bulk storage",
- "value": "a2"
- },
- {
- "label": "A3. explosives or ammunition manufacturing or bulk storage",
- "value": "a3"
- },
- {
- "label": "A4. fire retardant manufacturing, bulk storage or shipping",
- "value": "a4"
- },
- {
- "label": "A5. fertilizer manufacturing, bulk storage or shipping",
- "value": "a5"
- },
- {
- "label": "A6. ink or dye manufacturing or bulk storage",
- "value": "a6"
- },
- {
- "label": "A7. leather or hides tanning",
- "value": "a7"
- },
- {
- "label": "A8. paint, lacquer or varnish manufacturing, formulation, recycling or bulk storage",
- "value": "a8"
- },
- {
- "label": "A9. pharmaceutical products, or controlled substances as defined in the Controlled Drugs and Substances Act (Canada), manufacturing or operations",
- "value": "a9"
- },
- {
- "label": "A10. plastic products (foam or expanded plastic) manufacturing or repurposing",
- "value": "a10"
- },
- {
- "label": "A11. textile dyeing",
- "value": "a11"
- },
- {
- "label": "A12. pesticide manufacturing, formulation, bulk storage or shipping",
- "value": "a12"
- },
- {
- "label": "A13. resin or plastic monomer manufacturing, formulation or bulk storage",
- "value": "a13"
- },
- {
- "label": "B1. battery manufacturing, recycling or bulk storage",
- "value": "b1"
- },
- {
- "label": "B2. facilities using equipment that contains PCBs greater than or equal to 50 ppm",
- "value": "b2"
- },
- {
- "label": "B3. electrical equipment manufacturing, refurbishing or bulk storage",
- "value": "b3"
- },
- {
- "label": "B4. electrical transmission or distribution substations",
- "value": "b4"
- },
- {
- "label": "B5. electronic equipment manufacturing",
- "value": "b5"
- },
- {
- "label": "B6. transformer oil manufacturing, processing or bulk storage",
- "value": "b6"
- },
- {
- "label": "B7. electrical power generating operations fueled by coal or petroleum hydrocarbons that supply electricity to a community or commercial or industrial operation, excluding emergency generators",
- "value": "b7"
- },
- {
- "label": "C1. foundries",
- "value": "c1"
- },
- {
- "label": "C2. galvanizing",
- "value": "c2"
- },
- {
- "label": "C3. metal plating or finishing",
- "value": "c3"
- },
- {
- "label": "C4. metal salvage operations",
- "value": "c4"
- },
- {
- "label": "C5. metal smelting or refining",
- "value": "c5"
- },
- {
- "label": "C6. welding or machine shops (repair or fabrication)",
- "value": "c6"
- },
- {
- "label": "D1. asbestos mining, milling, bulk storage or shipping",
- "value": "d1"
- },
- {
- "label": "D2. coal coke manufacture, bulk storage or shipping",
- "value": "d2"
- },
- {
- "label": "D3. coal or lignite mining, milling, bulk storage or shipping",
- "value": "d3"
- },
- {
- "label": "D4. milling reagent manufacture, bulk storage or shipping",
- "value": "d4"
- },
- {
- "label": "D5. metal concentrate bulk storage or shipping",
- "value": "d5"
- },
- {
- "label": "D6. metal ore mining or milling",
- "value": "d6"
- },
- {
- "label": "E1. appliance, equipment or engine maintenance, repair, reconditioning, cleaning or salvage",
- "value": "e1"
- },
- {
- "label": "E2. ash deposit from boilers, incinerators or other thermal facilities",
- "value": "e2"
- },
- {
- "label": "E3. asphalt and asphalt tar manufacture, storage and distribution, including stationary asphalt batch plants",
- "value": "e3"
- },
- {
- "label": "E4. coal gasification (manufactured gas production)",
- "value": "e4"
- },
- {
- "label": "E5. medical, chemical, radiological or biological laboratories",
- "value": "e5"
- },
- {
- "label": "E6. outdoor firearm shooting ranges",
- "value": "e6"
- },
- {
- "label": "E7. road salt or brine storage",
- "value": "e7"
- },
- {
- "label": "E8. measuring instruments (containing mercury) manufacture, repair or bulk storage",
- "value": "e8"
- },
- {
- "label": "E9. dry cleaning facilities or operations and dry cleaning chemical storage, excluding locations at which clothing is deposited but no dry cleaning process occurs",
- "value": "e9"
- },
- {
- "label": "E11. fire training facilities at which fire retardants are used",
- "value": "e11"
- },
- {
- "label": "F1. petroleum or natural gas drilling",
- "value": "f1"
- },
- {
- "label": "F2. petroleum or natural gas production facilities",
- "value": "f2"
- },
- {
- "label": "F3. natural gas processing",
- "value": "f3"
- },
- {
- "label": "F4. petroleum coke manufacture, bulk storage or shipping",
- "value": "f4"
- },
- {
- "label": "F5. petroleum product, other than compressed gas, dispensing facilities, including service stations and card locks",
- "value": "f5"
- },
- {
- "label": "F6. petroleum, natural gas or sulfur pipeline rights of way excluding rights of way for pipelines used to distribute natural gas to consumers in a community",
- "value": "f6"
- },
- {
- "label": "F7. petroleum product (other than compressed gas), or produced water storage in nonͲmobile above ground or underground tanks, except above ground tanks associated with emergency generators or with secondary containment",
- "value": "f7"
- },
- {
- "label": "F8. petroleum product, other than compressed gas, bulk storage or distribution",
- "value": "f8"
- },
- {
- "label": "F9. petroleum refining",
- "value": "f9"
- },
- {
- "label": "F10. solvent manufacturing or bulk storage",
- "value": "f10"
- },
- {
- "label": "F11. sulfur handling, processing, or bulk storage and distribution",
- "value": "f11"
- },
- {
- "label": "G1. aircraft maintenance, cleaning or salvage",
- "value": "g1"
- },
- {
- "label": "G2. automotive, truck, bus, subway or other motor vehicle maintenance, repair, salvage or wrecking",
- "value": "g2"
- },
- {
- "label": "G3. dry docks, marinas, shipbuilding or boat repair and maintenance, including paint removal from hulls",
- "value": "g3"
- },
- {
- "label": "G4. marine equipment salvage",
- "value": "g4"
- },
- {
- "label": "G5. rail car or locomotive maintenance, cleaning, salvage or related uses, including railyards",
- "value": "g5"
- },
- {
- "label": "H1. antifreeze bulk storage, recycling or shipping",
- "value": "h1"
- },
- {
- "label": "H2. barrel, drum or tank reconditioning or salvage",
- "value": "h2"
- },
- {
- "label": "H3. biomedical waste disposal",
- "value": "h3"
- },
- {
- "label": "H4. bulk manure stockpiling and high rate land application or disposal (nonfarm applications only)",
- "value": "h4"
- },
- {
- "label": "H5. landfilling of construction demolition material, including without limitation asphalt and concrete",
- "value": "h5"
- },
- {
- "label": "H6. contaminated soil or sediment storage, treatment, deposit or disposal",
- "value": "h6"
- },
- {
- "label": "H7. dry cleaning waste disposal",
- "value": "h7l"
- },
- {
- "label": "H8. electrical equipment recycling",
- "value": "h8"
- },
- {
- "label": "H9. industrial waste lagoons or impoundments",
- "value": "h9"
- },
- {
- "label": "H10. industrial waste storage, recycling or landfilling",
- "value": "h10"
- },
- {
- "label": "H11. industrial woodwaste (log yard waste, hogfuel) disposal",
- "value": "h11"
- },
- {
- "label": "H12. mine tailings waste disposal",
- "value": "h12"
- },
- {
- "label": "H13. municipal waste storage, recycling, composting or landfilling",
- "value": "h13"
- },
- {
- "label": "H14. organic or petroleum material landspreading (landfarming)",
- "value": "h14"
- },
- {
- "label": "H15. sandblasting operations or sandblasting waste disposal",
- "value": "h15"
- },
- {
- "label": "H16. septic tank pumpage storage or disposal",
- "value": "h16"
- },
- {
- "label": "H17. sewage lagoons or impoundments",
- "value": "h7"
- },
- {
- "label": "H18. hazardous waste storage, treatment or disposal",
- "value": "h18"
- },
- {
- "label": "H19. sludge drying or composting",
- "value": "h19"
- },
- {
- "label": "H20. municipal or provincial road or yard snow removal dumping",
- "value": "h20"
- },
- {
- "label": "H21. waste oil reprocessing, recycling or bulk storage",
- "value": "h21"
- },
- {
- "label": "H22. wire reclaiming operations",
- "value": "h22"
- },
- {
- "label": "I1. particle or wafer board manufacturing",
- "value": "i1"
- },
- {
- "label": "I2. pulp mill operations",
- "value": "i2"
- },
- {
- "label": "I3. pulp and paper manufacturing",
- "value": "i3"
- },
- {
- "label": "I4. treated wood storage at the site of treatment",
- "value": "i4"
- },
- {
- "label": "I5. veneer or plywood manufacturing",
- "value": "i5"
- },
- {
- "label": "I6. wood treatment (antisapstain or preservation)",
- "value": "i6"
- },
- {
- "label": "I7. wood treatment chemical manufacturing or bulk storage",
- "value": "i7"
- }
- ],
- "resource": "",
- "json": "",
- "url": "",
- "custom": ""
- },
- "dataType": "auto",
- "idPath": "id",
- "valueProperty": "",
- "template": "{{ item.label }} ",
- "refreshOn": "",
- "refreshOnBlur": "",
- "clearOnRefresh": false,
- "searchEnabled": true,
- "selectThreshold": 0.3,
- "readOnlyValue": false,
- "customOptions": {},
- "useExactSearch": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "schedule2Reference",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "select",
- "indexeddb": {
- "filter": {}
- },
- "selectFields": "",
- "searchField": "",
- "searchDebounce": 0.3,
- "minSearch": 0,
- "filter": "",
- "limit": 100,
- "redrawOn": "",
- "input": true,
- "searchThreshold": 0.3,
- "prefix": "",
- "suffix": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "lazyLoad": true,
- "authenticate": false,
- "ignoreCache": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "id": "e6a03i",
- "defaultValue": []
- }
- ],
- "collapsible": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ey43gqo"
- },
- {
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "Section4-AdditionalInformation",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Section IV - ADDITIONAL INFORMATION",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "Section4-BriefProposedLandUseSummary",
- "type": "textarea",
- "input": true,
- "label": "1. Provide a brief summary of the planned activity and proposed land use at the site.",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": false,
- "description": "If not applicable, type N/A",
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "eu65z6d"
- },
- {
- "key": "Section4-InformationUsedForSDS",
- "type": "textarea",
- "input": true,
- "label": "2. Indicate the information used to complete this site disclosure statement including a list of record searches completed.",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": false,
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "epkiq6"
- },
- {
- "key": "Section4-PastPresentGovernmentOrders",
- "type": "textarea",
- "input": true,
- "label": "3. List any past or present government orders, permits, approvals, certificates or notifications pertaining to the environmental condition of the site:",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": false,
- "description": "If not applicable, type N/A",
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e9mo3lc"
- }
- ],
- "collapsible": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eosrgk"
- },
- {
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
- }
- ],
- "key": "Section5-Declarations",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Section V - DECLARATIONS",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "Section5-Declaration-ReasonForSubmission",
- "html": "Where a municipal approval is not required, you must indicate the reason for submission directly to the registrar:
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "enwuek3"
- },
- {
- "key": "cols17",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "section5DeclarationsCheckboxUnderOrder",
- "type": "checkbox",
- "input": true,
- "label": "Under Order",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e7s3tb"
- },
- {
- "key": "section5DeclarationsCheckboxBIAProceedings",
- "type": "checkbox",
- "input": true,
- "label": "BIA Proceedings",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ekdlim"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "section5DeclarationsCheckboxForeclosure",
- "type": "checkbox",
- "input": true,
- "label": "Foreclosure",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ewieszw"
- },
- {
- "key": "section5DeclarationsCheckboxDecommissioning",
- "type": "checkbox",
- "input": true,
- "label": "Decommissioning",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "edhk5bq"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "section5DeclarationsCheckboxCCAAProceedings",
- "type": "checkbox",
- "input": true,
- "label": "CCAA Proceedings",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ega37df"
- },
- {
- "key": "section5DeclarationsCheckboxCeasingOperations",
- "type": "checkbox",
- "input": true,
- "label": "Ceasing Operations",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e88tztl"
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ehgrfk"
- }
- ],
- "collapsible": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e6dbq1m"
- },
- {
- "title": "Signature",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "signature",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") || \r\nroles.includes(\"formsflow-reviewer/lrs-approving-authority\") ||\r\nroles.includes(\"formsflow-reviewer/site-information-advisor\") ||\r\n(roles.includes(\"formsflow-client\") && !data.section1BAgentCheckbox)) {\r\n show = true;\r\n \r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "key": "heading11",
- "tag": "h3",
- "type": "htmlelement",
- "input": false,
- "label": "Heading",
- "content": "By signing below, I confirm that the information in this form is complete and accurate to the best of my knowledge:",
- "tableView": false,
- "headingSize": "h1",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "attrs": [],
- "id": "e86eczj"
- },
- {
- "key": "Signature-Column",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "logic": [
- {
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
+ "title": "For Untitled Crown Land",
+ "collapsible": false,
+ "key": "Section2-forUntitledCrownLand",
+ "conditional": {
+ "show": true,
+ "when": "landOwnership-checkbox",
+ "eq": "untitled"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "content1",
+ "html": "And if available: ",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "empvi7i"
+ },
+ {
+ "key": "Section2-UntitledCrownLand-FileNumberColumn",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-UntitledCrown-CrownLandFileNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Crown Land File Numbers",
+ "tableView": true,
+ "id": "e7fs5c5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-UntitledCrown-CrownLandFileNumbers": "",
+ "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e01njrf"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e5kto1e"
}
- ],
- "key": "Signature",
- "type": "signature",
- "input": true,
- "label": "SIGNATURE",
- "tableView": false,
- "description": "For agents completing the SDS, save to PDF then forward the form to the owner/operator to complete this section",
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "footer": "Sign above",
- "width": "100%",
- "height": "150px",
- "penColor": "black",
- "backgroundColor": "rgb(245,245,235)",
- "minWidth": "0.5",
- "maxWidth": "2.5",
- "keepOverlayRatio": true,
- "id": "ewyol1"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e11vvf"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "logic": [
+ "logic": [
{
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
}
- ],
- "key": "firstAndLastName",
- "type": "textfield",
- "input": true,
- "label": "First and Last Name",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "key": "Section3-IndustrialOrCommercialUses",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section III - SPECIFIED INDUSTRIAL OR COMMERCIAL USES",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "html",
+ "type": "htmlelement",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "input": false,
+ "label": "HTML",
+ "content": "In the format of the examples provided below, select from the drop-down list, all the industrial or commercial uses described in SCHEDULE 2 which have occurred or are occurring on this site.",
+ "tableView": false,
+ "refreshOnChange": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "ef6ekh6"
+ },
+ {
+ "key": "content2",
+ "html": "Example Schedule 2 references and descriptions
E1. appliance, equipment, or engine maintenance, repair, reconditioning, cleaning or salvage
F10. solvent manufacturing, bulk storage, shipping and handling
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "elzjql"
+ },
+ {
+ "label": "Schedule 2 Reference and Description",
+ "labelPosition": "top",
+ "widget": "choicesjs",
+ "placeholder": "Select all that apply",
+ "description": "Select \"none\" if no Schedule 2 uses apply",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": true,
+ "dataSrc": "values",
+ "data": {
+ "values": [
+ {
+ "label": "None",
+ "value": "none"
+ },
+ {
+ "label": "A1. adhesives manufacturing or bulk storage",
+ "value": "a1"
+ },
+ {
+ "label": "A2. chemical manufacturing or bulk storage",
+ "value": "a2"
+ },
+ {
+ "label": "A3. explosives or ammunition manufacturing or bulk storage",
+ "value": "a3"
+ },
+ {
+ "label": "A4. fire retardant manufacturing, bulk storage or shipping",
+ "value": "a4"
+ },
+ {
+ "label": "A5. fertilizer manufacturing, bulk storage or shipping",
+ "value": "a5"
+ },
+ {
+ "label": "A6. ink or dye manufacturing or bulk storage",
+ "value": "a6"
+ },
+ {
+ "label": "A7. leather or hides tanning",
+ "value": "a7"
+ },
+ {
+ "label": "A8. paint, lacquer or varnish manufacturing, formulation, recycling or bulk storage",
+ "value": "a8"
+ },
+ {
+ "label": "A9. pharmaceutical products, or controlled substances as defined in the Controlled Drugs and Substances Act (Canada), manufacturing or operations",
+ "value": "a9"
+ },
+ {
+ "label": "A10. plastic products (foam or expanded plastic) manufacturing or repurposing",
+ "value": "a10"
+ },
+ {
+ "label": "A11. textile dyeing",
+ "value": "a11"
+ },
+ {
+ "label": "A12. pesticide manufacturing, formulation, bulk storage or shipping",
+ "value": "a12"
+ },
+ {
+ "label": "A13. resin or plastic monomer manufacturing, formulation or bulk storage",
+ "value": "a13"
+ },
+ {
+ "label": "B1. battery manufacturing, recycling or bulk storage",
+ "value": "b1"
+ },
+ {
+ "label": "B2. facilities using equipment that contains PCBs greater than or equal to 50 ppm",
+ "value": "b2"
+ },
+ {
+ "label": "B3. electrical equipment manufacturing, refurbishing or bulk storage",
+ "value": "b3"
+ },
+ {
+ "label": "B4. electrical transmission or distribution substations",
+ "value": "b4"
+ },
+ {
+ "label": "B5. electronic equipment manufacturing",
+ "value": "b5"
+ },
+ {
+ "label": "B6. transformer oil manufacturing, processing or bulk storage",
+ "value": "b6"
+ },
+ {
+ "label": "B7. electrical power generating operations fueled by coal or petroleum hydrocarbons that supply electricity to a community or commercial or industrial operation, excluding emergency generators",
+ "value": "b7"
+ },
+ {
+ "label": "C1. foundries",
+ "value": "c1"
+ },
+ {
+ "label": "C2. galvanizing",
+ "value": "c2"
+ },
+ {
+ "label": "C3. metal plating or finishing",
+ "value": "c3"
+ },
+ {
+ "label": "C4. metal salvage operations",
+ "value": "c4"
+ },
+ {
+ "label": "C5. metal smelting or refining",
+ "value": "c5"
+ },
+ {
+ "label": "C6. welding or machine shops (repair or fabrication)",
+ "value": "c6"
+ },
+ {
+ "label": "D1. asbestos mining, milling, bulk storage or shipping",
+ "value": "d1"
+ },
+ {
+ "label": "D2. coal coke manufacture, bulk storage or shipping",
+ "value": "d2"
+ },
+ {
+ "label": "D3. coal or lignite mining, milling, bulk storage or shipping",
+ "value": "d3"
+ },
+ {
+ "label": "D4. milling reagent manufacture, bulk storage or shipping",
+ "value": "d4"
+ },
+ {
+ "label": "D5. metal concentrate bulk storage or shipping",
+ "value": "d5"
+ },
+ {
+ "label": "D6. metal ore mining or milling",
+ "value": "d6"
+ },
+ {
+ "label": "E1. appliance, equipment or engine maintenance, repair, reconditioning, cleaning or salvage",
+ "value": "e1"
+ },
+ {
+ "label": "E2. ash deposit from boilers, incinerators or other thermal facilities",
+ "value": "e2"
+ },
+ {
+ "label": "E3. asphalt and asphalt tar manufacture, storage and distribution, including stationary asphalt batch plants",
+ "value": "e3"
+ },
+ {
+ "label": "E4. coal gasification (manufactured gas production)",
+ "value": "e4"
+ },
+ {
+ "label": "E5. medical, chemical, radiological or biological laboratories",
+ "value": "e5"
+ },
+ {
+ "label": "E6. outdoor firearm shooting ranges",
+ "value": "e6"
+ },
+ {
+ "label": "E7. road salt or brine storage",
+ "value": "e7"
+ },
+ {
+ "label": "E8. measuring instruments (containing mercury) manufacture, repair or bulk storage",
+ "value": "e8"
+ },
+ {
+ "label": "E9. dry cleaning facilities or operations and dry cleaning chemical storage, excluding locations at which clothing is deposited but no dry cleaning process occurs",
+ "value": "e9"
+ },
+ {
+ "label": "E11. fire training facilities at which fire retardants are used",
+ "value": "e11"
+ },
+ {
+ "label": "F1. petroleum or natural gas drilling",
+ "value": "f1"
+ },
+ {
+ "label": "F2. petroleum or natural gas production facilities",
+ "value": "f2"
+ },
+ {
+ "label": "F3. natural gas processing",
+ "value": "f3"
+ },
+ {
+ "label": "F4. petroleum coke manufacture, bulk storage or shipping",
+ "value": "f4"
+ },
+ {
+ "label": "F5. petroleum product, other than compressed gas, dispensing facilities, including service stations and card locks",
+ "value": "f5"
+ },
+ {
+ "label": "F6. petroleum, natural gas or sulfur pipeline rights of way excluding rights of way for pipelines used to distribute natural gas to consumers in a community",
+ "value": "f6"
+ },
+ {
+ "label": "F7. petroleum product (other than compressed gas), or produced water storage in nonͲmobile above ground or underground tanks, except above ground tanks associated with emergency generators or with secondary containment",
+ "value": "f7"
+ },
+ {
+ "label": "F8. petroleum product, other than compressed gas, bulk storage or distribution",
+ "value": "f8"
+ },
+ {
+ "label": "F9. petroleum refining",
+ "value": "f9"
+ },
+ {
+ "label": "F10. solvent manufacturing or bulk storage",
+ "value": "f10"
+ },
+ {
+ "label": "F11. sulfur handling, processing, or bulk storage and distribution",
+ "value": "f11"
+ },
+ {
+ "label": "G1. aircraft maintenance, cleaning or salvage",
+ "value": "g1"
+ },
+ {
+ "label": "G2. automotive, truck, bus, subway or other motor vehicle maintenance, repair, salvage or wrecking",
+ "value": "g2"
+ },
+ {
+ "label": "G3. dry docks, marinas, shipbuilding or boat repair and maintenance, including paint removal from hulls",
+ "value": "g3"
+ },
+ {
+ "label": "G4. marine equipment salvage",
+ "value": "g4"
+ },
+ {
+ "label": "G5. rail car or locomotive maintenance, cleaning, salvage or related uses, including railyards",
+ "value": "g5"
+ },
+ {
+ "label": "H1. antifreeze bulk storage, recycling or shipping",
+ "value": "h1"
+ },
+ {
+ "label": "H2. barrel, drum or tank reconditioning or salvage",
+ "value": "h2"
+ },
+ {
+ "label": "H3. biomedical waste disposal",
+ "value": "h3"
+ },
+ {
+ "label": "H4. bulk manure stockpiling and high rate land application or disposal (nonfarm applications only)",
+ "value": "h4"
+ },
+ {
+ "label": "H5. landfilling of construction demolition material, including without limitation asphalt and concrete",
+ "value": "h5"
+ },
+ {
+ "label": "H6. contaminated soil or sediment storage, treatment, deposit or disposal",
+ "value": "h6"
+ },
+ {
+ "label": "H7. dry cleaning waste disposal",
+ "value": "h7l"
+ },
+ {
+ "label": "H8. electrical equipment recycling",
+ "value": "h8"
+ },
+ {
+ "label": "H9. industrial waste lagoons or impoundments",
+ "value": "h9"
+ },
+ {
+ "label": "H10. industrial waste storage, recycling or landfilling",
+ "value": "h10"
+ },
+ {
+ "label": "H11. industrial woodwaste (log yard waste, hogfuel) disposal",
+ "value": "h11"
+ },
+ {
+ "label": "H12. mine tailings waste disposal",
+ "value": "h12"
+ },
+ {
+ "label": "H13. municipal waste storage, recycling, composting or landfilling",
+ "value": "h13"
+ },
+ {
+ "label": "H14. organic or petroleum material landspreading (landfarming)",
+ "value": "h14"
+ },
+ {
+ "label": "H15. sandblasting operations or sandblasting waste disposal",
+ "value": "h15"
+ },
+ {
+ "label": "H16. septic tank pumpage storage or disposal",
+ "value": "h16"
+ },
+ {
+ "label": "H17. sewage lagoons or impoundments",
+ "value": "h7"
+ },
+ {
+ "label": "H18. hazardous waste storage, treatment or disposal",
+ "value": "h18"
+ },
+ {
+ "label": "H19. sludge drying or composting",
+ "value": "h19"
+ },
+ {
+ "label": "H20. municipal or provincial road or yard snow removal dumping",
+ "value": "h20"
+ },
+ {
+ "label": "H21. waste oil reprocessing, recycling or bulk storage",
+ "value": "h21"
+ },
+ {
+ "label": "H22. wire reclaiming operations",
+ "value": "h22"
+ },
+ {
+ "label": "I1. particle or wafer board manufacturing",
+ "value": "i1"
+ },
+ {
+ "label": "I2. pulp mill operations",
+ "value": "i2"
+ },
+ {
+ "label": "I3. pulp and paper manufacturing",
+ "value": "i3"
+ },
+ {
+ "label": "I4. treated wood storage at the site of treatment",
+ "value": "i4"
+ },
+ {
+ "label": "I5. veneer or plywood manufacturing",
+ "value": "i5"
+ },
+ {
+ "label": "I6. wood treatment (antisapstain or preservation)",
+ "value": "i6"
+ },
+ {
+ "label": "I7. wood treatment chemical manufacturing or bulk storage",
+ "value": "i7"
+ }
+ ],
+ "resource": "",
+ "json": "",
+ "url": "",
+ "custom": ""
+ },
+ "dataType": "auto",
+ "idPath": "id",
+ "valueProperty": "",
+ "template": "{{ item.label }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "schedule2Reference",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
+ "selectFields": "",
+ "searchField": "",
+ "searchDebounce": 0.3,
+ "minSearch": 0,
+ "filter": "",
+ "limit": 100,
+ "redrawOn": "",
+ "input": true,
+ "searchThreshold": 0.3,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "lazyLoad": true,
+ "authenticate": false,
+ "ignoreCache": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "id": "e6a03i",
+ "defaultValue": []
+ }
+ ],
+ "collapsible": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e2di33b"
+ "unique": false
},
- {
- "label": "Job Title",
- "autoExpand": false,
- "tableView": true,
- "key": "jobTitle",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e9be88"
},
- {
- "logic": [
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ey43gqo"
+ },
+ {
+ "logic": [
{
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
}
- ],
- "key": "radioGroup",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "inline": false,
- "values": [
+ ],
+ "key": "Section4-AdditionalInformation",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section IV - ADDITIONAL INFORMATION",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section4-BriefProposedLandUseSummary",
+ "type": "textarea",
+ "input": true,
+ "label": "1. Provide a brief summary of the planned activity and proposed land use at the site.",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "description": "If not applicable, type N/A",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eu65z6d"
+ },
{
- "label": "Owner",
- "value": "owner",
- "shortcut": ""
+ "key": "Section4-InformationUsedForSDS",
+ "type": "textarea",
+ "input": true,
+ "label": "2. Indicate the information used to complete this site disclosure statement including a list of record searches completed.",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "epkiq6"
},
{
- "label": "Operator",
- "value": "operator",
- "shortcut": ""
+ "key": "Section4-PastPresentGovernmentOrders",
+ "type": "textarea",
+ "input": true,
+ "label": "3. List any past or present government orders, permits, approvals, certificates or notifications pertaining to the environmental condition of the site:",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "description": "If not applicable, type N/A",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e9mo3lc"
}
- ],
- "hideLabel": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "collapsible": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eqvnu23"
},
- {
- "logic": [
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eosrgk"
+ },
+ {
+ "logic": [
{
- "name": "Disable For Approving Authority",
- "trigger": {
- "type": "simple",
- "simple": {
- "show": true,
- "when": "hiddenIsApprovingAuthority",
- "eq": "yes"
- }
- },
- "actions": [
- {
- "name": "Disable",
- "type": "property",
- "property": {
- "label": "Disabled",
- "value": "disabled",
- "type": "boolean"
- },
- "state": true
- }
- ]
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
}
- ],
- "key": "datesigned",
- "type": "datetime",
- "input": true,
- "label": "Date Signed",
- "format": "yyyy-MM-dd",
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "enableMaxDateInput": false,
- "enableMinDateInput": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "ejst9yq"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e84bb25"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e2lf5dh"
- },
- {
- "label": "Submit",
- "action": "custom",
- "showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "submit",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")|| \r\nroles.includes(\"formsflow-reviewer/site-information-advisor\")\r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") &&\r\n data.section1BAgentCheckbox){\r\n show = false \r\n } else {\r\n show = true;\r\n }\r\n}\r\n",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "button",
- "custom": "\r\nif(data.section1BAgentCheckbox && data.hiddenUserIdForFormSharing==='')\r\n{\r\n alert('Please provide valid user email id to share the form ');\r\n \r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n form.submit();\r\n }\r\n \r\n}\r\nelse\r\n{\r\n form.submit();\r\n}\r\n\r\n\r\n",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": true,
- "labelPosition": "top",
- "errorLabel": "",
- "hideLabel": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e1d05b4"
- },
- {
- "title": "APPROVING AUTHORITY CONTACT INFORMATION",
- "theme": "secondary",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "approvingAuthorityContactInformation",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")) {\r\n component.disabled = false;\r\n}\r\nelse\r\n{\r\n component.disabled = true;\r\n}\r\n",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "content4",
- "html": "All fields in this section must be completed by the municipality (including Regional Districts) or approving officer prior to forwarding the form to the Site Registrar.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e4fcad"
- },
- {
- "key": "ApprovingAuth-ContactColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Name",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
+ ],
+ "key": "Section5-Declarations",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section V - DECLARATIONS",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section5-Declaration-ReasonForSubmission",
+ "html": "Where a municipal approval is not required, you must indicate the reason for submission directly to the registrar:
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "enwuek3"
+ },
+ {
+ "key": "cols17",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section5DeclarationsCheckboxUnderOrder",
+ "type": "checkbox",
+ "input": true,
+ "label": "Under Order",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e7s3tb"
+ },
+ {
+ "key": "section5DeclarationsCheckboxBIAProceedings",
+ "type": "checkbox",
+ "input": true,
+ "label": "BIA Proceedings",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ekdlim"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section5DeclarationsCheckboxForeclosure",
+ "type": "checkbox",
+ "input": true,
+ "label": "Foreclosure",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ewieszw"
+ },
+ {
+ "key": "section5DeclarationsCheckboxDecommissioning",
+ "type": "checkbox",
+ "input": true,
+ "label": "Decommissioning",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "edhk5bq"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section5DeclarationsCheckboxCCAAProceedings",
+ "type": "checkbox",
+ "input": true,
+ "label": "CCAA Proceedings",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ega37df"
+ },
+ {
+ "key": "section5DeclarationsCheckboxCeasingOperations",
+ "type": "checkbox",
+ "input": true,
+ "label": "Ceasing Operations",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e88tztl"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ehgrfk"
+ }
+ ],
+ "collapsible": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "approvingAuthContactName",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ea02oxe",
- "defaultValue": ""
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e6dbq1m"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Agency",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
+ "title": "Signature",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "signature",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") || \r\nroles.includes(\"formsflow-reviewer/lrs-approving-authority\") ||\r\nroles.includes(\"formsflow-reviewer/site-information-advisor\") ||\r\n(roles.includes(\"formsflow-client\") && !data.section1BAgentCheckbox)) {\r\n show = true;\r\n \r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
"json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "approvingAuthContactAgency",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ee8cu1",
- "defaultValue": ""
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e79l29"
- },
- {
- "label": "Address",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "approvingAuthContactAddress",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "evgk46",
- "defaultValue": ""
- },
- {
- "key": "ApprovingAuth-ContactInfoColoumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Phone Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "(999) 999-9999",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "heading11",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "By signing below, I confirm that the information in this form is complete and accurate to the best of my knowledge:",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "e86eczj"
+ },
+ {
+ "key": "Signature-Column",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "Signature",
+ "type": "signature",
+ "input": true,
+ "label": "SIGNATURE",
+ "tableView": false,
+ "description": "For agents completing the SDS, save to PDF then forward the form to the owner/operator to complete this section",
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "footer": "Sign above",
+ "width": "100%",
+ "height": "150px",
+ "penColor": "black",
+ "backgroundColor": "rgb(245,245,235)",
+ "minWidth": "0.5",
+ "maxWidth": "2.5",
+ "keepOverlayRatio": true,
+ "id": "ewyol1"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "firstAndLastName",
+ "type": "textfield",
+ "input": true,
+ "label": "First and Last Name",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e2di33b"
+ },
+ {
+ "label": "Job Title",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "jobTitle",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e9be88"
+ },
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "radioGroup",
+ "type": "radio",
+ "input": true,
+ "label": "Radio Group",
+ "inline": false,
+ "values": [
+ {
+ "label": "Owner",
+ "value": "owner",
+ "shortcut": ""
+ },
+ {
+ "label": "Operator",
+ "value": "operator",
+ "shortcut": ""
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eqvnu23"
+ },
+ {
+ "logic": [
+ {
+ "name": "Disable For Approving Authority",
+ "trigger": {
+ "type": "simple",
+ "simple": {
+ "show": true,
+ "when": "hiddenIsApprovingAuthority",
+ "eq": "yes"
+ }
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "key": "datesigned",
+ "type": "datetime",
+ "input": true,
+ "label": "Date Signed",
+ "format": "yyyy-MM-dd",
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "enableMaxDateInput": false,
+ "enableMinDateInput": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "ejst9yq"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e84bb25"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "approvingAuthContactPhone",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e2lf5dh"
+ },
+ {
+ "label": "Submit",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submit",
+ "tags": [],
+ "properties": {},
+ "conditional": {
"show": null,
"when": null,
"eq": "",
"json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")|| \r\nroles.includes(\"formsflow-reviewer/site-information-advisor\")\r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") &&\r\n data.section1BAgentCheckbox){\r\n show = false \r\n } else {\r\n show = true;\r\n }\r\n}\r\n",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "phoneNumber",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "addons": [],
- "inputType": "tel",
- "inputMode": "decimal",
- "id": "e9n4kfn",
- "defaultValue": "",
- "inputMaskPlaceholderChar": ""
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Email",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
+ },
+ "type": "button",
+ "custom": "\r\nif(data.section1BAgentCheckbox && data.hiddenUserIdForFormSharing==='')\r\n{\r\n alert('Please provide valid user email id to share the form ');\r\n \r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n form.submit();\r\n }\r\n \r\n}\r\nelse\r\n{\r\n form.submit();\r\n}\r\n\r\n\r\n",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
"type": "input"
- },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
+ },
+ "validateOn": "change",
+ "validate": {
"required": false,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "unique": false,
- "kickbox": {
- "enabled": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "ApprovingAuthEmail",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e1d05b4"
+ },
+ {
+ "title": "APPROVING AUTHORITY CONTACT INFORMATION",
+ "theme": "secondary",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "approvingAuthorityContactInformation",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")) {\r\n component.disabled = false;\r\n}\r\nelse\r\n{\r\n component.disabled = true;\r\n}\r\n",
+ "conditional": {
+ "json": "",
"show": null,
"when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "email",
- "inputMask": "",
- "id": "edr9dwv",
- "defaultValue": ""
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e4gc608"
- },
- {
- "label": "Application Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "applicationNumber",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "enwhl29",
- "defaultValue": ""
- },
- {
- "key": "ReasonForSubmission",
- "html": "Reason for submission (Please check one or more of the following):
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ecsd9ir"
- },
- {
- "key": "ReasonForSubmission-Column",
- "type": "columns",
- "input": false,
- "label": "Columns - 4",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "sm",
- "width": 3,
- "offset": 0,
- "components": [
- {
- "label": "Building Permit",
- "description": "for an activity that will likely disturb soil",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "content4",
+ "html": "All fields in this section must be completed by the municipality (including Regional Districts) or approving officer prior to forwarding the form to the Site Registrar.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e4fcad"
+ },
+ {
+ "key": "ApprovingAuth-ContactColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvingAuthContactName",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ea02oxe",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Agency",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvingAuthContactAgency",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ee8cu1",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e79l29"
+ },
+ {
+ "label": "Address",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvingAuthContactAddress",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "evgk46",
+ "defaultValue": ""
+ },
+ {
+ "key": "ApprovingAuth-ContactInfoColoumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Phone Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "(999) 999-9999",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvingAuthContactPhone",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "phoneNumber",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "addons": [],
+ "inputType": "tel",
+ "inputMode": "decimal",
+ "id": "e9n4kfn",
+ "defaultValue": "",
+ "inputMaskPlaceholderChar": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "ApprovingAuthEmail",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "edr9dwv",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e4gc608"
+ },
+ {
+ "label": "Application Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "applicationNumber",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "enwhl29",
+ "defaultValue": ""
+ },
+ {
+ "key": "ReasonForSubmission",
+ "html": "Reason for submission (Please check one or more of the following):
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ecsd9ir"
+ },
+ {
+ "key": "ReasonForSubmission-Column",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 4",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "sm",
+ "width": 3,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Building Permit",
+ "description": "for an activity that will likely disturb soil",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "chkBuildingPermit",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e2mew8"
+ },
+ {
+ "label": "Building Permit Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "blur",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(data.chkBuildingPermit && input=== '')\n{\n valid = 'Please fill the permit number';\n required = true;\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "buildingPermitNumber",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if(data.chkBuildingPermit)\n{\n show = true;\n} else {\n show = false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ezawuqw",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 3
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "sm",
+ "width": 3,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Subdivision",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "chkSubdivision",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "esmrkhm"
+ },
+ {
+ "label": "Application Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(data.chkSubdivision && input=== '')\n{\n valid = 'Please fill the application number';\n required = true;\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "subdivisionApplicationNumber",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if(data.chkSubdivision)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e91fl9p",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 3
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "sm",
+ "width": 3,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Zoning",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "chkZoning",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "exu8usp"
+ },
+ {
+ "label": "Application Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(data.chkZoning && input=== '')\r\n{\r\n valid = 'Please fill the application number';\r\n required = true;\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "zoningApplicationNumber",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if(data.chkZoning)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eo808wp",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 3
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "sm",
+ "width": 3,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Development Permit",
+ "description": "for an activity that will likely disturb soil",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "chkDevelopmentPermit",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eu46ge"
+ },
+ {
+ "label": "Development Permit Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(data.chkDevelopmentPermit && input=== '')\r\n{\r\n valid = 'Please fill the permit number';\r\n required = true;\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "developmentPermitNumber",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if(data.chkDevelopmentPermit)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ei0x46t",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 3
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ejawad"
+ },
+ {
+ "key": "ApprovingAuth-Date-Column",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Date Received by Approving Authority",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": false,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "datereceivedbyapprovingauthority",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "hideOnChildrenHidden": false,
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "ezoonm"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Date Submitted to Registrar",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": false,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "datesubmittedtoregistrar",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "hideOnChildrenHidden": false,
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "et4zt9f"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ekom0h"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "chkBuildingPermit",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e2mew8"
},
- {
- "label": "Building Permit Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "blur",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "if(data.chkBuildingPermit && input=== '')\n{\n valid = 'Please fill the permit number';\n required = true;\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "buildingPermitNumber",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "if(data.chkBuildingPermit)\n{\n show = true;\n} else {\n show = false;\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ezawuqw",
- "defaultValue": ""
- }
- ],
- "currentWidth": 3
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eplmu12q"
},
{
- "pull": 0,
- "push": 0,
- "size": "sm",
- "width": 3,
- "offset": 0,
- "components": [
- {
- "label": "Subdivision",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
+ "title": "Approving Authority Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "approvingAuthorityActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
"json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "chkSubdivision",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "esmrkhm"
+ "eq": ""
},
- {
- "label": "Application Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "if(data.chkSubdivision && input=== '')\n{\n valid = 'Please fill the application number';\n required = true;\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "subdivisionApplicationNumber",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "if(data.chkSubdivision)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "e91fl9p",
- "defaultValue": ""
- }
- ],
- "currentWidth": 3
- },
- {
- "pull": 0,
- "push": 0,
- "size": "sm",
- "width": 3,
- "offset": 0,
- "components": [
- {
- "label": "Zoning",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Submit To Ministry",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submitToMinistry",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "if(data.approvingAuthContactName==='' || data.approvingAuthContactAgency==='' || \r\ndata.approvingAuthContactAddress==='' || data.approvingAuthContactPhone==='' ||\r\ndata.ApprovingAuthEmail === '' || data.applicationNumber==='' ||\r\ndata.datereceivedbyapprovingauthority === '' || data.datesubmittedtoregistrar === '')\r\n{\r\n alert('Please complete the Approving Authority Contact Information before submitting!');\r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n\tconst submissionId = form._submission._id;\r\n\tconst formId = form._submission.form;\r\n\tconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\n\tconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n\tconst formio = new Formio(formDataReqUrl);\r\n\tformio.saveSubmission(formDataReqObj1).then( result => {\r\n\tform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n \t}); \r\n\t}).catch((error)=>{\r\n\t//Error callback on not Save\r\n\tform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n \t}); \r\n\t});\r\n }\r\n} else {\r\n\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});\r\n}",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e5ut7nt"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "tableView": false,
+ "key": "aaSendToApplicant",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "ejfjk9f"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 6
+ }
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eb2q62"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "chkZoning",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "exu8usp"
},
- {
- "label": "Application Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "if(data.chkZoning && input=== '')\r\n{\r\n valid = 'Please fill the application number';\r\n required = true;\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "zoningApplicationNumber",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "if(data.chkZoning)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eo808wp",
- "defaultValue": ""
- }
- ],
- "currentWidth": 3
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eupw1pi"
},
{
- "pull": 0,
- "push": 0,
- "size": "sm",
- "width": 3,
- "offset": 0,
- "components": [
- {
- "label": "Development Permit",
- "description": "for an activity that will likely disturb soil",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "chkDevelopmentPermit",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "label": "applicationId",
+ "customClass": "",
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationId",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eu46ge"
},
- {
- "label": "Development Permit Number",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
"type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "if(data.chkDevelopmentPermit && input=== '')\r\n{\r\n valid = 'Please fill the permit number';\r\n required = true;\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "developmentPermitNumber",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "if(data.chkDevelopmentPermit)\r\n{\r\n show = true;\r\n} else {\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ei0x46t",
- "defaultValue": ""
- }
- ],
- "currentWidth": 3
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ejawad"
- },
- {
- "key": "ApprovingAuth-Date-Column",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Date Received by Approving Authority",
- "labelPosition": "top",
- "displayInTimezone": "viewer",
- "useLocaleSettings": false,
- "allowInput": true,
- "format": "yyyy-MM-dd",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "shortcutButtons": [],
- "enableDate": true,
- "datePicker": {
- "disable": "",
- "disableFunction": "",
- "disableWeekends": false,
- "disableWeekdays": false,
- "minDate": null,
- "maxDate": null,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5
- },
- "enableTime": false,
- "timePicker": {
- "showMeridian": true,
- "hourStep": 1,
- "minuteStep": 1,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "multiple": false,
- "defaultValue": "",
- "defaultDate": "",
- "customOptions": {},
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
+ },
+ "validateOn": "change",
+ "validate": {
"required": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "enableMinDateInput": false,
- "enableMaxDateInput": false,
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "datereceivedbyapprovingauthority",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "datetime",
- "timezone": "",
- "input": true,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disabledDates": "",
- "disableWeekends": false,
- "disableWeekdays": false,
- "disableFunction": "",
- "maxDate": null
- },
- "hideOnChildrenHidden": false,
- "prefix": "",
- "suffix": "",
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "datepickerMode": "day",
- "id": "ezoonm"
- }
- ],
- "currentWidth": 6
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "em1y8gd",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "description": "",
+ "addons": []
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Date Submitted to Registrar",
- "labelPosition": "top",
- "displayInTimezone": "viewer",
- "useLocaleSettings": false,
- "allowInput": true,
- "format": "yyyy-MM-dd",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "shortcutButtons": [],
- "enableDate": true,
- "datePicker": {
- "disable": "",
- "disableFunction": "",
- "disableWeekends": false,
- "disableWeekdays": false,
- "minDate": null,
- "maxDate": null,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5
- },
- "enableTime": false,
- "timePicker": {
- "showMeridian": true,
- "hourStep": 1,
- "minuteStep": 1,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "multiple": false,
- "defaultValue": "",
- "defaultDate": "",
- "customOptions": {},
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "enableMinDateInput": false,
- "enableMaxDateInput": false,
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "datesubmittedtoregistrar",
- "tags": [],
- "properties": {
- "apField": "true"
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "datetime",
- "timezone": "",
- "input": true,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disabledDates": "",
- "disableWeekends": false,
- "disableWeekdays": false,
- "disableFunction": "",
- "maxDate": null
- },
- "hideOnChildrenHidden": false,
- "prefix": "",
- "suffix": "",
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "datepickerMode": "day",
- "id": "et4zt9f"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ekom0h"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eplmu12q"
- },
- {
- "title": "Approving Authority Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "approvingAuthorityActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Submit To Ministry",
- "action": "custom",
- "showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "submitToMinistry",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "label": "applicationStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "button",
- "custom": "if(data.approvingAuthContactName==='' || data.approvingAuthContactAgency==='' || \r\ndata.approvingAuthContactAddress==='' || data.approvingAuthContactPhone==='' ||\r\ndata.ApprovingAuthEmail === '' || data.applicationNumber==='' ||\r\ndata.datereceivedbyapprovingauthority === '' || data.datesubmittedtoregistrar === '')\r\n{\r\n alert('Please complete the Approving Authority Contact Information before submitting!');\r\n if(!form.checkValidity(null, false, null, true))\r\n {\r\n\tconst submissionId = form._submission._id;\r\n\tconst formId = form._submission.form;\r\n\tconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\n\tconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n\tconst formio = new Formio(formDataReqUrl);\r\n\tformio.saveSubmission(formDataReqObj1).then( result => {\r\n\tform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n \t}); \r\n\t}).catch((error)=>{\r\n\t//Error callback on not Save\r\n\tform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n \t}); \r\n\t});\r\n }\r\n} else {\r\n\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});\r\n}",
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": true,
- "labelPosition": "top",
- "errorLabel": "",
- "hideLabel": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e5ut7nt"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Needs More Info",
- "action": "custom",
- "showValidations": false,
- "theme": "warning",
- "tableView": false,
- "key": "aaSendToApplicant",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
"type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ },
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "ejfjk9f"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [],
- "size": "md",
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "e6z1qd9",
+ "description": "",
+ "addons": []
}
- ],
- "key": "columns1",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eb2q62"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eupw1pi"
- },
- {
- "label": "applicationId",
- "customClass": "",
- "modalEdit": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationId",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "labelPosition": "top",
- "Description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "em1y8gd",
- "defaultValue": "",
- "dataGridLabel": false,
- "description": "",
- "addons": []
- },
- {
- "label": "applicationStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "Description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "e6z1qd9",
- "description": "",
- "addons": []
+ ]
}
- ]
- }
- ]
-}
\ No newline at end of file
+ ]
+}
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
index 9ee6d90c..d36ce834 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
@@ -1,1808 +1,29 @@
{
"forms": [
- {
- "title": "Notification of Independent Remediation",
- "display": "form",
- "type": "form",
- "name": "nirBundleForm",
- "path": "nirbundleform",
- "tags": [
- "common"
- ],
- "components": [
- {
- "label": "Text Area",
- "autoExpand": false,
- "tableView": true,
- "key": "textArea",
- "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
- "type": "textarea",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ei2jjr6"
- },
- {
- "title": "Reviewer Actions",
- "collapsible": false,
- "key": "nirBundleActions",
- "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\") || \r\nroles.includes(\"formsflow-reviewer/site-information-advisor\")) \r\n {\r\n if (data.riskclassification === \"exempt\"){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Approved",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "approveBundle",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "e2k2kmf"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Needs More Info",
- "action": "custom",
- "showValidations": false,
- "theme": "warning",
- "tableView": false,
- "key": "sendBundleToApplicant",
- "type": "button",
- "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Returned'\r\n });",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "e339e7x"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Reject Form",
- "action": "custom",
- "showValidations": false,
- "theme": "danger",
- "tableView": false,
- "key": "rejectBundle",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n}); ",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "eik96ge"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "key": "columns",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eg6163g"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "en59dzr"
- },
- {
- "label": "Notes",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "openWhenEmpty": false,
- "disableAddingRemovingRows": false,
- "conditionalAddButton": "",
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% if(component.label === 'Notes') { %}\n
{{ t(component.label) }}
\n {% } else if(component.key !== 'comments') { %}\n
{{ t(component.label) }}
\n {% } %}\n {% } %}\n {% }) %}\n
\n\n{% } else { %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ t(component.label)}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ t(component.label)}}
\n{% } else { %}\n
{{ t(component.label)}}
\n{% } %} \n {% } %}\n {% }) %}\n
\n\n{% } %}",
- "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "\n\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% console.log('rendering edit grid body')%}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n\n\n\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% console.log(\"row-key\",component.key,row[component.key]) %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n{% if(component.key == 'comments') { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{% } else { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{%}%}\n \n\n {% } %}\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n \n {% } %}\n {% } %}\n
\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\n \n {% util.eachComponent(components, function(component) { %}\n {% console.log('for sia') %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ getView(component, row[component.key])}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ getView(component, row[component.key])}}
\n{% } else { %}\n
{{ getView(component, row[component.key])}}
\n{% } %} \n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n {% } %}\n
\n {% } %}\n \n \n \n{% const emptyElements = []; %}\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\n{% for (let i = 0; i < elements.length; i++) { %}\n{% const element = elements[i]; %}\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
- "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
- "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
- },
- "rowClass": "",
- "addAnother": "",
- "modal": false,
- "saveRow": "",
- "removeRow": "Cancel",
- "persistent": true,
- "inlineEdit": false,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "console.log('nothing');\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\"))\n{\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\n\t}\n\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\n\tif(editButtons!=null)\n\t{\n\t\tfor(i=0;ix.commentFor==='external').length > 0)\n show = true;\n else\n show = false;\n}\nelse\n{\n show = true;\n}\n\n\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\nif(addButton!==null && addButton !== undefined)\n{\naddButton.addEventListener('click',\n(e)=>{\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n\t\t{\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\n\t\t for (let i = 0; i < internalRadio.length; i++) {\n\t\t\tinternalRadio[i].parentElement.remove();\n\t\t }\n\t\t}\n})\n}\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nconsole.log('nothing 22');\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") )\n{\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\n\t}\n\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\n\tif(editButtons!=null)\n\t{\n\t\tfor(i=0;i -1 )\n{\n value = 'Client'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\n{\n value = 'Approved Professional'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\n{\n value = 'CSAP Society'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\n{\n value = 'CSSA Team'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\n{\n value = 'CSSA Manager'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\n{\n value = 'Caseworker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\n{\n value = 'Statutory Decision Maker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\n{\n value = 'Site Risk Classification Officer'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\n{\n value = 'Site Information Advisor'\n}",
- "key": "role",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e3ncm9r"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Created By",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
- "key": "createdBy",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eylboa"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Created At",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
- "key": "createdAt1",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ejbifaj"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- }
- ],
- "key": "columns1",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eplwoo"
- }
+ {
+ "title": "Notification of Independent Remediation",
+ "display": "form",
+ "type": "form",
+ "name": "nirBundleForm",
+ "path": "nirbundleform",
+ "tags": [
+ "common"
],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "defaultOpen": false,
- "id": "e1a3j4p"
- },
- {
- "id": "ecf3gbp",
- "key": "simplecontent12",
- "html": "Fields marked with a red asterisk \"*\" are mandatory.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "eb9tioo",
- "key": "TimingOfRemediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 1 - Timing of Remediation",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
"components": [
- {
- "id": "eb0t965",
- "key": "simpleheading2",
- "tag": "h4",
- "type": "htmlelement",
- "attrs": [],
- "input": false,
- "label": "Heading",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "content": "Check the following items as applicable",
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "headingSize": "h1",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "key": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "type": "radio",
- "input": true,
- "label": "This notice is given for:",
- "inline": false,
- "values": [
- {
- "label": "Initiation of independent remediation",
- "value": "initiationOfIndependentRemediation",
- "shortcut": ""
- },
- {
- "label": "Completion of independent remediation",
- "value": "completionOfIndependentRemediation",
- "shortcut": ""
- },
- {
- "label": "Both initiation and completion of independent remediation",
- "value": "bothInitiationAndCompletionOfIndependentRemediation",
- "shortcut": ""
- },
- {
- "label": "Completion of remediation resulting from a spill.",
- "value": "completionOfRemediationResultingFromASpill",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eb4apye"
- },
- {
- "key": "estimatedDateOfSpill",
- "type": "datetime",
- "label": "Estimated Date of Spill",
- "input": true,
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "conditional": {
- "show": true,
- "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "eq": "completionOfRemediationResultingFromASpill"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "egj5a69"
- },
- {
- "label": "Incident Report (DGIR) #",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "simpletextfield1",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "eq": "completionOfRemediationResultingFromASpill",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eklvlic",
- "defaultValue": null
- },
- {
- "key": "spillcompletiondate",
- "type": "datetime",
- "input": true,
- "label": "Completion Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "conditional": {
- "show": true,
- "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "eq": "completionOfRemediationResultingFromASpill"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "eeoy9k"
- },
- {
- "title": "Initiation",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "initiation",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "eq": "initiationOfIndependentRemediation"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Initiation",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "key": "startdate",
- "type": "datetime",
+ {
+ "label": "Text Area",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "textArea",
+ "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
+ "type": "textarea",
"input": true,
- "label": "Start Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
"placeholder": "",
"prefix": "",
"customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": "",
+ "defaultValue": null,
"protected": false,
"unique": false,
"persistent": true,
@@ -1824,19 +45,35 @@
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
"attributes": {},
"validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ "show": null,
+ "when": null,
+ "eq": ""
},
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
@@ -1845,83 +82,381 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "e2256m"
- },
- {
- "key": "estimatedcompletiondate",
- "type": "datetime",
- "input": true,
- "label": "Estimated Completion Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ei2jjr6"
+ },
+ {
+ "title": "Reviewer Actions",
+ "collapsible": false,
+ "key": "nirBundleActions",
+ "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\") || \r\nroles.includes(\"formsflow-reviewer/site-information-advisor\")) \r\n {\r\n if (data.riskclassification === \"exempt\"){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
"tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "approveBundle",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "e2k2kmf"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "tableView": false,
+ "key": "sendBundleToApplicant",
+ "type": "button",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Returned'\r\n });",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "e339e7x"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejectBundle",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n}); ",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "eik96ge"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eg6163g"
+ }
+ ],
+ "keyModified": true,
"placeholder": "",
"prefix": "",
"customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": "",
+ "defaultValue": null,
"protected": false,
"unique": false,
- "persistent": true,
+ "persistent": false,
"hidden": false,
- "clearOnHide": true,
+ "clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
"modalEdit": false,
@@ -1938,19 +473,28 @@
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
+ "widget": null,
"attributes": {},
"validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ "show": null,
+ "when": null,
+ "eq": ""
},
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
@@ -1959,4160 +503,1160 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "eq8xmuj"
- },
- {
- "label": "Estimated Duration",
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "en59dzr"
+ },
+ {
+ "label": "Notes",
"labelPosition": "top",
- "placeholder": "",
"description": "",
"tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
"customClass": "",
"tabindex": "",
- "autocomplete": "",
+ "openWhenEmpty": false,
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
"hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
+ "hideLabel": true,
"autofocus": false,
- "spellcheck": true,
- "disabled": true,
+ "disabled": false,
"tableView": false,
"modalEdit": false,
- "multiple": false,
+ "templates": {
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% if(component.label === 'Notes') { %}\n
{{ t(component.label) }}
\n {% } else if(component.key !== 'comments') { %}\n
{{ t(component.label) }}
\n {% } %}\n {% } %}\n {% }) %}\n
\n\n{% } else { %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ t(component.label)}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ t(component.label)}}
\n{% } else { %}\n
{{ t(component.label)}}
\n{% } %} \n {% } %}\n {% }) %}\n
\n\n{% } %}",
+ "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
+ "row": "\n\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% console.log('rendering edit grid body')%}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n\n\n\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% console.log(\"row-key\",component.key,row[component.key]) %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n{% if(component.key == 'comments') { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{% } else { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{%}%}\n \n\n {% } %}\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n \n {% } %}\n {% } %}\n
\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\n \n {% util.eachComponent(components, function(component) { %}\n {% console.log('for sia') %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ getView(component, row[component.key])}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ getView(component, row[component.key])}}
\n{% } else { %}\n
{{ getView(component, row[component.key])}}
\n{% } %} \n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n {% } %}\n
\n {% } %}\n \n \n \n{% const emptyElements = []; %}\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\n{% for (let i = 0; i < elements.length; i++) { %}\n{% const element = elements[i]; %}\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
+ },
+ "rowClass": "",
+ "addAnother": "",
+ "modal": false,
+ "saveRow": "",
+ "removeRow": "Cancel",
"persistent": true,
- "inputFormat": "plain",
+ "inlineEdit": false,
"protected": false,
"dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
"encrypted": false,
"redrawOn": "",
"clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "const date1 = new Date(data.startdate);\r\nconst date2 = new Date(data.estimatedcompletiondate);\r\nif(date2 > date1 )\r\n{\r\nconst diffTime = Math.abs(date2 - date1);\r\nconst diffDays = Math.ceil(diffTime / (1000 * 60 * 60 * 24)); \r\nif (!isNaN(diffDays)) { \r\n value = diffDays;\r\n } else { \r\n value = 0;\r\n }\r\n}\r\nelse\r\n{\r\n value = 0;\r\n}\r\n",
+ "customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
+ "calculateValue": "",
"calculateServer": false,
"allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "required": false,
+ "customMessage": "",
+ "custom": "console.log('nothing');\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\"))\n{\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\n\t}\n\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\n\tif(editButtons!=null)\n\t{\n\t\tfor(i=0;ix.commentFor==='external').length > 0)\n show = true;\n else\n show = false;\n}\nelse\n{\n show = true;\n}\n\n\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\nif(addButton!==null && addButton !== undefined)\n{\naddButton.addEventListener('click',\n(e)=>{\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n\t\t{\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\n\t\t for (let i = 0; i < internalRadio.length; i++) {\n\t\t\tinternalRadio[i].parentElement.remove();\n\t\t }\n\t\t}\n})\n}\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nconsole.log('nothing 22');\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") )\n{\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\n\t}\n\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\n\tif(editButtons!=null)\n\t{\n\t\tfor(i=0;i -1 )\n{\n value = 'Client'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\n{\n value = 'Approved Professional'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\n{\n value = 'CSAP Society'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\n{\n value = 'CSSA Team'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\n{\n value = 'CSSA Manager'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\n{\n value = 'Caseworker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\n{\n value = 'Statutory Decision Maker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\n{\n value = 'Site Risk Classification Officer'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\n{\n value = 'Site Information Advisor'\n}",
+ "key": "role",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e3ncm9r"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created By",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
+ "key": "createdBy",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eylboa"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created At",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
+ "key": "createdAt1",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ejbifaj"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ }
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eplwoo"
+ }
+ ],
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": "",
- "protected": false,
+ "defaultValue": null,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
"refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
+ "widget": null,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "eg7zhdj"
- },
- {
- "key": "completiondate",
- "type": "datetime",
- "input": true,
- "label": "Completion Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "placeholder": "",
+ "tree": true,
+ "lazyLoad": false,
+ "defaultOpen": false,
+ "id": "e1a3j4p"
+ },
+ {
+ "id": "ecf3gbp",
+ "key": "simplecontent12",
+ "html": "Fields marked with a red asterisk \"*\" are mandatory.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "hidden": false,
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "widget": null,
"dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "evbx5tl"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e0iahsh"
- },
- {
- "title": "Both Initiation and Completion",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "bothInitiationAndCompletion",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
- "eq": "bothInitiationAndCompletionOfIndependentRemediation"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "bothstartdate",
- "type": "datetime",
- "input": true,
- "label": "Start Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
- "enableTime": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "tooltip": "",
+ "disabled": false,
"multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
"tabindex": "",
- "disabled": false,
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
"autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
"attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
"validateOn": "change",
+ "clearOnHide": true,
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
"allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "esudoxb"
- },
- {
- "key": "bothcompletiondate",
- "type": "datetime",
- "input": true,
- "label": "Completion Date",
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "placeholder": "",
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "eb9tioo",
+ "key": "TimingOfRemediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 1 - Timing of Remediation",
+ "hidden": false,
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "widget": null,
"dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
- "customOptions": {},
- "id": "eicufs"
- },
- {
- "label": "Scope of Remediation:",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "If you expect that remediation of the entire site will take longer than one year attach a remediation schedule.",
"tooltip": "",
- "customClass": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
"tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
"autofocus": false,
- "disabled": false,
- "tableView": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
"modalEdit": false,
- "values": [
- {
- "label": "Whole Site",
- "value": "wholeSite",
- "shortcut": ""
- },
- {
- "label": "Part of Site",
- "value": "partOfSite",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
"protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "bothscopeOfRemediation",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
"refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "erdu4",
- "defaultValue": ""
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "emsbrgh"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "etj00fl",
- "key": "section2-LandDescription",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 2 - Land Description",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e5bn61",
- "key": "simplecols3",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e4k283",
- "key": "siteIdNumber",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Site ID Number",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ephotcc",
- "key": "pid",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "PID",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "999-999-999",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "must include either PID or PIN, if applicable",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
"components": [
- {
- "id": "exto02a",
- "key": "pin",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "PIN",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
+ {
+ "id": "eb0t965",
+ "key": "simpleheading2",
+ "tag": "h4",
+ "type": "htmlelement",
+ "attrs": [],
+ "input": false,
+ "label": "Heading",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "content": "Check the following items as applicable",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "headingSize": "h1",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
},
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ {
+ "key": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "type": "radio",
+ "input": true,
+ "label": "This notice is given for:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Initiation of independent remediation",
+ "value": "initiationOfIndependentRemediation",
+ "shortcut": ""
+ },
+ {
+ "label": "Completion of independent remediation",
+ "value": "completionOfIndependentRemediation",
+ "shortcut": ""
+ },
+ {
+ "label": "Both initiation and completion of independent remediation",
+ "value": "bothInitiationAndCompletionOfIndependentRemediation",
+ "shortcut": ""
+ },
+ {
+ "label": "Completion of remediation resulting from a spill.",
+ "value": "completionOfRemediationResultingFromASpill",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eb4apye"
+ },
+ {
+ "key": "estimatedDateOfSpill",
+ "type": "datetime",
+ "label": "Estimated Date of Spill",
+ "input": true,
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "conditional": {
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "completionOfRemediationResultingFromASpill"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "egj5a69"
},
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
+ {
+ "label": "Incident Report (DGIR) #",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "simpletextfield1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "completionOfRemediationResultingFromASpill",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eklvlic",
+ "defaultValue": null
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "for untitled lands",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "e1aksen",
- "key": "legalDescriptionOrMetesAndBounds",
- "case": "",
- "mask": false,
- "rows": 3,
- "type": "textarea",
- "input": true,
- "label": "Legal description (or metes and bounds)",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": false,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "label": "Maps",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "maps",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "addons": [],
- "type": "Maps",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "e3f0f6s",
- "defaultValue": null
- },
- {
- "id": "ekm0wqd",
- "key": "simpleheading5",
- "tag": "h4",
- "type": "htmlelement",
- "attrs": [],
- "input": false,
- "label": "Heading",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "content": "Latitude",
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "headingSize": "h1",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "ek2cwpk",
- "key": "latitude",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Latitude",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eu4dn4t",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ejouu0h",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "e9vu5rd",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "evh1mjk",
- "key": "simpleheading6",
- "tag": "h4",
- "type": "htmlelement",
- "attrs": [],
- "input": false,
- "label": "Heading",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "content": "Longitude",
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "headingSize": "h1",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "e14b8j",
- "key": "latitude1",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Latitude",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "egjje9r",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ekhsiv9",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "encn1p",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "erpn4pi",
- "key": "simpleheading1",
- "tag": "h4",
- "type": "htmlelement",
- "attrs": [],
- "input": false,
- "label": "Heading",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "content": "SITE CIVIC ADDRESS OR LOCATION (i.e. nearest roadway)",
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "headingSize": "h1",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "easkmrf",
- "key": "simplecols4",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "emj2hnu",
- "key": "street2",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Street",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eepx9b",
- "key": "city2",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "City",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eejvk6i",
- "key": "postalCode2",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "ee69663s",
- "key": "simplecontent",
- "html": "Attention: Land Title Record and Site Plan must be included.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "label": "I understand and will include a land title record with my submission (if applicable)",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "checkbox-iUnderstandAndWillAttachAMapWithMySubmission",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ebh62ys"
- },
- {
- "id": "enicwse",
- "key": "iUnderstandAndWillAttachAMapWithMySubmission4",
- "name": "",
- "tags": [],
- "type": "checkbox",
- "input": true,
- "label": "I understand and will include a site plan with my submission",
- "logic": [],
- "value": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "shortcut": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "checkbox",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "eksdoai",
- "key": "section3-PropertyOwnerAndOrOperatorIfApplicable",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 3 - Property Owner and/or Operator",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e7x80l",
- "key": "nirName",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Name",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "applicable"
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "e79lyd",
- "key": "simplecols5",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ezk3rha",
- "key": "street3",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Street",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "em2ts7f",
- "key": "city3",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "City",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "notApplicable",
- "show": false,
- "when": "applicable"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "egjg9n",
- "key": "simplecols6",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e84bpn9",
- "key": "provinceState3",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Province/State",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "eskjfb",
- "key": "simplephonenumber3",
- "mask": false,
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputMode": "decimal",
- "inputType": "tel",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e5ctj917",
- "key": "country3",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Country",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "eci38h9",
- "key": "simpleemail3",
- "case": "",
- "mask": false,
- "type": "email",
- "input": true,
- "label": "Email",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "kickbox": {
- "enabled": false
- },
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "delimiter": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "email",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "requireDecimal": false,
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ee0pdg",
- "key": "postalCode3",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "notApplicable",
- "show": false,
- "when": "applicable"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "epsx3q7",
- "key": "EnvironmentalConsultantContractorAgentContact",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 4 - Environmental Consultant/Contractor/Agent Contact",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "key": "environmentalConsultantContractAgent",
- "type": "radio",
- "input": true,
- "label": "Environmental Consultant/Contractor/Agent",
- "inline": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "Not Applicable",
- "value": "notApplicable",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ez2c6d"
- },
- {
- "key": "environmentalConsultantContractorAgent",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Environmental Consultant/Contractor/Agent",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecols7",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "nameOfFirm",
- "type": "textfield",
+ {
+ "key": "spillcompletiondate",
+ "type": "datetime",
"input": true,
- "label": "Name of Firm",
+ "label": "Completion Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
"validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
"tableView": false,
- "hideOnChildrenHidden": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "conditional": {
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "completionOfRemediationResultingFromASpill"
+ },
"placeholder": "",
"prefix": "",
"customClass": "",
"suffix": "",
"multiple": false,
- "defaultValue": null,
+ "defaultValue": "",
"protected": false,
"unique": false,
"persistent": true,
@@ -6134,22 +1678,14 @@
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
"attributes": {},
"validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
"allowCalculateOverride": false,
"encrypted": false,
@@ -6158,3062 +1694,9727 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eutfclr"
- },
- {
- "key": "street24",
- "type": "textfield",
- "input": true,
- "label": "Street",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "eeoy9k"
+ },
+ {
+ "title": "Initiation",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "initiation",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "initiationOfIndependentRemediation"
},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Initiation",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
"tableView": false,
- "hideOnChildrenHidden": false,
+ "components": [
+ {
+ "key": "startdate",
+ "type": "datetime",
+ "input": true,
+ "label": "Start Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "e2256m"
+ },
+ {
+ "key": "estimatedcompletiondate",
+ "type": "datetime",
+ "input": true,
+ "label": "Estimated Completion Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "eq8xmuj"
+ },
+ {
+ "label": "Estimated Duration",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": true,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "const date1 = new Date(data.startdate);\r\nconst date2 = new Date(data.estimatedcompletiondate);\r\nif(date2 > date1 )\r\n{\r\nconst diffTime = Math.abs(date2 - date1);\r\nconst diffDays = Math.ceil(diffTime / (1000 * 60 * 60 * 24)); \r\nif (!isNaN(diffDays)) { \r\n value = diffDays;\r\n } else { \r\n value = 0;\r\n }\r\n}\r\nelse\r\n{\r\n value = 0;\r\n}\r\n",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "estimatedDuration",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eqitdvx",
+ "defaultValue": ""
+ },
+ {
+ "key": "scopeOfRemediation",
+ "type": "radio",
+ "input": true,
+ "label": "Scope of Remediation:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Whole Site",
+ "value": "wholeSite",
+ "shortcut": ""
+ },
+ {
+ "label": "Part of Site",
+ "value": "partOfSite",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "description": "If you expect that remediation of the entire site will take longer than one year attach a remediation schedule.",
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e83d80j"
+ }
+ ],
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
+ "persistent": false,
+ "clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "widget": null,
"validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ej1qnyk"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "contactName",
- "type": "textfield",
- "input": true,
- "label": "Contact Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e7it03g"
+ },
+ {
+ "title": "Completion",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "completion",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "completionOfIndependentRemediation"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
+ "type": "panel",
+ "label": "Completion",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
"tableView": false,
- "hideOnChildrenHidden": false,
+ "components": [
+ {
+ "key": "completionstartdate",
+ "type": "datetime",
+ "input": true,
+ "label": "Start Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "eg7zhdj"
+ },
+ {
+ "key": "completiondate",
+ "type": "datetime",
+ "input": true,
+ "label": "Completion Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "evbx5tl"
+ }
+ ],
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
+ "persistent": false,
+ "clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "widget": null,
"validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "erle4ry"
- },
- {
- "key": "city4",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e0iahsh"
+ },
+ {
+ "title": "Both Initiation and Completion",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "bothInitiationAndCompletion",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor",
+ "eq": "bothInitiationAndCompletionOfIndependentRemediation"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
"tableView": false,
- "hideOnChildrenHidden": false,
+ "components": [
+ {
+ "key": "bothstartdate",
+ "type": "datetime",
+ "input": true,
+ "label": "Start Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "esudoxb"
+ },
+ {
+ "key": "bothcompletiondate",
+ "type": "datetime",
+ "input": true,
+ "label": "Completion Date",
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "eicufs"
+ },
+ {
+ "label": "Scope of Remediation:",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "If you expect that remediation of the entire site will take longer than one year attach a remediation schedule.",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Whole Site",
+ "value": "wholeSite",
+ "shortcut": ""
+ },
+ {
+ "label": "Part of Site",
+ "value": "partOfSite",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "bothscopeOfRemediation",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "erdu4",
+ "defaultValue": ""
+ }
+ ],
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
+ "persistent": false,
+ "clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "widget": null,
"validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eor75tg"
- }
- ],
- "currentWidth": 6
- }
+ "tree": false,
+ "lazyLoad": false,
+ "id": "emsbrgh"
+ }
],
- "hideLabel": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
+ "persistent": false,
+ "properties": {},
"validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
+ "clearOnHide": false,
+ "collapsible": false,
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
"allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
"addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "etj00fl",
+ "key": "section2-LandDescription",
"tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e27igdb"
- },
- {
- "key": "simplecols8",
- "type": "columns",
+ "type": "panel",
"input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "provinceState4",
- "type": "textfield",
- "input": true,
- "label": "Province",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
+ "label": "",
+ "theme": "default",
+ "title": "Section 2 - Land Description",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e5bn61",
+ "key": "simplecols3",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "hidden": false,
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e4k283",
+ "key": "siteIdNumber",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Site ID Number",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "ephotcc",
+ "key": "pid",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "999-999-999",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "must include either PID or PIN, if applicable",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "exto02a",
+ "key": "pin",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "PIN",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "for untitled lands",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
"tooltip": "",
- "hideLabel": false,
- "tabindex": "",
"disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
},
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
"attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
"validateOn": "change",
+ "clearOnHide": false,
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "eq": "",
+ "show": null,
+ "when": null
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
+ "calculateValue": "",
+ "calculateServer": false,
"allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
"addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "e1aksen",
+ "key": "legalDescriptionOrMetesAndBounds",
+ "case": "",
"mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e3qs55"
- },
- {
- "key": "simplephonenumber4",
- "type": "phoneNumber",
+ "rows": 3,
+ "type": "textarea",
"input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "",
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
+ "label": "Legal description (or metes and bounds)",
+ "editor": "",
+ "hidden": false,
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
"tooltip": "",
- "hideLabel": false,
- "tabindex": "",
+ "wysiwyg": false,
"disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "maxWords": "",
+ "minWords": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
},
+ "autofocus": false,
+ "encrypted": false,
+ "fixedSize": true,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
"attributes": {},
+ "autoExpand": false,
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
"validateOn": "change",
+ "clearOnHide": true,
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
"allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
"addons": [],
- "mask": false,
- "inputType": "tel",
- "inputFormat": "plain",
"displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "inputMode": "decimal",
- "id": "emz0kk"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "country4",
- "type": "textfield",
- "input": true,
- "label": "Country",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
+ "truncateMultipleSpaces": false
+ },
+ {
+ "label": "Maps",
"labelPosition": "top",
"description": "",
- "errorLabel": "",
"tooltip": "",
- "hideLabel": false,
+ "customClass": "",
"tabindex": "",
- "disabled": false,
+ "hidden": false,
+ "hideLabel": false,
"autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "maps",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
},
+ "logic": [],
+ "attributes": {},
"overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
"addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eqtznv"
- },
- {
- "key": "simpleemail4",
- "type": "email",
+ "type": "Maps",
"input": true,
- "label": "Email",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "delimiter": false,
- "tableView": true,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
"refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "e3f0f6s",
+ "defaultValue": null
+ },
+ {
+ "id": "ekm0wqd",
+ "key": "simpleheading5",
+ "tag": "h4",
+ "type": "htmlelement",
+ "attrs": [],
+ "input": false,
+ "label": "Heading",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "content": "Latitude",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
"tooltip": "",
- "hideLabel": false,
- "tabindex": "",
"disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
},
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
"attributes": {},
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
"validateOn": "change",
+ "clearOnHide": true,
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ "eq": "",
+ "show": null,
+ "when": null
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
+ "customClass": "",
+ "description": "",
+ "headingSize": "h1",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
+ "calculateValue": "",
+ "calculateServer": false,
"allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "email",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "kickbox": {
- "enabled": false
- },
- "id": "e1fg5ug"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "postalCode4",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "ek2cwpk",
+ "key": "latitude",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Latitude",
+ "hidden": false,
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eu4dn4t",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ejouu0h",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e9vu5rd",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
"tooltip": "",
- "hideLabel": false,
- "tabindex": "",
"disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
},
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
"attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
"validateOn": "change",
+ "clearOnHide": false,
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ "eq": "",
+ "show": null,
+ "when": null
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
+ "calculateValue": "",
+ "calculateServer": false,
"allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
"addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eureepw"
- }
- ],
- "currentWidth": 4
- }
- ],
- "hideLabel": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
+ "lazyLoad": false
+ },
+ {
+ "id": "evh1mjk",
+ "key": "simpleheading6",
+ "tag": "h4",
+ "type": "htmlelement",
+ "attrs": [],
+ "input": false,
+ "label": "Heading",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "content": "Longitude",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "headingSize": "h1",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "e14b8j",
+ "key": "latitude1",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Latitude",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "egjje9r",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ekhsiv9",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "encn1p",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "erpn4pi",
+ "key": "simpleheading1",
+ "tag": "h4",
+ "type": "htmlelement",
+ "attrs": [],
+ "input": false,
+ "label": "Heading",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "content": "SITE CIVIC ADDRESS OR LOCATION (i.e. nearest roadway)",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "headingSize": "h1",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "easkmrf",
+ "key": "simplecols4",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "emj2hnu",
+ "key": "street2",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Street",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "eepx9b",
+ "key": "city2",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "eejvk6i",
+ "key": "postalCode2",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "ee69663s",
+ "key": "simplecontent",
+ "html": "Attention: Land Title Record and Site Plan must be included.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "label": "I understand and will include a land title record with my submission (if applicable)",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "checkbox-iUnderstandAndWillAttachAMapWithMySubmission",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ebh62ys"
+ },
+ {
+ "id": "enicwse",
+ "key": "iUnderstandAndWillAttachAMapWithMySubmission4",
+ "name": "",
+ "tags": [],
+ "type": "checkbox",
+ "input": true,
+ "label": "I understand and will include a site plan with my submission",
+ "logic": [],
+ "value": "",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "shortcut": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "checkbox",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "eksdoai",
+ "key": "section3-PropertyOwnerAndOrOperatorIfApplicable",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 3 - Property Owner and/or Operator",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e7x80l",
+ "key": "nirName",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Name",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "applicable"
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "e79lyd",
+ "key": "simplecols5",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "ezk3rha",
+ "key": "street3",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Street",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "em2ts7f",
+ "key": "city3",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "notApplicable",
+ "show": false,
+ "when": "applicable"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "egjg9n",
+ "key": "simplecols6",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e84bpn9",
+ "key": "provinceState3",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Province/State",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "eskjfb",
+ "key": "simplephonenumber3",
+ "mask": false,
+ "type": "phoneNumber",
+ "input": true,
+ "label": "Phone Number",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputMode": "decimal",
+ "inputType": "tel",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e5ctj917",
+ "key": "country3",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "eci38h9",
+ "key": "simpleemail3",
+ "case": "",
+ "mask": false,
+ "type": "email",
+ "input": true,
+ "label": "Email",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "delimiter": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "email",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "requireDecimal": false,
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "ee0pdg",
+ "key": "postalCode3",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "notApplicable",
+ "show": false,
+ "when": "applicable"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "epsx3q7",
+ "key": "EnvironmentalConsultantContractorAgentContact",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 4 - Environmental Consultant/Contractor/Agent Contact",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "key": "environmentalConsultantContractAgent",
+ "type": "radio",
+ "input": true,
+ "label": "Environmental Consultant/Contractor/Agent",
+ "inline": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ez2c6d"
+ },
+ {
+ "key": "environmentalConsultantContractorAgent",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Environmental Consultant/Contractor/Agent",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecols7",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "nameOfFirm",
+ "type": "textfield",
+ "input": true,
+ "label": "Name of Firm",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eutfclr"
+ },
+ {
+ "key": "street24",
+ "type": "textfield",
+ "input": true,
+ "label": "Street",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ej1qnyk"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "contactName",
+ "type": "textfield",
+ "input": true,
+ "label": "Contact Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "erle4ry"
+ },
+ {
+ "key": "city4",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eor75tg"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e27igdb"
+ },
+ {
+ "key": "simplecols8",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "provinceState4",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e3qs55"
+ },
+ {
+ "key": "simplephonenumber4",
+ "type": "phoneNumber",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "tel",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "inputMode": "decimal",
+ "id": "emz0kk"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "country4",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqtznv"
+ },
+ {
+ "key": "simpleemail4",
+ "type": "email",
+ "input": true,
+ "label": "Email",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "delimiter": false,
+ "tableView": true,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "email",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "id": "e1fg5ug"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "postalCode4",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eureepw"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e6638ia"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "environmentalConsultantContractAgent"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "efzttnl"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "ep85gd",
+ "key": "PrimaryLandUse",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 5 - Primary Land Use",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "eqkpsrh",
+ "key": "contaminatedSitesRegulationLandUseClassificationAtTheSiteSurface",
+ "type": "radio",
+ "input": true,
+ "label": "Contaminated Sites Regulation land use classification at the site surface",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Industrial",
+ "value": "industrial",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial",
+ "value": "commercial",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential - High Density",
+ "value": "residentialHighDensity",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential - Low Density",
+ "value": "residentialLowDensity",
+ "shortcut": ""
+ },
+ {
+ "label": "Urban Park",
+ "value": "urbanPark",
+ "shortcut": ""
+ },
+ {
+ "label": "Agricultural",
+ "value": "agricultural",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands - Natural",
+ "value": "wildlandsNatural",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands - Reverted",
+ "value": "wildlandsReverted",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "embys3k",
+ "key": "descriptionOfCurrentOperationEGServiceStation",
+ "case": "",
+ "mask": false,
+ "rows": 3,
+ "type": "textarea",
+ "input": true,
+ "label": "Description of current operation (e.g. service station)",
+ "editor": "",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "wysiwyg": false,
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "maxWords": "",
+ "minWords": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "fixedSize": true,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "autoExpand": false,
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "elwq8mj",
+ "key": "isAChangeInZoningOrLandUseExpected",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Is a change in zoning or land use expected?",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Change in zoning",
+ "value": "changeInZoning",
+ "shortcut": ""
+ },
+ {
+ "label": "Change in land use",
+ "value": "changeInLandUse",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "checkbox",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": {
+ "changeInZoning": false,
+ "changeInLandUse": false
+ },
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "maxSelectedCountMessage": "",
+ "minSelectedCountMessage": "",
+ "addons": []
+ },
+ {
+ "id": "e26nbz",
+ "key": "simplecols9",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "edp4hv",
+ "key": "from",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "From",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "ev3xhts",
+ "key": "to",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "To",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "key": "ConfirmedOrSuspectedSourceOfContaminationEGLeakingUndergroundStorageTank",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section 6 - Confirmed or suspected source of contamination",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "label": "Columns",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "checkboxGroup",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Source of contamination - confirmed or suspected",
+ "values": [
+ {
+ "label": "Underground storage tank (UST)",
+ "value": "undergroundStorageTankUst",
+ "shortcut": ""
+ },
+ {
+ "label": "Oil and gas industry operations",
+ "value": "oilAndGasIndustryOperations",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "inputType": "checkbox",
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "otherDescribe": false,
+ "undergroundStorageTankUst": false,
+ "oilAndGasIndustryOperations": false
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dataSrc": "values",
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "data": {
+ "url": ""
+ },
+ "fieldSet": false,
+ "inline": false,
+ "id": "eb48x9m",
+ "keyModified": true
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "storageTankVolumeL",
+ "type": "textfield",
+ "input": true,
+ "label": "Storage tank volume (L)",
+ "tableView": true,
+ "conditional": {
+ "eq": "undergroundStorageTankUst",
+ "show": true,
+ "when": "6-checkboxGroup"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eve0mqi"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ecyrdh"
+ },
+ {
+ "key": "simpletextfield",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe the confirmed or suspected source of contamination. ",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "6-checkboxGroup"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e2o7im9"
+ }
+ ],
+ "collapsible": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e81fo2d",
+ "keyModified": true
+ },
+ {
+ "id": "eb5f40q",
+ "key": "SubmissionOfOtherRequiredForms",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 7 - Submission of Other Required Forms",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "label": "Was a Notification of Likely or Actual Migration also submitted for this site?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "elozar9",
+ "defaultValue": ""
+ },
+ {
+ "key": "NOMDateOfSubmission",
+ "type": "datetime",
+ "label": "Date of Submission",
+ "input": true,
+ "format": "yyyy-MM-dd",
+ "hideInputLabels": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "conditional": {
+ "show": true,
+ "when": "wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite",
+ "eq": "yes"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "eh2prkm"
+ },
+ {
+ "key": "simplecontent4",
+ "html": "All applications for notification of independent remediation require submission of a Site Risk Classification Report.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eq5nck",
+ "keyModified": true
+ },
+ {
+ "key": "riskclassification",
+ "type": "radio",
+ "input": true,
+ "label": "Radio Group",
+ "inline": false,
+ "values": [
+ {
+ "label": "New Site Risk Classification Report required",
+ "value": "newSiteRiskClassificationReportRequired",
+ "shortcut": ""
+ },
+ {
+ "label": "Site Risk Classification updated with this application",
+ "value": "siteRiskClassificationUpdatedWithThisApplication",
+ "shortcut": ""
+ },
+ {
+ "label": "Exempt from submitting Site Risk Classification Report",
+ "value": "exempt",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "erwjpy9",
+ "keyModified": true
+ },
+ {
+ "key": "exemptions",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Exemptions",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "riskclassificationchange",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Duplicate site risk classification information – simultaneous triggers exemption",
+ "value": "duplicateSiteRiskClassificationInformationSimultaneousTriggersExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil quantity exemption [REMOVED]",
+ "value": "soilQuantityExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Application for a determination that a site is not contaminated exemption",
+ "value": "applicationForADeterminationThatASiteIsNotContaminatedExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential heating oil tank exemption",
+ "value": "residentialHeatingOilTankExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Spill reporting exemption",
+ "value": "spillReportingExemptio",
+ "shortcut": ""
+ },
+ {
+ "label": "OGC/BCER sites described as non-priority sites",
+ "value": "ogcBcerSitesDescribedAsNonPrioritySites",
+ "shortcut": ""
+ },
+ {
+ "label": "Site release request under Scenario 1",
+ "value": "siteReleaseRequestUnderScenario1",
+ "shortcut": ""
+ },
+ {
+ "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
+ "value": "srcrSubmittedWithinPast5YearsAndNoChangeToPreviousSiteRiskClassification",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "riskclassificationexemption",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "emoavkh",
+ "defaultValue": ""
+ },
+ {
+ "key": "dateOfMostRecentSiteRiskClassificationReport",
+ "type": "datetime",
+ "input": true,
+ "label": "Date of most recent site risk classification report",
+ "format": "yyyy-MM-dd",
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "conditional": {
+ "eq": "SRCR",
+ "show": true,
+ "when": "riskclassificationexemption"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "e6ck93h"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "exempt",
+ "show": true,
+ "when": "riskclassification"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eieerr",
+ "keyModified": true
+ },
+ {
+ "label": "Site Risk Classification at time of application",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "High Risk",
+ "value": "highRisk",
+ "shortcut": ""
+ },
+ {
+ "label": "Non-High Risk",
+ "value": "nonHighRisk",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-Managed High Risk",
+ "value": "riskManagedHighRisk",
+ "shortcut": ""
+ },
+ {
+ "label": "Pending",
+ "value": "pending",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "siteRiskClassificationAtTimeOfApplication",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eitd7bk",
+ "defaultValue": ""
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
"clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
"dataGridLabel": false,
"labelPosition": "top",
- "description": "",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "ey5ga8j",
+ "key": "SubmissionOfOtherRequiredSoilInvestigationsAndRemediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 8 - Soil Investigations and Remediation",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e7hnb1c",
+ "key": "theFollowingContaminants8",
+ "type": "radio",
+ "input": true,
+ "label": "The following contaminants:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Were Found",
+ "value": "wereFound",
+ "shortcut": ""
+ },
+ {
+ "label": "Are Suspected",
+ "value": "areSuspected",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "e071vfl",
+ "key": "contaminants8",
+ "tags": [],
+ "tree": true,
+ "type": "datagrid",
+ "input": true,
+ "label": "List contaminants and maximum concentrations, if known in SOIL",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "reorder": false,
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "initEmpty": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "addAnother": "",
+ "attributes": {},
+ "components": [
+ {
+ "id": "epivnsp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "contaminant",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Contaminant",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "el3hlvr000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "maximumConcentration",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Maximum concentration",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants8"
+ },
+ "customClass": "",
+ "description": "",
+ "layoutFixed": false,
+ "placeholder": "",
+ "defaultValue": [
+ {
+ "contaminant": "",
+ "maximumConcentration": ""
+ }
+ ],
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "enableRowGroups": false,
+ "customConditional": "",
+ "addAnotherPosition": "bottom",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "conditionalAddButton": "",
+ "allowCalculateOverride": false,
+ "disableAddingRemovingRows": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "e68uqp",
+ "key": "wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct",
+ "type": "radio",
+ "input": true,
+ "label": "Was the soil investigated following requirements and guidance under the Environmental Management Act?",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants8"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "estdmxl",
+ "key": "soilRemediationStrategy",
+ "type": "radio",
+ "input": true,
+ "label": "Soil remediation strategy:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Excavation and Disposal",
+ "value": "excavationAndDisposal",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants8"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite",
+ "type": "textfield",
+ "input": true,
+ "label": "Include volume and intended treatment and/or disposal location for contaminated soil if managed away from the site",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "excavationAndDisposal",
+ "show": true,
+ "when": "soilRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "egbvvs"
+ },
+ {
+ "key": "describe",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "soilRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "emsdibg"
+ },
+ {
+ "key": "remediationStandardsUsed8",
+ "type": "radio",
+ "input": true,
+ "label": "Remediation Standards Used:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Numerical",
+ "value": "numerical",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ },
+ {
+ "label": "Both",
+ "value": "both",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "notApplicable",
+ "show": false,
+ "when": "theFollowingContaminants8"
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ex6mrxg"
+ }
+ ],
"errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
+ "persistent": false,
+ "properties": {},
"validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
+ "clearOnHide": false,
+ "collapsible": false,
"conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
"allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
"addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e6638ia"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "environmentalConsultantContractAgent"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "efzttnl"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "ep85gd",
- "key": "PrimaryLandUse",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 5 - Primary Land Use",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "eqkpsrh",
- "key": "contaminatedSitesRegulationLandUseClassificationAtTheSiteSurface",
- "type": "radio",
- "input": true,
- "label": "Contaminated Sites Regulation land use classification at the site surface",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Industrial",
- "value": "industrial",
- "shortcut": ""
- },
- {
- "label": "Commercial",
- "value": "commercial",
- "shortcut": ""
- },
- {
- "label": "Residential - High Density",
- "value": "residentialHighDensity",
- "shortcut": ""
- },
- {
- "label": "Residential - Low Density",
- "value": "residentialLowDensity",
- "shortcut": ""
- },
- {
- "label": "Urban Park",
- "value": "urbanPark",
- "shortcut": ""
- },
- {
- "label": "Agricultural",
- "value": "agricultural",
- "shortcut": ""
- },
- {
- "label": "Wildlands - Natural",
- "value": "wildlandsNatural",
- "shortcut": ""
- },
- {
- "label": "Wildlands - Reverted",
- "value": "wildlandsReverted",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "embys3k",
- "key": "descriptionOfCurrentOperationEGServiceStation",
- "case": "",
- "mask": false,
- "rows": 3,
- "type": "textarea",
- "input": true,
- "label": "Description of current operation (e.g. service station)",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": false,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "elwq8mj",
- "key": "isAChangeInZoningOrLandUseExpected",
- "type": "selectboxes",
- "input": true,
- "label": "Is a change in zoning or land use expected?",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Change in zoning",
- "value": "changeInZoning",
- "shortcut": ""
- },
- {
- "label": "Change in land use",
- "value": "changeInLandUse",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
+ "lazyLoad": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "checkbox",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": {
- "changeInZoning": false,
- "changeInLandUse": false
- },
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "maxSelectedCountMessage": "",
- "minSelectedCountMessage": "",
- "addons": []
- },
- {
- "id": "e26nbz",
- "key": "simplecols9",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "edp4hv",
- "key": "from",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "From",
- "hidden": false,
- "prefix": "",
- "suffix": "",
+ {
+ "id": "e9bg0ri",
+ "key": "GroundwaterAndSurfaceWaterInvestigationsAndRemediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 9 - Groundwater and Surface Water Investigations and Remediation",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
"unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "ebnx9p",
+ "key": "theFollowingContaminants9",
+ "type": "radio",
+ "input": true,
+ "label": "The following contaminants:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Were Found",
+ "value": "wereFound",
+ "shortcut": ""
+ },
+ {
+ "label": "Are Suspected",
+ "value": "areSuspected",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "e2pn54j",
+ "key": "contaminants9",
+ "tags": [],
+ "tree": true,
+ "type": "datagrid",
+ "input": true,
+ "label": "List contaminants and maximum concentrations, if known, in GROUNDWATER and SURFACE WATER",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "reorder": false,
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "initEmpty": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "addAnother": "",
+ "attributes": {},
+ "components": [
+ {
+ "id": "esedw4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "contaminant",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Contaminant",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "esor906000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "maximumConcentration",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Maximum concentration",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants9"
+ },
+ "customClass": "",
+ "description": "",
+ "layoutFixed": false,
+ "placeholder": "",
+ "defaultValue": [
+ {
+ "contaminant": "",
+ "maximumConcentration": ""
+ }
+ ],
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "enableRowGroups": false,
+ "customConditional": "",
+ "addAnotherPosition": "bottom",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "conditionalAddButton": "",
+ "allowCalculateOverride": false,
+ "disableAddingRemovingRows": false,
+ "addons": [],
+ "lazyLoad": false
},
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ev3xhts",
- "key": "to",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "To",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
+ {
+ "id": "e739arj",
+ "key": "wasTheWaterInvestigatedFollowingRequirementsAndGuidanceUnderTheAct1",
+ "type": "radio",
+ "input": true,
+ "label": "Was the water investigated following requirements and guidance under the Environmental Management Act?",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants9"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
},
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ {
+ "key": "waterRemediationStrategy",
+ "type": "radio",
+ "input": true,
+ "label": "Water remediation strategy:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Pumping and Disposal",
+ "value": "pumpingAndDisposal",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "notApplicable",
+ "show": false,
+ "when": "theFollowingContaminants9"
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6mm0qb"
},
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite1",
+ "type": "textfield",
+ "input": true,
+ "label": "Include volume and intended treatment and/or disposal location for contaminated water if managed away from the site",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "pumpingAndDisposal",
+ "show": true,
+ "when": "waterRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eb241v"
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite4",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "waterRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e2vhj7"
},
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
+ {
+ "key": "remediationStandardsUsed9",
+ "type": "radio",
+ "input": true,
+ "label": "Remediation Standards Used:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Numerical",
+ "value": "numerical",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ },
+ {
+ "label": "Both",
+ "value": "both",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "notApplicable",
+ "show": false,
+ "when": "theFollowingContaminants9"
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eluu4yh"
+ }
],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "key": "ConfirmedOrSuspectedSourceOfContaminationEGLeakingUndergroundStorageTank",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Section 6 - Confirmed or suspected source of contamination",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "columns",
- "type": "columns",
- "input": false,
- "label": "Columns",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "checkboxGroup",
- "type": "selectboxes",
- "input": true,
- "label": "Source of contamination - confirmed or suspected",
- "values": [
- {
- "label": "Underground storage tank (UST)",
- "value": "undergroundStorageTankUst",
- "shortcut": ""
- },
- {
- "label": "Oil and gas industry operations",
- "value": "oilAndGasIndustryOperations",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "inputType": "checkbox",
- "tableView": false,
- "defaultValue": {
- "other": false,
- "otherDescribe": false,
- "undergroundStorageTankUst": false,
- "oilAndGasIndustryOperations": false
- },
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
+ {
+ "id": "e0i7y05",
+ "key": "SedimentInvestigationsAndRemediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 10 - Sediment Investigations and Remediation",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "dataSrc": "values",
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "data": {
- "url": ""
- },
- "fieldSet": false,
- "inline": false,
- "id": "eb48x9m",
- "keyModified": true
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
"components": [
- {
- "key": "storageTankVolumeL",
- "type": "textfield",
- "input": true,
- "label": "Storage tank volume (L)",
- "tableView": true,
- "conditional": {
- "eq": "undergroundStorageTankUst",
- "show": true,
- "when": "6-checkboxGroup"
+ {
+ "id": "ep03h5a",
+ "key": "theFollowingContaminants10",
+ "type": "radio",
+ "input": true,
+ "label": "The following contaminants:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Were Found",
+ "value": "wereFound",
+ "shortcut": ""
+ },
+ {
+ "label": "Are Suspected",
+ "value": "areSuspected",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "eb2no2i",
+ "key": "contaminants10",
+ "tags": [],
+ "tree": true,
+ "type": "datagrid",
+ "input": true,
+ "label": "List contaminants and maximum concentrations, if known, in SEDIMENT",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "reorder": false,
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "initEmpty": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "addAnother": "",
+ "attributes": {},
+ "components": [
+ {
+ "id": "ej0y41000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "contaminant",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Contaminant",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "e8qg9fh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "maximumConcentration",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Maximum concentration",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants10"
+ },
+ "customClass": "",
+ "description": "",
+ "layoutFixed": false,
+ "placeholder": "",
+ "defaultValue": [
+ {
+ "contaminant": "",
+ "maximumConcentration": ""
+ }
+ ],
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "enableRowGroups": false,
+ "customConditional": "",
+ "addAnotherPosition": "bottom",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "conditionalAddButton": "",
+ "allowCalculateOverride": false,
+ "disableAddingRemovingRows": false,
+ "addons": [],
+ "lazyLoad": false
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
+ {
+ "id": "eratb3p",
+ "key": "wasThesedimentInvestigatedFollowingRequirementsAndGuidanceUnderTheAct2",
+ "type": "radio",
+ "input": true,
+ "label": "Was the sediment investigated following requirements and guidance under the Environmental Management Act?",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants10"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
},
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
+ {
+ "id": "esomepq",
+ "key": "sedimentRemediationStrategy",
+ "type": "radio",
+ "input": true,
+ "label": "Sediment remediation strategy:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Excavation and Disposal",
+ "value": "excavationAndDisposal",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants10"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
},
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite2",
+ "type": "textfield",
+ "input": true,
+ "label": "Include volume and intended treatment and/or disposal location for contaminated sediments if managed away from the site",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "excavationAndDisposal",
+ "show": true,
+ "when": "sedimentRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eo1q6v"
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eve0mqi"
- }
- ],
- "currentWidth": 6
- }
- ],
- "hideLabel": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ecyrdh"
- },
- {
- "key": "simpletextfield",
- "type": "textfield",
- "input": true,
- "label": "Describe the confirmed or suspected source of contamination. ",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "6-checkboxGroup"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e2o7im9"
- }
- ],
- "collapsible": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e81fo2d",
- "keyModified": true
- },
- {
- "id": "eb5f40q",
- "key": "SubmissionOfOtherRequiredForms",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 7 - Submission of Other Required Forms",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "label": "Was a Notification of Likely or Actual Migration also submitted for this site?",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "elozar9",
- "defaultValue": ""
- },
- {
- "key": "NOMDateOfSubmission",
- "type": "datetime",
- "label": "Date of Submission",
- "input": true,
- "format": "yyyy-MM-dd",
- "hideInputLabels": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "conditional": {
- "show": true,
- "when": "wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite",
- "eq": "yes"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "eh2prkm"
- },
- {
- "key": "simplecontent4",
- "html": "All applications for notification of independent remediation require submission of a Site Risk Classification Report.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eq5nck",
- "keyModified": true
- },
- {
- "key": "riskclassification",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "inline": false,
- "values": [
- {
- "label": "New Site Risk Classification Report required",
- "value": "newSiteRiskClassificationReportRequired",
- "shortcut": ""
- },
- {
- "label": "Site Risk Classification updated with this application",
- "value": "siteRiskClassificationUpdatedWithThisApplication",
- "shortcut": ""
- },
- {
- "label": "Exempt from submitting Site Risk Classification Report",
- "value": "exempt",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "erwjpy9",
- "keyModified": true
- },
- {
- "key": "exemptions",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Exemptions",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "label": "riskclassificationchange",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Duplicate site risk classification information – simultaneous triggers exemption",
- "value": "duplicateSiteRiskClassificationInformationSimultaneousTriggersExemption",
- "shortcut": ""
- },
- {
- "label": "Soil quantity exemption [REMOVED]",
- "value": "soilQuantityExemption",
- "shortcut": ""
- },
- {
- "label": "Application for a determination that a site is not contaminated exemption",
- "value": "applicationForADeterminationThatASiteIsNotContaminatedExemption",
- "shortcut": ""
- },
- {
- "label": "Residential heating oil tank exemption",
- "value": "residentialHeatingOilTankExemption",
- "shortcut": ""
- },
- {
- "label": "Spill reporting exemption",
- "value": "spillReportingExemptio",
- "shortcut": ""
- },
- {
- "label": "OGC/BCER sites described as non-priority sites",
- "value": "ogcBcerSitesDescribedAsNonPrioritySites",
- "shortcut": ""
- },
- {
- "label": "Site release request under Scenario 1",
- "value": "siteReleaseRequestUnderScenario1",
- "shortcut": ""
- },
- {
- "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
- "value": "srcrSubmittedWithinPast5YearsAndNoChangeToPreviousSiteRiskClassification",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "riskclassificationexemption",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "emoavkh",
- "defaultValue": ""
- },
- {
- "key": "dateOfMostRecentSiteRiskClassificationReport",
- "type": "datetime",
- "input": true,
- "label": "Date of most recent site risk classification report",
- "format": "yyyy-MM-dd",
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "conditional": {
- "eq": "SRCR",
- "show": true,
- "when": "riskclassificationexemption"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "e6ck93h"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "exempt",
- "show": true,
- "when": "riskclassification"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eieerr",
- "keyModified": true
- },
- {
- "label": "Site Risk Classification at time of application",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "High Risk",
- "value": "highRisk",
- "shortcut": ""
- },
- {
- "label": "Non-High Risk",
- "value": "nonHighRisk",
- "shortcut": ""
- },
- {
- "label": "Risk-Managed High Risk",
- "value": "riskManagedHighRisk",
- "shortcut": ""
- },
- {
- "label": "Pending",
- "value": "pending",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "siteRiskClassificationAtTimeOfApplication",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eitd7bk",
- "defaultValue": ""
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "ey5ga8j",
- "key": "SubmissionOfOtherRequiredSoilInvestigationsAndRemediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 8 - Soil Investigations and Remediation",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e7hnb1c",
- "key": "theFollowingContaminants8",
- "type": "radio",
- "input": true,
- "label": "The following contaminants:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Were Found",
- "value": "wereFound",
- "shortcut": ""
- },
- {
- "label": "Are Suspected",
- "value": "areSuspected",
- "shortcut": ""
- },
- {
- "label": "Not Applicable",
- "value": "notApplicable",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "e071vfl",
- "key": "contaminants8",
- "tags": [],
- "tree": true,
- "type": "datagrid",
- "input": true,
- "label": "List contaminants and maximum concentrations, if known in SOIL",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "reorder": false,
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "initEmpty": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "addAnother": "",
- "attributes": {},
- "components": [
- {
- "id": "epivnsp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "contaminant",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Contaminant",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite5",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "sedimentRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eiociql"
+ },
+ {
+ "id": "eg57j2r",
+ "key": "remediationStandardsUsed10",
+ "type": "radio",
+ "input": true,
+ "label": "Remediation Standards Used:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Numerical",
+ "value": "numerical",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ },
+ {
+ "label": "Both",
+ "value": "both",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants10"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ }
+ ],
"errorLabel": "",
- "persistent": true,
+ "persistent": false,
"properties": {},
- "spellcheck": true,
"validateOn": "change",
- "clearOnHide": true,
+ "clearOnHide": false,
+ "collapsible": false,
"conditional": {
- "eq": "",
- "show": null,
- "when": null
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
},
"customClass": "",
"description": "",
- "inputFormat": "plain",
"placeholder": "",
"defaultValue": null,
"dataGridLabel": false,
@@ -9222,34 +11423,34 @@
"showWordCount": false,
"calculateValue": "",
"calculateServer": false,
+ "customConditional": "",
"allowMultipleMasks": false,
"customDefaultValue": "",
"allowCalculateOverride": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "el3hlvr000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "maximumConcentration",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Maximum concentration",
+ "lazyLoad": false
+ },
+ {
+ "id": "ee4huxs",
+ "key": "VapourInvestigationsAndRemediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 11 - Vapour Investigations and Remediation",
"hidden": false,
"prefix": "",
"suffix": "",
"unique": false,
- "widget": {
- "type": "input"
- },
+ "widget": null,
"dbIndex": false,
"overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
"tooltip": "",
"disabled": false,
@@ -9257,40 +11458,788 @@
"redrawOn": "",
"tabindex": "",
"validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
},
"autofocus": false,
+ "collapsed": false,
"encrypted": false,
"hideLabel": false,
- "inputMask": "",
- "inputType": "text",
"modalEdit": false,
"protected": false,
"refreshOn": "",
"tableView": false,
"attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "eu3j13",
+ "key": "theFollowingContaminants11",
+ "type": "radio",
+ "input": true,
+ "label": "The following contaminants:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Were Found",
+ "value": "wereFound",
+ "shortcut": ""
+ },
+ {
+ "label": "Are Suspected",
+ "value": "areSuspected",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "edm55v8",
+ "key": "contaminants11",
+ "tags": [],
+ "tree": true,
+ "type": "datagrid",
+ "input": true,
+ "label": "List contaminants and maximum concentrations, if known, in VAPOUR",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "reorder": false,
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "initEmpty": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "addAnother": "",
+ "attributes": {},
+ "components": [
+ {
+ "id": "eevqmo900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "contaminant",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Contaminant",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "et223l300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "key": "maximumConcentration",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Maximum concentration",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants11"
+ },
+ "customClass": "",
+ "description": "",
+ "layoutFixed": false,
+ "placeholder": "",
+ "defaultValue": [
+ {
+ "contaminant": "",
+ "maximumConcentration": ""
+ }
+ ],
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "enableRowGroups": false,
+ "customConditional": "",
+ "addAnotherPosition": "bottom",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "conditionalAddButton": "",
+ "allowCalculateOverride": false,
+ "disableAddingRemovingRows": false,
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "id": "eivuusm",
+ "key": "wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct3",
+ "type": "radio",
+ "input": true,
+ "label": "Was the vapour investigated following requirements and guidance under the Environmental Management Act?",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants11"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "ev8otx",
+ "key": "vapourRemediationStrategy",
+ "type": "radio",
+ "input": true,
+ "label": "Vapour remediation strategy:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Excavation and Disposal",
+ "value": "excavationAndDisposal",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants11"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite3",
+ "type": "textfield",
+ "input": true,
+ "label": "Include volume and intended treatment and/or disposal location for contaminated soil or water if managed away from the site",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "excavationAndDisposal",
+ "show": true,
+ "when": "vapourRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "efhyv89"
+ },
+ {
+ "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite6",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "vapourRemediationStrategy"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "evgmox"
+ },
+ {
+ "id": "e39rjyl",
+ "key": "remediationStandardsUsed11",
+ "type": "radio",
+ "input": true,
+ "label": "Remediation Standards Used:",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Numerical",
+ "value": "numerical",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ },
+ {
+ "label": "Both",
+ "value": "both",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "notApplicable",
+ "json": "",
+ "show": false,
+ "when": "theFollowingContaminants11"
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ }
+ ],
"errorLabel": "",
- "persistent": true,
+ "persistent": false,
"properties": {},
- "spellcheck": true,
"validateOn": "change",
- "clearOnHide": true,
+ "clearOnHide": false,
+ "collapsible": false,
"conditional": {
- "eq": "",
- "show": null,
- "when": null
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
},
"customClass": "",
"description": "",
- "inputFormat": "plain",
"placeholder": "",
"defaultValue": null,
"dataGridLabel": false,
@@ -9299,702 +12248,34 @@
"showWordCount": false,
"calculateValue": "",
"calculateServer": false,
+ "customConditional": "",
"allowMultipleMasks": false,
"customDefaultValue": "",
"allowCalculateOverride": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants8"
- },
- "customClass": "",
- "description": "",
- "layoutFixed": false,
- "placeholder": "",
- "defaultValue": [
- {
- "contaminant": "",
- "maximumConcentration": ""
- }
- ],
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "enableRowGroups": false,
- "customConditional": "",
- "addAnotherPosition": "bottom",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "conditionalAddButton": "",
- "allowCalculateOverride": false,
- "disableAddingRemovingRows": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "e68uqp",
- "key": "wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct",
- "type": "radio",
- "input": true,
- "label": "Was the soil investigated following requirements and guidance under the Environmental Management Act?",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants8"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "estdmxl",
- "key": "soilRemediationStrategy",
- "type": "radio",
- "input": true,
- "label": "Soil remediation strategy:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Excavation and Disposal",
- "value": "excavationAndDisposal",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants8"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite",
- "type": "textfield",
- "input": true,
- "label": "Include volume and intended treatment and/or disposal location for contaminated soil if managed away from the site",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "excavationAndDisposal",
- "show": true,
- "when": "soilRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "egbvvs"
- },
- {
- "key": "describe",
- "type": "textfield",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "soilRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "emsdibg"
- },
- {
- "key": "remediationStandardsUsed8",
- "type": "radio",
- "input": true,
- "label": "Remediation Standards Used:",
- "inline": false,
- "values": [
- {
- "label": "Numerical",
- "value": "numerical",
- "shortcut": ""
- },
- {
- "label": "Risk-based",
- "value": "riskBased",
- "shortcut": ""
- },
- {
- "label": "Both",
- "value": "both",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "conditional": {
- "eq": "notApplicable",
- "show": false,
- "when": "theFollowingContaminants8"
- },
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ex6mrxg"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "e9bg0ri",
- "key": "GroundwaterAndSurfaceWaterInvestigationsAndRemediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 9 - Groundwater and Surface Water Investigations and Remediation",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "ebnx9p",
- "key": "theFollowingContaminants9",
- "type": "radio",
- "input": true,
- "label": "The following contaminants:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Were Found",
- "value": "wereFound",
- "shortcut": ""
- },
- {
- "label": "Are Suspected",
- "value": "areSuspected",
- "shortcut": ""
- },
- {
- "label": "Not Applicable",
- "value": "notApplicable",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
+ "lazyLoad": false
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "e2pn54j",
- "key": "contaminants9",
- "tags": [],
- "tree": true,
- "type": "datagrid",
- "input": true,
- "label": "List contaminants and maximum concentrations, if known, in GROUNDWATER and SURFACE WATER",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "reorder": false,
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "initEmpty": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "addAnother": "",
- "attributes": {},
- "components": [
- {
- "id": "esedw4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "contaminant",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Contaminant",
+ {
+ "id": "ejhb5xq",
+ "key": "reasonforremediation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 12 - Reason for Remediation",
"hidden": false,
"prefix": "",
"suffix": "",
"unique": false,
- "widget": {
- "type": "input"
- },
+ "widget": null,
"dbIndex": false,
"overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
"tooltip": "",
"disabled": false,
@@ -10002,40 +12283,229 @@
"redrawOn": "",
"tabindex": "",
"validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
},
"autofocus": false,
+ "collapsed": false,
"encrypted": false,
"hideLabel": false,
- "inputMask": "",
- "inputType": "text",
"modalEdit": false,
"protected": false,
"refreshOn": "",
"tableView": false,
"attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "emtykvm",
+ "key": "reasonforremediationradioGroup",
+ "type": "radio",
+ "input": true,
+ "label": "Radio Group",
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Construction",
+ "value": "construction",
+ "shortcut": ""
+ },
+ {
+ "label": "Demolition",
+ "value": "demolition",
+ "shortcut": ""
+ },
+ {
+ "label": "Upgrade",
+ "value": "upgrade",
+ "shortcut": ""
+ },
+ {
+ "label": "Other (describe):",
+ "value": "otherDescribe",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "label": "Please describe: ",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": true,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": true,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "otherdescription",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "reasonforremediationradioGroup",
+ "eq": "otherDescribe",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "keyModified": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "eyu00qe",
+ "defaultValue": ""
+ }
+ ],
"errorLabel": "",
- "persistent": true,
+ "persistent": false,
"properties": {},
- "spellcheck": true,
"validateOn": "change",
- "clearOnHide": true,
+ "clearOnHide": false,
+ "collapsible": false,
"conditional": {
- "eq": "",
- "show": null,
- "when": null
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
},
"customClass": "",
"description": "",
- "inputFormat": "plain",
"placeholder": "",
"defaultValue": null,
"dataGridLabel": false,
@@ -10044,34 +12514,34 @@
"showWordCount": false,
"calculateValue": "",
"calculateServer": false,
+ "customConditional": "",
"allowMultipleMasks": false,
"customDefaultValue": "",
"allowCalculateOverride": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "esor906000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "maximumConcentration",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Maximum concentration",
+ "lazyLoad": false
+ },
+ {
+ "id": "e270lp5",
+ "key": "AuthorizationsForDischargesToTheEnvironment",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 13 - Authorizations for Discharges to the Environment",
"hidden": false,
"prefix": "",
"suffix": "",
"unique": false,
- "widget": {
- "type": "input"
- },
+ "widget": null,
"dbIndex": false,
"overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
"tooltip": "",
"disabled": false,
@@ -10079,40 +12549,280 @@
"redrawOn": "",
"tabindex": "",
"validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
},
"autofocus": false,
+ "collapsed": false,
"encrypted": false,
"hideLabel": false,
- "inputMask": "",
- "inputType": "text",
"modalEdit": false,
"protected": false,
"refreshOn": "",
"tableView": false,
"attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "key": "simplecontent1",
+ "html": "In situ treatment of contaminants may generate substances which could be deemed a waste requiring a discharge authorization, even though there is no end-of-the-pipe from the site. Contravention of the requirements for an authorization is an offense and may be subject to penalties.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eqzqbxb"
+ },
+ {
+ "label": "Did or does a discharge associated with the remediation require an authorization under the Environmental Management Act?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Don't Know",
+ "value": "dontKnow",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e79eyy8",
+ "defaultValue": ""
+ },
+ {
+ "key": "authorizationNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Provide the authorization numbers under the Environmental Management Act for any air, effluent and soil discharges to the environment for treatment works located at the site.",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5hkx2c"
+ }
+ ],
"errorLabel": "",
- "persistent": true,
+ "persistent": false,
"properties": {},
- "spellcheck": true,
"validateOn": "change",
- "clearOnHide": true,
+ "clearOnHide": false,
+ "collapsible": false,
"conditional": {
- "eq": "",
- "show": null,
- "when": null
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
},
"customClass": "",
"description": "",
- "inputFormat": "plain",
"placeholder": "",
"defaultValue": null,
"dataGridLabel": false,
@@ -10121,699 +12831,34 @@
"showWordCount": false,
"calculateValue": "",
"calculateServer": false,
+ "customConditional": "",
"allowMultipleMasks": false,
"customDefaultValue": "",
"allowCalculateOverride": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants9"
- },
- "customClass": "",
- "description": "",
- "layoutFixed": false,
- "placeholder": "",
- "defaultValue": [
- {
- "contaminant": "",
- "maximumConcentration": ""
- }
- ],
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "enableRowGroups": false,
- "customConditional": "",
- "addAnotherPosition": "bottom",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "conditionalAddButton": "",
- "allowCalculateOverride": false,
- "disableAddingRemovingRows": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "e739arj",
- "key": "wasTheWaterInvestigatedFollowingRequirementsAndGuidanceUnderTheAct1",
- "type": "radio",
- "input": true,
- "label": "Was the water investigated following requirements and guidance under the Environmental Management Act?",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants9"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "key": "waterRemediationStrategy",
- "type": "radio",
- "input": true,
- "label": "Water remediation strategy:",
- "inline": false,
- "values": [
- {
- "label": "Pumping and Disposal",
- "value": "pumpingAndDisposal",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "conditional": {
- "eq": "notApplicable",
- "show": false,
- "when": "theFollowingContaminants9"
+ "lazyLoad": false
},
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e6mm0qb"
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite1",
- "type": "textfield",
- "input": true,
- "label": "Include volume and intended treatment and/or disposal location for contaminated water if managed away from the site",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "pumpingAndDisposal",
- "show": true,
- "when": "waterRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eb241v"
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite4",
- "type": "textfield",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "waterRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e2vhj7"
- },
- {
- "key": "remediationStandardsUsed9",
- "type": "radio",
- "input": true,
- "label": "Remediation Standards Used:",
- "inline": false,
- "values": [
- {
- "label": "Numerical",
- "value": "numerical",
- "shortcut": ""
- },
- {
- "label": "Risk-based",
- "value": "riskBased",
- "shortcut": ""
- },
- {
- "label": "Both",
- "value": "both",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "conditional": {
- "eq": "notApplicable",
- "show": false,
- "when": "theFollowingContaminants9"
- },
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eluu4yh"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "e0i7y05",
- "key": "SedimentInvestigationsAndRemediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 10 - Sediment Investigations and Remediation",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "ep03h5a",
- "key": "theFollowingContaminants10",
- "type": "radio",
- "input": true,
- "label": "The following contaminants:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Were Found",
- "value": "wereFound",
- "shortcut": ""
- },
- {
- "label": "Are Suspected",
- "value": "areSuspected",
- "shortcut": ""
- },
- {
- "label": "Not Applicable",
- "value": "notApplicable",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "eb2no2i",
- "key": "contaminants10",
- "tags": [],
- "tree": true,
- "type": "datagrid",
- "input": true,
- "label": "List contaminants and maximum concentrations, if known, in SEDIMENT",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "reorder": false,
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "initEmpty": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "addAnother": "",
- "attributes": {},
- "components": [
- {
- "id": "ej0y41000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "contaminant",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Contaminant",
+ {
+ "id": "ew7h69x",
+ "key": "AdditionalComments",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 14 - Additional Comments",
"hidden": false,
"prefix": "",
"suffix": "",
"unique": false,
- "widget": {
- "type": "input"
- },
+ "widget": null,
"dbIndex": false,
"overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
"tooltip": "",
"disabled": false,
@@ -10821,40 +12866,123 @@
"redrawOn": "",
"tabindex": "",
"validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
},
"autofocus": false,
+ "collapsed": false,
"encrypted": false,
"hideLabel": false,
- "inputMask": "",
- "inputType": "text",
"modalEdit": false,
"protected": false,
"refreshOn": "",
"tableView": false,
"attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e3it72f",
+ "key": "typeNAIfNotNeeded",
+ "mask": false,
+ "rows": 3,
+ "type": "textarea",
+ "input": true,
+ "label": "Comments",
+ "editor": "",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "wysiwyg": false,
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "maxWords": "",
+ "minWords": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "fixedSize": true,
+ "hideLabel": true,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "autoExpand": false,
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
"errorLabel": "",
- "persistent": true,
+ "persistent": false,
"properties": {},
- "spellcheck": true,
"validateOn": "change",
- "clearOnHide": true,
+ "clearOnHide": false,
+ "collapsible": false,
"conditional": {
- "eq": "",
- "show": null,
- "when": null
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
},
"customClass": "",
"description": "",
- "inputFormat": "plain",
"placeholder": "",
"defaultValue": null,
"dataGridLabel": false,
@@ -10863,34 +12991,34 @@
"showWordCount": false,
"calculateValue": "",
"calculateServer": false,
+ "customConditional": "",
"allowMultipleMasks": false,
"customDefaultValue": "",
"allowCalculateOverride": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "e8qg9fh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "maximumConcentration",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Maximum concentration",
+ "lazyLoad": false
+ },
+ {
+ "id": "e1a3i2",
+ "key": "signature",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 15 - Signature",
"hidden": false,
"prefix": "",
"suffix": "",
"unique": false,
- "widget": {
- "type": "input"
- },
+ "widget": null,
"dbIndex": false,
"overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
"tooltip": "",
"disabled": false,
@@ -10898,40 +13026,491 @@
"redrawOn": "",
"tabindex": "",
"validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
},
"autofocus": false,
+ "collapsed": false,
"encrypted": false,
"hideLabel": false,
- "inputMask": "",
- "inputType": "text",
"modalEdit": false,
"protected": false,
"refreshOn": "",
"tableView": false,
"attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e4vknxg",
+ "key": "iConfirmThatTheAboveInformationIsTrueBasedOnMyKnowledgeAsOfTheDateThisNotificationFormWasCompleted",
+ "name": "",
+ "type": "checkbox",
+ "input": true,
+ "label": "I confirm that the above information is true based on my knowledge as of the date this notification form was completed.",
+ "value": "",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "checkbox",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "addons": []
+ },
+ {
+ "id": "eniu5c",
+ "key": "simplecols2",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "egytr2",
+ "key": "signature1",
+ "tags": [],
+ "type": "signature",
+ "input": true,
+ "label": "Signature",
+ "logic": [],
+ "width": "100%",
+ "footer": "Sign above",
+ "height": "150px",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "maxWidth": "2.5",
+ "minWidth": "0.5",
+ "multiple": false,
+ "penColor": "black",
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "backgroundColor": "rgb(245,245,235)",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "keepOverlayRatio": true
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "eqwe8x8",
+ "key": "fullName",
+ "case": "",
+ "mask": false,
+ "tags": [],
+ "type": "textfield",
+ "input": true,
+ "label": "Full Name",
+ "logic": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "page": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "json": "",
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "autocomplete": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "eh87emb",
+ "key": "signaturedate",
+ "type": "datetime",
+ "input": true,
+ "label": "Date Completed",
+ "format": "yyyy-MM-dd",
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "timezone": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "allowInput": true,
+ "attributes": {},
+ "datePicker": {
+ "maxDate": null,
+ "maxMode": "year",
+ "minDate": null,
+ "minMode": "day",
+ "initDate": "",
+ "yearRows": 4,
+ "showWeeks": true,
+ "startingDay": 0,
+ "yearColumns": 5,
+ "disableWeekdays": false,
+ "disableWeekends": false
+ },
+ "enableDate": true,
+ "enableTime": false,
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "timePicker": {
+ "hourStep": 1,
+ "arrowkeys": true,
+ "minuteStep": 1,
+ "mousewheel": true,
+ "showMeridian": true,
+ "readonlyInput": false
+ },
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "defaultDate": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "customOptions": {},
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "datepickerMode": "day",
+ "calculateServer": false,
+ "shortcutButtons": [],
+ "customConditional": "",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": []
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
"errorLabel": "",
- "persistent": true,
+ "persistent": false,
"properties": {},
- "spellcheck": true,
"validateOn": "change",
- "clearOnHide": true,
+ "clearOnHide": false,
+ "collapsible": false,
"conditional": {
- "eq": "",
- "show": null,
- "when": null
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
},
"customClass": "",
"description": "",
- "inputFormat": "plain",
"placeholder": "",
"defaultValue": null,
"dataGridLabel": false,
@@ -10940,2960 +13519,381 @@
"showWordCount": false,
"calculateValue": "",
"calculateServer": false,
+ "customConditional": "",
"allowMultipleMasks": false,
"customDefaultValue": "",
"allowCalculateOverride": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants10"
- },
- "customClass": "",
- "description": "",
- "layoutFixed": false,
- "placeholder": "",
- "defaultValue": [
- {
- "contaminant": "",
- "maximumConcentration": ""
- }
- ],
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "enableRowGroups": false,
- "customConditional": "",
- "addAnotherPosition": "bottom",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "conditionalAddButton": "",
- "allowCalculateOverride": false,
- "disableAddingRemovingRows": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "eratb3p",
- "key": "wasThesedimentInvestigatedFollowingRequirementsAndGuidanceUnderTheAct2",
- "type": "radio",
- "input": true,
- "label": "Was the sediment investigated following requirements and guidance under the Environmental Management Act?",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants10"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "esomepq",
- "key": "sedimentRemediationStrategy",
- "type": "radio",
- "input": true,
- "label": "Sediment remediation strategy:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Excavation and Disposal",
- "value": "excavationAndDisposal",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants10"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite2",
- "type": "textfield",
- "input": true,
- "label": "Include volume and intended treatment and/or disposal location for contaminated sediments if managed away from the site",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "excavationAndDisposal",
- "show": true,
- "when": "sedimentRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eo1q6v"
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite5",
- "type": "textfield",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "sedimentRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "lazyLoad": false
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eiociql"
- },
- {
- "id": "eg57j2r",
- "key": "remediationStandardsUsed10",
- "type": "radio",
- "input": true,
- "label": "Remediation Standards Used:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Numerical",
- "value": "numerical",
- "shortcut": ""
- },
- {
- "label": "Risk-based",
- "value": "riskBased",
- "shortcut": ""
- },
- {
- "label": "Both",
- "value": "both",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants10"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "ee4huxs",
- "key": "VapourInvestigationsAndRemediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 11 - Vapour Investigations and Remediation",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "eu3j13",
- "key": "theFollowingContaminants11",
- "type": "radio",
- "input": true,
- "label": "The following contaminants:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Were Found",
- "value": "wereFound",
- "shortcut": ""
- },
- {
- "label": "Are Suspected",
- "value": "areSuspected",
- "shortcut": ""
- },
- {
- "label": "Not Applicable",
- "value": "notApplicable",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "edm55v8",
- "key": "contaminants11",
- "tags": [],
- "tree": true,
- "type": "datagrid",
- "input": true,
- "label": "List contaminants and maximum concentrations, if known, in VAPOUR",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
+ {
+ "label": "Submit",
+ "action": "submit",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submit",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ed6alph"
},
- "reorder": false,
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
+ {
+ "label": "applicationId",
+ "customClass": "",
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationId",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "em1y8gd",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "description": "",
+ "addons": []
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "initEmpty": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "addAnother": "",
- "attributes": {},
- "components": [
- {
- "id": "eevqmo900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "contaminant",
- "mask": false,
- "type": "textfield",
+ {
+ "label": "applicationStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
"input": true,
- "label": "Contaminant",
- "hidden": false,
+ "tableView": false,
+ "placeholder": "",
"prefix": "",
"suffix": "",
+ "multiple": false,
"unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
"tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
+ "hideLabel": false,
"tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
+ "disabled": false,
"autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
+ "widget": {
+ "type": "input"
+ },
"validateOn": "change",
- "clearOnHide": true,
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"conditional": {
- "eq": "",
- "show": null,
- "when": null
+ "show": null,
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "allowCalculateOverride": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
"allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "e6z1qd9",
+ "description": "",
+ "addons": []
+ },
+ {
+ "label": "bundleStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
"customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "et223l300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "key": "maximumConcentration",
- "mask": false,
- "type": "textfield",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "bundleStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
"input": true,
- "label": "Maximum concentration",
- "hidden": false,
+ "placeholder": "",
"prefix": "",
"suffix": "",
+ "multiple": false,
"unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
"tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ev2sqr"
+ },
+ {
+ "label": "nirStatus",
+ "customClass": "",
"modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
"protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "nirStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
"tableView": false,
- "attributes": {},
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
"validateOn": "change",
- "clearOnHide": true,
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"conditional": {
- "eq": "",
- "show": null,
- "when": null
+ "show": null,
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "allowCalculateOverride": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants11"
- },
- "customClass": "",
- "description": "",
- "layoutFixed": false,
- "placeholder": "",
- "defaultValue": [
- {
- "contaminant": "",
- "maximumConcentration": ""
- }
- ],
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "enableRowGroups": false,
- "customConditional": "",
- "addAnotherPosition": "bottom",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "conditionalAddButton": "",
- "allowCalculateOverride": false,
- "disableAddingRemovingRows": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "eivuusm",
- "key": "wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct3",
- "type": "radio",
- "input": true,
- "label": "Was the vapour investigated following requirements and guidance under the Environmental Management Act?",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants11"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "ev8otx",
- "key": "vapourRemediationStrategy",
- "type": "radio",
- "input": true,
- "label": "Vapour remediation strategy:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Excavation and Disposal",
- "value": "excavationAndDisposal",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants11"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite3",
- "type": "textfield",
- "input": true,
- "label": "Include volume and intended treatment and/or disposal location for contaminated soil or water if managed away from the site",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "excavationAndDisposal",
- "show": true,
- "when": "vapourRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "efhyv89"
- },
- {
- "key": "includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite6",
- "type": "textfield",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "vapourRemediationStrategy"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "evgmox"
- },
- {
- "id": "e39rjyl",
- "key": "remediationStandardsUsed11",
- "type": "radio",
- "input": true,
- "label": "Remediation Standards Used:",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Numerical",
- "value": "numerical",
- "shortcut": ""
- },
- {
- "label": "Risk-based",
- "value": "riskBased",
- "shortcut": ""
- },
- {
- "label": "Both",
- "value": "both",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "notApplicable",
- "json": "",
- "show": false,
- "when": "theFollowingContaminants11"
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "ejhb5xq",
- "key": "reasonforremediation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 12 - Reason for Remediation",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "emtykvm",
- "key": "reasonforremediationradioGroup",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Construction",
- "value": "construction",
- "shortcut": ""
- },
- {
- "label": "Demolition",
- "value": "demolition",
- "shortcut": ""
- },
- {
- "label": "Upgrade",
- "value": "upgrade",
- "shortcut": ""
- },
- {
- "label": "Other (describe):",
- "value": "otherDescribe",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "label": "Please describe: ",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
- "autoExpand": true,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": true,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "otherdescription",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "reasonforremediationradioGroup",
- "eq": "otherDescribe",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "keyModified": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "fixedSize": true,
- "id": "eyu00qe",
- "defaultValue": ""
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "e270lp5",
- "key": "AuthorizationsForDischargesToTheEnvironment",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 13 - Authorizations for Discharges to the Environment",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "key": "simplecontent1",
- "html": "In situ treatment of contaminants may generate substances which could be deemed a waste requiring a discharge authorization, even though there is no end-of-the-pipe from the site. Contravention of the requirements for an authorization is an offense and may be subject to penalties.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eqzqbxb"
- },
- {
- "label": "Did or does a discharge associated with the remediation require an authorization under the Environmental Management Act?",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- },
- {
- "label": "Don't Know",
- "value": "dontKnow",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e79eyy8",
- "defaultValue": ""
- },
- {
- "key": "authorizationNumbers",
- "type": "textfield",
- "input": true,
- "label": "Provide the authorization numbers under the Environmental Management Act for any air, effluent and soil discharges to the environment for treatment works located at the site.",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e5hkx2c"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "ew7h69x",
- "key": "AdditionalComments",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 14 - Additional Comments",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e3it72f",
- "key": "typeNAIfNotNeeded",
- "mask": false,
- "rows": 3,
- "type": "textarea",
- "input": true,
- "label": "Comments",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": false,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "id": "e1a3i2",
- "key": "signature",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 15 - Signature",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e4vknxg",
- "key": "iConfirmThatTheAboveInformationIsTrueBasedOnMyKnowledgeAsOfTheDateThisNotificationFormWasCompleted",
- "name": "",
- "type": "checkbox",
- "input": true,
- "label": "I confirm that the above information is true based on my knowledge as of the date this notification form was completed.",
- "value": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "checkbox",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": true,
- "labelPosition": "right",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": []
- },
- {
- "id": "eniu5c",
- "key": "simplecols2",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "egytr2",
- "key": "signature1",
- "tags": [],
- "type": "signature",
- "input": true,
- "label": "Signature",
- "logic": [],
- "width": "100%",
- "footer": "Sign above",
- "height": "150px",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "maxWidth": "2.5",
- "minWidth": "0.5",
- "multiple": false,
- "penColor": "black",
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "backgroundColor": "rgb(245,245,235)",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "keepOverlayRatio": true
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "eqwe8x8",
- "key": "fullName",
- "case": "",
- "mask": false,
- "tags": [],
- "type": "textfield",
- "input": true,
- "label": "Full Name",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "autocomplete": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "id": "eh87emb",
- "key": "signaturedate",
- "type": "datetime",
- "input": true,
- "label": "Date Completed",
- "format": "yyyy-MM-dd",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "timezone": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "allowInput": true,
- "attributes": {},
- "datePicker": {
- "maxDate": null,
- "maxMode": "year",
- "minDate": null,
- "minMode": "day",
- "initDate": "",
- "yearRows": 4,
- "showWeeks": true,
- "startingDay": 0,
- "yearColumns": 5,
- "disableWeekdays": false,
- "disableWeekends": false
- },
- "enableDate": true,
- "enableTime": false,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "timePicker": {
- "hourStep": 1,
- "arrowkeys": true,
- "minuteStep": 1,
- "mousewheel": true,
- "showMeridian": true,
- "readonlyInput": false
- },
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "defaultDate": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "customOptions": {},
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "datepickerMode": "day",
- "calculateServer": false,
- "shortcutButtons": [],
- "customConditional": "",
- "displayInTimezone": "viewer",
- "useLocaleSettings": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "addons": [],
- "lazyLoad": false
- },
- {
- "label": "Submit",
- "action": "submit",
- "showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "submit",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "button",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": true,
- "labelPosition": "top",
- "errorLabel": "",
- "hideLabel": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ed6alph"
- },
- {
- "label": "applicationId",
- "customClass": "",
- "modalEdit": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationId",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "labelPosition": "top",
- "Description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "em1y8gd",
- "defaultValue": "",
- "dataGridLabel": false,
- "description": "",
- "addons": []
- },
- {
- "label": "applicationStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "Description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "e6z1qd9",
- "description": "",
- "addons": []
- },
- {
- "label": "bundleStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "bundleStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ev2sqr"
- },
- {
- "label": "nirStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "nirStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "e3jf7wss"
- }
- ]
- }
+ "inputType": "hidden",
+ "id": "e3jf7wss"
+ }
+ ]
+ }
]
- }
\ No newline at end of file
+}
From 5983c3f9096fe859c7d6aedac47b8682511c2f20 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Tue, 16 Jan 2024 18:22:12 -0800
Subject: [PATCH 24/88] issue fix for correcting sosc conditions
---
...nated Sites Services Application Form.json | 170 ++++++++----------
.../bundling/Summary of Site Condition.json | 2 +-
.../subProcess/CSSABundleWorklow.bpmn | 6 +-
3 files changed, 83 insertions(+), 95 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index da8dd1a8..9f61db73 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -259,7 +259,7 @@
"key": "reviewerActions",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{ \r\n \tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = false;\r\n\t} //else if (isSoscAvailable) {\r\n\t\t//show = true;\r\n\t//}\r\n\telse {\r\n\t\tshow = true;\r\n\t}\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = (data.submissionTypeTwo ? data.submissionTypeTwo.reportsSubmitted : false) || (data.applicationsrequested ? data.applicationsrequested.siteReclassification ||\r\ndata.applicationsrequested.approvalOfBackgroundConcentrations : false) || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{ \r\n \tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = false;\r\n\t} //else if (isSoscAvailable) {\r\n\t\t//show = true;\r\n\t//}\r\n\telse {\r\n\t\tshow = true;\r\n\t}\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -363,7 +363,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "eqyxmwr"
+ "id": "eztoxer"
}
],
"offset": 0,
@@ -379,60 +379,35 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "nextReviewer",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")){\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" && data.bundleStatus === 'cssaMgrAccepted')||\r\n\tdata.bundleStatus === 'cssaCaseworkerAccepted')\r\n show = false;\r\n\telse\r\n\t\tshow = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -440,6 +415,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -449,13 +425,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "el86edn"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eizvqzb"
},
{
"label": "Approved",
@@ -532,7 +527,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "ey7r8g"
+ "id": "eloup0m"
}
],
"width": 3,
@@ -620,7 +615,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "ex7hwfv"
+ "id": "ezrru9k"
}
],
"size": "md",
@@ -707,7 +702,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "e941aai"
+ "id": "ezs7k0y"
}
],
"size": "md",
@@ -782,7 +777,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "ephbiq8"
+ "id": "ez67wbo"
}
],
"keyModified": true,
@@ -824,7 +819,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e5jna9b"
+ "id": "e1wzf3p"
},
{
"title": "Site Owner Actions",
@@ -7667,7 +7662,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "ehmz9lv00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9310,7 +9305,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ewhx8sm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10007,14 +10002,10 @@
"label": "Submission Type:",
"tableView": false,
"defaultValue": {
- "521": false,
- "522": false,
- "523": false,
- "524": false,
- "524OtherReporting": false,
- "523MonitoringReports": false,
- "522SiteInvestigationReports": false,
- "522SiteInvestigationReportsRequiredByDirector": false
+ "reportsSubmitted": false,
+ "siteInvestigationReports": false,
+ "monitoringReports": false,
+ "otherReporting": false
},
"validate": {
"required": true,
@@ -10025,28 +10016,28 @@
"unique": false,
"onlyAvailableItems": false
},
- "key": "submissiontype2",
+ "key": "submissionTypeTwo",
"type": "selectboxes",
"input": true,
"values": [
{
"label": "5.2.1 Reports Submitted without an Application for Certification Document",
- "value": "521",
+ "value": "reportsSubmitted",
"shortcut": ""
},
{
"label": "5.2.2 Site Investigation Reports Required by Director",
- "value": "522",
+ "value": "siteInvestigationReports",
"shortcut": ""
},
{
"label": "5.2.3 Monitoring Reports",
- "value": "523",
+ "value": "monitoringReports",
"shortcut": ""
},
{
"label": "5.2.4 Other Reporting",
- "value": "524",
+ "value": "otherReporting",
"shortcut": ""
}
],
@@ -10110,8 +10101,8 @@
"key": "MajorReports",
"conditional": {
"show": true,
- "when": "submissiontype2",
- "eq": "521"
+ "when": "submissionTypeTwo",
+ "eq": "reportsSubmitted"
},
"type": "panel",
"label": "",
@@ -10632,8 +10623,8 @@
"key": "SiteInvestigationReports",
"conditional": {
"show": true,
- "when": "submissiontype2",
- "eq": "522"
+ "when": "submissionTypeTwo",
+ "eq": "siteInvestigationReports"
},
"type": "panel",
"label": "",
@@ -11466,9 +11457,9 @@
],
"collapsible": false,
"conditional": {
- "eq": "523",
+ "eq": "monitoringReports",
"show": true,
- "when": "submissiontype2"
+ "when": "submissionTypeTwo"
},
"placeholder": "",
"prefix": "",
@@ -11721,9 +11712,9 @@
],
"collapsible": false,
"conditional": {
- "eq": "524",
+ "eq": "otherReporting",
"show": true,
- "when": "submissiontype2"
+ "when": "submissionTypeTwo"
},
"placeholder": "",
"prefix": "",
@@ -14444,22 +14435,22 @@
"values": [
{
"label": "5.5.1 Site Reclassification under Protocol 12",
- "value": "551",
+ "value": "siteReclassification",
"shortcut": ""
},
{
"label": "5.5.2 Preapproval under Protocol 6 ",
- "value": "552",
+ "value": "preapproval",
"shortcut": ""
},
{
"label": "5.5.3 Approval of background concentrations of substances (Protocol 4 or 9)",
- "value": "553",
+ "value": "approvalOfBackgroundConcentrations",
"shortcut": ""
},
{
"label": "5.5.4 Other (Protocol 2 or 21)",
- "value": "554",
+ "value": "otherProtocols",
"shortcut": ""
}
],
@@ -14475,15 +14466,10 @@
},
"tableView": false,
"defaultValue": {
- "551": false,
- "552": false,
- "553": false,
- "554": false,
- "554Other": false,
- "551RiskReclassificationUnderProtocol12": false,
- "551SiteReclassificationUnderProtocol12": false,
- "551SiteRiskClassificationUnderProtocol12": false,
- "553ApprovalOfBackgroundConcentrationsOfSubstancesProtocol46Or9": false
+ "siteReclassification": false,
+ "preapproval": false,
+ "approvalOfBackgroundConcentrations": false,
+ "otherProtocols": false
},
"dataGridLabel": false,
"labelPosition": "top",
@@ -15205,7 +15191,7 @@
],
"collapsible": false,
"conditional": {
- "eq": "551",
+ "eq": "siteReclassification",
"show": true,
"when": "applicationsrequested"
},
@@ -15608,7 +15594,7 @@
],
"collapsible": false,
"conditional": {
- "eq": "552",
+ "eq": "preapproval",
"show": true,
"when": "applicationsrequested"
},
@@ -15680,7 +15666,7 @@
"tableView": false,
"components": [
{
- "key": "SoSC1",
+ "key": "SoSCone",
"type": "checkbox",
"input": true,
"label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
@@ -15832,7 +15818,7 @@
],
"collapsible": false,
"conditional": {
- "eq": "553",
+ "eq": "approvalOfBackgroundConcentrations",
"show": true,
"when": "applicationsrequested"
},
@@ -15991,7 +15977,7 @@
],
"collapsible": false,
"conditional": {
- "eq": "554",
+ "eq": "otherProtocols",
"show": true,
"when": "applicationsrequested"
},
@@ -18478,7 +18464,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elva8800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18558,7 +18544,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey48nu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18933,7 +18919,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyxe45n00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19026,7 +19012,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "efdcvf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19240,7 +19226,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "emf4u7g00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20292,7 +20278,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev43oe900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20372,7 +20358,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eb3d0l00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20747,7 +20733,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyv4fcu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20840,7 +20826,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecgeub00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21054,7 +21040,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eguyyh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index bdb7b5df..8a10f74c 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -3563,7 +3563,7 @@
"tableView": true,
"validate": {
"required": true,
- "custom": "\r\nvar currentValue = input;\r\nfetch('https://forms-flow-api-e38158-dev.apps.silver.devops.gov.bc.ca/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\r\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\r\n.then((p)=> {return p.json();}).\r\nthen((x)=>{\r\n data.hiddenUserIdForFormSharing = '' ;\r\n x.find((y)=>{ if( y.email=== currentValue ) \r\n { data.hiddenUserIdForFormSharing = y.id}\r\n\r\n })\r\n\r\n if(data.hiddenUserIdForFormSharing==='')\r\n {\r\n valid = 'Unable to find user with provided email address';\r\n }\r\n else\r\n {\r\n valid = true;\r\n }\r\n\r\n});",
+ "custom": "\r\nvar currentValue = input;\r\nfetch('https://forms-flow-api-e38158-dev.apps.silver.devops.gov.bc.ca/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\r\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\r\n.then((p)=> {return p.json();}).\r\nthen((x)=>{\r\n data.hiddenUserIdForFormSharing = '' ;\r\n x.data.find((y)=>{ if( y.email=== currentValue ) \r\n { data.hiddenUserIdForFormSharing = y.id}\r\n\r\n })\r\n\r\n if(data.hiddenUserIdForFormSharing==='')\r\n {\r\n valid = 'Unable to find user with provided email address';\r\n }\r\n else\r\n {\r\n valid = true;\r\n }\r\n\r\n});",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 17930688..6532d705 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -878,9 +878,11 @@ execution.setVariable('name','User');
execution.setVariable("emailTo", Java.to(listOwnerEmailAddress, "java.lang.Object[]"));
execution.setVariable('formName','Contaminated Sites Services Application Form');
-var sosc = execution.getVariable('SoSC');
+var applicationsrequested = execution.getVariable('applicationsrequested');
var certificationdocumentradioGroup = execution.getVariable('certificationdocumentradioGroup');
-var isSoscAvailable = sosc || (certificationdocumentradioGroup ? certificationdocumentradioGroup.determinationOfContaminatedSite
+var submissionTypeTwo = execution.getVariable('submissionTypeTwo');
+var isSoscAvailable = (submissionTypeTwo ? submissionTypeTwo.reportsSubmitted : false) || (applicationsrequested ? applicationsrequested.siteReclassification ||
+applicationsrequested.approvalOfBackgroundConcentrations : false) || (certificationdocumentradioGroup ? certificationdocumentradioGroup.determinationOfContaminatedSite
|| certificationdocumentradioGroup.approvalInPrinciple || certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;
execution.setVariable('isSoscAvailable',isSoscAvailable);
From c8068010b5ed9c8d2efe27fd8d289c852232a346 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 17 Jan 2024 10:23:19 -0800
Subject: [PATCH 25/88] initial changes for dera sosc
---
.../subProcess/DERABundleWorklowv1.bpmn | 5776 +++++++++++++++++
1 file changed, 5776 insertions(+)
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorklowv1.bpmn
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorklowv1.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorklowv1.bpmn
new file mode 100644
index 00000000..809b5505
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorklowv1.bpmn
@@ -0,0 +1,5776 @@
+
+
+
+
+
+
+
+
+ Gateway_17raw62
+ Activity_15772wo
+ Gateway_08cgufe
+ StartEvent_1
+ Activity_0k6ixqm
+ Activity_1ozfgid
+ Activity_1v5ffpw
+ Gateway_1qqphxe
+ Activity_0a9pnut
+
+
+ Activity_1uc1xs1
+ Gateway_04o747e
+
+
+ Activity_08ykdar
+ Gateway_0oobb3z
+ Gateway_1gzq005
+ Activity_1os7sys
+ Event_0bwdoce
+
+
+ Activity_1ao3zkj
+ Gateway_15p5urd
+
+
+ Gateway_1m36jwe
+ Activity_15e3ho6
+ Activity_0tsm937
+ Gateway_1lgyz1h
+ Activity_1bsz2qm
+ Activity_1hs3dja
+ Gateway_1lbpcug
+ Gateway_1xrj5sn
+ Gateway_1l4bqor
+ Activity_0kxdigs
+ Gateway_0pty1fn
+ Gateway_0o9l3lp
+ Activity_0q362ss
+ Gateway_0uf75ow
+ Event_1n5addo
+ Gateway_0vp590v
+ Gateway_0qemi54
+ Event_0sdygwc
+ Activity_1bhbq4y
+ Activity_07ttn7q
+ Activity_12e3zvm
+ Activity_1wrcu91
+ Activity_0r75nsw
+ Activity_0baoxlp
+ Activity_1d2xuv3
+ Gateway_06gmmov
+
+
+ Gateway_1lfy3cm
+ Activity_1qnqtak
+ Gateway_1chdumm
+ Gateway_1l0ehcm
+ Activity_0vo5rls
+ Gateway_0w0koaj
+
+
+
+ Flow_0gcqir8
+ Flow_02ysv7t
+ Flow_0lgivc3
+
+
+
+ Flow_02ysv7t
+ Flow_026ykts
+ var system = java.lang.System;
+var selectDeraSdm= execution.getVariable('selectDeraSdm');
+system.out.println ("selectDeraSdm"+selectDeraSdm);
+execution.setVariable('deraSdmAssignment',selectDeraSdm);
+system.out.println ("deraSdmAssignment"+execution.getVariable('deraSdmAssignment'));
+
+var selectDeraCaseworker= execution.getVariable('selectDeraCaseworker');
+system.out.println ("selectDeraCaseworker"+selectDeraCaseworker);
+execution.setVariable('deraCaseworkerAssignment',selectDeraCaseworker);
+system.out.println ("deraCaseworkerAssignment"+execution.getVariable('deraCaseworkerAssignment'));
+
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('soscSdmAssignment',selectSoscSdm);
+system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
+
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
+system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
+
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('soscSdmAssignment',selectSoscSdm);
+system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
+
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
+system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
+
+var selectSdm= execution.getVariable('selectSdm');
+system.out.println ("selectSdm"+selectSdm);
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+
+var selectCaseworker= execution.getVariable('selectCaseworker');
+system.out.println ("selectCaseworker"+selectCaseworker);
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
+
+var selectSrco= execution.getVariable('selectSrco');
+system.out.println ("selectSrco"+selectSrco);
+execution.setVariable('srcoAssignment',selectSrco);
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+ Flow_026ykts
+ Flow_0drs8s9
+ Flow_0i3fcvy
+
+
+ Flow_0fa3idu
+ Flow_1phkhb3
+ Flow_1m5dyj2
+ Flow_1nowy63
+
+
+ Flow_0kw2jbo
+ Flow_057qs1x
+ Flow_0ovj0pk
+ Flow_07vh0na
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+ Flow_0d8ioqs
+ Flow_1jxxrt6
+ Flow_131saby
+ Flow_0qiqnks
+ var system = java.lang.System;
+system.out.println ("Begin CSSA Individual Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_0qiqnks
+ Flow_057qs1x
+ Flow_01suxh6
+
+
+
+
+ task.execution.setVariable('isCaseworker',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_01suxh6
+ Flow_19ik9s7
+
+
+
+
+ task.execution.setVariable('isSdm',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_07vh0na
+ Flow_08c8ij1
+
+
+ Flow_0c90maq
+ Flow_0b5e332
+ Flow_1jxxrt6
+ Flow_07eueok
+ Flow_0aabyhy
+
+
+ Flow_0drs8s9
+ Flow_0g9jpvb
+ Flow_118thnc
+
+
+ Flow_118thnc
+ Flow_1b7b7vp
+ Flow_1r9sgs4
+
+
+ Flow_1u3s5mj
+ Flow_1phkhb3
+
+ Flow_05vthw4
+ Flow_1ojyq91
+ Flow_019edzt
+ Flow_0cdvwnp
+ var system = java.lang.System;
+system.out.println ("Sent to Caseworker");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+
+ Flow_0cdvwnp
+ Flow_1ccbyzk
+
+
+ Flow_02gyla8
+ Flow_0zzhoui
+ Flow_1ixkifd
+ Flow_0pqd76u
+ Flow_187pabg
+
+
+ Flow_1ixkifd
+ Flow_0izugkb
+ Flow_0xqj2sm
+ Flow_1pdey0j
+ Flow_0qaeplv
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_0qaeplv
+ Flow_0mtd57d
+
+
+ Flow_1jm1bhe
+ Flow_0k5l8nk
+ Flow_0ryglee
+ Flow_1kizv19
+
+
+ Flow_0zzhoui
+ Flow_0k5l8nk
+ Flow_14snpj2
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_187pabg
+ Flow_1ojyq91
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_0ryglee
+ Flow_0izugkb
+
+
+ Flow_0q159o1
+ Flow_019edzt
+ Flow_0xqj2sm
+
+
+ Flow_0pqd76u
+ Flow_00vao62
+ Flow_1axts3r
+ Flow_1g44pgu
+ Flow_1up3td8
+ Flow_0c71o5w
+ var system = java.lang.System;
+system.out.println ("Begin SRCR Flow - Sent To SRCO");
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_1axts3r
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Site Risk Classification Officer');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_0c71o5w
+ Flow_0h34vew
+
+
+ Flow_168htzm
+ Flow_14snpj2
+ Flow_0qz0c7u
+ Flow_1ifs52w
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_1ifs52w
+ Flow_00vao62
+
+
+ Flow_0qz0c7u
+ Flow_1pdey0j
+ Flow_0q159o1
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+ ${siteRiskClassification != 'notHighRisk'}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Approved' or action == 'Rejected' }
+
+
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' }
+
+
+ ${siteRiskClassification == 'notHighRisk'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SRCR');
+
+
+
+
+
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+
+
+ ${siteRiskClassification != 'notHighRisk' }
+
+
+ Flow_1kizv19
+ Flow_1g44pgu
+ Flow_1q2jho1
+
+
+ ${action == 'Recheck' }
+
+
+ Flow_1q2jho1
+ Flow_05vthw4
+ Flow_1up3td8
+
+
+ ${siteRiskClassification == 'notHighRisk' }
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_0dn9scp
+ Flow_0v3xmtu
+ Flow_007p6h2
+ Flow_1g9gkqq
+
+
+
+ Flow_0h34vew
+ Flow_168htzm
+ Flow_0dn9scp
+
+
+
+
+ Flow_1ccbyzk
+ Flow_02gyla8
+ Flow_0v3xmtu
+
+
+
+ Flow_1g9gkqq
+
+
+
+
+ Flow_0mtd57d
+ Flow_1jm1bhe
+ Flow_007p6h2
+
+
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1tu4hj7
+ Flow_1esdw3m
+ Flow_0aabyhy
+ Flow_0gcqir8
+
+
+ Flow_0ohuh4k
+ Flow_1xj96i6
+ Flow_0527h3y
+ Flow_0543g25
+ Flow_0wr0mei
+ Flow_0d8ioqs
+ Flow_0ovj0pk
+
+
+
+
+ var system = java.lang.System;
+system.out.println ("form signed");
+
+
+ Flow_1asq9fa
+ Flow_16fwgn1
+ Flow_0ohuh4k
+
+
+
+
+ task.execution.setVariable('isAp',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Contaminated Sites Approved Professional');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_142lsgk
+ Flow_0pzpbn7
+ Flow_0527h3y
+ Flow_0b418rv
+
+
+
+
+ task.execution.setVariable('isSociety',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+var system = java.lang.System;
+task.execution.setVariable('isSentFromSociety',true);
+system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
+task.execution.setVariable('userRole','Contaminated Sites Approved Professionals Society');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_0kfjdmp
+ Flow_0543g25
+ Flow_1ev1kr6
+ Flow_0d8ruax
+
+
+ Flow_1xj96i6
+ Flow_1quswsc
+ Flow_142lsgk
+
+
+ Flow_1rc30l8
+
+
+ Flow_1rc30l8
+ Flow_0dbqph3
+ var system = java.lang.System;
+system.out.println ("Submit Bundle");
+execution.setVariable('isAp',false);
+execution.setVariable('isSociety',false);
+execution.setVariable('isCssaTeam',false);
+
+
+ Flow_0dbqph3
+ Flow_1stifo9
+ Flow_05pndkl
+ var system = java.lang.System;
+var riskclassification = execution.getVariable('riskclassification');
+system.out.println ("riskclassification "+riskclassification);
+var typeOfReview = execution.getVariable('typeOfReview');
+system.out.println ("typeOfReview "+typeOfReview);
+execution.setVariable('typeOfReview',typeOfReview);
+var clientEmail = execution.getVariable('simpleemail');
+system.out.println ("clientEmail "+clientEmail);
+execution.setVariable('clientEmail',clientEmail);
+var siteRiskClassification = execution.getVariable('siteRiskClassification');
+system.out.println ("siteRiskClassification "+siteRiskClassification );
+execution.setVariable('siteRiskClassification',siteRiskClassification);
+
+
+var owneroperatorradioGroup = execution.getVariable('owneroperatorradioGroup');
+var hiddenUserIdForFormSharingApplicantAsOwner = execution.getVariable('hiddenUserIdForFormSharingApplicantAsOwner');
+var hiddenUserIdForFormSharingWithDiffOwner = execution.getVariable('hiddenUserIdForFormSharingWithDiffOwner');
+var userIdForSharing = '';
+
+
+system.out.println ("owneroperatorradioGroup "+owneroperatorradioGroup );
+system.out.println ("hiddenUserIdForFormSharingApplicantAsOwner"+hiddenUserIdForFormSharingApplicantAsOwner);
+system.out.println ("hiddenUserIdForFormSharingWithDiffOwner "+hiddenUserIdForFormSharingWithDiffOwner);
+
+
+if(owneroperatorradioGroup == "sameAsApplicant")
+ {
+ system.out.println("owneroperatorradioGroup"+hiddenUserIdForFormSharingApplicantAsOwner);
+ userIdForSharing = hiddenUserIdForFormSharingApplicantAsOwner;
+
+ }
+ else
+ {
+
+ system.out.println("WithDiffOwner"+hiddenUserIdForFormSharingWithDiffOwner);
+ userIdForSharing = hiddenUserIdForFormSharingWithDiffOwner;
+
+ }
+
+system.out.println ("userIdForSharing"+userIdForSharing);
+execution.setVariable('userIdForSharing',userIdForSharing);
+
+var listOwnerEmailAddress = [];
+listOwnerEmailAddress.push(clientEmail);
+execution.setVariable('EmailType','CSSA');
+execution.setVariable('name','User');
+execution.setVariable("emailTo", Java.to(listOwnerEmailAddress, "java.lang.Object[]"));
+execution.setVariable('formName','Contaminated Sites Services Application Form');
+
+var applicationsrequested = execution.getVariable('applicationsrequested');
+var certificationdocumentradioGroup = execution.getVariable('certificationdocumentradioGroup');
+var submissionTypeTwo = execution.getVariable('submissionTypeTwo');
+var isSoscAvailable = (submissionTypeTwo ? submissionTypeTwo.reportsSubmitted : false) || (applicationsrequested ? applicationsrequested.siteReclassification ||
+applicationsrequested.approvalOfBackgroundConcentrations : false) || (certificationdocumentradioGroup ? certificationdocumentradioGroup.determinationOfContaminatedSite
+|| certificationdocumentradioGroup.approvalInPrinciple || certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;
+
+execution.setVariable('isSoscAvailable',isSoscAvailable);
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+execution.setVariable('returnedBy', "cssaTeam");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_19ktqsm
+ Flow_12uv3km
+ Flow_0qw9o9a
+ Flow_0wxa7vb
+ Flow_0b5e332
+ Flow_1stifo9
+
+
+ Flow_05pndkl
+ Flow_1asq9fa
+ Flow_1xx7tz6
+
+
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1xx7tz6
+ Flow_16fwgn1
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','CSSA Team');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1quswsc
+ Flow_0gb2oz2
+ Flow_0wr0mei
+ Flow_0lgivc3
+ Flow_0bz8atu
+
+
+ Flow_0b418rv
+ Flow_12uv3km
+ Flow_0kfjdmp
+
+
+ Flow_0d8ruax
+ Flow_0gb2oz2
+ Flow_0qw9o9a
+ Flow_0pzpbn7
+
+
+ Flow_0iubwul
+ Flow_19ktqsm
+ Flow_0qbjx6e
+ Flow_1tu4hj7
+ Flow_1ev1kr6
+
+
+ Flow_0bz8atu
+ Flow_0iubwul
+ Flow_16ek6dk
+
+
+ Flow_08c8ij1
+ Flow_0c90maq
+ Flow_17tf2x2
+
+
+
+
+
+ cssa_updated
+
+
+ Flow_0qbjx6e
+ Flow_07eueok
+ Flow_1nowy63
+ Flow_1l5jf46
+ Flow_17uy5we
+ Flow_0n61nyr
+
+
+ Flow_19ik9s7
+ Flow_15f3evi
+ Flow_1i04zkp
+
+
+ Flow_15f3evi
+ Flow_0kw2jbo
+ Flow_0wxa7vb
+ Flow_1esdw3m
+
+
+
+
+
+ cssa_updated
+
+
+ Flow_16ek6dk
+ Flow_14qx1q0
+
+
+ Flow_14qx1q0
+
+
+ Flow_1kyum71
+ Flow_0fa3idu
+
+ Flow_0f731f5
+ Flow_1vxydh0
+ Flow_00qi8nk
+ Flow_130v3rp
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+ Flow_130v3rp
+ Flow_04rzv3x
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0ui56bn
+ Flow_1vxydh0
+
+
+ Flow_0xnspeg
+ Flow_0ui56bn
+ Flow_07enxwq
+ Flow_0pqk381
+
+
+ Flow_07enxwq
+ Flow_0yy721o
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"cssa");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+
+
+
+ Flow_0go33vq
+ Flow_13zl1nd
+
+
+ Flow_16qbig6
+ Flow_0f731f5
+ Flow_0yy721o
+ Flow_1c0kfis
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_1c0kfis
+ Flow_06v4kdf
+
+
+ Flow_18exjmw
+
+
+ Flow_0orrcue
+ Flow_00qi8nk
+ Flow_0go33vq
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus"]
+
+
+
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCssaResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus"]
+
+
+
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCssaResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_1sbxvgx
+ Flow_0rsx4qs
+ Flow_0jf2e1l
+
+
+
+ Flow_13zl1nd
+ Flow_16qbig6
+ Flow_1sbxvgx
+
+
+
+ Flow_0jf2e1l
+
+
+
+
+ Flow_04rzv3x
+ Flow_0xnspeg
+ Flow_0rsx4qs
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'CSSA');
+
+
+
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+
+
+
+
+
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+ Flow_18exjmw
+ Flow_06v4kdf
+ Flow_0pqk381
+ Flow_0orrcue
+ var system = java.lang.System;
+system.out.println ("Begin CSSA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+
+ Flow_0nkb4yt
+ Flow_1m5dyj2
+
+ Flow_15z92rp
+ Flow_17dpj6g
+ Flow_0p3u1yj
+ Flow_0639o7i
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
+
+
+ Flow_0639o7i
+ Flow_0yi6pa7
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_003kmau
+ Flow_17dpj6g
+
+
+ Flow_0mjgxil
+ Flow_003kmau
+ Flow_1itdpy9
+ Flow_1raj7vr
+
+
+ Flow_1itdpy9
+ Flow_0lf9s8z
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"sosc");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
+
+
+
+
+
+ Flow_0vw0lda
+ Flow_1dc1l9u
+
+
+ Flow_0es7x0e
+ Flow_15z92rp
+ Flow_0lf9s8z
+ Flow_1p0ezkl
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_1p0ezkl
+ Flow_0xixsb5
+
+
+ Flow_1raj7vr
+ Flow_0xixsb5
+ Flow_01dcv2u
+ Flow_0xnsojj
+ var system = java.lang.System;
+system.out.println ("Begin SoSC Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_01dcv2u
+
+
+ Flow_0xnsojj
+ Flow_0p3u1yj
+ Flow_0vw0lda
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_0vixcwm
+ Flow_1n9gcsu
+ Flow_11sb4e2
+
+
+ Flow_1dc1l9u
+ Flow_0es7x0e
+ Flow_0vixcwm
+
+
+ Flow_11sb4e2
+
+
+ Flow_0yi6pa7
+ Flow_0mjgxil
+ Flow_1n9gcsu
+
+
+
+
+ execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "soscBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus"]
+
+
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isSoscResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus"]
+
+
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isSoscResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SoSC');
+
+
+
+
+
+
+
+
+
+
+
+
+
+ cssa_updated
+
+
+ Flow_1i04zkp
+ Flow_17tf2x2
+ Flow_0jxnrvm
+
+
+ Flow_0g9jpvb
+ Flow_1kyum71
+ Flow_1u3s5mj
+ Flow_0nkb4yt
+
+
+ Flow_0jxnrvm
+
+
+ Flow_0i3fcvy
+ Flow_131saby
+ Flow_1azn5ag
+
+
+ Flow_1azn5ag
+ Flow_04qadhc
+ Flow_02nvps4
+
+
+ Flow_04qadhc
+ Flow_01v1a0f
+
+ Flow_1lumm7v
+ Flow_0rqk8na
+ Flow_00s15ao
+ Flow_1odhac6
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+ Flow_1odhac6
+ Flow_15nyxwz
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_1surrqx
+ Flow_0rqk8na
+
+
+ Flow_1gd48dj
+ Flow_1surrqx
+ Flow_1g1rouj
+ Flow_0axjodg
+
+
+ Flow_1g1rouj
+ Flow_1r30rh3
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"cssa");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+
+
+
+ Flow_0kko947
+ Flow_13jm4kf
+
+
+ Flow_1jlvkno
+ Flow_1lumm7v
+ Flow_1r30rh3
+ Flow_0xf5y0k
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0xf5y0k
+ Flow_1uwj5on
+
+
+ Flow_06rvauy
+
+
+ Flow_1s3el1j
+ Flow_00s15ao
+ Flow_0kko947
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_11hmda7
+ Flow_1vjuqup
+ Flow_0u4wuii
+
+
+ Flow_13jm4kf
+ Flow_1jlvkno
+ Flow_11hmda7
+
+
+ Flow_0u4wuii
+
+
+ Flow_15nyxwz
+ Flow_1gd48dj
+ Flow_1vjuqup
+
+
+ Flow_0axjodg
+ Flow_1uwj5on
+ Flow_06rvauy
+ Flow_1s3el1j
+ var system = java.lang.System;
+system.out.println ("Begin CSSA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus"]
+
+
+
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCssaResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus"]
+
+
+
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCssaResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'CSSA');
+
+
+
+
+
+
+
+
+
+
+ Flow_02nvps4
+ Flow_147keeo
+
+ Flow_0ly2cyz
+ Flow_0niwre0
+ Flow_1nl5ipm
+ Flow_0f4x52g
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
+
+
+ Flow_0f4x52g
+ Flow_0ut0zi1
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0ux2vew
+ Flow_0niwre0
+
+
+ Flow_0of98ac
+ Flow_0ux2vew
+ Flow_1aeuu2q
+ Flow_1cqow89
+
+
+ Flow_1aeuu2q
+ Flow_1qqnzvx
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"sosc");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
+
+
+
+
+
+ Flow_0b48ica
+ Flow_02bhjf4
+
+
+ Flow_0uqrlo1
+ Flow_0ly2cyz
+ Flow_1qqnzvx
+ Flow_1c5adbp
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_1c5adbp
+ Flow_0cd2y9a
+
+
+ Flow_1cqow89
+ Flow_0cd2y9a
+ Flow_08ue3be
+ Flow_027qwvp
+ var system = java.lang.System;
+system.out.println ("Begin SoSC Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_08ue3be
+
+
+ Flow_027qwvp
+ Flow_1nl5ipm
+ Flow_0b48ica
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_1tw25qi
+ Flow_1wmn6pm
+ Flow_09ntkx7
+
+
+ Flow_02bhjf4
+ Flow_0uqrlo1
+ Flow_1tw25qi
+
+
+ Flow_09ntkx7
+
+
+ Flow_0ut0zi1
+ Flow_0of98ac
+ Flow_1wmn6pm
+
+
+
+
+ execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "soscBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus"]
+
+
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isSoscResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus"]
+
+
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isSoscResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SoSC');
+
+
+
+
+
+
+
+
+
+
+ Flow_01v1a0f
+ Flow_147keeo
+ Flow_1l5jf46
+
+
+ Flow_0n61nyr
+
+
+ Flow_1b7b7vp
+ Flow_1j9qdt7
+
+ Flow_01dljge
+ Flow_1inicnb
+ Flow_00llqqu
+ Flow_10vct33
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+ Flow_10vct33
+ Flow_1orl3n2
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0y6yjq4
+ Flow_1inicnb
+
+
+ Flow_0gcxxyc
+ Flow_0y6yjq4
+ Flow_1x8qn14
+ Flow_18f4dcj
+
+
+ Flow_1x8qn14
+ Flow_1huo0lg
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"cssa");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+
+
+
+ Flow_1385q2s
+ Flow_0hla21j
+
+
+ Flow_1u5ar4j
+ Flow_01dljge
+ Flow_1huo0lg
+ Flow_08vhe64
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_08vhe64
+ Flow_0j3ub9c
+
+
+ Flow_15qwrqx
+
+
+ Flow_1mlkd5t
+ Flow_00llqqu
+ Flow_1385q2s
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_1ldt3wq
+ Flow_1gathh9
+ Flow_0vsb9eb
+
+
+ Flow_0hla21j
+ Flow_1u5ar4j
+ Flow_1ldt3wq
+
+
+ Flow_0vsb9eb
+
+
+ Flow_1orl3n2
+ Flow_0gcxxyc
+ Flow_1gathh9
+
+
+ Flow_18f4dcj
+ Flow_0j3ub9c
+ Flow_15qwrqx
+ Flow_1mlkd5t
+ var system = java.lang.System;
+system.out.println ("Begin CSSA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus"]
+
+
+
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCssaResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus"]
+
+
+
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCssaResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'CSSA');
+
+
+
+
+
+
+
+
+
+
+ Flow_1r9sgs4
+ Flow_1x22wup
+
+ Flow_03yoy3w
+ Flow_0il3vmv
+ Flow_05wlevd
+ Flow_0are22b
+ var system = java.lang.System;
+system.out.println ("Sent to Caseworker");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+
+ Flow_0are22b
+ Flow_07l3syo
+
+
+ Flow_0an51l4
+ Flow_1fu9yzy
+ Flow_1snhou2
+ Flow_1ndkwtp
+ Flow_1h0m3i7
+
+
+ Flow_1snhou2
+ Flow_0xfqt3y
+ Flow_1vdz37b
+ Flow_01epz2i
+ Flow_16pxdg9
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_16pxdg9
+ Flow_0ftakdr
+
+
+ Flow_1yzlrk5
+ Flow_1w63bha
+ Flow_1xo2d1y
+ Flow_0k8zbtn
+
+
+ Flow_1fu9yzy
+ Flow_1w63bha
+ Flow_057mgr6
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_1h0m3i7
+ Flow_0il3vmv
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_1xo2d1y
+ Flow_0xfqt3y
+
+
+ Flow_1quxcj1
+ Flow_05wlevd
+ Flow_1vdz37b
+
+
+ Flow_1ndkwtp
+ Flow_13fkd7i
+ Flow_18uiwvj
+ Flow_0qth6vy
+ Flow_1j7p3z3
+ Flow_10q9ixt
+ var system = java.lang.System;
+system.out.println ("Begin SRCR Flow - Sent To SRCO");
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_18uiwvj
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Site Risk Classification Officer');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_10q9ixt
+ Flow_1jv9mjo
+
+
+ Flow_099g99i
+ Flow_057mgr6
+ Flow_1m3u6g8
+ Flow_0ubwm3f
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_0ubwm3f
+ Flow_13fkd7i
+
+
+ Flow_1m3u6g8
+ Flow_01epz2i
+ Flow_1quxcj1
+
+
+ Flow_0k8zbtn
+ Flow_0qth6vy
+ Flow_06l4mcj
+
+
+ Flow_06l4mcj
+ Flow_03yoy3w
+ Flow_1j7p3z3
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_1f5nol9
+ Flow_07t1o4f
+ Flow_04demhb
+ Flow_1fnm4v9
+
+
+ Flow_1jv9mjo
+ Flow_099g99i
+ Flow_1f5nol9
+
+
+ Flow_07l3syo
+ Flow_0an51l4
+ Flow_07t1o4f
+
+
+ Flow_1fnm4v9
+
+
+ Flow_0ftakdr
+ Flow_1yzlrk5
+ Flow_04demhb
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+ ${siteRiskClassification != 'notHighRisk'}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Approved' or action == 'Rejected' }
+
+
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+ ${action == 'Recheck' }
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' }
+
+
+ ${siteRiskClassification == 'notHighRisk'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SRCR');
+
+
+
+
+
+
+
+
+
+ ${siteRiskClassification != 'notHighRisk' }
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+ ${siteRiskClassification == 'notHighRisk' }
+
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaMgrAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+ ${riskclassification == 'exempt'}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${riskclassification != 'exempt'}
+
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
+
+
+
+ if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+ ${applicationStatus== 'Resubmitted' and isSdm== true}
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+ ${applicationStatus== 'Resubmitted' and isCaseworker== true}
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+ ${isSoscAvailable==false}
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+
+
+ execution.setVariable('isSdm',true);
+
+
+ ${action == 'Returned'}
+
+
+ ${action == 'Recheck' and isSentFromSociety == true}
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+ ${isSoscAvailable==true}
+
+
+ ${isSoscAvailable==false}
+
+
+
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaTeamAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+ ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSociety== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isAp== true}
+
+
+ ${applicationStatus!= 'Resubmitted'}
+
+
+
+ ${applicationStatus== 'Signed'}
+
+
+ ${owneroperatorradioGroup=='sameAsApplicant'}
+
+
+
+ ${typeOfReview!= 'directToMinistryApplication'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ var system = java.lang.System;
+execution.setVariable('isSentFromSociety',false);
+system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
+
+
+ ${typeOfReview== 'directToMinistryApplication'}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCaseworker',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isCssaTeam',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isAp',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isSociety',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ var system = java.lang.System;
+system.out.println ("site owner flow");
+
+
+ ${owneroperatorradioGroup=='different'}
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+
+ ${action == 'Rejected'}
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
+
+
+
+ if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+
+
+
+
+
+
+
+ ${isSoscAvailable==true}
+
+
+
+
+
+
+ Flow_1j9qdt7
+ Flow_1x22wup
+ Flow_17uy5we
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
From 99d248562d68011b8d911daa8d8a4680a8d066d3 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 17 Jan 2024 10:26:05 -0800
Subject: [PATCH 26/88] issue fix for 209
---
forms-flow-ai/epd-forms/Summary of Site Condition.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index a7b7879d..d3d7531c 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -78,7 +78,7 @@
"eq": "",
"json": ""
},
- "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectSoscSdm' || x.key === 'selectSoscCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
+ "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectSoscSdm' || x.key === 'selectSoscCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'soscNotes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
"logic": [],
"attributes": {},
"overlay": {
From 13f82f39f54d7342744d550a8784cbf24ab0e6f7 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 17 Jan 2024 12:48:06 -0800
Subject: [PATCH 27/88] modification for dera sosc bundle
---
.../subProcess/DERABundleWorkflow.bpmn | 6735 ++++++++++++-----
.../subProcess/DERABundleWorklowv1.bpmn | 5776 --------------
2 files changed, 4981 insertions(+), 7530 deletions(-)
delete mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorklowv1.bpmn
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 63de0e52..07e4945d 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -1,18 +1,20 @@
-
+
-
+
-
+
- Activity_1v5ffpw
- Activity_1ozfgid
- Activity_0k6ixqm
- StartEvent_1
- Gateway_08cgufe
- Activity_15772wo
Gateway_17raw62
+ Activity_15772wo
+ Gateway_08cgufe
+ StartEvent_1
+ Activity_0k6ixqm
+ Activity_1ozfgid
+ Activity_1v5ffpw
+ Gateway_1qqphxe
+ Activity_0a9pnut
Activity_1uc1xs1
@@ -21,175 +23,150 @@
Activity_08ykdar
Gateway_0oobb3z
- Gateway_1jh43p2
+ Gateway_1gzq005
Activity_1os7sys
- Event_1mmor63
+ Event_0bwdoce
Activity_1ao3zkj
Gateway_15p5urd
- Gateway_1lbpcug
- Activity_1hs3dja
- Activity_1bsz2qm
- Gateway_1lgyz1h
- Activity_0tsm937
- Activity_15e3ho6
Gateway_1m36jwe
- Gateway_0uf75ow
- Activity_07ttn7q
- Activity_1bhbq4y
+ Activity_15e3ho6
+ Activity_0tsm937
+ Gateway_1lgyz1h
+ Activity_1bsz2qm
+ Activity_1hs3dja
+ Gateway_1lbpcug
+ Gateway_1xrj5sn
+ Gateway_1l4bqor
+ Activity_0kxdigs
+ Gateway_0pty1fn
Gateway_0o9l3lp
- Gateway_0vaxmur
+ Activity_0q362ss
+ Gateway_0uf75ow
+ Event_1n5addo
+ Gateway_0vp590v
+ Gateway_0qemi54
Event_0sdygwc
- Activity_0q5r5d4
- Gateway_0uti2q1
+ Activity_1bhbq4y
+ Activity_07ttn7q
+ Activity_12e3zvm
+ Activity_1wrcu91
+ Activity_0r75nsw
+ Activity_0baoxlp
+ Activity_1d2xuv3
+ Gateway_06gmmov
- Activity_0vo5rls
- Gateway_1chdumm
- Activity_1qnqtak
Gateway_1lfy3cm
+ Activity_1qnqtak
+ Gateway_1chdumm
+ Gateway_1l0ehcm
+ Activity_0vo5rls
+ Gateway_0w0koaj
-
- ${action == 'Accepted'}
-
-
-
-
-
- ${riskclassification == 'exempt'}
-
-
- ${action == 'Recheck'}
-
-
-
-
- execution.setVariable('isSdm',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isCaseworker',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isCssaTeam',true);
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
-
-
-
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${riskclassification != 'exempt'}
-
-
-
-
- var system = java.lang.System;
-execution.setVariable('isSentFromSociety',false);
-system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
-
-
- ${typeOfReview== 'directToMinistryApplication'}
-
-
-
- ${typeOfReview!= 'directToMinistryApplication'}
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('isAp',true);
-
-
- ${action == 'Returned'}
-
-
-
- ${action == 'Recheck'}
-
-
-
-
- execution.setVariable('isSociety',true);
-
-
- ${action == 'Returned'}
-
-
+
+ Flow_0gcqir8
+ Flow_02ysv7t
+ Flow_0lgivc3
+
+
- ${action == 'Accepted'}
-
-
-
- ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
-
-
- ${applicationStatus== 'Resubmitted' and isSociety== true}
-
-
- ${applicationStatus== 'Resubmitted' and isAp== true}
-
-
- ${applicationStatus!= 'Resubmitted'}
-
-
-
+ Flow_02ysv7t
+ Flow_026ykts
+ var system = java.lang.System;
+var selectDeraSdm= execution.getVariable('selectDeraSdm');
+system.out.println ("selectDeraSdm"+selectDeraSdm);
+execution.setVariable('deraSdmAssignment',selectDeraSdm);
+system.out.println ("deraSdmAssignment"+execution.getVariable('deraSdmAssignment'));
+
+var selectDeraCaseworker= execution.getVariable('selectDeraCaseworker');
+system.out.println ("selectDeraCaseworker"+selectDeraCaseworker);
+execution.setVariable('deraCaseworkerAssignment',selectDeraCaseworker);
+system.out.println ("deraCaseworkerAssignment"+execution.getVariable('deraCaseworkerAssignment'));
+
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('soscSdmAssignment',selectSoscSdm);
+system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
+
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
+system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
+
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('soscSdmAssignment',selectSoscSdm);
+system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
+
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
+system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
+
+var selectSdm= execution.getVariable('selectSdm');
+system.out.println ("selectSdm"+selectSdm);
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+
+var selectCaseworker= execution.getVariable('selectCaseworker');
+system.out.println ("selectCaseworker"+selectCaseworker);
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
+
+var selectSrco= execution.getVariable('selectSrco');
+system.out.println ("selectSrco"+selectSrco);
+execution.setVariable('srcoAssignment',selectSrco);
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+ Flow_026ykts
+ Flow_0drs8s9
+ Flow_0i3fcvy
+
+
+ Flow_0fa3idu
+ Flow_1phkhb3
+ Flow_1m5dyj2
+ Flow_1nowy63
+
+
+ Flow_0kw2jbo
+ Flow_057qs1x
+ Flow_0ovj0pk
+ Flow_07vh0na
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+ Flow_0d8ioqs
+ Flow_1jxxrt6
+ Flow_131saby
+ Flow_0qiqnks
+ var system = java.lang.System;
+system.out.println ("Begin DERA Individual Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_0qiqnks
+ Flow_057qs1x
+ Flow_01suxh6
+
+
- task.execution.setVariable('isCssaTeam',false);
-task.execution.setVariable('userRole','CSSA Team');
+ task.execution.setVariable('isCaseworker',false);
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
@@ -198,194 +175,59 @@ task.execution.setVariable('deleteReason', "completed");
- Flow_1quswsc
- Flow_0gb2oz2
- Flow_0wr0mei
- Flow_0lgivc3
- Flow_0bz8atu
+ Flow_01suxh6
+ Flow_19ik9s7
-
+
-
- execution.setVariable('applicationStatus', "Resubmit");
-execution.setVariable('returnedBy', "cssaTeam");
-
-
-
+
+ task.execution.setVariable('isSdm',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+
+
+
["applicationId", "applicationStatus"]
-
-
+
- Flow_0wxa7vb
- Flow_19ktqsm
- Flow_0qw9o9a
- Flow_12uv3km
- Flow_1ij7p7z
- Flow_1stifo9
-
-
- Flow_0dbqph3
- Flow_1stifo9
- Flow_05pndkl
- var system = java.lang.System;
-var riskclassification = execution.getVariable('riskclassification');
-system.out.println ("riskclassification "+riskclassification);
-var typeOfReview = execution.getVariable('typeOfReview');
-system.out.println ("typeOfReview "+typeOfReview);
-execution.setVariable('typeOfReview',typeOfReview);
-var clientEmail = execution.getVariable('simpleemail');
-system.out.println ("clientEmail "+clientEmail);
-execution.setVariable('clientEmail',clientEmail);
-var siteRiskClassification = execution.getVariable('siteRiskClassification');
-system.out.println ("siteRiskClassification "+siteRiskClassification );
-execution.setVariable('siteRiskClassification',siteRiskClassification);
-execution.setVariable('formName','Detailed Ecological Risk Assessment Checklist');
-execution.setVariable('EmailType','DERA');
-execution.setVariable('name','User');
-var emailsToArray = [];
-emailsToArray.push(clientEmail)
-execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
-
-
- Flow_1rc30l8
- Flow_0dbqph3
- var system = java.lang.System;
-system.out.println ("Submit Bundle");
-execution.setVariable('isAp',false);
-execution.setVariable('isSociety',false);
-execution.setVariable('isCssaTeam',false);
-
-
- Flow_1rc30l8
-
-
- Flow_1xj96i6
- Flow_1quswsc
- Flow_142lsgk
-
-
-
-
- task.execution.setVariable('isSociety',false);
-task.execution.setVariable('userRole','CSAP Society');
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-var system = java.lang.System;
-task.execution.setVariable('isSentFromSociety',true);
-system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_0kfjdmp
- Flow_0543g25
- Flow_1ev1kr6
- Flow_0d8ruax
-
-
-
-
- task.execution.setVariable('isAp',false);
-task.execution.setVariable('userRole','CSAP');
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_142lsgk
- Flow_0pzpbn7
- Flow_0527h3y
- Flow_0b418rv
+ Flow_07vh0na
+ Flow_08c8ij1
-
- ${applicationStatus== 'Resubmitted' and isCaseworker== true}
-
-
- ${applicationStatus== 'Resubmitted' and isSdm== true}
-
-
-
-
- var system = java.lang.System;
-system.out.println ("form signed");
-
-
- Flow_05pndkl
- Flow_0ohuh4k
-
-
- Flow_0ohuh4k
- Flow_1xj96i6
- Flow_0527h3y
- Flow_0543g25
- Flow_0wr0mei
- Flow_0d8ioqs
- Flow_0ovj0pk
+
+ Flow_0c90maq
+ Flow_0b5e332
+ Flow_1jxxrt6
+ Flow_07eueok
+ Flow_0aabyhy
-
- ${action == 'Recheck' and isSentFromSociety == true}
-
-
- ${action == 'Recheck'}
-
-
-
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- task.execution.setVariable('isCssaTeam',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_1tu4hj7
- Flow_1esdw3m
- Flow_0aabyhy
- Flow_0gcqir8
-
-
- Flow_1kyum71
- Flow_0fa3idu
-
- Flow_0f731f5
- Flow_1vxydh0
- Flow_00qi8nk
- Flow_130v3rp
+
+ Flow_0drs8s9
+ Flow_0g9jpvb
+ Flow_118thnc
+
+
+ Flow_118thnc
+ Flow_1b7b7vp
+ Flow_1r9sgs4
+
+
+ Flow_1u3s5mj
+ Flow_1phkhb3
+
+ Flow_05vthw4
+ Flow_1ojyq91
+ Flow_019edzt
+ Flow_0cdvwnp
var system = java.lang.System;
-system.out.println ("Sent to SDM");
+system.out.println ("Sent to Caseworker");
-
+
@@ -397,51 +239,42 @@ system.out.println ("Sent to SDM");
task.execution.setVariable('task_id',task.getId());
-
+task.execution.setVariableLocal('variable1',"srcr");
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'DERA');
-task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','DERA Form');
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SRCR Form');
+
-
+
- Flow_130v3rp
- Flow_04rzv3x
+ Flow_0cdvwnp
+ Flow_1ccbyzk
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_0ui56bn
- Flow_1vxydh0
-
-
- Flow_1wvb9m4
- Flow_0ui56bn
- Flow_0pqk381
- Flow_07enxwq
+
+ Flow_02gyla8
+ Flow_0zzhoui
+ Flow_1ixkifd
+ Flow_0pqd76u
+ Flow_187pabg
-
- Flow_07enxwq
- Flow_0yy721o
-
-
+
+ Flow_1ixkifd
+ Flow_0izugkb
+ Flow_0xqj2sm
+ Flow_1pdey0j
+ Flow_0qaeplv
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
@@ -452,33 +285,36 @@ task.execution.setVariable('subFormName','DERA Form');
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"dera");
-
+ task.execution.setVariable('task_id',task.getId());
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'DERA');
-task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','DERA Form');
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SRCR Form');
-
+
- Flow_0go33vq
- Flow_13zl1nd
+ Flow_0qaeplv
+ Flow_0mtd57d
-
- Flow_1qn2dpn
- Flow_0f731f5
- Flow_0yy721o
- Flow_1c0kfis
-
-
+
+ Flow_1jm1bhe
+ Flow_0k5l8nk
+ Flow_0ryglee
+ Flow_1kizv19
+
+
+ Flow_0zzhoui
+ Flow_0k5l8nk
+ Flow_14snpj2
+
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -486,221 +322,453 @@ task.execution.setVariable('subFormName','DERA Form');
- ["applicationId", "applicationStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
- Flow_1c0kfis
- Flow_06v4kdf
+ Flow_187pabg
+ Flow_1ojyq91
-
- Flow_0pqk381
- Flow_06v4kdf
- Flow_18exjmw
- Flow_0orrcue
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_0ryglee
+ Flow_0izugkb
+
+
+ Flow_0q159o1
+ Flow_019edzt
+ Flow_0xqj2sm
+
+
+ Flow_0pqd76u
+ Flow_00vao62
+ Flow_1axts3r
+ Flow_1g44pgu
+ Flow_1up3td8
+ Flow_0c71o5w
var system = java.lang.System;
-system.out.println ("Begin DERA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
+system.out.println ("Begin SRCR Flow - Sent To SRCO");
system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
- Flow_18exjmw
+
+ Flow_1axts3r
-
- Flow_0orrcue
- Flow_00qi8nk
- Flow_0go33vq
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Site Risk Classification Officer');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_0c71o5w
+ Flow_0h34vew
+
+
+ Flow_168htzm
+ Flow_14snpj2
+ Flow_0qz0c7u
+ Flow_1ifs52w
-
- ${action == 'Accepted'}
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_1ifs52w
+ Flow_00vao62
+
+
+ Flow_0qz0c7u
+ Flow_1pdey0j
+ Flow_0q159o1
+
+
+
+
+
+
+ ${isSentFromSociety == false}
-
+
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('deraStatus', "Resubmitted");
-execution.setVariable('isDeraResubmitted', false);
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
-
- ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
- ${isSentFromSociety == true}
+
+ ${isSentFromSociety == false}
-
-
+
+
- ["applicationId", "applicationStatus", "deraStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
- execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ ${action == 'Rejected'}
-
+
-
-
-
- execution.setVariable('isDeraResubmitted', true);
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
- ["applicationId", "applicationStatus", "isDeraResubmitted"]
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
- ${action == 'Returned'}
+ ${action == 'Accepted'}
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
+
+
+ ${action == 'Recheck'}
-
+
-
-
+
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
- ${action == 'Rejected' or action == 'Approved' }
+ ${action == 'Returned' }
-
+
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
- ${action == 'Rejected'}
-
- ${isSentFromSociety == false}
+
+ ${isSentFromSociety == true}
+
+
+ ${siteRiskClassification != 'notHighRisk'}
-
+
+
- ["applicationId", "applicationStatus", "deraStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
- execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+ ${action == 'Approved' or action == 'Rejected' }
-
+
+
+
- execution.setVariable('isDeraResubmitted', true);
+ execution.setVariable('isSrcrResubmitted', true);
- ["applicationId", "applicationStatus", "isDeraResubmitted"]
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
- ${action == 'Returned'}
+ ${action == 'Returned' }
-
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' }
+
+
+ ${siteRiskClassification == 'notHighRisk'}
+
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('deraStatus', "Resubmitted");
-execution.setVariable('isDeraResubmitted', false);
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
- ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
+ ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
-
+
execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'DERA');
+execution.setVariable('requestType', 'SRCR');
-
+
-
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+
+
+ ${siteRiskClassification != 'notHighRisk' }
+
+
+ Flow_1kizv19
+ Flow_1g44pgu
+ Flow_1q2jho1
+
+
+ ${action == 'Recheck' }
+
+
+ Flow_1q2jho1
+ Flow_05vthw4
+ Flow_1up3td8
+
+
+ ${siteRiskClassification == 'notHighRisk' }
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
dera_subforms_updated
- Flow_0zq3j61
- Flow_04eqln5
- Flow_19nit40
+ Flow_0dn9scp
+ Flow_0v3xmtu
+ Flow_007p6h2
+ Flow_1g9gkqq
-
-
- Flow_13zl1nd
- Flow_1qn2dpn
- Flow_0zq3j61
+
+
+ Flow_0h34vew
+ Flow_168htzm
+ Flow_0dn9scp
-
-
-
-
- Flow_19nit40
+
+
+
+ Flow_1ccbyzk
+ Flow_02gyla8
+ Flow_0v3xmtu
+
+
+
+ Flow_1g9gkqq
-
-
-
- Flow_04rzv3x
- Flow_1wvb9m4
- Flow_04eqln5
+
+
+
+ Flow_0mtd57d
+ Flow_1jm1bhe
+ Flow_007p6h2
-
+
-
- Flow_08c8ij1
- Flow_0b5e332
- Flow_1jxxrt6
- Flow_07eueok
- Flow_0aabyhy
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1tu4hj7
+ Flow_1esdw3m
+ Flow_0aabyhy
+ Flow_0gcqir8
+
+
+ Flow_0ohuh4k
+ Flow_1xj96i6
+ Flow_0527h3y
+ Flow_0543g25
+ Flow_0wr0mei
+ Flow_0d8ioqs
+ Flow_0ovj0pk
-
+
+
+
+ var system = java.lang.System;
+system.out.println ("form signed");
+
+
+ Flow_1asq9fa
+ Flow_16fwgn1
+ Flow_0ohuh4k
+
+
- task.execution.setVariable('isSdm',false);
-
+ task.execution.setVariable('isAp',false);
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('userRole','Contaminated Sites Approved Professional');
@@ -709,20 +777,24 @@ task.execution.setVariable('userRole','Statutory Decision Maker');
- Flow_07vh0na
- Flow_08c8ij1
+ Flow_142lsgk
+ Flow_0pzpbn7
+ Flow_0527h3y
+ Flow_0b418rv
-
+
- task.execution.setVariable('isCaseworker',false);
-
+ task.execution.setVariable('isSociety',false);
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
+var system = java.lang.System;
+task.execution.setVariable('isSentFromSociety',true);
+system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
+task.execution.setVariable('userRole','Contaminated Sites Approved Professionals Society');
@@ -731,147 +803,199 @@ task.execution.setVariable('userRole','Caseworker');
- Flow_01suxh6
- Flow_19ik9s7
+ Flow_0kfjdmp
+ Flow_0543g25
+ Flow_1ev1kr6
+ Flow_0d8ruax
-
- Flow_0qiqnks
- Flow_057qs1x
- Flow_01suxh6
+
+ Flow_1xj96i6
+ Flow_1quswsc
+ Flow_142lsgk
-
- Flow_0i3fcvy
- Flow_0d8ioqs
- Flow_1jxxrt6
- Flow_0qiqnks
+
+ Flow_1rc30l8
+
+
+ Flow_1rc30l8
+ Flow_0dbqph3
var system = java.lang.System;
-system.out.println ("Begin DERA Individual Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+system.out.println ("Submit Bundle");
+execution.setVariable('isAp',false);
+execution.setVariable('isSociety',false);
+execution.setVariable('isCssaTeam',false);
-
- Flow_0kw2jbo
- Flow_057qs1x
- Flow_0ovj0pk
- Flow_07vh0na
+
+ Flow_0dbqph3
+ Flow_1stifo9
+ Flow_05pndkl
var system = java.lang.System;
-system.out.println ("Sent to SDM");
+var riskclassification = execution.getVariable('riskclassification');
+system.out.println ("riskclassification "+riskclassification);
+var typeOfReview = execution.getVariable('typeOfReview');
+system.out.println ("typeOfReview "+typeOfReview);
+execution.setVariable('typeOfReview',typeOfReview);
+var clientEmail = execution.getVariable('simpleemail');
+system.out.println ("clientEmail "+clientEmail);
+execution.setVariable('clientEmail',clientEmail);
+var siteRiskClassification = execution.getVariable('siteRiskClassification');
+system.out.println ("siteRiskClassification "+siteRiskClassification );
+execution.setVariable('siteRiskClassification',siteRiskClassification);
+execution.setVariable('formName','Detailed Ecological Risk Assessment Checklist');
+execution.setVariable('EmailType','DERA');
+execution.setVariable('name','User');
+var emailsToArray = [];
+emailsToArray.push(clientEmail)
+execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
+
+var isSoscAvailable = typeOfReview === 'directToMinistryApplication'? false: true;
+execution.setVariable('isSoscAvailable',isSoscAvailable);
-
- Flow_0fa3idu
- Flow_1phkhb3
- Flow_1nowy63
-
-
- Flow_0drs8s9
- Flow_1kyum71
- Flow_1u3s5mj
-
-
-
-
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
- ${isSentFromSociety == true}
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
- Flow_026ykts
- Flow_0drs8s9
- Flow_0i3fcvy
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+execution.setVariable('returnedBy', "cssaTeam");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_19ktqsm
+ Flow_12uv3km
+ Flow_0qw9o9a
+ Flow_0wxa7vb
+ Flow_0b5e332
+ Flow_1stifo9
+
+
+ Flow_05pndkl
+ Flow_1asq9fa
+ Flow_1xx7tz6
-
-
- Flow_02ysv7t
- Flow_026ykts
- var system = java.lang.System;
-var selectSdm= execution.getVariable('selectSdm');
-system.out.println ("selectSdm"+selectSdm);
-execution.setVariable('sdmAssignment',selectSdm);
-system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-var selectDeraSdm= execution.getVariable('selectDeraSdm');
-system.out.println ("selectDeraSdm"+selectDeraSdm);
-execution.setVariable('sdmDeraAssignment',selectDeraSdm);
-system.out.println ("sdmDeraAssignment"+execution.getVariable('sdmDeraAssignment'));
-
-var selectCaseworker= execution.getVariable('selectCaseworker');
-system.out.println ("selectCaseworker"+selectCaseworker);
-execution.setVariable('caseworkerAssignment',selectCaseworker);
-system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
-
-var selectDeraCaseworker= execution.getVariable('selectDeraCaseworker');
-system.out.println ("selectDeraCaseworker"+selectDeraCaseworker);
-execution.setVariable('caseworkerDeraAssignment',selectDeraCaseworker);
-system.out.println ("caseworkerDeraAssignment"+execution.getVariable('caseworkerDeraAssignment'));
-
-var selectSrco= execution.getVariable('selectSrco');
-system.out.println ("selectSrco"+selectSrco);
-execution.setVariable('srcoAssignment',selectSrco);
-system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
-
-
- Flow_0gcqir8
- Flow_02ysv7t
- Flow_0lgivc3
-
-
+
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1xx7tz6
+ Flow_16fwgn1
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','CSSA Team');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1quswsc
+ Flow_0gb2oz2
+ Flow_0wr0mei
+ Flow_0lgivc3
+ Flow_0bz8atu
+
Flow_0b418rv
Flow_12uv3km
Flow_0kfjdmp
-
- Flow_1j8wa3r
- Flow_19ktqsm
- Flow_1tu4hj7
- Flow_1ev1kr6
- Flow_0qbjx6e
-
Flow_0d8ruax
Flow_0gb2oz2
Flow_0qw9o9a
Flow_0pzpbn7
-
-
-
+
+ Flow_0iubwul
+ Flow_19ktqsm
+ Flow_0qbjx6e
+ Flow_1tu4hj7
+ Flow_1ev1kr6
+
+
Flow_0bz8atu
- Flow_1j8wa3r
- Flow_1sj5fc8
+ Flow_0iubwul
+ Flow_16ek6dk
-
- Flow_1u3s5mj
- Flow_1phkhb3
-
- Flow_05vthw4
- Flow_1ojyq91
- Flow_019edzt
- Flow_0cdvwnp
+
+ Flow_08c8ij1
+ Flow_0c90maq
+ Flow_17tf2x2
+
+
+
+
+
+ dera_updated
+
+
+ Flow_0qbjx6e
+ Flow_07eueok
+ Flow_1nowy63
+ Flow_1l5jf46
+ Flow_17uy5we
+ Flow_0n61nyr
+
+
+ Flow_19ik9s7
+ Flow_15f3evi
+ Flow_1i04zkp
+
+
+ Flow_15f3evi
+ Flow_0kw2jbo
+ Flow_0wxa7vb
+ Flow_1esdw3m
+
+
+
+
+
+ dera_updated
+
+
+ Flow_16ek6dk
+ Flow_14qx1q0
+
+
+ Flow_14qx1q0
+
+
+ Flow_1kyum71
+ Flow_0fa3idu
+
+ Flow_0f731f5
+ Flow_1vxydh0
+ Flow_00qi8nk
+ Flow_130v3rp
var system = java.lang.System;
-system.out.println ("Sent to Caseworker");
+system.out.println ("Sent to SDM");
-
+
@@ -882,43 +1006,51 @@ system.out.println ("Sent to Caseworker");
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-task.execution.setVariable('userRole','Caseworker');
+ task.execution.setVariable('task_id',task.getId());
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'DERA');
+task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SRCR Form');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','DERA Form');
-
+
- Flow_0cdvwnp
- Flow_1ccbyzk
+ Flow_130v3rp
+ Flow_04rzv3x
-
- Flow_09v3kpi
- Flow_0zzhoui
- Flow_1ixkifd
- Flow_0pqd76u
- Flow_187pabg
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0ui56bn
+ Flow_1vxydh0
+
+
+ Flow_0xnspeg
+ Flow_0ui56bn
+ Flow_07enxwq
+ Flow_0pqk381
-
- Flow_1ixkifd
- Flow_0izugkb
- Flow_0xqj2sm
- Flow_1pdey0j
- Flow_0qaeplv
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
+
+ Flow_07enxwq
+ Flow_0yy721o
+
+
@@ -930,36 +1062,34 @@ system.out.println ("Sent to SDM");
task.execution.setVariable('task_id',task.getId());
-
+task.execution.setVariableLocal('variable1',"dera");
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'DERA');
+task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SRCR Form');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','DERA Form');
+
+
+
-
+
- Flow_0qaeplv
- Flow_0mtd57d
+ Flow_0go33vq
+ Flow_13zl1nd
-
- Flow_0qvoubs
- Flow_0k5l8nk
- Flow_0ryglee
- Flow_1kizv19
+
+ Flow_16qbig6
+ Flow_0f731f5
+ Flow_0yy721o
+ Flow_1c0kfis
-
- Flow_0zzhoui
- Flow_0k5l8nk
- Flow_14snpj2
-
-
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -967,1547 +1097,4644 @@ task.execution.setVariable('subFormName','SRCR Form');
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus"]
- Flow_187pabg
- Flow_1ojyq91
+ Flow_1c0kfis
+ Flow_06v4kdf
-
+
+ Flow_18exjmw
+
+
+ Flow_0orrcue
+ Flow_00qi8nk
+ Flow_0go33vq
+
+
-
- execution.setVariable('applicationStatus', "Resubmit");
+
+ execution.setVariable('bundleStatus', "deraCaseworkerAccepted");
-
-
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "bundleStatus"]
-
- Flow_0ryglee
- Flow_0izugkb
-
-
- Flow_0q159o1
- Flow_019edzt
- Flow_0xqj2sm
-
-
- Flow_0pqd76u
- Flow_00vao62
- Flow_1axts3r
- Flow_1g44pgu
- Flow_1up3td8
- Flow_0c71o5w
- var system = java.lang.System;
-system.out.println ("Begin SRCR Flow - Sent To SRCO");
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_1axts3r
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Site Risk Classification Officer');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
- Flow_0c71o5w
- Flow_0h34vew
-
-
- Flow_1mxzqgt
- Flow_14snpj2
- Flow_0qz0c7u
- Flow_1ifs52w
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_1ifs52w
- Flow_00vao62
-
-
- Flow_0qz0c7u
- Flow_1pdey0j
- Flow_0q159o1
-
-
-
-
-
-
- ${isSentFromSociety == false}
+ ${action == 'Accepted'}
-
+
-
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
+execution.setVariable('deraStatus', "Resubmitted");
+execution.setVariable('isDeraResubmitted', false);
+
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
-
- ${isSentFromSociety == false}
+
+ ${isSentFromSociety == true}
-
-
+
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "deraStatus"]
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
- ${action == 'Rejected'}
-
+
+
+
+
- execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+ execution.setVariable('isDeraResubmitted', true);
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
+ ["applicationId", "applicationStatus", "isDeraResubmitted"]
- ${action == 'Accepted'}
-
-
-
- ${action == 'Recheck'}
+ ${action == 'Returned'}
-
+
-
+
+
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
- ${action == 'Returned' }
+ ${action == 'Rejected' or action == 'Approved' }
-
+
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
+ ${action == 'Rejected'}
-
- ${isSentFromSociety == true}
-
-
- ${siteRiskClassification != 'notHighRisk'}
+
+ ${isSentFromSociety == false}
-
-
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "deraStatus"]
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+ execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
- ${action == 'Approved' or action == 'Rejected' }
-
+
-
-
- execution.setVariable('isSrcrResubmitted', true);
+ execution.setVariable('isDeraResubmitted', true);
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "isDeraResubmitted"]
- ${action == 'Returned' }
+ ${action == 'Returned'}
-
+
+
+
+
+ dera_subforms_updated
+
+
+ Flow_1sbxvgx
+ Flow_0rsx4qs
+ Flow_0jf2e1l
+
+
+
+ Flow_13zl1nd
+ Flow_16qbig6
+ Flow_1sbxvgx
+
+
+
+ Flow_0jf2e1l
+
+
+
+
+ Flow_04rzv3x
+ Flow_0xnspeg
+ Flow_0rsx4qs
+
+
+
+
+
+
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'DERA');
+
- ${action == 'Rejected' }
-
-
- ${siteRiskClassification == 'notHighRisk'}
-
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
+execution.setVariable('deraStatus', "Resubmitted");
+execution.setVariable('isDeraResubmitted', false);
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
-
+
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SRCR');
-
+
+ ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
-
+
+ Flow_18exjmw
+ Flow_06v4kdf
+ Flow_0pqk381
+ Flow_0orrcue
+ var system = java.lang.System;
+system.out.println ("Begin DERA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+
+ Flow_0nkb4yt
+ Flow_1m5dyj2
+
+ Flow_15z92rp
+ Flow_17dpj6g
+ Flow_0p3u1yj
+ Flow_0639o7i
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
-
+
+
+ Y
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["pid","applicationId","process_pid","task_id"]
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
- execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
+
+
+ Flow_0639o7i
+ Flow_0yi6pa7
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_003kmau
+ Flow_17dpj6g
+
+
+ Flow_0mjgxil
+ Flow_003kmau
+ Flow_1itdpy9
+ Flow_1raj7vr
+
+
+ Flow_1itdpy9
+ Flow_0lf9s8z
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"sosc");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
+
+
+
+
+
+ Flow_0vw0lda
+ Flow_1dc1l9u
+
+
+ Flow_0es7x0e
+ Flow_15z92rp
+ Flow_0lf9s8z
+ Flow_1p0ezkl
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_1p0ezkl
+ Flow_0xixsb5
+
+
+ Flow_1raj7vr
+ Flow_0xixsb5
+ Flow_01dcv2u
+ Flow_0xnsojj
+ var system = java.lang.System;
+system.out.println ("Begin SoSC Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_01dcv2u
+
+
+ Flow_0xnsojj
+ Flow_0p3u1yj
+ Flow_0vw0lda
+
+
+
+
+
+ dera_subforms_updated
+
+
+ Flow_0vixcwm
+ Flow_1n9gcsu
+ Flow_11sb4e2
+
+
+ Flow_1dc1l9u
+ Flow_0es7x0e
+ Flow_0vixcwm
+
+
+ Flow_11sb4e2
+
+
+ Flow_0yi6pa7
+ Flow_0mjgxil
+ Flow_1n9gcsu
+
+
+
+
+ execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
+ ["applicationId", "applicationStatus", "soscBundleStatus"]
${action == 'Accepted'}
-
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus"]
+
+
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
- execution.setVariable('isSrcrResubmitted', true);
+ execution.setVariable('isSoscResubmitted', true);
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
- ${action == 'Returned' }
+ ${action == 'Returned'}
-
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
- ${siteRiskClassification != 'notHighRisk' }
+ ${action == 'Rejected' or action == 'Approved' }
-
- Flow_1kizv19
- Flow_1g44pgu
- Flow_1q2jho1
-
-
- ${action == 'Recheck' }
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
-
- Flow_1q2jho1
- Flow_05vthw4
- Flow_1up3td8
-
-
- ${siteRiskClassification == 'notHighRisk' }
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
-
+
+ ${isSentFromSociety == false}
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus"]
+
+
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
- ${isSentFromSociety == true}
-
-
- Flow_0h34vew
- Flow_1mxzqgt
- Flow_0lklj13
-
-
+
+
-
-
- dera_subforms_updated
-
+
+
+ execution.setVariable('isSoscResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
- Flow_0lklj13
- Flow_18o75ov
- Flow_1u837pr
- Flow_0184u8i
-
-
-
-
- Flow_1ccbyzk
- Flow_09v3kpi
- Flow_18o75ov
-
-
-
-
- Flow_0mtd57d
- Flow_0qvoubs
- Flow_1u837pr
-
-
-
- Flow_0184u8i
-
-
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SoSC');
+
+
+
+
+
+
+
+
-
- Flow_1s58qkt
- Flow_0kw2jbo
- Flow_0wxa7vb
- Flow_1esdw3m
- Flow_1xju4ax
-
-
-
-
-
- Flow_19ik9s7
- Flow_1s58qkt
- Flow_1v6zje9
-
-
-
-
-
-
-
- execution.setVariable('formUrl', execution.getVariable('deraFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
-
- if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
-
-
- ${action == 'Rejected'}
-
-
- ${action == 'Rejected'}
-
-
- Flow_0izwlc1
-
-
+
dera_updated
- Flow_165eq8z
- Flow_07eueok
- Flow_1v6zje9
- Flow_0qbjx6e
- Flow_1xju4ax
- Flow_1nowy63
- Flow_0izwlc1
+ Flow_1i04zkp
+ Flow_17tf2x2
+ Flow_0jxnrvm
-
- Flow_0b5e332
- Flow_1ij7p7z
- Flow_165eq8z
+
+ Flow_0g9jpvb
+ Flow_1kyum71
+ Flow_1u3s5mj
+ Flow_0nkb4yt
-
-
-
-
- dera_updated
-
-
- Flow_1sj5fc8
- Flow_1kvztr8
-
-
- Flow_1kvztr8
+
+ Flow_0jxnrvm
-
-
-
-
-
+
+ Flow_0i3fcvy
+ Flow_131saby
+ Flow_1azn5ag
+
+
+ Flow_1azn5ag
+ Flow_04qadhc
+ Flow_02nvps4
+
+
+ Flow_04qadhc
+ Flow_01v1a0f
+
+ Flow_1lumm7v
+ Flow_0rqk8na
+ Flow_00s15ao
+ Flow_1odhac6
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'DERA');
+task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','DERA Form');
+
+
+
+
+
+ Flow_1odhac6
+ Flow_15nyxwz
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_1surrqx
+ Flow_0rqk8na
+
+
+ Flow_1gd48dj
+ Flow_1surrqx
+ Flow_1g1rouj
+ Flow_0axjodg
+
+
+ Flow_1g1rouj
+ Flow_1r30rh3
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"dera");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'DERA');
+task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','DERA Form');
+
+
+
+
+
+
+
+
+ Flow_0kko947
+ Flow_13jm4kf
+
+
+ Flow_1jlvkno
+ Flow_1lumm7v
+ Flow_1r30rh3
+ Flow_0xf5y0k
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0xf5y0k
+ Flow_1uwj5on
+
+
+ Flow_06rvauy
+
+
+ Flow_1s3el1j
+ Flow_00s15ao
+ Flow_0kko947
+
+
+
+
+
+ dera_subforms_updated
+
+
+ Flow_11hmda7
+ Flow_1vjuqup
+ Flow_0u4wuii
+
+
+ Flow_13jm4kf
+ Flow_1jlvkno
+ Flow_11hmda7
+
+
+ Flow_0u4wuii
+
+
+ Flow_15nyxwz
+ Flow_1gd48dj
+ Flow_1vjuqup
+
+
+ Flow_0axjodg
+ Flow_1uwj5on
+ Flow_06rvauy
+ Flow_1s3el1j
+ var system = java.lang.System;
+system.out.println ("Begin DERA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+
+
+ execution.setVariable('bundleStatus', "deraCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('deraStatus', "Resubmitted");
+execution.setVariable('isDeraResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus"]
+
+
+
+ execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isDeraResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isDeraResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus"]
+
+
+
+ execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isDeraResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isDeraResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('deraStatus', "Resubmitted");
+execution.setVariable('isDeraResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'DERA');
+
+
+
+
+
+
+
+
+
+
+ Flow_02nvps4
+ Flow_147keeo
+
+ Flow_0ly2cyz
+ Flow_0niwre0
+ Flow_1nl5ipm
+ Flow_0f4x52g
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
+
+
+ Flow_0f4x52g
+ Flow_0ut0zi1
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0ux2vew
+ Flow_0niwre0
+
+
+ Flow_0of98ac
+ Flow_0ux2vew
+ Flow_1aeuu2q
+ Flow_1cqow89
+
+
+ Flow_1aeuu2q
+ Flow_1qqnzvx
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"sosc");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
+
+
+
+
+
+ Flow_0b48ica
+ Flow_02bhjf4
+
+
+ Flow_0uqrlo1
+ Flow_0ly2cyz
+ Flow_1qqnzvx
+ Flow_1c5adbp
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_1c5adbp
+ Flow_0cd2y9a
+
+
+ Flow_1cqow89
+ Flow_0cd2y9a
+ Flow_08ue3be
+ Flow_027qwvp
+ var system = java.lang.System;
+system.out.println ("Begin SoSC Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_08ue3be
+
+
+ Flow_027qwvp
+ Flow_1nl5ipm
+ Flow_0b48ica
+
+
+
+
+
+ dera_subforms_updated
+
+
+ Flow_1tw25qi
+ Flow_1wmn6pm
+ Flow_09ntkx7
+
+
+ Flow_02bhjf4
+ Flow_0uqrlo1
+ Flow_1tw25qi
+
+
+ Flow_09ntkx7
+
+
+ Flow_0ut0zi1
+ Flow_0of98ac
+ Flow_1wmn6pm
+
+
+
+
+ execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "soscBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus"]
+
+
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isSoscResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus"]
+
+
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isSoscResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SoSC');
+
+
+
+
+
+
+
+
+
+
+ Flow_01v1a0f
+ Flow_147keeo
+ Flow_1l5jf46
+
+
+ Flow_0n61nyr
+
+
+ Flow_1b7b7vp
+ Flow_1j9qdt7
+
+ Flow_01dljge
+ Flow_1inicnb
+ Flow_00llqqu
+ Flow_10vct33
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'DERA');
+task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','DERA Form');
+
+
+
+
+
+ Flow_10vct33
+ Flow_1orl3n2
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0y6yjq4
+ Flow_1inicnb
+
+
+ Flow_0gcxxyc
+ Flow_0y6yjq4
+ Flow_1x8qn14
+ Flow_18f4dcj
+
+
+ Flow_1x8qn14
+ Flow_1huo0lg
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"dera");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'DERA');
+task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','DERA Form');
+
+
+
+
+
+
+
+
+ Flow_1385q2s
+ Flow_0hla21j
+
+
+ Flow_1u5ar4j
+ Flow_01dljge
+ Flow_1huo0lg
+ Flow_08vhe64
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_08vhe64
+ Flow_0j3ub9c
+
+
+ Flow_15qwrqx
+
+
+ Flow_1mlkd5t
+ Flow_00llqqu
+ Flow_1385q2s
+
+
+
+
+
+ dera_subforms_updated
+
+
+ Flow_1ldt3wq
+ Flow_1gathh9
+ Flow_0vsb9eb
+
+
+ Flow_0hla21j
+ Flow_1u5ar4j
+ Flow_1ldt3wq
+
+
+ Flow_0vsb9eb
+
+
+ Flow_1orl3n2
+ Flow_0gcxxyc
+ Flow_1gathh9
+
+
+ Flow_18f4dcj
+ Flow_0j3ub9c
+ Flow_15qwrqx
+ Flow_1mlkd5t
+ var system = java.lang.System;
+system.out.println ("Begin DERA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+
+
+ execution.setVariable('bundleStatus', "deraCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('deraStatus', "Resubmitted");
+execution.setVariable('isDeraResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus"]
+
+
+
+ execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isDeraResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isDeraResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus"]
+
+
+
+ execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isDeraResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isDeraResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('deraStatus', "Resubmitted");
+execution.setVariable('isDeraResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'DERA');
+
+
+
+
+
+
+
+
+
+
+ Flow_1r9sgs4
+ Flow_1x22wup
+
+ Flow_03yoy3w
+ Flow_0il3vmv
+ Flow_05wlevd
+ Flow_0are22b
+ var system = java.lang.System;
+system.out.println ("Sent to Caseworker");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+
+ Flow_0are22b
+ Flow_07l3syo
+
+
+ Flow_0an51l4
+ Flow_1fu9yzy
+ Flow_1snhou2
+ Flow_1ndkwtp
+ Flow_1h0m3i7
+
+
+ Flow_1snhou2
+ Flow_0xfqt3y
+ Flow_1vdz37b
+ Flow_01epz2i
+ Flow_16pxdg9
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_16pxdg9
+ Flow_0ftakdr
+
+
+ Flow_1yzlrk5
+ Flow_1w63bha
+ Flow_1xo2d1y
+ Flow_0k8zbtn
+
+
+ Flow_1fu9yzy
+ Flow_1w63bha
+ Flow_057mgr6
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_1h0m3i7
+ Flow_0il3vmv
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_1xo2d1y
+ Flow_0xfqt3y
+
+
+ Flow_1quxcj1
+ Flow_05wlevd
+ Flow_1vdz37b
+
+
+ Flow_1ndkwtp
+ Flow_13fkd7i
+ Flow_18uiwvj
+ Flow_0qth6vy
+ Flow_1j7p3z3
+ Flow_10q9ixt
+ var system = java.lang.System;
+system.out.println ("Begin SRCR Flow - Sent To SRCO");
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_18uiwvj
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Site Risk Classification Officer');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_10q9ixt
+ Flow_1jv9mjo
+
+
+ Flow_099g99i
+ Flow_057mgr6
+ Flow_1m3u6g8
+ Flow_0ubwm3f
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_0ubwm3f
+ Flow_13fkd7i
+
+
+ Flow_1m3u6g8
+ Flow_01epz2i
+ Flow_1quxcj1
+
+
+ Flow_0k8zbtn
+ Flow_0qth6vy
+ Flow_06l4mcj
+
+
+ Flow_06l4mcj
+ Flow_03yoy3w
+ Flow_1j7p3z3
+
+
+
+
+
+ dera_subforms_updated
+
+
+ Flow_1f5nol9
+ Flow_07t1o4f
+ Flow_04demhb
+ Flow_1fnm4v9
+
+
+ Flow_1jv9mjo
+ Flow_099g99i
+ Flow_1f5nol9
+
+
+ Flow_07l3syo
+ Flow_0an51l4
+ Flow_07t1o4f
+
+
+ Flow_1fnm4v9
+
+
+ Flow_0ftakdr
+ Flow_1yzlrk5
+ Flow_04demhb
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+ ${siteRiskClassification != 'notHighRisk'}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Approved' or action == 'Rejected' }
+
+
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+ ${action == 'Recheck' }
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' }
+
+
+ ${siteRiskClassification == 'notHighRisk'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SRCR');
+
+
+
+
+
+
+
+
+
+ ${siteRiskClassification != 'notHighRisk' }
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+ execution.setVariable('isSrcrResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+
+ ${action == 'Returned' }
+
+
+ ${siteRiskClassification == 'notHighRisk' }
+
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleStatus', "deraMgrAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+ ${riskclassification == 'exempt'}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${riskclassification != 'exempt'}
+
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('deraFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
+
+
+
+ if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+ ${applicationStatus== 'Resubmitted' and isSdm== true}
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+ execution.setVariable('bundleStatus', "deraCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+ ${applicationStatus== 'Resubmitted' and isCaseworker== true}
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+ ${isSoscAvailable==false}
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+
+
+ execution.setVariable('isSdm',true);
+
+
+ ${action == 'Returned'}
+
+
+ ${action == 'Recheck' and isSentFromSociety == true}
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+ ${isSoscAvailable==true}
+
+
+ ${isSoscAvailable==false}
+
+
+
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaTeamAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+ ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSociety== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isAp== true}
+
+
+ ${applicationStatus!= 'Resubmitted'}
+
+
+
+ ${applicationStatus== 'Signed'}
+
+
+ ${owneroperatorradioGroup=='sameAsApplicant'}
+
+
+
+ ${typeOfReview!= 'directToMinistryApplication'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ var system = java.lang.System;
+execution.setVariable('isSentFromSociety',false);
+system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
+
+
+ ${typeOfReview== 'directToMinistryApplication'}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('isCaseworker',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isCssaTeam',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isAp',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isSociety',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ var system = java.lang.System;
+system.out.println ("site owner flow");
+
+
+ ${owneroperatorradioGroup=='different'}
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+
+ ${action == 'Rejected'}
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('deraFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
+
+
+
+ if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+
+
+
+
+
+
+
+ ${isSoscAvailable==true}
+
+
+
+
+
+
+ Flow_1j9qdt7
+ Flow_1x22wup
+ Flow_17uy5we
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('deraFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
+
+
+
-
-
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
+
+
+
-
-
+
+
+
+
+
-
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorklowv1.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorklowv1.bpmn
deleted file mode 100644
index 809b5505..00000000
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorklowv1.bpmn
+++ /dev/null
@@ -1,5776 +0,0 @@
-
-
-
-
-
-
-
-
- Gateway_17raw62
- Activity_15772wo
- Gateway_08cgufe
- StartEvent_1
- Activity_0k6ixqm
- Activity_1ozfgid
- Activity_1v5ffpw
- Gateway_1qqphxe
- Activity_0a9pnut
-
-
- Activity_1uc1xs1
- Gateway_04o747e
-
-
- Activity_08ykdar
- Gateway_0oobb3z
- Gateway_1gzq005
- Activity_1os7sys
- Event_0bwdoce
-
-
- Activity_1ao3zkj
- Gateway_15p5urd
-
-
- Gateway_1m36jwe
- Activity_15e3ho6
- Activity_0tsm937
- Gateway_1lgyz1h
- Activity_1bsz2qm
- Activity_1hs3dja
- Gateway_1lbpcug
- Gateway_1xrj5sn
- Gateway_1l4bqor
- Activity_0kxdigs
- Gateway_0pty1fn
- Gateway_0o9l3lp
- Activity_0q362ss
- Gateway_0uf75ow
- Event_1n5addo
- Gateway_0vp590v
- Gateway_0qemi54
- Event_0sdygwc
- Activity_1bhbq4y
- Activity_07ttn7q
- Activity_12e3zvm
- Activity_1wrcu91
- Activity_0r75nsw
- Activity_0baoxlp
- Activity_1d2xuv3
- Gateway_06gmmov
-
-
- Gateway_1lfy3cm
- Activity_1qnqtak
- Gateway_1chdumm
- Gateway_1l0ehcm
- Activity_0vo5rls
- Gateway_0w0koaj
-
-
-
- Flow_0gcqir8
- Flow_02ysv7t
- Flow_0lgivc3
-
-
-
- Flow_02ysv7t
- Flow_026ykts
- var system = java.lang.System;
-var selectDeraSdm= execution.getVariable('selectDeraSdm');
-system.out.println ("selectDeraSdm"+selectDeraSdm);
-execution.setVariable('deraSdmAssignment',selectDeraSdm);
-system.out.println ("deraSdmAssignment"+execution.getVariable('deraSdmAssignment'));
-
-var selectDeraCaseworker= execution.getVariable('selectDeraCaseworker');
-system.out.println ("selectDeraCaseworker"+selectDeraCaseworker);
-execution.setVariable('deraCaseworkerAssignment',selectDeraCaseworker);
-system.out.println ("deraCaseworkerAssignment"+execution.getVariable('deraCaseworkerAssignment'));
-
-var selectSoscSdm= execution.getVariable('selectSoscSdm');
-system.out.println ("selectSoscSdm"+selectSoscSdm);
-execution.setVariable('soscSdmAssignment',selectSoscSdm);
-system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
-
-var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
-system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
-execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
-system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-
-var selectSoscSdm= execution.getVariable('selectSoscSdm');
-system.out.println ("selectSoscSdm"+selectSoscSdm);
-execution.setVariable('soscSdmAssignment',selectSoscSdm);
-system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
-
-var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
-system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
-execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
-system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-
-var selectSdm= execution.getVariable('selectSdm');
-system.out.println ("selectSdm"+selectSdm);
-execution.setVariable('sdmAssignment',selectSdm);
-system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-var selectCaseworker= execution.getVariable('selectCaseworker');
-system.out.println ("selectCaseworker"+selectCaseworker);
-execution.setVariable('caseworkerAssignment',selectCaseworker);
-system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
-
-var selectSrco= execution.getVariable('selectSrco');
-system.out.println ("selectSrco"+selectSrco);
-execution.setVariable('srcoAssignment',selectSrco);
-system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
-
- Flow_026ykts
- Flow_0drs8s9
- Flow_0i3fcvy
-
-
- Flow_0fa3idu
- Flow_1phkhb3
- Flow_1m5dyj2
- Flow_1nowy63
-
-
- Flow_0kw2jbo
- Flow_057qs1x
- Flow_0ovj0pk
- Flow_07vh0na
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
- Flow_0d8ioqs
- Flow_1jxxrt6
- Flow_131saby
- Flow_0qiqnks
- var system = java.lang.System;
-system.out.println ("Begin CSSA Individual Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_0qiqnks
- Flow_057qs1x
- Flow_01suxh6
-
-
-
-
- task.execution.setVariable('isCaseworker',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_01suxh6
- Flow_19ik9s7
-
-
-
-
- task.execution.setVariable('isSdm',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_07vh0na
- Flow_08c8ij1
-
-
- Flow_0c90maq
- Flow_0b5e332
- Flow_1jxxrt6
- Flow_07eueok
- Flow_0aabyhy
-
-
- Flow_0drs8s9
- Flow_0g9jpvb
- Flow_118thnc
-
-
- Flow_118thnc
- Flow_1b7b7vp
- Flow_1r9sgs4
-
-
- Flow_1u3s5mj
- Flow_1phkhb3
-
- Flow_05vthw4
- Flow_1ojyq91
- Flow_019edzt
- Flow_0cdvwnp
- var system = java.lang.System;
-system.out.println ("Sent to Caseworker");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
-
- Flow_0cdvwnp
- Flow_1ccbyzk
-
-
- Flow_02gyla8
- Flow_0zzhoui
- Flow_1ixkifd
- Flow_0pqd76u
- Flow_187pabg
-
-
- Flow_1ixkifd
- Flow_0izugkb
- Flow_0xqj2sm
- Flow_1pdey0j
- Flow_0qaeplv
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
- Flow_0qaeplv
- Flow_0mtd57d
-
-
- Flow_1jm1bhe
- Flow_0k5l8nk
- Flow_0ryglee
- Flow_1kizv19
-
-
- Flow_0zzhoui
- Flow_0k5l8nk
- Flow_14snpj2
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_187pabg
- Flow_1ojyq91
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_0ryglee
- Flow_0izugkb
-
-
- Flow_0q159o1
- Flow_019edzt
- Flow_0xqj2sm
-
-
- Flow_0pqd76u
- Flow_00vao62
- Flow_1axts3r
- Flow_1g44pgu
- Flow_1up3td8
- Flow_0c71o5w
- var system = java.lang.System;
-system.out.println ("Begin SRCR Flow - Sent To SRCO");
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_1axts3r
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Site Risk Classification Officer');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
- Flow_0c71o5w
- Flow_0h34vew
-
-
- Flow_168htzm
- Flow_14snpj2
- Flow_0qz0c7u
- Flow_1ifs52w
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_1ifs52w
- Flow_00vao62
-
-
- Flow_0qz0c7u
- Flow_1pdey0j
- Flow_0q159o1
-
-
-
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
-
-
- execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
- ${action == 'Recheck'}
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
- ${siteRiskClassification != 'notHighRisk'}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Approved' or action == 'Rejected' }
-
-
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' }
-
-
- ${siteRiskClassification == 'notHighRisk'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SRCR');
-
-
-
-
-
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
- execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
-
-
-
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
-
-
-
-
- ${siteRiskClassification != 'notHighRisk' }
-
-
- Flow_1kizv19
- Flow_1g44pgu
- Flow_1q2jho1
-
-
- ${action == 'Recheck' }
-
-
- Flow_1q2jho1
- Flow_05vthw4
- Flow_1up3td8
-
-
- ${siteRiskClassification == 'notHighRisk' }
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_0dn9scp
- Flow_0v3xmtu
- Flow_007p6h2
- Flow_1g9gkqq
-
-
-
- Flow_0h34vew
- Flow_168htzm
- Flow_0dn9scp
-
-
-
-
- Flow_1ccbyzk
- Flow_02gyla8
- Flow_0v3xmtu
-
-
-
- Flow_1g9gkqq
-
-
-
-
- Flow_0mtd57d
- Flow_1jm1bhe
- Flow_007p6h2
-
-
-
-
-
-
- task.execution.setVariable('isCssaTeam',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_1tu4hj7
- Flow_1esdw3m
- Flow_0aabyhy
- Flow_0gcqir8
-
-
- Flow_0ohuh4k
- Flow_1xj96i6
- Flow_0527h3y
- Flow_0543g25
- Flow_0wr0mei
- Flow_0d8ioqs
- Flow_0ovj0pk
-
-
-
-
- var system = java.lang.System;
-system.out.println ("form signed");
-
-
- Flow_1asq9fa
- Flow_16fwgn1
- Flow_0ohuh4k
-
-
-
-
- task.execution.setVariable('isAp',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Contaminated Sites Approved Professional');
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_142lsgk
- Flow_0pzpbn7
- Flow_0527h3y
- Flow_0b418rv
-
-
-
-
- task.execution.setVariable('isSociety',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-var system = java.lang.System;
-task.execution.setVariable('isSentFromSociety',true);
-system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
-task.execution.setVariable('userRole','Contaminated Sites Approved Professionals Society');
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_0kfjdmp
- Flow_0543g25
- Flow_1ev1kr6
- Flow_0d8ruax
-
-
- Flow_1xj96i6
- Flow_1quswsc
- Flow_142lsgk
-
-
- Flow_1rc30l8
-
-
- Flow_1rc30l8
- Flow_0dbqph3
- var system = java.lang.System;
-system.out.println ("Submit Bundle");
-execution.setVariable('isAp',false);
-execution.setVariable('isSociety',false);
-execution.setVariable('isCssaTeam',false);
-
-
- Flow_0dbqph3
- Flow_1stifo9
- Flow_05pndkl
- var system = java.lang.System;
-var riskclassification = execution.getVariable('riskclassification');
-system.out.println ("riskclassification "+riskclassification);
-var typeOfReview = execution.getVariable('typeOfReview');
-system.out.println ("typeOfReview "+typeOfReview);
-execution.setVariable('typeOfReview',typeOfReview);
-var clientEmail = execution.getVariable('simpleemail');
-system.out.println ("clientEmail "+clientEmail);
-execution.setVariable('clientEmail',clientEmail);
-var siteRiskClassification = execution.getVariable('siteRiskClassification');
-system.out.println ("siteRiskClassification "+siteRiskClassification );
-execution.setVariable('siteRiskClassification',siteRiskClassification);
-
-
-var owneroperatorradioGroup = execution.getVariable('owneroperatorradioGroup');
-var hiddenUserIdForFormSharingApplicantAsOwner = execution.getVariable('hiddenUserIdForFormSharingApplicantAsOwner');
-var hiddenUserIdForFormSharingWithDiffOwner = execution.getVariable('hiddenUserIdForFormSharingWithDiffOwner');
-var userIdForSharing = '';
-
-
-system.out.println ("owneroperatorradioGroup "+owneroperatorradioGroup );
-system.out.println ("hiddenUserIdForFormSharingApplicantAsOwner"+hiddenUserIdForFormSharingApplicantAsOwner);
-system.out.println ("hiddenUserIdForFormSharingWithDiffOwner "+hiddenUserIdForFormSharingWithDiffOwner);
-
-
-if(owneroperatorradioGroup == "sameAsApplicant")
- {
- system.out.println("owneroperatorradioGroup"+hiddenUserIdForFormSharingApplicantAsOwner);
- userIdForSharing = hiddenUserIdForFormSharingApplicantAsOwner;
-
- }
- else
- {
-
- system.out.println("WithDiffOwner"+hiddenUserIdForFormSharingWithDiffOwner);
- userIdForSharing = hiddenUserIdForFormSharingWithDiffOwner;
-
- }
-
-system.out.println ("userIdForSharing"+userIdForSharing);
-execution.setVariable('userIdForSharing',userIdForSharing);
-
-var listOwnerEmailAddress = [];
-listOwnerEmailAddress.push(clientEmail);
-execution.setVariable('EmailType','CSSA');
-execution.setVariable('name','User');
-execution.setVariable("emailTo", Java.to(listOwnerEmailAddress, "java.lang.Object[]"));
-execution.setVariable('formName','Contaminated Sites Services Application Form');
-
-var applicationsrequested = execution.getVariable('applicationsrequested');
-var certificationdocumentradioGroup = execution.getVariable('certificationdocumentradioGroup');
-var submissionTypeTwo = execution.getVariable('submissionTypeTwo');
-var isSoscAvailable = (submissionTypeTwo ? submissionTypeTwo.reportsSubmitted : false) || (applicationsrequested ? applicationsrequested.siteReclassification ||
-applicationsrequested.approvalOfBackgroundConcentrations : false) || (certificationdocumentradioGroup ? certificationdocumentradioGroup.determinationOfContaminatedSite
-|| certificationdocumentradioGroup.approvalInPrinciple || certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;
-
-execution.setVariable('isSoscAvailable',isSoscAvailable);
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-execution.setVariable('returnedBy', "cssaTeam");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_19ktqsm
- Flow_12uv3km
- Flow_0qw9o9a
- Flow_0wxa7vb
- Flow_0b5e332
- Flow_1stifo9
-
-
- Flow_05pndkl
- Flow_1asq9fa
- Flow_1xx7tz6
-
-
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_1xx7tz6
- Flow_16fwgn1
-
-
-
-
- task.execution.setVariable('isCssaTeam',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','CSSA Team');
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_1quswsc
- Flow_0gb2oz2
- Flow_0wr0mei
- Flow_0lgivc3
- Flow_0bz8atu
-
-
- Flow_0b418rv
- Flow_12uv3km
- Flow_0kfjdmp
-
-
- Flow_0d8ruax
- Flow_0gb2oz2
- Flow_0qw9o9a
- Flow_0pzpbn7
-
-
- Flow_0iubwul
- Flow_19ktqsm
- Flow_0qbjx6e
- Flow_1tu4hj7
- Flow_1ev1kr6
-
-
- Flow_0bz8atu
- Flow_0iubwul
- Flow_16ek6dk
-
-
- Flow_08c8ij1
- Flow_0c90maq
- Flow_17tf2x2
-
-
-
-
-
- cssa_updated
-
-
- Flow_0qbjx6e
- Flow_07eueok
- Flow_1nowy63
- Flow_1l5jf46
- Flow_17uy5we
- Flow_0n61nyr
-
-
- Flow_19ik9s7
- Flow_15f3evi
- Flow_1i04zkp
-
-
- Flow_15f3evi
- Flow_0kw2jbo
- Flow_0wxa7vb
- Flow_1esdw3m
-
-
-
-
-
- cssa_updated
-
-
- Flow_16ek6dk
- Flow_14qx1q0
-
-
- Flow_14qx1q0
-
-
- Flow_1kyum71
- Flow_0fa3idu
-
- Flow_0f731f5
- Flow_1vxydh0
- Flow_00qi8nk
- Flow_130v3rp
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','CSSA Form');
-
-
-
-
-
- Flow_130v3rp
- Flow_04rzv3x
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_0ui56bn
- Flow_1vxydh0
-
-
- Flow_0xnspeg
- Flow_0ui56bn
- Flow_07enxwq
- Flow_0pqk381
-
-
- Flow_07enxwq
- Flow_0yy721o
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"cssa");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','CSSA Form');
-
-
-
-
-
-
-
-
- Flow_0go33vq
- Flow_13zl1nd
-
-
- Flow_16qbig6
- Flow_0f731f5
- Flow_0yy721o
- Flow_1c0kfis
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_1c0kfis
- Flow_06v4kdf
-
-
- Flow_18exjmw
-
-
- Flow_0orrcue
- Flow_00qi8nk
- Flow_0go33vq
-
-
-
-
- execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCssaResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCssaResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_1sbxvgx
- Flow_0rsx4qs
- Flow_0jf2e1l
-
-
-
- Flow_13zl1nd
- Flow_16qbig6
- Flow_1sbxvgx
-
-
-
- Flow_0jf2e1l
-
-
-
-
- Flow_04rzv3x
- Flow_0xnspeg
- Flow_0rsx4qs
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'CSSA');
-
-
-
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
-
-
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
- Flow_18exjmw
- Flow_06v4kdf
- Flow_0pqk381
- Flow_0orrcue
- var system = java.lang.System;
-system.out.println ("Begin CSSA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
-
- Flow_0nkb4yt
- Flow_1m5dyj2
-
- Flow_15z92rp
- Flow_17dpj6g
- Flow_0p3u1yj
- Flow_0639o7i
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SoSC');
-task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SoSC Form');
-
-
-
-
-
- Flow_0639o7i
- Flow_0yi6pa7
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_003kmau
- Flow_17dpj6g
-
-
- Flow_0mjgxil
- Flow_003kmau
- Flow_1itdpy9
- Flow_1raj7vr
-
-
- Flow_1itdpy9
- Flow_0lf9s8z
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"sosc");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SoSC');
-task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SoSC Form');
-
-
-
-
-
-
-
-
- Flow_0vw0lda
- Flow_1dc1l9u
-
-
- Flow_0es7x0e
- Flow_15z92rp
- Flow_0lf9s8z
- Flow_1p0ezkl
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_1p0ezkl
- Flow_0xixsb5
-
-
- Flow_1raj7vr
- Flow_0xixsb5
- Flow_01dcv2u
- Flow_0xnsojj
- var system = java.lang.System;
-system.out.println ("Begin SoSC Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_01dcv2u
-
-
- Flow_0xnsojj
- Flow_0p3u1yj
- Flow_0vw0lda
-
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_0vixcwm
- Flow_1n9gcsu
- Flow_11sb4e2
-
-
- Flow_1dc1l9u
- Flow_0es7x0e
- Flow_0vixcwm
-
-
- Flow_11sb4e2
-
-
- Flow_0yi6pa7
- Flow_0mjgxil
- Flow_1n9gcsu
-
-
-
-
- execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "soscBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus"]
-
-
-
- execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isSoscResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSoscResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus"]
-
-
-
- execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('isSoscResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSoscResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SoSC');
-
-
-
-
-
-
-
-
-
-
-
-
-
- cssa_updated
-
-
- Flow_1i04zkp
- Flow_17tf2x2
- Flow_0jxnrvm
-
-
- Flow_0g9jpvb
- Flow_1kyum71
- Flow_1u3s5mj
- Flow_0nkb4yt
-
-
- Flow_0jxnrvm
-
-
- Flow_0i3fcvy
- Flow_131saby
- Flow_1azn5ag
-
-
- Flow_1azn5ag
- Flow_04qadhc
- Flow_02nvps4
-
-
- Flow_04qadhc
- Flow_01v1a0f
-
- Flow_1lumm7v
- Flow_0rqk8na
- Flow_00s15ao
- Flow_1odhac6
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','CSSA Form');
-
-
-
-
-
- Flow_1odhac6
- Flow_15nyxwz
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_1surrqx
- Flow_0rqk8na
-
-
- Flow_1gd48dj
- Flow_1surrqx
- Flow_1g1rouj
- Flow_0axjodg
-
-
- Flow_1g1rouj
- Flow_1r30rh3
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"cssa");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','CSSA Form');
-
-
-
-
-
-
-
-
- Flow_0kko947
- Flow_13jm4kf
-
-
- Flow_1jlvkno
- Flow_1lumm7v
- Flow_1r30rh3
- Flow_0xf5y0k
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_0xf5y0k
- Flow_1uwj5on
-
-
- Flow_06rvauy
-
-
- Flow_1s3el1j
- Flow_00s15ao
- Flow_0kko947
-
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_11hmda7
- Flow_1vjuqup
- Flow_0u4wuii
-
-
- Flow_13jm4kf
- Flow_1jlvkno
- Flow_11hmda7
-
-
- Flow_0u4wuii
-
-
- Flow_15nyxwz
- Flow_1gd48dj
- Flow_1vjuqup
-
-
- Flow_0axjodg
- Flow_1uwj5on
- Flow_06rvauy
- Flow_1s3el1j
- var system = java.lang.System;
-system.out.println ("Begin CSSA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
-
-
- execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCssaResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCssaResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'CSSA');
-
-
-
-
-
-
-
-
-
-
- Flow_02nvps4
- Flow_147keeo
-
- Flow_0ly2cyz
- Flow_0niwre0
- Flow_1nl5ipm
- Flow_0f4x52g
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SoSC');
-task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SoSC Form');
-
-
-
-
-
- Flow_0f4x52g
- Flow_0ut0zi1
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_0ux2vew
- Flow_0niwre0
-
-
- Flow_0of98ac
- Flow_0ux2vew
- Flow_1aeuu2q
- Flow_1cqow89
-
-
- Flow_1aeuu2q
- Flow_1qqnzvx
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"sosc");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SoSC');
-task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SoSC Form');
-
-
-
-
-
-
-
-
- Flow_0b48ica
- Flow_02bhjf4
-
-
- Flow_0uqrlo1
- Flow_0ly2cyz
- Flow_1qqnzvx
- Flow_1c5adbp
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_1c5adbp
- Flow_0cd2y9a
-
-
- Flow_1cqow89
- Flow_0cd2y9a
- Flow_08ue3be
- Flow_027qwvp
- var system = java.lang.System;
-system.out.println ("Begin SoSC Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_08ue3be
-
-
- Flow_027qwvp
- Flow_1nl5ipm
- Flow_0b48ica
-
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_1tw25qi
- Flow_1wmn6pm
- Flow_09ntkx7
-
-
- Flow_02bhjf4
- Flow_0uqrlo1
- Flow_1tw25qi
-
-
- Flow_09ntkx7
-
-
- Flow_0ut0zi1
- Flow_0of98ac
- Flow_1wmn6pm
-
-
-
-
- execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "soscBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus"]
-
-
-
- execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isSoscResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSoscResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus"]
-
-
-
- execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('isSoscResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSoscResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SoSC');
-
-
-
-
-
-
-
-
-
-
- Flow_01v1a0f
- Flow_147keeo
- Flow_1l5jf46
-
-
- Flow_0n61nyr
-
-
- Flow_1b7b7vp
- Flow_1j9qdt7
-
- Flow_01dljge
- Flow_1inicnb
- Flow_00llqqu
- Flow_10vct33
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','CSSA Form');
-
-
-
-
-
- Flow_10vct33
- Flow_1orl3n2
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_0y6yjq4
- Flow_1inicnb
-
-
- Flow_0gcxxyc
- Flow_0y6yjq4
- Flow_1x8qn14
- Flow_18f4dcj
-
-
- Flow_1x8qn14
- Flow_1huo0lg
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"cssa");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','CSSA Form');
-
-
-
-
-
-
-
-
- Flow_1385q2s
- Flow_0hla21j
-
-
- Flow_1u5ar4j
- Flow_01dljge
- Flow_1huo0lg
- Flow_08vhe64
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_08vhe64
- Flow_0j3ub9c
-
-
- Flow_15qwrqx
-
-
- Flow_1mlkd5t
- Flow_00llqqu
- Flow_1385q2s
-
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_1ldt3wq
- Flow_1gathh9
- Flow_0vsb9eb
-
-
- Flow_0hla21j
- Flow_1u5ar4j
- Flow_1ldt3wq
-
-
- Flow_0vsb9eb
-
-
- Flow_1orl3n2
- Flow_0gcxxyc
- Flow_1gathh9
-
-
- Flow_18f4dcj
- Flow_0j3ub9c
- Flow_15qwrqx
- Flow_1mlkd5t
- var system = java.lang.System;
-system.out.println ("Begin CSSA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
-
-
- execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCssaResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCssaResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'CSSA');
-
-
-
-
-
-
-
-
-
-
- Flow_1r9sgs4
- Flow_1x22wup
-
- Flow_03yoy3w
- Flow_0il3vmv
- Flow_05wlevd
- Flow_0are22b
- var system = java.lang.System;
-system.out.println ("Sent to Caseworker");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
-
- Flow_0are22b
- Flow_07l3syo
-
-
- Flow_0an51l4
- Flow_1fu9yzy
- Flow_1snhou2
- Flow_1ndkwtp
- Flow_1h0m3i7
-
-
- Flow_1snhou2
- Flow_0xfqt3y
- Flow_1vdz37b
- Flow_01epz2i
- Flow_16pxdg9
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
- Flow_16pxdg9
- Flow_0ftakdr
-
-
- Flow_1yzlrk5
- Flow_1w63bha
- Flow_1xo2d1y
- Flow_0k8zbtn
-
-
- Flow_1fu9yzy
- Flow_1w63bha
- Flow_057mgr6
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_1h0m3i7
- Flow_0il3vmv
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_1xo2d1y
- Flow_0xfqt3y
-
-
- Flow_1quxcj1
- Flow_05wlevd
- Flow_1vdz37b
-
-
- Flow_1ndkwtp
- Flow_13fkd7i
- Flow_18uiwvj
- Flow_0qth6vy
- Flow_1j7p3z3
- Flow_10q9ixt
- var system = java.lang.System;
-system.out.println ("Begin SRCR Flow - Sent To SRCO");
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_18uiwvj
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Site Risk Classification Officer');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
- Flow_10q9ixt
- Flow_1jv9mjo
-
-
- Flow_099g99i
- Flow_057mgr6
- Flow_1m3u6g8
- Flow_0ubwm3f
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_0ubwm3f
- Flow_13fkd7i
-
-
- Flow_1m3u6g8
- Flow_01epz2i
- Flow_1quxcj1
-
-
- Flow_0k8zbtn
- Flow_0qth6vy
- Flow_06l4mcj
-
-
- Flow_06l4mcj
- Flow_03yoy3w
- Flow_1j7p3z3
-
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_1f5nol9
- Flow_07t1o4f
- Flow_04demhb
- Flow_1fnm4v9
-
-
- Flow_1jv9mjo
- Flow_099g99i
- Flow_1f5nol9
-
-
- Flow_07l3syo
- Flow_0an51l4
- Flow_07t1o4f
-
-
- Flow_1fnm4v9
-
-
- Flow_0ftakdr
- Flow_1yzlrk5
- Flow_04demhb
-
-
-
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
-
-
- execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
- ${siteRiskClassification != 'notHighRisk'}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Approved' or action == 'Rejected' }
-
-
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
- ${action == 'Recheck' }
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' }
-
-
- ${siteRiskClassification == 'notHighRisk'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SRCR');
-
-
-
-
-
-
-
-
-
- ${siteRiskClassification != 'notHighRisk' }
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
-
-
-
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
- ${siteRiskClassification == 'notHighRisk' }
-
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('bundleStatus', "cssaMgrAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
- ${riskclassification == 'exempt'}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${riskclassification != 'exempt'}
-
-
-
-
-
-
-
- execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
-
-
-
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
-
-
- ${applicationStatus== 'Resubmitted' and isSdm== true}
-
-
- ${isSentFromSociety == true}
-
-
-
-
- execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
- ${applicationStatus== 'Resubmitted' and isCaseworker== true}
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
- ${isSoscAvailable==false}
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
-
-
- execution.setVariable('isSdm',true);
-
-
- ${action == 'Returned'}
-
-
- ${action == 'Recheck' and isSentFromSociety == true}
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
- ${isSoscAvailable==true}
-
-
- ${isSoscAvailable==false}
-
-
-
-
-
-
-
- execution.setVariable('bundleStatus', "cssaTeamAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
- ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
-
-
- ${applicationStatus== 'Resubmitted' and isSociety== true}
-
-
- ${applicationStatus== 'Resubmitted' and isAp== true}
-
-
- ${applicationStatus!= 'Resubmitted'}
-
-
-
- ${applicationStatus== 'Signed'}
-
-
- ${owneroperatorradioGroup=='sameAsApplicant'}
-
-
-
- ${typeOfReview!= 'directToMinistryApplication'}
-
-
- ${action == 'Recheck'}
-
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
-
-
- var system = java.lang.System;
-execution.setVariable('isSentFromSociety',false);
-system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
-
-
- ${typeOfReview== 'directToMinistryApplication'}
-
-
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCaseworker',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isCssaTeam',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isAp',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isSociety',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- var system = java.lang.System;
-system.out.println ("site owner flow");
-
-
- ${owneroperatorradioGroup=='different'}
-
-
-
- ${action == 'Accepted'}
-
-
-
-
-
-
- ${action == 'Rejected'}
-
-
-
-
-
-
- execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
-
-
-
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
-
-
-
-
-
-
-
-
-
- ${isSoscAvailable==true}
-
-
-
-
-
-
- Flow_1j9qdt7
- Flow_1x22wup
- Flow_17uy5we
-
-
-
-
-
-
- execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
-
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
From de3300691b6d53eedde2396f868c606ce7b05832 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Thu, 18 Jan 2024 14:49:50 -0800
Subject: [PATCH 28/88] fix for issue 215
---
.../processes/Bundling/subProcess/CSSABundleWorklow.bpmn | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 6532d705..ab3369c3 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -881,10 +881,16 @@ execution.setVariable('formName','Contaminated Sites Services Application Form')
var applicationsrequested = execution.getVariable('applicationsrequested');
var certificationdocumentradioGroup = execution.getVariable('certificationdocumentradioGroup');
var submissionTypeTwo = execution.getVariable('submissionTypeTwo');
+
+submissionTypeTwo = JSON.parse(submissionTypeTwo);
+applicationsrequested = JSON.parse(applicationsrequested);
+certificationdocumentradioGroup = JSON.parse(certificationdocumentradioGroup);
+
var isSoscAvailable = (submissionTypeTwo ? submissionTypeTwo.reportsSubmitted : false) || (applicationsrequested ? applicationsrequested.siteReclassification ||
applicationsrequested.approvalOfBackgroundConcentrations : false) || (certificationdocumentradioGroup ? certificationdocumentradioGroup.determinationOfContaminatedSite
|| certificationdocumentradioGroup.approvalInPrinciple || certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;
+system.out.println ("isSoscAvailable "+isSoscAvailable );
execution.setVariable('isSoscAvailable',isSoscAvailable);
From ae9de20e6849f0891e722b25af07bb689978920a Mon Sep 17 00:00:00 2001
From: Eric Ribeiro
Date: Sat, 20 Jan 2024 11:16:14 -0800
Subject: [PATCH 29/88] fix: update exemptions in `CSSA`
---
...nated Sites Services Application Form.json | 154 +++++++++++-------
1 file changed, 94 insertions(+), 60 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index 9f61db73..ab8956d9 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -7662,7 +7662,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "ehmz9lv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9305,7 +9305,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ewhx8sm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18464,7 +18464,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva8800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elva880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18544,7 +18544,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey48nu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18919,7 +18919,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyxe45n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19012,7 +19012,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "efdcvf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19226,7 +19226,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "emf4u7g0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20278,7 +20278,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev43oe90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20358,7 +20358,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eb3d0l0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20733,7 +20733,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyv4fcu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20826,7 +20826,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecgeub0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21040,7 +21040,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eguyyh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22643,92 +22643,126 @@
"tableView": false,
"components": [
{
- "key": "riskclassificationexemption",
- "type": "radio",
- "input": true,
"label": "riskclassificationchange",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
"values": [
{
- "label": "Site release request under Scenario 1",
- "value": "siteReleaseRequestUnderScenario1",
+ "label": "Duplicate site risk classification information – simultaneous triggers exemption",
+ "value": "duplicateSiteRiskClassificationInformationSimultaneousTriggersExemption",
"shortcut": ""
},
{
- "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
- "value": "SRCR",
+ "label": "Soil quantity exemption [REMOVED]",
+ "value": "soilQuantityExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Application for a determination that a site is not contaminated exemption",
+ "value": "applicationForADeterminationThatASiteIsNotContaminatedExemption",
"shortcut": ""
},
{
- "label": "Application is for a determination that a site is not contaminated",
- "value": "determination",
+ "label": "Residential heating oil tank exemption",
+ "value": "residentialHeatingOilTankExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Spill reporting exemption",
+ "value": "spillReportingExemptio",
+ "shortcut": ""
+ },
+ {
+ "label": "OGC/BCER sites described as non-priority sites",
+ "value": "ogcBcerSitesDescribedAsNonPrioritySites",
+ "shortcut": ""
+ },
+ {
+ "label": "Site release request under Scenario 1",
+ "value": "siteReleaseRequestUnderScenario1",
+ "shortcut": ""
+ },
+ {
+ "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
+ "value": "srcrSubmittedWithinPast5YearsAndNoChangeToPreviousSiteRiskClassification",
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
- "hideLabel": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "riskclassificationexemption",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "enyf3n1"
+ "id": "edjjbpl",
+ "defaultValue": ""
},
{
"key": "dateOfMostRecentSiteRiskClassificationReport",
From 8e655f253c33bbf436b7bb3ee7637829be047b5e Mon Sep 17 00:00:00 2001
From: Eric Ribeiro
Date: Sat, 20 Jan 2024 11:20:46 -0800
Subject: [PATCH 30/88] fix: update exemptions in `DERA`
---
... Ecological Risk Assessment Checklist.json | 134 +++++++++++-------
1 file changed, 84 insertions(+), 50 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 9e75953b..fac9036e 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -5582,7 +5582,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -35164,92 +35164,126 @@
"tableView": false,
"components": [
{
- "key": "riskclassificationexemption",
- "type": "radio",
- "input": true,
"label": "riskclassificationchange",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
"values": [
{
- "label": "Site release request under Scenario 1",
- "value": "siteReleaseRequestUnderScenario1",
+ "label": "Duplicate site risk classification information – simultaneous triggers exemption",
+ "value": "duplicateSiteRiskClassificationInformationSimultaneousTriggersExemption",
"shortcut": ""
},
{
- "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
- "value": "SRCR",
+ "label": "Soil quantity exemption [REMOVED]",
+ "value": "soilQuantityExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Application for a determination that a site is not contaminated exemption",
+ "value": "applicationForADeterminationThatASiteIsNotContaminatedExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential heating oil tank exemption",
+ "value": "residentialHeatingOilTankExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Spill reporting exemption",
+ "value": "spillReportingExemptio",
"shortcut": ""
},
{
- "label": "Application is for a determination that a site is not contaminated",
- "value": "determination",
+ "label": "OGC/BCER sites described as non-priority sites",
+ "value": "ogcBcerSitesDescribedAsNonPrioritySites",
+ "shortcut": ""
+ },
+ {
+ "label": "Site release request under Scenario 1",
+ "value": "siteReleaseRequestUnderScenario1",
+ "shortcut": ""
+ },
+ {
+ "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
+ "value": "srcrSubmittedWithinPast5YearsAndNoChangeToPreviousSiteRiskClassification",
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
- "hideLabel": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "riskclassificationexemption",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e92f5l9"
+ "id": "emm5c9e",
+ "defaultValue": ""
},
{
"key": "dateOfMostRecentSiteRiskClassificationReport",
@@ -36111,7 +36145,7 @@
}
],
"collapsible": false,
- "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
From 32f6b426a27b13f6d53b7fb1dbddca63f62bae22 Mon Sep 17 00:00:00 2001
From: Eric Ribeiro
Date: Sat, 20 Jan 2024 11:24:21 -0800
Subject: [PATCH 31/88] fix: update exemptions in `NOM`
---
...ication of Likely or Actual Migration.json | 20 +++++--------------
1 file changed, 5 insertions(+), 15 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
index 688610b4..d9aa8b48 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
@@ -1307,7 +1307,7 @@
"attributes": {},
"components": [
{
- "id": "ea2btv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ea2btv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "Panel-InformationForAffectedAndLikelyAffectedParcels",
"tree": false,
"type": "panel",
@@ -9179,7 +9179,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emrk44b000000000000000000000000000000"
+ "id": "emrk44b00000000000000000000000000000000"
}
],
"errorLabel": "",
@@ -9451,18 +9451,13 @@
"value": "duplicateSiteRiskClassificationInformationSimultaneousTriggersExemption",
"shortcut": ""
},
- {
- "label": "Duplicate site risk classification information – previous submissions exemption",
- "value": "duplicateSiteRiskClassificationInformationPreviousSubmissionsExemption",
- "shortcut": ""
- },
{
"label": "Soil quantity exemption [REMOVED]",
"value": "soilQuantityExemption",
"shortcut": ""
},
{
- "label": "Application for a Determination that a site is not contaminated exemption",
+ "label": "Application for a determination that a site is not contaminated exemption",
"value": "applicationForADeterminationThatASiteIsNotContaminatedExemption",
"shortcut": ""
},
@@ -9490,11 +9485,6 @@
"label": "SRCR submitted within past 5 years and no change to previous site risk classification",
"value": "srcrSubmittedWithinPast5YearsAndNoChangeToPreviousSiteRiskClassification",
"shortcut": ""
- },
- {
- "label": "Application is for a determination that a site is not contaminated",
- "value": "applicationIsForADeterminationThatASiteIsNotContaminated",
- "shortcut": ""
}
],
"dataType": "",
@@ -9559,7 +9549,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eliguki",
+ "id": "ec0xe0p",
"defaultValue": ""
},
{
@@ -10943,4 +10933,4 @@
]
}
]
-}
\ No newline at end of file
+}
From 58035572c2a280cd388f744bee56e0b0a0f3305d Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Mon, 22 Jan 2024 10:43:53 -0800
Subject: [PATCH 32/88] workflow simplification
---
.../subProcess/CSSABundleWorklow.bpmn | 7038 ++++++-----------
1 file changed, 2310 insertions(+), 4728 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index ab3369c3..766de350 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -5,229 +5,365 @@
-
- Gateway_17raw62
- Activity_15772wo
- Gateway_08cgufe
- StartEvent_1
- Activity_0k6ixqm
- Activity_1ozfgid
- Activity_1v5ffpw
- Gateway_1qqphxe
- Activity_0a9pnut
-
-
- Activity_1uc1xs1
- Gateway_04o747e
-
-
- Activity_08ykdar
- Gateway_0oobb3z
- Gateway_1gzq005
- Activity_1os7sys
- Event_0bwdoce
-
-
- Activity_1ao3zkj
- Gateway_15p5urd
+
+ Gateway_1lfy3cm
+ Activity_1qnqtak
+ Gateway_1chdumm
+ Activity_0vo5rls
- Gateway_1m36jwe
Activity_15e3ho6
Activity_0tsm937
Gateway_1lgyz1h
Activity_1bsz2qm
Activity_1hs3dja
Gateway_1lbpcug
- Gateway_1xrj5sn
+ Gateway_1w5c6b3
+ Gateway_0462nfe
+ Gateway_0uf75ow
+ Event_0sdygwc
Gateway_1l4bqor
Activity_0kxdigs
Gateway_0pty1fn
Gateway_0o9l3lp
Activity_0q362ss
- Gateway_0uf75ow
Event_1n5addo
- Gateway_0vp590v
- Gateway_0qemi54
- Event_0sdygwc
Activity_1bhbq4y
Activity_07ttn7q
Activity_12e3zvm
- Activity_1wrcu91
- Activity_0r75nsw
- Activity_0baoxlp
- Activity_1d2xuv3
- Gateway_06gmmov
+ Event_11266p9
+ Gateway_1m36jwe
+ Event_0aovo8e
-
- Gateway_1lfy3cm
- Activity_1qnqtak
- Gateway_1chdumm
- Gateway_1l0ehcm
- Activity_0vo5rls
- Gateway_0w0koaj
+
+ Gateway_0yisf6v
+ Activity_1ao3zkj
+ Gateway_15p5urd
+
+
+ Activity_08ykdar
+ Gateway_0oobb3z
+ Gateway_1gzq005
+ Activity_1os7sys
+ Event_0bwdoce
+
+
+ Gateway_00nmer9
+ Activity_1uc1xs1
+ Gateway_04o747e
+
+
+ Gateway_17raw62
+ Activity_15772wo
+ Gateway_08cgufe
+ StartEvent_1
+ Activity_0k6ixqm
+ Activity_1ozfgid
+ Activity_1v5ffpw
+ Gateway_1qqphxe
+ Activity_0a9pnut
-
- Flow_0gcqir8
- Flow_02ysv7t
- Flow_0lgivc3
-
-
+
+
+
+
+
+
+
+ ${action == 'Rejected'}
+
+
+
- Flow_02ysv7t
- Flow_026ykts
- var system = java.lang.System;
-var selectCssaSdm= execution.getVariable('selectCssaSdm');
-system.out.println ("selectCssaSdm"+selectCssaSdm);
-execution.setVariable('cssaSdmAssignment',selectCssaSdm);
-system.out.println ("cssaSdmAssignment"+execution.getVariable('cssaSdmAssignment'));
-
-var selectCssaCaseworker= execution.getVariable('selectCssaCaseworker');
-system.out.println ("selectCssaCaseworker"+selectCssaCaseworker);
-execution.setVariable('cssaCaseworkerAssignment',selectCssaCaseworker);
-system.out.println ("cssaCaseworkerAssignment"+execution.getVariable('cssaCaseworkerAssignment'));
-
-var selectSoscSdm= execution.getVariable('selectSoscSdm');
-system.out.println ("selectSoscSdm"+selectSoscSdm);
-execution.setVariable('soscSdmAssignment',selectSoscSdm);
-system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
-
-var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
-system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
-execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
-system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-
-var selectSoscSdm= execution.getVariable('selectSoscSdm');
-system.out.println ("selectSoscSdm"+selectSoscSdm);
-execution.setVariable('soscSdmAssignment',selectSoscSdm);
-system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
-
-var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
-system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
-execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
-system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-
-var selectSdm= execution.getVariable('selectSdm');
-system.out.println ("selectSdm"+selectSdm);
-execution.setVariable('sdmAssignment',selectSdm);
-system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-var selectCaseworker= execution.getVariable('selectCaseworker');
-system.out.println ("selectCaseworker"+selectCaseworker);
-execution.setVariable('caseworkerAssignment',selectCaseworker);
-system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
-
-var selectSrco= execution.getVariable('selectSrco');
-system.out.println ("selectSrco"+selectSrco);
-execution.setVariable('srcoAssignment',selectSrco);
-system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
-
- Flow_026ykts
- Flow_0drs8s9
- Flow_0i3fcvy
-
-
- Flow_0fa3idu
- Flow_1phkhb3
- Flow_1m5dyj2
- Flow_1nowy63
-
-
- Flow_0kw2jbo
- Flow_057qs1x
- Flow_0ovj0pk
- Flow_07vh0na
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
- Flow_0d8ioqs
- Flow_1jxxrt6
- Flow_131saby
- Flow_0qiqnks
- var system = java.lang.System;
-system.out.println ("Begin CSSA Individual Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_0qiqnks
- Flow_057qs1x
- Flow_01suxh6
-
-
+
+
+
+ ${action == 'Accepted'}
+
+
-
- task.execution.setVariable('isCaseworker',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-
-
-
+
+ var system = java.lang.System;
+system.out.println ("site owner flow");
+
+
+ ${owneroperatorradioGroup=='different'}
+
+
+
+
+ execution.setVariable('isSociety',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isAp',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isCssaTeam',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isCaseworker',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+
+
["applicationId", "applicationStatus"]
-
+
+
- Flow_01suxh6
- Flow_19ik9s7
-
-
+
+
+
-
- task.execution.setVariable('isSdm',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-
-
-
+
+
["applicationId", "applicationStatus"]
-
+
+
- Flow_07vh0na
- Flow_08c8ij1
-
-
- Flow_0c90maq
- Flow_0b5e332
- Flow_1jxxrt6
- Flow_07eueok
- Flow_0aabyhy
-
-
- Flow_0drs8s9
- Flow_0g9jpvb
- Flow_118thnc
-
-
- Flow_118thnc
- Flow_1b7b7vp
- Flow_1r9sgs4
-
-
- Flow_1u3s5mj
- Flow_1phkhb3
-
- Flow_05vthw4
- Flow_1ojyq91
- Flow_019edzt
- Flow_0cdvwnp
+
+
+
+
+ var system = java.lang.System;
+execution.setVariable('isSentFromSociety',false);
+system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
+
+
+ ${typeOfReview== 'directToMinistryApplication'}
+
+
+ ${action == 'Recheck'}
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+ ${typeOfReview!= 'directToMinistryApplication'}
+
+
+ ${owneroperatorradioGroup=='sameAsApplicant'}
+
+
+
+ ${applicationStatus== 'Signed'}
+
+
+ ${applicationStatus!= 'Resubmitted'}
+
+
+ ${applicationStatus== 'Resubmitted' and isAp== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSociety== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
+
+
+
+ ${action == 'Recheck'}
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaTeamAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+
+
+
+
+
+ ${riskclassification != 'exempt'}
+
+
+
+ ${isSoscAvailable==true}
+
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+ ${action == 'Recheck' and isSentFromSociety == true}
+
+
+
+
+ execution.setVariable('isSdm',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+ ${applicationStatus== 'Resubmitted' and isCaseworker== true}
+
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${isSentFromSociety == true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSdm== true}
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
+
+
+
+ var system = java.lang.System;
+system.out.println ("cssaStatus "+execution.getVariable('cssaStatus') );
+system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
+
+if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+
+
+
+ ${riskclassification == 'exempt' && isSoscAvailable==false}
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${riskclassification != 'exempt' || isSoscAvailable==true}
+
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaMgrAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+ Flow_0jxnrvm
+
+
+
+
+
+ cssa_updated
+
+
+ Flow_1i04zkp
+ Flow_17tf2x2
+ Flow_0jxnrvm
+
+
+ Flow_1b2svdy
+ Flow_1m5dyj2
+
+ Flow_15z92rp
+ Flow_17dpj6g
+ Flow_0p3u1yj
+ Flow_0639o7i
var system = java.lang.System;
-system.out.println ("Sent to Caseworker");
+system.out.println ("Sent to SDM");
-
+
@@ -238,99 +374,25 @@ system.out.println ("Sent to Caseworker");
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
+ task.execution.setVariable('task_id',task.getId());
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SRCR Form');
-
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SoSC Form');
-
+
- Flow_0cdvwnp
- Flow_1ccbyzk
+ Flow_0639o7i
+ Flow_0yi6pa7
-
- Flow_02gyla8
- Flow_0zzhoui
- Flow_1ixkifd
- Flow_0pqd76u
- Flow_187pabg
-
-
- Flow_1ixkifd
- Flow_0izugkb
- Flow_0xqj2sm
- Flow_1pdey0j
- Flow_0qaeplv
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
- Flow_0qaeplv
- Flow_0mtd57d
-
-
- Flow_1jm1bhe
- Flow_0k5l8nk
- Flow_0ryglee
- Flow_1kizv19
-
-
- Flow_0zzhoui
- Flow_0k5l8nk
- Flow_14snpj2
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_187pabg
- Flow_1ojyq91
-
-
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -338,34 +400,25 @@ task.execution.setVariable('subFormName','SRCR Form');
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus"]
- Flow_0ryglee
- Flow_0izugkb
+ Flow_003kmau
+ Flow_17dpj6g
-
- Flow_0q159o1
- Flow_019edzt
- Flow_0xqj2sm
+
+ Flow_0mjgxil
+ Flow_003kmau
+ Flow_1itdpy9
+ Flow_1raj7vr
-
- Flow_0pqd76u
- Flow_00vao62
- Flow_1axts3r
- Flow_1g44pgu
- Flow_1up3td8
- Flow_0c71o5w
- var system = java.lang.System;
-system.out.println ("Begin SRCR Flow - Sent To SRCO");
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_1axts3r
-
-
+
+ Flow_1itdpy9
+ Flow_0lf9s8z
+
+
@@ -377,31 +430,34 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
+task.execution.setVariableLocal('variable1',"sosc");
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Site Risk Classification Officer');
-task.execution.setVariable('subFormName','SRCR Form');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SoSC Form');
+
+
+
-
+
- Flow_0c71o5w
- Flow_0h34vew
+ Flow_0vw0lda
+ Flow_1dc1l9u
-
- Flow_168htzm
- Flow_14snpj2
- Flow_0qz0c7u
- Flow_1ifs52w
+
+ Flow_0es7x0e
+ Flow_15z92rp
+ Flow_0lf9s8z
+ Flow_1p0ezkl
-
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -409,315 +465,594 @@ task.execution.setVariable('subFormName','SRCR Form');
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus"]
- Flow_1ifs52w
- Flow_00vao62
+ Flow_1p0ezkl
+ Flow_0xixsb5
-
- Flow_0qz0c7u
- Flow_1pdey0j
- Flow_0q159o1
+
+ Flow_1raj7vr
+ Flow_0xixsb5
+ Flow_01dcv2u
+ Flow_0xnsojj
+ var system = java.lang.System;
+system.out.println ("Begin SoSC Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_01dcv2u
+
+
+ Flow_0xnsojj
+ Flow_0p3u1yj
+ Flow_0vw0lda
-
+
-
-
+
+
+ cssa_subforms_updated
+
- ${isSentFromSociety == false}
+ Flow_0vixcwm
+ Flow_1n9gcsu
+ Flow_11sb4e2
+
+
+ Flow_1dc1l9u
+ Flow_0es7x0e
+ Flow_0vixcwm
+
+
+ Flow_11sb4e2
+
+
+ Flow_0yi6pa7
+ Flow_0mjgxil
+ Flow_1n9gcsu
+
+
+
+
+ execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "soscBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
-
+
-
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
+
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
- ${isSentFromSociety == false}
+
+ ${isSentFromSociety == true}
-
-
+
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "soscStatus"]
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+ execution.setVariable('isSoscResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
+ ${action == 'Returned'}
-
+
+
+
+
execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
- ${action == 'Rejected'}
+ ${action == 'Rejected' or action == 'Approved' }
-
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
- execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
- ${action == 'Accepted'}
+ ${action == 'Rejected'}
-
-
- ${action == 'Recheck'}
+
+ ${isSentFromSociety == false}
-
+
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "soscStatus"]
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+
+
- ${action == 'Returned' }
-
+
+
+
+
+
+ execution.setVariable('isSoscResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
-
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
- ${isSentFromSociety == true}
-
-
- ${siteRiskClassification != 'notHighRisk'}
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SoSC');
+
+
+
-
-
+
+
+
+
+
+
+ Flow_1kyum71
+ Flow_0fa3idu
+
+ Flow_0f731f5
+ Flow_1vxydh0
+ Flow_00qi8nk
+ Flow_130v3rp
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
-
+
+
+ Y
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["pid","applicationId","process_pid","task_id"]
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+ Flow_130v3rp
+ Flow_04rzv3x
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
-
-
+ Flow_0ui56bn
+ Flow_1vxydh0
+
+
+ Flow_0xnspeg
+ Flow_0ui56bn
+ Flow_07enxwq
+ Flow_0pqk381
+
+
+ Flow_07enxwq
+ Flow_0yy721o
+
+
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"cssa");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
+
+
+
+
- ${action == 'Approved' or action == 'Rejected' }
-
-
+ Flow_0go33vq
+ Flow_13zl1nd
+
+
+ Flow_16qbig6
+ Flow_0f731f5
+ Flow_0yy721o
+ Flow_1c0kfis
+
+
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
+
+ execution.setVariable('applicationStatus', "Resubmit");
-
+
+
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+ ["applicationId", "applicationStatus"]
+
- ${action == 'Returned' }
-
-
+ Flow_1c0kfis
+ Flow_06v4kdf
+
+
+ Flow_18exjmw
+
+
+ Flow_0orrcue
+ Flow_00qi8nk
+ Flow_0go33vq
+
+
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
- ${action == 'Rejected' }
-
-
- ${siteRiskClassification == 'notHighRisk'}
+ ${action == 'Accepted'}
-
+
-
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
- ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SRCR');
-
-
-
-
-
-
+
+ ${isSentFromSociety == true}
-
+
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "cssaStatus"]
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
+
+
+
+
- execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+ execution.setVariable('isCssaResubmitted', true);
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
- ${action == 'Accepted'}
+ ${action == 'Returned'}
-
+
-
+
+
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
- ${action == 'Returned' }
+ ${action == 'Rejected' or action == 'Approved' }
-
+
-
-
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
- ${siteRiskClassification != 'notHighRisk' }
-
-
- Flow_1kizv19
- Flow_1g44pgu
- Flow_1q2jho1
-
-
- ${action == 'Recheck' }
+ ${action == 'Rejected'}
-
- Flow_1q2jho1
- Flow_05vthw4
- Flow_1up3td8
-
-
- ${siteRiskClassification == 'notHighRisk' }
+
+ ${isSentFromSociety == false}
-
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus"]
+
+
+
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
- ${isSentFromSociety == true}
-
+
+
+
+
+ execution.setVariable('isCssaResubmitted', true);
+
+
+
+ ["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+
+ ${action == 'Returned'}
+
+
cssa_subforms_updated
- Flow_0dn9scp
- Flow_0v3xmtu
- Flow_007p6h2
- Flow_1g9gkqq
+ Flow_1sbxvgx
+ Flow_0rsx4qs
+ Flow_0jf2e1l
-
-
- Flow_0h34vew
- Flow_168htzm
- Flow_0dn9scp
-
-
-
-
- Flow_1ccbyzk
- Flow_02gyla8
- Flow_0v3xmtu
+
+
+ Flow_13zl1nd
+ Flow_16qbig6
+ Flow_1sbxvgx
-
-
- Flow_1g9gkqq
+
+
+ Flow_0jf2e1l
-
-
-
- Flow_0mtd57d
- Flow_1jm1bhe
- Flow_007p6h2
+
+
+
+ Flow_04rzv3x
+ Flow_0xnspeg
+ Flow_0rsx4qs
-
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'CSSA');
+
+
+
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('isCssaResubmitted', false);
+
+
+
+ ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+
+
+
+
+
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+ Flow_18exjmw
+ Flow_06v4kdf
+ Flow_0pqk381
+ Flow_0orrcue
+ var system = java.lang.System;
+system.out.println ("Begin CSSA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
-
+
+ Flow_14qx1q0
+
+
+
+
+
+ cssa_updated
+
+
+ Flow_16ek6dk
+ Flow_1258dam
+ Flow_01zmsuo
+ Flow_14qx1q0
+
+
+ Flow_15f3evi
+ Flow_0kw2jbo
+ Flow_0wxa7vb
+ Flow_1esdw3m
+
+
+ Flow_19ik9s7
+ Flow_15f3evi
+ Flow_1i04zkp
+
+
+
+
+
+ cssa_updated
+
+
+ Flow_0qbjx6e
+ Flow_07eueok
+ Flow_1nowy63
+ Flow_0n61nyr
+
+
+ Flow_08c8ij1
+ Flow_0c90maq
+ Flow_17tf2x2
+
+
+ Flow_0bz8atu
+ Flow_0iubwul
+ Flow_16ek6dk
+
+
+ Flow_0iubwul
+ Flow_19ktqsm
+ Flow_0qbjx6e
+ Flow_1tu4hj7
+ Flow_1ev1kr6
+
+
+ Flow_0itdetv
+ Flow_0gb2oz2
+ Flow_0qw9o9a
+ Flow_0pzpbn7
+
+
+ Flow_0kumbes
+ Flow_12uv3km
+ Flow_0kfjdmp
+
+
task.execution.setVariable('isCssaTeam',false);
@@ -725,7 +1060,8 @@ execution.setVariable('requestType', 'SRCR');
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','CSSA Team');
@@ -734,41 +1070,18 @@ task.execution.setVariable('deleteReason', "completed");
- Flow_1tu4hj7
- Flow_1esdw3m
- Flow_0aabyhy
- Flow_0gcqir8
+ Flow_1quswsc
+ Flow_0gb2oz2
+ Flow_0wr0mei
+ Flow_0lgivc3
+ Flow_0bz8atu
-
- Flow_0ohuh4k
- Flow_1xj96i6
- Flow_0527h3y
- Flow_0543g25
- Flow_0wr0mei
- Flow_0d8ioqs
- Flow_0ovj0pk
-
-
-
-
- var system = java.lang.System;
-system.out.println ("form signed");
-
-
- Flow_1asq9fa
- Flow_16fwgn1
- Flow_0ohuh4k
-
-
+
-
- task.execution.setVariable('isAp',false);
-
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Contaminated Sites Approved Professional');
+task.execution.setVariable('deleteReason', "completed");
@@ -777,54 +1090,35 @@ task.execution.setVariable('userRole','Contaminated Sites Approved Professional'
- Flow_142lsgk
- Flow_0pzpbn7
- Flow_0527h3y
- Flow_0b418rv
+ Flow_1xx7tz6
+ Flow_16fwgn1
-
+
+ Flow_05pndkl
+ Flow_1asq9fa
+ Flow_1xx7tz6
+
+
-
- task.execution.setVariable('isSociety',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-var system = java.lang.System;
-task.execution.setVariable('isSentFromSociety',true);
-system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
-task.execution.setVariable('userRole','Contaminated Sites Approved Professionals Society');
-
-
-
+
+ execution.setVariable('applicationStatus', "Resubmit");
+execution.setVariable('returnedBy', "cssaTeam");
+
+
+
["applicationId", "applicationStatus"]
-
+
+
- Flow_0kfjdmp
- Flow_0543g25
- Flow_1ev1kr6
- Flow_0d8ruax
-
-
- Flow_1xj96i6
- Flow_1quswsc
- Flow_142lsgk
-
-
- Flow_1rc30l8
-
-
- Flow_1rc30l8
- Flow_0dbqph3
- var system = java.lang.System;
-system.out.println ("Submit Bundle");
-execution.setVariable('isAp',false);
-execution.setVariable('isSociety',false);
-execution.setVariable('isCssaTeam',false);
-
+ Flow_19ktqsm
+ Flow_12uv3km
+ Flow_0qw9o9a
+ Flow_0wxa7vb
+ Flow_0b5e332
+ Flow_1stifo9
+
Flow_0dbqph3
Flow_1stifo9
@@ -893,38 +1187,36 @@ applicationsrequested.approvalOfBackgroundConcentrations : false) || (certificat
system.out.println ("isSoscAvailable "+isSoscAvailable );
execution.setVariable('isSoscAvailable',isSoscAvailable);
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-execution.setVariable('returnedBy', "cssaTeam");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_19ktqsm
- Flow_12uv3km
- Flow_0qw9o9a
- Flow_0wxa7vb
- Flow_0b5e332
- Flow_1stifo9
-
-
- Flow_05pndkl
- Flow_1asq9fa
- Flow_1xx7tz6
+
+ Flow_1rc30l8
+ Flow_0dbqph3
+ var system = java.lang.System;
+system.out.println ("Submit Bundle");
+execution.setVariable('isAp',false);
+execution.setVariable('isSociety',false);
+execution.setVariable('isCssaTeam',false);
+
+
+ Flow_1rc30l8
+
+
+ Flow_1xj96i6
+ Flow_1quswsc
+ Flow_142lsgk
-
+
+
+ task.execution.setVariable('isSociety',false);
+
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+var system = java.lang.System;
+task.execution.setVariable('isSentFromSociety',true);
+system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
+task.execution.setVariable('userRole','Contaminated Sites Approved Professionals Society');
@@ -933,19 +1225,21 @@ task.execution.setVariable('deleteReason', "completed");
- Flow_1xx7tz6
- Flow_16fwgn1
+ Flow_0kfjdmp
+ Flow_0543g25
+ Flow_1ev1kr6
+ Flow_0d8ruax
-
+
- task.execution.setVariable('isCssaTeam',false);
+ task.execution.setVariable('isAp',false);
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','CSSA Team');
+task.execution.setVariable('userRole','Contaminated Sites Approved Professional');
@@ -954,90 +1248,65 @@ task.execution.setVariable('userRole','CSSA Team');
- Flow_1quswsc
- Flow_0gb2oz2
- Flow_0wr0mei
- Flow_0lgivc3
- Flow_0bz8atu
+ Flow_142lsgk
+ Flow_0pzpbn7
+ Flow_0527h3y
+ Flow_0b418rv
-
- Flow_0b418rv
- Flow_12uv3km
- Flow_0kfjdmp
-
-
- Flow_0d8ruax
- Flow_0gb2oz2
- Flow_0qw9o9a
- Flow_0pzpbn7
-
-
- Flow_0iubwul
- Flow_19ktqsm
- Flow_0qbjx6e
- Flow_1tu4hj7
- Flow_1ev1kr6
-
-
- Flow_0bz8atu
- Flow_0iubwul
- Flow_16ek6dk
-
-
- Flow_08c8ij1
- Flow_0c90maq
- Flow_17tf2x2
-
-
+
-
-
- cssa_updated
-
+
+ var system = java.lang.System;
+system.out.println ("form signed");
+
- Flow_0qbjx6e
- Flow_07eueok
- Flow_1nowy63
- Flow_1l5jf46
- Flow_17uy5we
- Flow_0n61nyr
-
-
- Flow_19ik9s7
- Flow_15f3evi
- Flow_1i04zkp
-
-
- Flow_15f3evi
- Flow_0kw2jbo
- Flow_0wxa7vb
- Flow_1esdw3m
+ Flow_1asq9fa
+ Flow_16fwgn1
+ Flow_0ohuh4k
+
+
+ Flow_0ohuh4k
+ Flow_1xj96i6
+ Flow_0527h3y
+ Flow_0543g25
+ Flow_0wr0mei
+ Flow_0d8ioqs
+ Flow_0ovj0pk
-
+
-
-
- cssa_updated
-
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
- Flow_16ek6dk
- Flow_14qx1q0
-
-
- Flow_14qx1q0
-
-
- Flow_1kyum71
- Flow_0fa3idu
-
- Flow_0f731f5
- Flow_1vxydh0
- Flow_00qi8nk
- Flow_130v3rp
+ Flow_1tu4hj7
+ Flow_1esdw3m
+ Flow_0aabyhy
+ Flow_0gcqir8
+
+
+ Flow_0kxmgbn
+ Flow_1phkhb3
+
+ Flow_05vthw4
+ Flow_1ojyq91
+ Flow_019edzt
+ Flow_0cdvwnp
var system = java.lang.System;
-system.out.println ("Sent to SDM");
+system.out.println ("Sent to Caseworker");
-
+
@@ -1048,25 +1317,77 @@ system.out.println ("Sent to SDM");
- task.execution.setVariable('task_id',task.getId());
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+
+ Flow_0cdvwnp
+ Flow_1ccbyzk
+
+
+ Flow_02gyla8
+ Flow_0zzhoui
+ Flow_1ixkifd
+ Flow_0pqd76u
+ Flow_187pabg
+
+
+ Flow_1ixkifd
+ Flow_0izugkb
+ Flow_0xqj2sm
+ Flow_1pdey0j
+ Flow_0qaeplv
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','CSSA Form');
+task.execution.setVariable('subFormName','SRCR Form');
-
+
- Flow_130v3rp
- Flow_04rzv3x
+ Flow_0qaeplv
+ Flow_0mtd57d
-
+
+ Flow_0zzhoui
+ Flow_14snpj2
+ Flow_0k5l8nk
+
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -1074,25 +1395,50 @@ task.execution.setVariable('subFormName','CSSA Form');
- ["applicationId", "applicationStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
- Flow_0ui56bn
- Flow_1vxydh0
+ Flow_187pabg
+ Flow_1ojyq91
-
- Flow_0xnspeg
- Flow_0ui56bn
- Flow_07enxwq
- Flow_0pqk381
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_0ryglee
+ Flow_0izugkb
+
+
+ Flow_0q159o1
+ Flow_019edzt
+ Flow_0xqj2sm
-
- Flow_07enxwq
- Flow_0yy721o
-
-
+
+ Flow_0pqd76u
+ Flow_00vao62
+ Flow_1axts3r
+ Flow_1g44pgu
+ Flow_1up3td8
+ Flow_0c71o5w
+ var system = java.lang.System;
+system.out.println ("Begin SRCR Flow - Sent To SRCO");
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_1axts3r
+
+
@@ -1104,34 +1450,31 @@ task.execution.setVariable('subFormName','CSSA Form');
task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"cssa");
+task.execution.setVariableLocal('variable1',"srcr");
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','CSSA Form');
-
-
-
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Site Risk Classification Officer');
+task.execution.setVariable('subFormName','SRCR Form');
-
+
- Flow_0go33vq
- Flow_13zl1nd
+ Flow_0c71o5w
+ Flow_0h34vew
-
- Flow_16qbig6
- Flow_0f731f5
- Flow_0yy721o
- Flow_1c0kfis
+
+ Flow_168htzm
+ Flow_14snpj2
+ Flow_0qz0c7u
+ Flow_1ifs52w
-
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -1139,4642 +1482,1881 @@ task.execution.setVariable('subFormName','CSSA Form');
- ["applicationId", "applicationStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
- Flow_1c0kfis
- Flow_06v4kdf
+ Flow_1ifs52w
+ Flow_00vao62
-
- Flow_18exjmw
-
-
- Flow_0orrcue
- Flow_00qi8nk
- Flow_0go33vq
+
+ Flow_0qz0c7u
+ Flow_1pdey0j
+ Flow_0q159o1
-
+
-
- execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
+
+
- ${action == 'Accepted'}
+ ${isSentFromSociety == false}
-
+
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
- ${isSentFromSociety == true}
+
+ ${isSentFromSociety == false}
-
-
+
+
- ["applicationId", "applicationStatus", "cssaStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
- execution.setVariable('isCssaResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
-
-
- ${action == 'Returned'}
-
+
-
-
execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
- ${action == 'Rejected' or action == 'Approved' }
+ ${action == 'Rejected'}
-
+
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
+ ${action == 'Accepted'}
-
+
+
+ ${action == 'Recheck'}
+
+
- execution.setVariable('isCssaResubmitted', true);
+ execution.setVariable('isSrcrResubmitted', true);
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
- ${action == 'Returned'}
+ ${action == 'Returned' }
-
+
-
-
- cssa_subforms_updated
-
-
- Flow_1sbxvgx
- Flow_0rsx4qs
- Flow_0jf2e1l
-
-
-
- Flow_13zl1nd
- Flow_16qbig6
- Flow_1sbxvgx
-
-
-
- Flow_0jf2e1l
-
-
-
-
- Flow_04rzv3x
- Flow_0xnspeg
- Flow_0rsx4qs
-
-
-
-
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
+
+
+
+
+
-
+
+ ${isSentFromSociety == true}
+
+
+ ${siteRiskClassification != 'notHighRisk'}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'CSSA');
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
+ ${action == 'Rejected' }
-
+
+ ${siteRiskClassification == 'notHighRisk'}
+
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
+execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('isSrcrResubmitted', false);
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
+ ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
-
+
-
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SRCR');
+
- ${action == 'Recheck' and isSentFromSociety == false}
-
- Flow_18exjmw
- Flow_06v4kdf
- Flow_0pqk381
- Flow_0orrcue
- var system = java.lang.System;
-system.out.println ("Begin CSSA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
-
- Flow_0nkb4yt
- Flow_1m5dyj2
-
- Flow_15z92rp
- Flow_17dpj6g
- Flow_0p3u1yj
- Flow_0639o7i
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
+
+
+
+
-
-
- Y
-
+
- ["pid","applicationId","process_pid","task_id"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SoSC');
-task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SoSC Form');
-
-
-
-
-
- Flow_0639o7i
- Flow_0yi6pa7
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
- ["applicationId", "applicationStatus"]
-
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
+
+
- Flow_003kmau
- Flow_17dpj6g
-
-
- Flow_0mjgxil
- Flow_003kmau
- Flow_1itdpy9
- Flow_1raj7vr
-
-
- Flow_1itdpy9
- Flow_0lf9s8z
-
-
+
+
-
-
- Y
-
+
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
+
- ["pid","applicationId","process_pid","task_id"]
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"sosc");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SoSC');
-task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SoSC Form');
-
-
-
-
-
-
-
+
- Flow_0vw0lda
- Flow_1dc1l9u
-
-
- Flow_0es7x0e
- Flow_15z92rp
- Flow_0lf9s8z
- Flow_1p0ezkl
-
-
+ ${action == 'Accepted'}
+
+
-
- execution.setVariable('applicationStatus', "Resubmit");
+
+
+ execution.setVariable('isSrcrResubmitted', true);
-
-
+
- ["applicationId", "applicationStatus"]
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
- Flow_1p0ezkl
- Flow_0xixsb5
-
-
- Flow_1raj7vr
- Flow_0xixsb5
- Flow_01dcv2u
- Flow_0xnsojj
- var system = java.lang.System;
-system.out.println ("Begin SoSC Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_01dcv2u
-
-
- Flow_0xnsojj
- Flow_0p3u1yj
- Flow_0vw0lda
-
-
+ ${action == 'Returned' }
+
+
-
-
- cssa_subforms_updated
-
+
+
- Flow_0vixcwm
- Flow_1n9gcsu
- Flow_11sb4e2
-
-
- Flow_1dc1l9u
- Flow_0es7x0e
- Flow_0vixcwm
-
-
- Flow_11sb4e2
-
-
- Flow_0yi6pa7
- Flow_0mjgxil
- Flow_1n9gcsu
-
-
-
-
- execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "soscBundleStatus"]
-
-
-
- ${action == 'Accepted'}
+ ${siteRiskClassification != 'notHighRisk' }
-
+
+ Flow_1kizv19
+ Flow_1g44pgu
+ Flow_1q2jho1
+
+
+ Flow_1q2jho1
+ Flow_05vthw4
+ Flow_1up3td8
+
+
+ ${siteRiskClassification == 'notHighRisk' }
+
+
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
-
-
+
-
-
${isSentFromSociety == true}
-
-
+
-
-
- ["applicationId", "applicationStatus", "soscStatus"]
-
-
-
- execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
+
+
+ cssa_subforms_updated
+
+ Flow_0dn9scp
+ Flow_0v3xmtu
+ Flow_007p6h2
+ Flow_1g9gkqq
+
+
+
+ Flow_0h34vew
+ Flow_168htzm
+ Flow_0dn9scp
+
+
+
+
+ Flow_1ccbyzk
+ Flow_02gyla8
+ Flow_0v3xmtu
+
+
+
+ Flow_1g9gkqq
+
+
+
+ Flow_0mtd57d
+ Flow_007p6h2
+ Flow_1jm1bhe
+
+
+
+ Flow_1jm1bhe
+ Flow_1kizv19
+ Flow_0ryglee
+ Flow_0k5l8nk
+
+
+ ${action == 'Recheck' }
-
+
- execution.setVariable('isSoscResubmitted', true);
+ execution.setVariable('isSrcrResubmitted', true);
- ["applicationId", "applicationStatus", "isSoscResubmitted"]
+ ["applicationId", "applicationStatus", "isSrcrResubmitted"]
- ${action == 'Returned'}
+ ${action == 'Returned' }
-
-
+
+
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ var system = java.lang.System;
+system.out.println('formURL'+execution.getVariable('formUrl'));
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus"]
-
-
-
- execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('isSoscResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSoscResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SoSC');
-
-
-
+ ${action == 'Approved' or action == 'Rejected' }
-
-
-
-
-
-
-
-
- cssa_updated
-
-
- Flow_1i04zkp
- Flow_17tf2x2
- Flow_0jxnrvm
-
+
+ Flow_0b418rv
+ Flow_0kumbes
+ Flow_01zmsuo
+
+
+ Flow_0d8ruax
+ Flow_0itdetv
+ Flow_1258dam
+
+
+ Flow_0n61nyr
+
- Flow_0g9jpvb
+ Flow_0drs8s9
Flow_1kyum71
Flow_1u3s5mj
Flow_0nkb4yt
-
- Flow_0jxnrvm
-
-
- Flow_0i3fcvy
- Flow_131saby
- Flow_1azn5ag
+
+ Flow_1u3s5mj
+ Flow_0kxmgbn
+ Flow_177eab8
-
- Flow_1azn5ag
- Flow_04qadhc
- Flow_02nvps4
-
-
- Flow_04qadhc
- Flow_01v1a0f
-
- Flow_1lumm7v
- Flow_0rqk8na
- Flow_00s15ao
- Flow_1odhac6
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','CSSA Form');
-
-
-
-
-
- Flow_1odhac6
- Flow_15nyxwz
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_1surrqx
- Flow_0rqk8na
-
-
- Flow_1gd48dj
- Flow_1surrqx
- Flow_1g1rouj
- Flow_0axjodg
-
-
- Flow_1g1rouj
- Flow_1r30rh3
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"cssa");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+
+ Flow_0nkb4yt
+ Flow_1b2svdy
+ Flow_0poa227
+
+
+ Flow_0c90maq
+ Flow_0b5e332
+ Flow_1jxxrt6
+ Flow_07eueok
+ Flow_0aabyhy
+
+
+
+
+ task.execution.setVariable('isSdm',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','CSSA Form');
-
-
-
-
-
-
-
-
- Flow_0kko947
- Flow_13jm4kf
-
-
- Flow_1jlvkno
- Flow_1lumm7v
- Flow_1r30rh3
- Flow_0xf5y0k
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_0xf5y0k
- Flow_1uwj5on
-
-
- Flow_06rvauy
-
-
- Flow_1s3el1j
- Flow_00s15ao
- Flow_0kko947
-
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_11hmda7
- Flow_1vjuqup
- Flow_0u4wuii
-
-
- Flow_13jm4kf
- Flow_1jlvkno
- Flow_11hmda7
-
-
- Flow_0u4wuii
-
-
- Flow_15nyxwz
- Flow_1gd48dj
- Flow_1vjuqup
-
-
- Flow_0axjodg
- Flow_1uwj5on
- Flow_06rvauy
- Flow_1s3el1j
- var system = java.lang.System;
-system.out.println ("Begin CSSA Flow - Sent To Caseworker");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_07vh0na
+ Flow_08c8ij1
+
+
+
+
+ task.execution.setVariable('isCaseworker',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_01suxh6
+ Flow_19ik9s7
+
+
+ Flow_0qiqnks
+ Flow_057qs1x
+ Flow_01suxh6
+
+
+ Flow_0d8ioqs
+ Flow_1jxxrt6
+ Flow_0i3fcvy
+ Flow_0qiqnks
+ var system = java.lang.System;
+system.out.println ("Begin CSSA Individual Flow - Sent To Caseworker");
execution.setVariable('isCaseworker',false);
system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
-
-
- execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCssaResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCssaResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'CSSA');
-
-
-
-
-
-
-
-
-
-
- Flow_02nvps4
- Flow_147keeo
-
- Flow_0ly2cyz
- Flow_0niwre0
- Flow_1nl5ipm
- Flow_0f4x52g
- var system = java.lang.System;
+
+
+ Flow_0kw2jbo
+ Flow_057qs1x
+ Flow_0ovj0pk
+ Flow_07vh0na
+ var system = java.lang.System;
system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SoSC');
-task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SoSC Form');
-
-
-
-
-
- Flow_0f4x52g
- Flow_0ut0zi1
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_0ux2vew
- Flow_0niwre0
-
-
- Flow_0of98ac
- Flow_0ux2vew
- Flow_1aeuu2q
- Flow_1cqow89
-
-
- Flow_1aeuu2q
- Flow_1qqnzvx
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"sosc");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SoSC');
-task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SoSC Form');
+
+
+ Flow_026ykts
+ Flow_0drs8s9
+ Flow_0i3fcvy
+
+
+
+ Flow_02ysv7t
+ Flow_026ykts
+ var system = java.lang.System;
+var selectCssaSdm= execution.getVariable('selectCssaSdm');
+system.out.println ("selectCssaSdm"+selectCssaSdm);
+execution.setVariable('cssaSdmAssignment',selectCssaSdm);
+system.out.println ("cssaSdmAssignment"+execution.getVariable('cssaSdmAssignment'));
+var selectCssaCaseworker= execution.getVariable('selectCssaCaseworker');
+system.out.println ("selectCssaCaseworker"+selectCssaCaseworker);
+execution.setVariable('cssaCaseworkerAssignment',selectCssaCaseworker);
+system.out.println ("cssaCaseworkerAssignment"+execution.getVariable('cssaCaseworkerAssignment'));
-
-
-
-
-
-
- Flow_0b48ica
- Flow_02bhjf4
-
-
- Flow_0uqrlo1
- Flow_0ly2cyz
- Flow_1qqnzvx
- Flow_1c5adbp
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_1c5adbp
- Flow_0cd2y9a
-
-
- Flow_1cqow89
- Flow_0cd2y9a
- Flow_08ue3be
- Flow_027qwvp
- var system = java.lang.System;
-system.out.println ("Begin SoSC Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_08ue3be
-
-
- Flow_027qwvp
- Flow_1nl5ipm
- Flow_0b48ica
-
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_1tw25qi
- Flow_1wmn6pm
- Flow_09ntkx7
-
-
- Flow_02bhjf4
- Flow_0uqrlo1
- Flow_1tw25qi
-
-
- Flow_09ntkx7
-
-
- Flow_0ut0zi1
- Flow_0of98ac
- Flow_1wmn6pm
-
-
-
-
- execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "soscBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus"]
-
-
-
- execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isSoscResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSoscResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus"]
-
-
-
- execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('isSoscResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSoscResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SoSC');
-
-
-
-
-
-
-
-
-
-
- Flow_01v1a0f
- Flow_147keeo
- Flow_1l5jf46
-
-
- Flow_0n61nyr
-
-
- Flow_1b7b7vp
- Flow_1j9qdt7
-
- Flow_01dljge
- Flow_1inicnb
- Flow_00llqqu
- Flow_10vct33
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','CSSA Form');
-
-
-
-
-
- Flow_10vct33
- Flow_1orl3n2
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_0y6yjq4
- Flow_1inicnb
-
-
- Flow_0gcxxyc
- Flow_0y6yjq4
- Flow_1x8qn14
- Flow_18f4dcj
-
-
- Flow_1x8qn14
- Flow_1huo0lg
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"cssa");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','CSSA Form');
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('soscSdmAssignment',selectSoscSdm);
+system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
+system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-
-
-
-
-
-
- Flow_1385q2s
- Flow_0hla21j
-
-
- Flow_1u5ar4j
- Flow_01dljge
- Flow_1huo0lg
- Flow_08vhe64
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_08vhe64
- Flow_0j3ub9c
-
-
- Flow_15qwrqx
-
-
- Flow_1mlkd5t
- Flow_00llqqu
- Flow_1385q2s
-
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_1ldt3wq
- Flow_1gathh9
- Flow_0vsb9eb
-
-
- Flow_0hla21j
- Flow_1u5ar4j
- Flow_1ldt3wq
-
-
- Flow_0vsb9eb
-
-
- Flow_1orl3n2
- Flow_0gcxxyc
- Flow_1gathh9
-
-
- Flow_18f4dcj
- Flow_0j3ub9c
- Flow_15qwrqx
- Flow_1mlkd5t
- var system = java.lang.System;
-system.out.println ("Begin CSSA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
-
-
- execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCssaResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCssaResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isCssaResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
-execution.setVariable('isCssaResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus","isCssaResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'CSSA');
-
-
-
-
-
-
-
-
-
-
- Flow_1r9sgs4
- Flow_1x22wup
-
- Flow_03yoy3w
- Flow_0il3vmv
- Flow_05wlevd
- Flow_0are22b
- var system = java.lang.System;
-system.out.println ("Sent to Caseworker");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
-
- Flow_0are22b
- Flow_07l3syo
-
-
- Flow_0an51l4
- Flow_1fu9yzy
- Flow_1snhou2
- Flow_1ndkwtp
- Flow_1h0m3i7
-
-
- Flow_1snhou2
- Flow_0xfqt3y
- Flow_1vdz37b
- Flow_01epz2i
- Flow_16pxdg9
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
- Flow_16pxdg9
- Flow_0ftakdr
-
-
- Flow_1yzlrk5
- Flow_1w63bha
- Flow_1xo2d1y
- Flow_0k8zbtn
-
-
- Flow_1fu9yzy
- Flow_1w63bha
- Flow_057mgr6
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_1h0m3i7
- Flow_0il3vmv
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_1xo2d1y
- Flow_0xfqt3y
-
-
- Flow_1quxcj1
- Flow_05wlevd
- Flow_1vdz37b
-
-
- Flow_1ndkwtp
- Flow_13fkd7i
- Flow_18uiwvj
- Flow_0qth6vy
- Flow_1j7p3z3
- Flow_10q9ixt
- var system = java.lang.System;
-system.out.println ("Begin SRCR Flow - Sent To SRCO");
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_18uiwvj
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Site Risk Classification Officer');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
- Flow_10q9ixt
- Flow_1jv9mjo
-
-
- Flow_099g99i
- Flow_057mgr6
- Flow_1m3u6g8
- Flow_0ubwm3f
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_0ubwm3f
- Flow_13fkd7i
-
-
- Flow_1m3u6g8
- Flow_01epz2i
- Flow_1quxcj1
-
-
- Flow_0k8zbtn
- Flow_0qth6vy
- Flow_06l4mcj
-
-
- Flow_06l4mcj
- Flow_03yoy3w
- Flow_1j7p3z3
-
-
-
-
-
- cssa_subforms_updated
-
-
- Flow_1f5nol9
- Flow_07t1o4f
- Flow_04demhb
- Flow_1fnm4v9
-
-
- Flow_1jv9mjo
- Flow_099g99i
- Flow_1f5nol9
-
-
- Flow_07l3syo
- Flow_0an51l4
- Flow_07t1o4f
-
-
- Flow_1fnm4v9
-
-
- Flow_0ftakdr
- Flow_1yzlrk5
- Flow_04demhb
-
-
-
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
-
-
- execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
- ${siteRiskClassification != 'notHighRisk'}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Approved' or action == 'Rejected' }
-
-
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
- ${action == 'Recheck' }
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' }
-
-
- ${siteRiskClassification == 'notHighRisk'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SRCR');
-
-
-
-
-
-
-
-
-
- ${siteRiskClassification != 'notHighRisk' }
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
-
-
-
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
- ${siteRiskClassification == 'notHighRisk' }
-
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('bundleStatus', "cssaMgrAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
- ${riskclassification == 'exempt'}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${riskclassification != 'exempt'}
-
-
-
-
-
-
-
- execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
-
-
-
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
-
-
- ${applicationStatus== 'Resubmitted' and isSdm== true}
-
-
- ${isSentFromSociety == true}
-
-
-
-
- execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
- ${applicationStatus== 'Resubmitted' and isCaseworker== true}
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
- ${isSoscAvailable==false}
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
-
-
- execution.setVariable('isSdm',true);
-
-
- ${action == 'Returned'}
-
-
- ${action == 'Recheck' and isSentFromSociety == true}
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
- ${isSoscAvailable==true}
-
-
- ${isSoscAvailable==false}
-
-
-
-
-
-
-
- execution.setVariable('bundleStatus', "cssaTeamAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
- ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
-
-
- ${applicationStatus== 'Resubmitted' and isSociety== true}
-
-
- ${applicationStatus== 'Resubmitted' and isAp== true}
-
-
- ${applicationStatus!= 'Resubmitted'}
-
-
-
- ${applicationStatus== 'Signed'}
-
-
- ${owneroperatorradioGroup=='sameAsApplicant'}
-
-
-
- ${typeOfReview!= 'directToMinistryApplication'}
-
-
- ${action == 'Recheck'}
-
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
-
-
- var system = java.lang.System;
-execution.setVariable('isSentFromSociety',false);
-system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
-
-
- ${typeOfReview== 'directToMinistryApplication'}
-
-
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCaseworker',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isCssaTeam',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isAp',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isSociety',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- var system = java.lang.System;
-system.out.println ("site owner flow");
-
-
- ${owneroperatorradioGroup=='different'}
-
-
-
- ${action == 'Accepted'}
-
-
-
-
-
-
- ${action == 'Rejected'}
-
-
-
-
-
-
- execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
-
-
-
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
-
-
-
-
-
-
-
-
-
- ${isSoscAvailable==true}
-
-
-
-
-
-
- Flow_1j9qdt7
- Flow_1x22wup
- Flow_17uy5we
-
-
-
-
-
-
- execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
-
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('soscSdmAssignment',selectSoscSdm);
+system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
+
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
+system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
+
+var selectSdm= execution.getVariable('selectSdm');
+system.out.println ("selectSdm"+selectSdm);
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+
+var selectCaseworker= execution.getVariable('selectCaseworker');
+system.out.println ("selectCaseworker"+selectCaseworker);
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
+
+var selectSrco= execution.getVariable('selectSrco');
+system.out.println ("selectSrco"+selectSrco);
+execution.setVariable('srcoAssignment',selectSrco);
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+ Flow_0gcqir8
+ Flow_02ysv7t
+ Flow_0lgivc3
+
+
+
+
+ var system = java.lang.System;
+execution.setVariable('srcrStatus','Approved');
+system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+ ${riskclassification == 'exempt'}
+
+
+ Flow_177eab8
+
+
+
+
+ var system = java.lang.System;
+execution.setVariable('soscStatus','Approved');
+system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
+
+
+ ${isSoscAvailable==false}
+
+
+ Flow_0fa3idu
+ Flow_1phkhb3
+ Flow_1m5dyj2
+ Flow_1nowy63
+
+
+ Flow_0poa227
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
+
+
+
-
-
-
-
-
+
+
+
-
-
+
+
-
+
-
-
-
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
-
-
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
From 889d65bf8eef2728227e53aa58b2a5e66d7173b1 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Tue, 23 Jan 2024 10:29:24 -0800
Subject: [PATCH 33/88] SoSC form date format is showing time component - fixed
---
.../epd-forms/Summary of Site Condition.json | 66 +++++++++----------
1 file changed, 33 insertions(+), 33 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index d3d7531c..507664dc 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -8961,7 +8961,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10001,7 +10001,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10533,7 +10533,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10632,7 +10632,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12080,7 +12080,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13113,7 +13113,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13712,7 +13712,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13756,7 +13756,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14665,7 +14665,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22207,7 +22207,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23004,7 +23004,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23613,7 +23613,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24143,7 +24143,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24914,7 +24914,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -28988,7 +28988,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29898,7 +29898,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30493,7 +30493,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31088,7 +31088,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31683,7 +31683,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32278,7 +32278,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32984,7 +32984,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33725,7 +33725,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37745,7 +37745,7 @@
"id": "eofuark"
}
],
- "id": "eutz6300000000000000",
+ "id": "eutz630000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38270,7 +38270,7 @@
"id": "e330ei"
}
],
- "id": "e31uav90000000000000",
+ "id": "e31uav9000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38597,7 +38597,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti000000000000",
+ "id": "evh2ti00000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38935,7 +38935,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n000000000000000000000"
+ "id": "ey7gr2n00000000000000000000000"
}
],
"placeholder": "",
@@ -39242,7 +39242,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv200000000000",
+ "id": "e6zxvv20000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41316,7 +41316,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa0000000000000000000000",
+ "id": "ehf1fa000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42072,7 +42072,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m000000000000000000000000000000000000000000000000",
+ "id": "eks09m00000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43062,7 +43062,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
@@ -43831,7 +43831,7 @@
"displayInTimezone": "viewer",
"useLocaleSettings": false,
"allowInput": true,
- "format": "yyyy-MM-dd hh:mm a",
+ "format": "yyyy-MM-dd",
"placeholder": "",
"description": "",
"tooltip": "",
@@ -43931,7 +43931,7 @@
"mode": "single",
"enableTime": true,
"noCalendar": false,
- "format": "yyyy-MM-dd hh:mm a",
+ "format": "yyyy-MM-dd",
"hourIncrement": 1,
"minuteIncrement": 1,
"time_24hr": false,
@@ -43951,7 +43951,7 @@
"allowMultipleMasks": false,
"addons": [],
"datepickerMode": "day",
- "id": "e4b756p"
+ "id": "ew8btnl"
}
],
"width": 6,
From 8676de7a62725a115c3fd53c562e641e0eda84d8 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Tue, 23 Jan 2024 14:20:01 -0800
Subject: [PATCH 34/88] Adding required flag to declaration section
---
...nated Sites Services Application Form.json | 103 ++++++++++--------
1 file changed, 56 insertions(+), 47 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index ab8956d9..49e37a23 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -7662,7 +7662,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "ehmz9lv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9305,7 +9305,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ewhx8sm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18464,7 +18464,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elva88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18544,7 +18544,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey48nu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18919,7 +18919,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyxe45n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19012,7 +19012,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "efdcvf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19226,7 +19226,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "emf4u7g000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20278,7 +20278,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev43oe9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20358,7 +20358,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eb3d0l000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20733,7 +20733,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyv4fcu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20826,7 +20826,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecgeub000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21040,7 +21040,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eguyyh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23142,71 +23142,80 @@
"components": [
{
"label": "I, the undersigned, confirm that the above information is true based on my knowledge as of the date this application form was completed. I understand that fees for contaminated sites services will be collected and/or invoiced as per Schedule 3 of the Contaminated Sites Regulation. I understand the billing contact on this form will be the person with whom the ministry communicates about fees for contaminated sites services.",
- "tableView": false,
- "defaultValue": false,
- "key": "checkbox",
- "type": "checkbox",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
"description": "",
- "errorLabel": "",
"tooltip": "",
- "hideLabel": false,
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
"tabindex": "",
- "disabled": false,
+ "hidden": false,
+ "hideLabel": false,
"autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "checkbox",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "euy9jb5"
+ "id": "etbbvsi"
},
{
"label": "By checking this box, I authorize the collection and submission of my information to the Ministry by a consultant on my behalf.",
From ae3f565b99a3a44b1808cc34f0f9800f02287c7d Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 24 Jan 2024 21:40:51 -0800
Subject: [PATCH 35/88] added missing email calls
---
.../subProcess/CSSABundleWorklow.bpmn | 299 +++++++++++-------
1 file changed, 181 insertions(+), 118 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index ab3369c3..88d65bf9 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -19,17 +19,19 @@
Activity_1uc1xs1
Gateway_04o747e
+ Gateway_0c2u1eu
- Activity_08ykdar
Gateway_0oobb3z
Gateway_1gzq005
Activity_1os7sys
Event_0bwdoce
+ Activity_08ykdar
Activity_1ao3zkj
Gateway_15p5urd
+ Gateway_1dbyjrs
Gateway_1m36jwe
@@ -60,69 +62,15 @@
Gateway_06gmmov
- Gateway_1lfy3cm
- Activity_1qnqtak
Gateway_1chdumm
Gateway_1l0ehcm
Activity_0vo5rls
Gateway_0w0koaj
+ Activity_1qnqtak
+ Gateway_1lfy3cm
+ Gateway_0xtjprr
-
- Flow_0gcqir8
- Flow_02ysv7t
- Flow_0lgivc3
-
-
-
- Flow_02ysv7t
- Flow_026ykts
- var system = java.lang.System;
-var selectCssaSdm= execution.getVariable('selectCssaSdm');
-system.out.println ("selectCssaSdm"+selectCssaSdm);
-execution.setVariable('cssaSdmAssignment',selectCssaSdm);
-system.out.println ("cssaSdmAssignment"+execution.getVariable('cssaSdmAssignment'));
-
-var selectCssaCaseworker= execution.getVariable('selectCssaCaseworker');
-system.out.println ("selectCssaCaseworker"+selectCssaCaseworker);
-execution.setVariable('cssaCaseworkerAssignment',selectCssaCaseworker);
-system.out.println ("cssaCaseworkerAssignment"+execution.getVariable('cssaCaseworkerAssignment'));
-
-var selectSoscSdm= execution.getVariable('selectSoscSdm');
-system.out.println ("selectSoscSdm"+selectSoscSdm);
-execution.setVariable('soscSdmAssignment',selectSoscSdm);
-system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
-
-var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
-system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
-execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
-system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-
-var selectSoscSdm= execution.getVariable('selectSoscSdm');
-system.out.println ("selectSoscSdm"+selectSoscSdm);
-execution.setVariable('soscSdmAssignment',selectSoscSdm);
-system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
-
-var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
-system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
-execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
-system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-
-var selectSdm= execution.getVariable('selectSdm');
-system.out.println ("selectSdm"+selectSdm);
-execution.setVariable('sdmAssignment',selectSdm);
-system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-var selectCaseworker= execution.getVariable('selectCaseworker');
-system.out.println ("selectCaseworker"+selectCaseworker);
-execution.setVariable('caseworkerAssignment',selectCaseworker);
-system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
-
-var selectSrco= execution.getVariable('selectSrco');
-system.out.println ("selectSrco"+selectSrco);
-execution.setVariable('srcoAssignment',selectSrco);
-system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
Flow_026ykts
Flow_0drs8s9
@@ -936,37 +884,13 @@ task.execution.setVariable('deleteReason', "completed");
Flow_1xx7tz6
Flow_16fwgn1
-
-
-
- task.execution.setVariable('isCssaTeam',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','CSSA Team');
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_1quswsc
- Flow_0gb2oz2
- Flow_0wr0mei
- Flow_0lgivc3
- Flow_0bz8atu
-
- Flow_0b418rv
+ Flow_15ccrx0
Flow_12uv3km
Flow_0kfjdmp
- Flow_0d8ruax
+ Flow_14lnple
Flow_0gb2oz2
Flow_0qw9o9a
Flow_0pzpbn7
@@ -1021,6 +945,9 @@ task.execution.setVariable('userRole','CSSA Team');
Flow_16ek6dk
+ Flow_1jpuf3f
+ Flow_1y34wng
+ Flow_1v1g1yh
Flow_14qx1q0
@@ -3144,7 +3071,7 @@ execution.setVariable('requestType', 'SRCR');
-
+
@@ -3307,7 +3234,7 @@ execution.setVariable("applicationStatus", "Rejected");
${action == 'Recheck'}
-
+
${action == 'Accepted'}
@@ -3315,7 +3242,7 @@ execution.setVariable("applicationStatus", "Rejected");
${action == 'Recheck'}
-
+
@@ -3474,6 +3401,106 @@ execution.setVariable("applicationStatus", "Rejected");
+
+
+ Flow_0b418rv
+ Flow_15ccrx0
+ Flow_1jpuf3f
+
+
+
+
+ Flow_0d8ruax
+ Flow_14lnple
+ Flow_1y34wng
+
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','CSSA Team');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1quswsc
+ Flow_0gb2oz2
+ Flow_0wr0mei
+ Flow_0lgivc3
+ Flow_0bz8atu
+
+
+
+ Flow_02ysv7t
+ Flow_026ykts
+ var system = java.lang.System;
+var selectCssaSdm= execution.getVariable('selectCssaSdm');
+system.out.println ("selectCssaSdm"+selectCssaSdm);
+execution.setVariable('cssaSdmAssignment',selectCssaSdm);
+system.out.println ("cssaSdmAssignment"+execution.getVariable('cssaSdmAssignment'));
+
+var selectCssaCaseworker= execution.getVariable('selectCssaCaseworker');
+system.out.println ("selectCssaCaseworker"+selectCssaCaseworker);
+execution.setVariable('cssaCaseworkerAssignment',selectCssaCaseworker);
+system.out.println ("cssaCaseworkerAssignment"+execution.getVariable('cssaCaseworkerAssignment'));
+
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('soscSdmAssignment',selectSoscSdm);
+system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
+
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
+system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
+
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('soscSdmAssignment',selectSoscSdm);
+system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
+
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
+system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
+
+var selectSdm= execution.getVariable('selectSdm');
+system.out.println ("selectSdm"+selectSdm);
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+
+var selectCaseworker= execution.getVariable('selectCaseworker');
+system.out.println ("selectCaseworker"+selectCaseworker);
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
+
+var selectSrco= execution.getVariable('selectSrco');
+system.out.println ("selectSrco"+selectSrco);
+execution.setVariable('srcoAssignment',selectSrco);
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+ Flow_05ryhsf
+ Flow_02ysv7t
+ Flow_0lgivc3
+
+
+
+ Flow_0gcqir8
+ Flow_05ryhsf
+ Flow_1v1g1yh
+
+
@@ -3506,13 +3533,6 @@ execution.setVariable("applicationStatus", "Rejected");
-
-
-
-
-
-
-
@@ -3560,6 +3580,26 @@ execution.setVariable("applicationStatus", "Rejected");
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3944,10 +3984,6 @@ execution.setVariable("applicationStatus", "Rejected");
-
-
-
-
@@ -5283,26 +5319,26 @@ execution.setVariable("applicationStatus", "Rejected");
-
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -5500,8 +5536,8 @@ execution.setVariable("applicationStatus", "Rejected");
-
-
+
+
@@ -5556,7 +5592,7 @@ execution.setVariable("applicationStatus", "Rejected");
-
+
@@ -5576,14 +5612,14 @@ execution.setVariable("applicationStatus", "Rejected");
-
+
-
-
+
+
-
+
@@ -5650,13 +5686,13 @@ execution.setVariable("applicationStatus", "Rejected");
-
+
-
+
-
+
@@ -5777,6 +5813,33 @@ execution.setVariable("applicationStatus", "Rejected");
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From 5c6c8e8fa63fec5388fc87d9f011858e34589d66 Mon Sep 17 00:00:00 2001
From: jaise-aot
Date: Thu, 25 Jan 2024 12:39:37 -0800
Subject: [PATCH 36/88] fix for connection retry issue
---
etl/ReadMe.md | 2 +-
etl/register-postgres-source-connector.json | 7 ++++++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/etl/ReadMe.md b/etl/ReadMe.md
index a6a05c9c..ce313ebb 100644
--- a/etl/ReadMe.md
+++ b/etl/ReadMe.md
@@ -88,7 +88,7 @@ curl -u : -H "Content-Type: application/json" -d @register-p
```
curl -u : -H "Content-Type: application/json" -d @register-oracle-jdbc-sink-connector.json http://localhost:8083/connectors/
-curl -u : -H "Content-Type: application/json" -d @register-oracle-jdbc-sink-connector.json https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors/
+curl -u : -H "Content-Type: application/json" -d @register-oracle-jdbc-sink-connector.json https://debezium-jdbc-dev.apps.silver.devops.gov.bc.ca/connectors/
```
diff --git a/etl/register-postgres-source-connector.json b/etl/register-postgres-source-connector.json
index 0adea216..8ee89e7a 100644
--- a/etl/register-postgres-source-connector.json
+++ b/etl/register-postgres-source-connector.json
@@ -15,6 +15,11 @@
"transforms.unwrap.type": "io.debezium.transforms.ExtractNewRecordState",
"transforms.unwrap.drop.tombstones": "false",
"include.schema.changes": "false",
- "time.precision.mode":"connect"
+ "time.precision.mode":"connect",
+ "heartbeat.action.query": "SELECT 1;",
+ "errors.retry.timeout": -1,
+ "errors.max.retries": "5",
+ "retry.backoff.ms": "30000",
+ "retriable.restart.connector.wait.ms": "30000"
}
}
\ No newline at end of file
From fb1cdb329d5c363a712ac26dd466b083b2e3f0c5 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Thu, 25 Jan 2024 14:06:01 -0800
Subject: [PATCH 37/88] updated required sections on both forms
---
...nated Sites Services Application Form.json | 46563 ++++++++--------
... Ecological Risk Assessment Checklist.json | 337 +-
2 files changed, 23349 insertions(+), 23551 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index 49e37a23..0db0da8a 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -1,11951 +1,6787 @@
{
- "forms": [
+ "forms": [
+ {
+ "title": "Contaminated Sites Services Application Form",
+ "display": "form",
+ "type": "form",
+ "name": "cssaBundleForm",
+ "path": "cssabundleform",
+ "tags": [ "common" ],
+ "components": [
{
- "title": "Contaminated Sites Services Application Form",
- "display": "form",
- "type": "form",
- "name": "cssaBundleForm",
- "path": "cssabundleform",
- "tags": [
- "common"
- ],
- "components": [
+ "label": "Text Area",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": { "type": "input" },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "textArea",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "eh0sh1f",
+ "defaultValue": ""
+ },
+ {
+ "label": "hiddenUserIdForFormSharingApplicantAsOwner",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "hiddenUserIdForFormSharingApplicantAsOwner",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": { "type": "input" },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "eidzboo"
+ },
+ {
+ "label": "hiddenUserIdForFormSharingWithDiffOwner",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "hiddenUserIdForFormSharingWithDiffOwner",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": { "type": "input" },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ekv4y4h"
+ },
+ {
+ "title": "Reviewer Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "reviewerActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = (data.submissionTypeTwo ? data.submissionTypeTwo.reportsSubmitted : false) || (data.applicationsrequested ? data.applicationsrequested.siteReclassification ||\r\ndata.applicationsrequested.approvalOfBackgroundConcentrations : false) || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{ \r\n \tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = false;\r\n\t} //else if (isSoscAvailable) {\r\n\t\t//show = true;\r\n\t//}\r\n\telse {\r\n\t\tshow = true;\r\n\t}\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
{
- "label": "Text Area",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
- "autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
+ "components": [
+ {
+ "label": "Previous Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "prevReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.bundleStatus === \"cssaCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "minWords": "",
- "maxWords": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "textArea",
- "tags": [],
- "properties": {},
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "fixedSize": true,
- "id": "eh0sh1f",
- "defaultValue": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eztoxer"
+ }
+ ],
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3,
+ "width": 3
},
{
- "label": "hiddenUserIdForFormSharingApplicantAsOwner",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "hiddenUserIdForFormSharingApplicantAsOwner",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ "components": [
+ {
+ "label": "Next Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "nextReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")){\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" && data.bundleStatus === 'cssaMgrAccepted')||\r\n\tdata.bundleStatus === 'cssaCaseworkerAccepted')\r\n show = false;\r\n\telse\r\n\t\tshow = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eizvqzb"
},
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "approved",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")&&\r\ndata.bundleStatus !== 'cssaMgrAccepted') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});\r\n",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "eidzboo"
- },
- {
- "label": "hiddenUserIdForFormSharingWithDiffOwner",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "hiddenUserIdForFormSharingWithDiffOwner",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eloup0m"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "disabled": true,
+ "tableView": false,
+ "key": "needsMoreInfo",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \t\r\n\tvar isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
+ "input": true,
+ "redrawOn": "textField",
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ekv4y4h"
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "ezrru9k"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
},
{
- "title": "Reviewer Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "reviewerActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = (data.submissionTypeTwo ? data.submissionTypeTwo.reportsSubmitted : false) || (data.applicationsrequested ? data.applicationsrequested.siteReclassification ||\r\ndata.applicationsrequested.approvalOfBackgroundConcentrations : false) || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{ \r\n \tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = false;\r\n\t} //else if (isSoscAvailable) {\r\n\t\t//show = true;\r\n\t//}\r\n\telse {\r\n\t\tshow = true;\r\n\t}\r\n}",
- "conditional": {
- "json": "",
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejected",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});\r\n",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Previous Reviewer",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "prevReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.bundleStatus === \"cssaCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eztoxer"
- }
- ],
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3,
- "width": 3
- },
- {
- "components": [
- {
- "label": "Next Reviewer",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "nextReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")){\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" && data.bundleStatus === 'cssaMgrAccepted')||\r\n\tdata.bundleStatus === 'cssaCaseworkerAccepted')\r\n show = false;\r\n\telse\r\n\t\tshow = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eizvqzb"
- },
- {
- "label": "Approved",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "approved",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")&&\r\ndata.bundleStatus !== 'cssaMgrAccepted') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "type": "button",
- "custom": "\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});\r\n",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eloup0m"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Needs More Info",
- "action": "custom",
- "showValidations": false,
- "theme": "warning",
- "disabled": true,
- "tableView": false,
- "key": "needsMoreInfo",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \t\r\n\tvar isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
- "input": true,
- "redrawOn": "textField",
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "ezrru9k"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Reject Form",
- "action": "custom",
- "showValidations": false,
- "theme": "danger",
- "tableView": false,
- "key": "rejected",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});\r\n",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "ezs7k0y"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "hideLabel": true,
- "key": "columns",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ez67wbo"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "ezs7k0y"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "hideLabel": true,
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ez67wbo"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e1wzf3p"
+ },
+ {
+ "title": "Site Owner Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "cssaSiteOwnerActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif (data.riskclassification === \"exempt\") {\r\n if(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") && data.applicationStatus !== undefined && data.applicationStatus !== '') {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Submit Bundle",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "submitBundle",
+ "type": "button",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Signed'\r\n });",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e1wzf3p"
- },
- {
- "title": "Site Owner Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "cssaSiteOwnerActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif (data.riskclassification === \"exempt\") {\r\n if(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") && data.applicationStatus !== undefined && data.applicationStatus !== '') {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
- "conditional": {
- "json": "",
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Submit Bundle",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "submitBundle",
- "type": "button",
- "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Signed'\r\n });",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "evkup66c"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- },
- {
- "components": [],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "key": "columns2",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e6pk3ur"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "evkup66c"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns2",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e6pk3ur"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "edm36dr"
+ },
+ {
+ "title": "Reviewer Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "cssaBundleActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !isSoscAvailable){\r\n \tshow = true;\r\n } else {\r\n\t show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Previous Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "sendBundleToPreviousReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(\r\n(roles.includes(\"formsflow-reviewer/csap\") || roles.includes(\"formsflow-reviewer/cssa-team\")) && \r\n(data.applicationStatus===\"New\" || data.applicationStatus===\"Resubmitted\" || data.applicationStatus===\"Recheck\") \r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "button",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Recheck'\r\n });",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "edm36dr"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eig5rj"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
},
{
- "title": "Reviewer Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "cssaBundleActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !isSoscAvailable){\r\n \tshow = true;\r\n } else {\r\n\t show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "conditional": {
- "json": "",
+ "components": [
+ {
+ "label": "Next Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "sendBundleToNextReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\") || \r\nroles.includes(\"formsflow-reviewer/sdm\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectCssaSdm===''||data.selectCssaSdm===undefined|| \r\n(data.typeOfReview==='directToMinistryApplication'&&data.selectCssaCaseworker===undefined|| data.selectCssaCaseworker==='')))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Accepted'\r\n });\r\n}",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "esfmnmr"
},
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Previous Reviewer",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "sendBundleToPreviousReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(\r\n(roles.includes(\"formsflow-reviewer/csap\") || roles.includes(\"formsflow-reviewer/cssa-team\")) && \r\n(data.applicationStatus===\"New\" || data.applicationStatus===\"Resubmitted\" || data.applicationStatus===\"Recheck\") \r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
- "type": "button",
- "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Recheck'\r\n });",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eig5rj"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Next Reviewer",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "sendBundleToNextReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\") || \r\nroles.includes(\"formsflow-reviewer/sdm\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectCssaSdm===''||data.selectCssaSdm===undefined|| \r\n(data.typeOfReview==='directToMinistryApplication'&&data.selectCssaCaseworker===undefined|| data.selectCssaCaseworker==='')))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Accepted'\r\n });\r\n}",
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "esfmnmr"
- },
- {
- "label": "Approved",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "approveBundle",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif((roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaCaseworkerAccepted') ||\r\n(roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaMgrAccepted' &&\r\ndata.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "es0z0ho"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Needs More Info",
- "action": "custom",
- "showValidations": false,
- "theme": "warning",
- "tableView": false,
- "key": "sendBundleToApplicant",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
- "type": "button",
- "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Returned'\r\n });",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "e9t69r"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Reject Form",
- "action": "custom",
- "showValidations": false,
- "theme": "danger",
- "tableView": false,
- "key": "rejectBundle",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n}); ",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "ehihlij"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "key": "columns",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eug3kcu"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "approveBundle",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif((roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaCaseworkerAccepted') ||\r\n(roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaMgrAccepted' &&\r\ndata.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e4m2qxa"
- },
- {
- "title": "Assign Reviewers",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": true,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "cssaReviewerAssignment",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n\tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = true;\r\n\t} else {\r\n\t\tshow = false;\r\n\t}\r\n \r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "conditional": {
- "json": "",
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "collapsed": false,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Select SDM",
- "widget": "choicesjs",
- "tableView": true,
- "dataSrc": "url",
- "data": {
- "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
- "headers": [
- {
- "key": "Authorization",
- "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
- },
- {
- "key": "Content-type",
- "value": "application/json"
- },
- {
- "key": "Accept",
- "value": "application/json"
- }
- ],
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "json": "",
- "resource": "",
- "custom": ""
- },
- "dataType": "string",
- "valueProperty": "username",
- "template": "{{ item.lastName }}, {{ item.firstName }} ",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "selectCssaSdm",
- "type": "select",
- "selectValues": "data",
- "disableLimit": false,
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "ev4a8pp"
- }
- ],
- "width": 4,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 4
- },
- {
- "components": [
- {
- "label": "Select Caseworker",
- "widget": "choicesjs",
- "tableView": true,
- "dataSrc": "url",
- "data": {
- "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
- "headers": [
- {
- "key": "Authorization",
- "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
- },
- {
- "key": "Content-type",
- "value": "application/json"
- },
- {
- "key": "Accept",
- "value": "application/json"
- }
- ],
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "json": "",
- "resource": "",
- "custom": ""
- },
- "dataType": "string",
- "valueProperty": "username",
- "template": "{{ item.lastName }}, {{ item.firstName }} ",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "selectCssaCaseworker",
- "customConditional": "if (data.typeOfReview==='applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc')\n{\n show = false;\n}\nelse {\n show = true;\n}",
- "type": "select",
- "selectValues": "data",
- "disableLimit": false,
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "eiywczv"
- }
- ],
- "width": 4,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 4
- },
- {
- "components": [],
- "size": "md",
- "width": 4,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 4
- }
- ],
- "key": "columns3",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eunccow"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "es0z0ho"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "tableView": false,
+ "key": "sendBundleToApplicant",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "button",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Returned'\r\n });",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eleuwbv"
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "e9t69r"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
},
{
- "label": "Notes",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "openWhenEmpty": false,
- "disableAddingRemovingRows": false,
- "conditionalAddButton": "",
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
- "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
- "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
- "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
- },
- "rowClass": "",
- "addAnother": "",
- "modal": false,
- "saveRow": "",
- "removeRow": "Cancel",
- "persistent": true,
- "inlineEdit": false,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejectBundle",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n}); ",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
- "customMessage": "",
- "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\r\n\t}\r\n\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nif(editButtons!=null)\r\n{\r\n\tfor(i=0;ix.commentFor==='external').length > 0)\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\n\r\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\r\nif(addButton!==null && addButton !== undefined)\r\n{\r\naddButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t }\r\n\t\t}\r\n})\r\n}\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "editgrid",
- "displayAsTable": false,
- "input": true,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "esjbis"
- }
- ],
- "width": 4,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 4
- },
- {
- "components": [
- {
- "label": "Visibility",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": true,
- "defaultValue": "external",
- "values": [
- {
- "label": "Internal",
- "value": "internal",
- "shortcut": ""
- },
- {
- "label": "External",
- "value": "external",
- "shortcut": ""
- }
- ],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "emglp3"
- }
- ],
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Role",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\r\n{\r\n value = 'CSSA Manager'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}",
- "key": "role",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e1iyv7"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Created By",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
- "key": "createdBy",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ee6xse8"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Created At",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
- "key": "createdAt1",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e5ks7xs"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- }
- ],
- "key": "columns1",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eecwc3"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "defaultOpen": false,
- "id": "ectp8dh"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "ehihlij"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eug3kcu"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e4m2qxa"
+ },
+ {
+ "title": "Assign Reviewers",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": true,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "cssaReviewerAssignment",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n\tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = true;\r\n\t} else {\r\n\t\tshow = false;\r\n\t}\r\n \r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "collapsed": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Select SDM",
+ "widget": "choicesjs",
+ "tableView": true,
+ "dataSrc": "url",
+ "data": {
+ "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
+ "headers": [
+ {
+ "key": "Authorization",
+ "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
+ },
+ {
+ "key": "Content-type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
+ "custom": ""
+ },
+ "dataType": "string",
+ "valueProperty": "username",
+ "template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "selectCssaSdm",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": { "filter": {} },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "ev4a8pp"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Select Caseworker",
+ "widget": "choicesjs",
+ "tableView": true,
+ "dataSrc": "url",
+ "data": {
+ "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
+ "headers": [
+ {
+ "key": "Authorization",
+ "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
+ },
+ {
+ "key": "Content-type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
+ "custom": ""
+ },
+ "dataType": "string",
+ "valueProperty": "username",
+ "template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "selectCssaCaseworker",
+ "customConditional": "if (data.typeOfReview==='applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc')\n{\n show = false;\n}\nelse {\n show = true;\n}",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": { "filter": {} },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "eiywczv"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 4
+ }
+ ],
+ "key": "columns3",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eunccow"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eleuwbv"
+ },
+ {
+ "label": "Notes",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "openWhenEmpty": false,
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "templates": {
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
+ "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
+ "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
+ },
+ "rowClass": "",
+ "addAnother": "",
+ "modal": false,
+ "saveRow": "",
+ "removeRow": "Cancel",
+ "persistent": true,
+ "inlineEdit": false,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\r\n\t}\r\n\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nif(editButtons!=null)\r\n{\r\n\tfor(i=0;ix.commentFor==='external').length > 0)\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\n\r\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\r\nif(addButton!==null && addButton !== undefined)\r\n{\r\naddButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t }\r\n\t\t}\r\n})\r\n}\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "editgrid",
+ "displayAsTable": false,
+ "input": true,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Notes",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "esjbis"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
},
{
- "title": "Collection Notice",
- "collapsible": false,
- "key": "collectionNotice",
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
+ "components": [
+ {
+ "label": "Visibility",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": true,
+ "defaultValue": "external",
+ "values": [
{
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\nCollection Notice for Environmental Protection Platform: \nYour personal information is collected under 26(c) of the Freedom of Information and Protection of Privacy Act for the purpose of accessing services of the Environmental Protection Division. If you have any questions about the collection of your information, please contact Site Remediation Services at site@gov.bc.ca \nCollection Notice for Site Remediation Forms: \nYour personal information is collected under 26(c) of the Freedom of Information and Protection of Privacy Act for the purpose of receiving site remediation services. If you have any questions about the collection of your information, please contact Site Remediation Services at site@gov.bc.ca \n
",
- "refreshOnChange": false,
- "key": "html",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "esfe1l"
+ "label": "Internal",
+ "value": "internal",
+ "shortcut": ""
+ },
+ {
+ "label": "External",
+ "value": "external",
+ "shortcut": ""
}
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "key": "commentFor",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "erbycpf",
- "keyModified": true
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "emglp3"
+ }
+ ],
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 2
},
{
- "id": "er0d2t",
- "key": "simplecontent12",
- "html": "Fields marked with a red asterisk \"*\" are mandatory.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
+ "components": [
+ {
+ "label": "Role",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\r\n{\r\n value = 'CSSA Manager'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}",
+ "key": "role",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e1iyv7"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created By",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
+ "key": "createdBy",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ee6xse8"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created At",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
+ "key": "createdAt1",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5ks7xs"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ }
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eecwc3"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "defaultOpen": false,
+ "id": "ectp8dh"
+ },
+ {
+ "title": "Collection Notice",
+ "collapsible": false,
+ "key": "collectionNotice",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\nCollection Notice for Environmental Protection Platform: \nYour personal information is collected under 26(c) of the Freedom of Information and Protection of Privacy Act for the purpose of accessing services of the Environmental Protection Division. If you have any questions about the collection of your information, please contact Site Remediation Services at site@gov.bc.ca \nCollection Notice for Site Remediation Forms: \nYour personal information is collected under 26(c) of the Freedom of Information and Protection of Privacy Act for the purpose of receiving site remediation services. If you have any questions about the collection of your information, please contact Site Remediation Services at site@gov.bc.ca \n
",
+ "refreshOnChange": false,
+ "key": "html",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "esfe1l"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "erbycpf",
+ "keyModified": true
+ },
+ {
+ "id": "er0d2t",
+ "key": "simplecontent12",
+ "html": "Fields marked with a red asterisk \"*\" are mandatory.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "el4ggt4",
+ "key": "section1-applicantinfo",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 1 - APPLICANT INFORMATION",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "er6jak",
+ "key": "NameColumn",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "First/Last Name",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e9fcmuo",
+ "key": "firstname",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": { "type": "input" },
+ "dbIndex": false,
+ "overlay": {
"top": "",
"left": "",
"style": "",
"width": "",
"height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
"unique": false,
+ "pattern": "",
"multiple": false,
- "required": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
"customPrivate": false,
"strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
"eq": "",
- "json": "",
"show": null,
"when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
},
{
- "id": "el4ggt4",
- "key": "section1-applicantinfo",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 1 - APPLICANT INFORMATION",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "ej405uw",
+ "key": "lastName",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": { "type": "input" },
+ "dbIndex": false,
+ "overlay": {
"top": "",
"left": "",
"style": "",
"width": "",
"height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
"unique": false,
+ "pattern": "",
"multiple": false,
- "required": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
"customPrivate": false,
"strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "er6jak",
- "key": "NameColumn",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "First/Last Name",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e9fcmuo",
- "key": "firstname",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "First Name",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ej405uw",
- "key": "lastName",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "erziofr",
- "key": "organization",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Organization, if applicable",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- },
- {
- "id": "e0tcmz",
- "key": "addresscolumn",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Address/City",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "emq6lz7",
- "key": "cssaStreetAddress",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Street Address",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "enmq8cq",
- "key": "city",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "City",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "esny9lo",
- "key": "addresscolumn",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e9vym0c",
- "key": "provinceState1",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Province",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e4tfey9",
- "key": "country1",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Country",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e4yef17",
- "key": "postalZipCode1",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e12wye3",
- "key": "contactinfocolumn",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "simplephonenumber",
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "",
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "tel",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "inputMode": "decimal",
- "id": "er6elyw"
- },
- {
- "id": "ezp8ms",
- "key": "projectNumber1",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Project Number",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Email",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "kickbox": {
- "enabled": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "simpleemail",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "email",
- "inputMask": "",
- "id": "es6oy",
- "defaultValue": ""
- },
- {
- "id": "ekbo2i6",
- "key": "additionalEmailsToCcOnInvoices1",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Additional email to copy on invoices",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
"eq": "",
"show": null,
"when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "erziofr",
+ "key": "organization",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Organization, if applicable",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": { "type": "input" },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "e0tcmz",
+ "key": "addresscolumn",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Address/City",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
{
- "id": "e9mm9hp",
- "key": "simplecontent",
- "html": "",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "emq6lz7",
+ "key": "cssaStreetAddress",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Street Address",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": { "type": "input" },
+ "dbIndex": false,
+ "overlay": {
"top": "",
"left": "",
"style": "",
"width": "",
"height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
"unique": false,
+ "pattern": "",
"multiple": false,
- "required": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
"customPrivate": false,
"strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
"eq": "",
"show": null,
"when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
},
{
- "id": "ezd6l2f",
- "key": "section2-billingcontact",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "SECTION 2 - BILLING CONTACT",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "enmq8cq",
+ "key": "city",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": { "type": "input" },
+ "dbIndex": false,
+ "overlay": {
"top": "",
"left": "",
"style": "",
"width": "",
"height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
"unique": false,
+ "pattern": "",
"multiple": false,
- "required": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
"customPrivate": false,
"strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "key": "simpleparagraph1",
- "type": "htmlelement",
- "input": false,
- "label": "Paragraph",
- "content": "Important note: the billing contact will receive the invoice for contaminated sites services from the ministry. \nInvoices must be paid within 30 days of issuance or penalty fees will apply as described in the\nInterest on Overdue Accounts Receivable Regulation.",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "attrs": [],
- "id": "exc60i",
- "keyModified": true
- },
- {
- "id": "e74c5bh",
- "key": "gstExempt",
- "type": "radio",
- "input": true,
- "label": "GST Exempt?",
- "addons": [],
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- },
- {
- "id": "e10lled",
- "key": "billingconact",
- "type": "radio",
- "input": true,
- "label": "Billing Contact",
- "addons": [],
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Same as applicant",
- "value": "same",
- "shortcut": ""
- },
- {
- "label": "Different than applicant",
- "value": "different",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- },
- {
- "title": "Billing Contact",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "billingcontactpanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "billingconact",
- "eq": "different"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "NameColumn",
- "type": "columns",
- "input": false,
- "label": "contact info column",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LastName",
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e0qwzsi"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "FirstName",
- "type": "textfield",
- "input": true,
- "label": "First Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e4rqfrg"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "billingconact"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e99j4y"
- },
- {
- "key": "Organization",
- "type": "textfield",
- "input": true,
- "label": "Organization, if applicable",
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "billingconact"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eml9v6"
- },
- {
- "key": "AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Address",
- "type": "textfield",
- "input": true,
- "label": "Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eruxj7g"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e55xn6m"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "billingconact"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eun1alh"
- },
- {
- "key": "addresscolumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "provinceState2",
- "type": "textfield",
- "input": true,
- "label": " Province",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e9qhj1c"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "country2",
- "type": "textfield",
- "input": true,
- "label": "Country",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e6lqx7m"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "postalZipCode2",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ehb35q"
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "billingconact"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ed7v0fg"
- },
- {
- "key": "ContactInfoColumn",
- "type": "columns",
- "input": false,
- "label": "contact info column",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Phone",
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "",
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "tel",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "inputMode": "decimal",
- "id": "e6nb3ji"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Email",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "kickbox": {
- "enabled": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "Email",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "email",
- "inputMask": "",
- "id": "erpexfq",
- "defaultValue": null
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "billingconact"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ebtgqdm"
- },
- {
- "key": "simplecols4",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "projectNumber2",
- "type": "textfield",
- "input": true,
- "label": "Project Number",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ewzespo"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "additionalEmailsToCcOnInvoices",
- "type": "textfield",
- "input": true,
- "label": "Additional email to copy on invoices",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eg59yq"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e0ezvr"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e0ut35l"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
"eq": "",
"show": null,
"when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "esny9lo",
+ "key": "addresscolumn",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
{
- "id": "erylsft",
- "key": "Section3-owneroperator",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 3 - PROPERTY OWNER AND/OR OPERATOR",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e9vym0c",
+ "key": "provinceState1",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": { "type": "input" },
+ "dbIndex": false,
+ "overlay": {
"top": "",
"left": "",
"style": "",
"width": "",
"height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
"unique": false,
+ "pattern": "",
"multiple": false,
- "required": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
"customPrivate": false,
"strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "key": "owneroperatorradioGroup",
- "type": "radio",
- "input": true,
- "label": "owner/operator radio",
- "inline": false,
- "values": [
- {
- "label": "Same as applicant",
- "value": "sameAsApplicant",
- "shortcut": ""
- },
- {
- "label": "Different than applicant",
- "value": "different",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eqtoz1l"
- },
- {
- "label": "Property Owner and/or Operator",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "disableAddingRemovingRows": false,
- "conditionalAddButton": "",
- "reorder": false,
- "addAnother": "",
- "addAnotherPosition": "bottom",
- "layoutFixed": false,
- "enableRowGroups": false,
- "initEmpty": false,
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": [
- {}
- ],
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "minLength": "",
- "maxLength": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "s3propertyOwnerOperator",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "owneroperatorradioGroup",
- "eq": "different",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "datagrid",
- "input": true,
- "components": [
- {
- "title": "Property Owner and/or Operator",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "dataGridLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "s3propertyOwnerAndOrOperator",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "owneroperatorradioGroup",
- "eq": "different"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "key": "NameColumn",
- "type": "columns",
- "input": false,
- "label": "Name Column",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LastName",
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eb2vcr8"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "FirstName",
- "type": "textfield",
- "input": true,
- "label": "First Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e6uuwnr"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "owneroperatorradioGroup"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "el08i8r"
- },
- {
- "key": "Company",
- "type": "textfield",
- "input": true,
- "label": "Organization, if applicable",
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "owneroperatorradioGroup"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e4ki5p5"
- },
- {
- "key": "AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Address",
- "type": "textfield",
- "input": true,
- "label": "Street Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "et36tzh"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "enxsxm"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "owneroperatorradioGroup"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ely8cdd"
- },
- {
- "key": "addresscolumn",
- "type": "columns",
- "input": false,
- "label": "address column",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "provinceState3",
- "type": "textfield",
- "input": true,
- "label": "Province",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ez6tqmt"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "country3",
- "type": "textfield",
- "input": true,
- "label": "Country",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ec272o7"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "postalZipCode3",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "enbwp4b"
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "owneroperatorradioGroup"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e5k0ita"
- },
- {
- "key": "ContactInfoColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Phone",
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "",
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "tel",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "inputMode": "decimal",
- "id": "exd2uii"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Email",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nvar currentValue = input;\n\nif(currentValue!== '')\n{\n\n\nif( data.hiddenUserIdForFormSharingWithDiffOwner === '')\n{\n valid = 'Unable to find user with provided email address';\n}\n\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\n.then((p)=> {return p.json();}).\nthen((x)=>{\n data.hiddenUserIdForFormSharingWithDiffOwner = '' ;\n x.data.find((y)=>{ \n if( y.email=== currentValue ) \n { data.hiddenUserIdForFormSharingWithDiffOwner = y.username}\n\n })\n\n if(data.hiddenUserIdForFormSharingWithDiffOwner ==='')\n {\n valid = 'Unable to find registered user with provided email address';\n }\n else\n {\n valid = true;\n }\n\n}).then(()=>{\n\n\n var previousValue = localStorage.getItem(\"cssaHiddenUserIdForFormSharingApplicantAsDiffOwner\"); \n\n if(previousValue != currentValue )\n {\n\tlocalStorage.setItem(\"cssaHiddenUserIdForFormSharingApplicantAsDiffOwner\", currentValue);\n instance.triggerChange();\n }\n\t\n})\n\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "kickbox": {
- "enabled": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "Email",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "email",
- "inputMask": "",
- "id": "enb3fl",
- "defaultValue": ""
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "owneroperatorradioGroup"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "exkizi"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ehmz9lv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "id": "em06t6o"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
"eq": "",
+ "json": "",
"show": null,
"when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
},
{
- "id": "egib6m5",
- "key": "Section4-APQP",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 4 - APPROVED PROFESSIONALS/QUALIFIED PROFESSIONALS",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e4tfey9",
+ "key": "country1",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": { "type": "input" },
+ "dbIndex": false,
+ "overlay": {
"top": "",
"left": "",
"style": "",
"width": "",
"height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
"unique": false,
+ "pattern": "",
"multiple": false,
- "required": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
"customPrivate": false,
"strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "eq4y0gh",
- "key": "Professionalradio",
- "type": "radio",
- "input": true,
- "label": "Has this application been prepared or recommended by one or more professional?",
- "addons": [],
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- },
- {
- "label": "Approved Professional / Qualified Professional",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "disableAddingRemovingRows": false,
- "conditionalAddButton": "",
- "reorder": false,
- "addAnother": "",
- "addAnotherPosition": "bottom",
- "layoutFixed": false,
- "enableRowGroups": false,
- "initEmpty": false,
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": [
- {
- "4-city": "",
- "4-canada": "",
- "4-FullName": "",
- "4-typeOfAp1": "",
- "4-simpleemail": "",
- "4-organization": "",
- "postalZipCode4": "",
- "provinceState4": "",
- "4-streetAddress": "",
- "4-simplephonenumber": "",
- "4-professionalLicenseRegistration": "",
- "FullName": "",
- "typeOfAp1": "",
- "cssaStreetAddress": "",
- "city": "",
- "organization": "",
- "professionalLicenseRegistration": "",
- "canada": "",
- "simplephonenumber": "",
- "simpleemail": ""
- }
- ],
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "minLength": "",
- "maxLength": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "approvedProfessionalQualifiedProfessional",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "Professionalradio",
- "eq": "yes",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "datagrid",
- "input": true,
- "components": [
- {
- "key": "approvedProfessionalQualifiedProfessionals",
- "type": "panel",
- "input": false,
- "label": "Panel",
- "title": "Approved Professional / Qualified Professional",
- "hideLabel": true,
- "tableView": false,
- "components": [
- {
- "key": "simplecols7",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "FullName",
- "type": "textfield",
- "input": true,
- "label": "First and Last Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ewgvnwp"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "typeOfAp1",
- "data": {
- "values": [
- {
- "label": "Numerical standards",
- "value": "numericalStandards"
- },
- {
- "label": "Risk-based standards",
- "value": "riskBasedStandards"
- }
- ],
- "json": "",
- "url": "",
- "resource": "",
- "custom": ""
- },
- "type": "select",
- "input": true,
- "label": "Type of AP, if applicable",
- "widget": "choicesjs",
- "dataType": "auto",
- "tableView": true,
- "searchThreshold": 0.3,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
- "dataSrc": "values",
- "valueProperty": "",
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "eoekeci"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "evbgrtl"
- },
- {
- "key": "simplecols9",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "cssaApStreetAddress",
- "type": "textfield",
- "input": true,
- "label": "Street Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "end2xpb"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "city",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eqwxatb"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ex5ztvf"
- },
- {
- "key": "simplecols8",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "organization",
- "type": "textfield",
- "input": true,
- "label": "Organization",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eugnhi4"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "professionalLicenseRegistration",
- "type": "textfield",
- "input": true,
- "label": "Professional license/registration (e.g., P. Eng, RPBio)",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e6v4egs"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ehcdkqe"
- },
- {
- "key": "simplecols10",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "provinceState4",
- "type": "textfield",
- "input": true,
- "label": "Province",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e6vigp"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "canada",
- "type": "textfield",
- "input": true,
- "label": "Country",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ear75hr"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "postalZipCode4",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ejg04pk"
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eny2y4"
- },
- {
- "key": "simplecols15",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "simplephonenumber",
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "tel",
- "inputFormat": "plain",
- "inputMask": "(999) 999-9999",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "inputMode": "decimal",
- "id": "ew16xg"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "cssaApsimpleemail",
- "type": "email",
- "input": true,
- "label": "Email",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "delimiter": false,
- "tableView": true,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "email",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "kickbox": {
- "enabled": false
- },
- "id": "e6tfj4l"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ew0y8oe"
- }
- ],
- "collapsible": false,
- "id": "ewhx8sm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "id": "era1rxg"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
"eq": "",
- "show": "",
- "when": ""
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
},
{
- "id": "eaol53",
- "key": "Section5-ApplicationInformation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 5 - APPLICATION INFORMATION",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e4yef17",
+ "key": "postalZipCode1",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": { "type": "input" },
+ "dbIndex": false,
+ "overlay": {
"top": "",
"left": "",
"style": "",
"width": "",
"height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "e12wye3",
+ "key": "contactinfocolumn",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "simplephonenumber",
+ "type": "phoneNumber",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "tel",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "inputMode": "decimal",
+ "id": "er6elyw"
},
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ {
+ "id": "ezp8ms",
+ "key": "projectNumber1",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Project Number",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": { "type": "input" },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
"unique": false,
+ "pattern": "",
"multiple": false,
"required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
"customPrivate": false,
"strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e41pr3a",
- "key": "Servicetype",
- "data": {
- "url": "",
- "json": "",
- "custom": "",
- "values": [
- {
- "label": "5.1 Relating to site identification, site disclosure statements or site releases",
- "value": "relatingtositeID"
- },
- {
- "label": "5.2 Report reviews",
- "value": "ReportReviews"
- },
- {
- "label": "5.3 Approved professional statements",
- "value": "ApprovedProfessionalStatements"
- },
- {
- "label": "5.4 Certification Documents",
- "value": "CertificationDocuments"
- },
- {
- "label": "5.5 Protocols",
- "value": "Protocols"
- },
- {
- "label": "5.6 Environmental management area",
- "value": "EnvironmentalManagementArea"
- },
- {
- "label": "5.7 Other services and functions",
- "value": "OtherServicesAndFunctions"
- }
- ],
- "resource": ""
- },
- "type": "select",
- "input": true,
- "label": "Service Requested",
- "limit": 100,
- "addons": [],
- "filter": "",
- "hidden": false,
- "idPath": "id",
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": "choicesjs",
- "dataSrc": "values",
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "dataType": "auto",
- "disabled": false,
- "lazyLoad": true,
- "multiple": true,
- "redrawOn": "",
- "tabindex": "",
- "template": "{{ item.label }} ",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "indexeddb": {
- "filter": {}
- },
- "minSearch": 0,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "ignoreCache": false,
- "placeholder": "Select any that apply",
- "searchField": "",
- "authenticate": false,
- "defaultValue": [],
- "selectFields": "",
- "customOptions": {},
- "dataGridLabel": false,
- "labelPosition": "top",
- "readOnlyValue": false,
- "searchEnabled": true,
- "showCharCount": false,
- "showWordCount": false,
- "uniqueOptions": false,
- "valueProperty": "",
- "calculateValue": "",
- "clearOnRefresh": false,
- "searchDebounce": 0.3,
- "useExactSearch": false,
- "calculateServer": false,
- "searchThreshold": 0.3,
- "selectThreshold": 0.3,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
"eq": "",
+ "json": "",
"show": null,
"when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
},
{
- "title": "5.1 - Relating to site identification, site disclosure statements and site releases",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "RelatingToSiteId",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": { "type": "input" },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
"json": "",
- "show": true,
- "when": "Servicetype",
- "eq": "relatingtositeID"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": { "enabled": false },
+ "errorLabel": "",
+ "errors": "",
+ "key": "simpleemail",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "es6oy",
+ "defaultValue": ""
},
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "submissiontype1",
- "type": "selectboxes",
- "input": true,
- "label": "Submission Type:",
- "values": [
- {
- "label": "Meeting request about site disclosure statements or site releases",
- "value": "meetingRequestAboutSiteDisclosureStatementsOrSiteReleases",
- "shortcut": ""
- },
- {
- "label": "Site release request",
- "value": "siteReleaseRequest",
- "shortcut": ""
- },
- {
- "label": "Site investigation report required under CSR section 6.2 or 6.3",
- "value": "siteInvestigationReportRequiredUnderCsrSection62Or63",
- "shortcut": ""
- },
- {
- "label": "Approved Professional statement required under EMA section 54(3)(d)",
- "value": "approvedProfessionalStatementRequiredUnderEmaSection543D",
- "shortcut": ""
- },
- {
- "label": "Confirmation of remediation report",
- "value": "confirmationOfRemediationReport",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "defaultValue": {
- "other": false,
- "APstatement": false,
- "otherDescribe": false,
- "meetingrequest": false,
- "siteinvestigation": false,
- "siteReleaseRequest": false,
- "confirmationOfRemediationReport": false,
- "siteInvestigationReportRequiredUnderCsrSection62Or63": false,
- "approvedProfessionalStatementRequiredUnderEmaSection543D": false,
- "meetingRequestAboutSiteDisclosureStatementsOrSiteReleases": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "eczxn2s"
- },
+ {
+ "id": "ekbo2i6",
+ "key": "additionalEmailsToCcOnInvoices1",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Additional email to copy on invoices",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": { "type": "input" },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "e9mm9hp",
+ "key": "simplecontent",
+ "html": "",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "ezd6l2f",
+ "key": "section2-billingcontact",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "SECTION 2 - BILLING CONTACT",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "key": "simpleparagraph1",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Paragraph",
+ "content": "Important note: the billing contact will receive the invoice for contaminated sites services from the ministry. \nInvoices must be paid within 30 days of issuance or penalty fees will apply as described in the\nInterest on Overdue Accounts Receivable Regulation.",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "attrs": [],
+ "id": "exc60i",
+ "keyModified": true
+ },
+ {
+ "id": "e74c5bh",
+ "key": "gstExempt",
+ "type": "radio",
+ "input": true,
+ "label": "GST Exempt?",
+ "addons": [],
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "e10lled",
+ "key": "billingconact",
+ "type": "radio",
+ "input": true,
+ "label": "Billing Contact",
+ "addons": [],
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Same as applicant",
+ "value": "same",
+ "shortcut": ""
+ },
+ {
+ "label": "Different than applicant",
+ "value": "different",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false
+ },
+ {
+ "title": "Billing Contact",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "billingcontactpanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "billingconact",
+ "eq": "different"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "contact info column",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "label": "Describe",
- "autoExpand": true,
- "tableView": true,
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "key": "describe1",
- "conditional": {
- "show": true,
- "when": "submissiontype1",
- "eq": "other"
- },
- "type": "textarea",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ek3gxgc"
- },
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e0qwzsi"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "key": "simplecontent2",
- "html": "Submit this CSSAF and relevant supporting documentation to siteID@gov.bc.ca .
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ehx790l"
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e4rqfrg"
}
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "billingconact"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e99j4y"
+ },
+ {
+ "key": "Organization",
+ "type": "textfield",
+ "input": true,
+ "label": "Organization, if applicable",
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "billingconact"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eer3hld"
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eml9v6"
},
{
- "title": "5.2 - Report Reviews",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "ReportReviews",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "Servicetype",
- "eq": "ReportReviews"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
+ "key": "AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eruxj7g"
+ }
+ ],
+ "currentWidth": 6
},
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "label": "Submission Type:",
- "tableView": false,
- "defaultValue": {
- "reportsSubmitted": false,
- "siteInvestigationReports": false,
- "monitoringReports": false,
- "otherReporting": false
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "submissionTypeTwo",
- "type": "selectboxes",
- "input": true,
- "values": [
- {
- "label": "5.2.1 Reports Submitted without an Application for Certification Document",
- "value": "reportsSubmitted",
- "shortcut": ""
- },
- {
- "label": "5.2.2 Site Investigation Reports Required by Director",
- "value": "siteInvestigationReports",
- "shortcut": ""
- },
- {
- "label": "5.2.3 Monitoring Reports",
- "value": "monitoringReports",
- "shortcut": ""
- },
- {
- "label": "5.2.4 Other Reporting",
- "value": "otherReporting",
- "shortcut": ""
- }
- ],
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "e2bxicm"
- },
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e55xn6m"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "billingconact"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eun1alh"
+ },
+ {
+ "key": "addresscolumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
{
- "title": "5.2.1 Reports Submitted without an Application for Certification Document",
- "collapsible": false,
- "key": "MajorReports",
- "conditional": {
- "show": true,
- "when": "submissionTypeTwo",
- "eq": "reportsSubmitted"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "SoSC",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "elez3r"
- },
- {
- "key": "simplecols5",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "plusOneOrMoreOfTheFollowing",
- "type": "selectboxes",
- "input": true,
- "label": "Plus one or more of the following",
- "values": [
- {
- "label": "Preliminary site investigation (PSI)",
- "value": "preliminarySiteInvestigationPsi",
- "shortcut": ""
- },
- {
- "label": "Detailed site investigation (DSI)",
- "value": "detailedSiteInvestigationDsi",
- "shortcut": ""
- },
- {
- "label": "Remediation plan without risk assessment",
- "value": "remediationPlanWithoutRiskAssessment",
- "shortcut": ""
- },
- {
- "label": "Remediation plan with risk assessment",
- "value": "remediationPlanWithRiskAssessment",
- "shortcut": ""
- },
- {
- "label": "Risk assessment not in remediation plan",
- "value": "riskAssessmentNotInRemediationPlan",
- "shortcut": ""
- },
- {
- "label": "Confirmation of remediation",
- "value": "confirmationOfRemediation",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "tableView": false,
- "defaultValue": {
- "other": false,
- "confirmationOfRemediation": false,
- "detailedSiteInvestigationDsi": false,
- "preliminarySiteInvestigationPsi": false,
- "remediationPlanWithRiskAssessment": false,
- "riskAssessmentNotInRemediationPlan": false,
- "remediationPlanWithoutRiskAssessment": false
- },
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "e3uiac"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "typeOfRiskAssessment",
- "type": "radio",
- "input": true,
- "label": "Type of Risk Assessment, if applicable",
- "inline": false,
- "values": [
- {
- "label": "Human health",
- "value": "humanHealth",
- "shortcut": ""
- },
- {
- "label": "Ecological",
- "value": "ecological",
- "shortcut": ""
- },
- {
- "label": "Human health and ecological",
- "value": "humanHealthAndEcological",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e2bwf6l"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ezwnzu"
- },
- {
- "key": "describe2",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "plusOneOrMoreOfTheFollowing"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e5r5mjl"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "provinceState2",
+ "type": "textfield",
+ "input": true,
+ "label": " Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ehib2ek"
- },
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e9qhj1c"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
{
- "title": "5.2.2 Site Investigation Reports Required by Director",
- "collapsible": false,
- "key": "SiteInvestigationReports",
- "conditional": {
- "show": true,
- "when": "submissionTypeTwo",
- "eq": "siteInvestigationReports"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecontent7",
- "html": "The director may require the submission of site investigation information that differs from reports submitted voluntarily under Section 5.2.1 or as part of an application for a certification document under Section 5.4. For site investigation reports triggered by the site identification process, select the service \"5.1 relating to site identification, site disclosure statements and site releases\" in Section 5, above.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e99jby"
- },
- {
- "key": "highRiskSiteReporting",
- "type": "checkbox",
- "input": true,
- "label": "Interim reporting for high risk sites as required under Protocol 12",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ec95aqg"
- },
- {
- "key": "checkAllThatAreRelevantUnderProtocol12Csr71AndTheDirectorsLetter1",
- "data": {
- "values": [
- {
- "label": "Site Risk Classification Report",
- "value": "siteRiskClassificationReport"
- },
- {
- "label": "Exposure Pathway Questionnaire",
- "value": "exposurePathwayQuestionnaire"
- },
- {
- "label": "Detailed Site Condition Report",
- "value": "detailedSiteConditionReport"
- },
- {
- "label": "Summary of remedial method and schedule for remediation of high risk conditions",
- "value": "summaryOfRemedialMethodAndScheduleForRemediationOfHighRiskConditions"
- }
- ],
- "json": "",
- "url": "",
- "resource": "",
- "custom": ""
- },
- "type": "select",
- "input": true,
- "label": "Check all that are relevant under Protocol 12, CSR 7.1 and the director's letter:",
- "widget": "choicesjs",
- "dataType": "auto",
- "multiple": true,
- "tableView": true,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "highRiskSiteReporting"
- },
- "placeholder": "Select all that apply",
- "searchThreshold": 0.3,
- "hideOnChildrenHidden": false,
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
- "dataSrc": "values",
- "valueProperty": "",
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "e1f52bi"
- },
- {
- "key": "additionalReportTitles",
- "type": "textarea",
- "input": true,
- "label": "Additional Report Titles",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "highRiskSiteReporting"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ehdndfh"
- },
- {
- "key": "siteInvestigation",
- "type": "checkbox",
- "input": true,
- "label": "Site investigation (e.g., groundwater management, vapour mitigation, feasibility study)",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e947que"
- },
- {
- "key": "reportTitles",
- "type": "textarea",
- "input": true,
- "label": "Report Title",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "siteInvestigation"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ekvyri6"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "country2",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e1tabfo"
- },
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6lqx7m"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
{
- "key": "MonitoringReports",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.2.3 Monitoring Reports",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "monitoringReport",
- "type": "selectboxes",
- "input": true,
- "label": "Monitoring report as a requirement of:",
- "values": [
- {
- "label": "Certificate of Compliance",
- "value": "certificateOfCompliance",
- "shortcut": ""
- },
- {
- "label": "Approval in Principle",
- "value": "approvalInPrinciple",
- "shortcut": ""
- },
- {
- "label": "Director's letter",
- "value": "directorsLetter",
- "shortcut": ""
- },
- {
- "label": "Performance Verification Plan, Operations and Maintenance Plan or Contingency Plan",
- "value": "performanceVerificationPlanOperationsAndMaintenancePlanOrContingencyPlan",
- "shortcut": ""
- },
- {
- "label": "Authorization",
- "value": "authorization",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "defaultValue": {
- "authorization": false,
- "directorsLetter": false,
- "approvalInPrinciple": false,
- "certificateOfCompliance": false,
- "contaminatedSoilRelocationAgreement": false,
- "performanceVerificationPlanOperationsAndMaintenancePlanOrContingencyPlan": false,
- "other": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "egemxp"
- },
- {
- "key": "AuthorizationnNumber",
- "type": "textfield",
- "input": true,
- "label": "Include the authorization #",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "authorization",
- "show": true,
- "when": "monitoringReport"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ek64e79"
- },
- {
- "key": "simpletextfield",
- "type": "textfield",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "monitoringReport"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e0vid8"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "monitoringReports",
- "show": true,
- "when": "submissionTypeTwo"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "postalZipCode2",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehb35q"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "billingconact"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ed7v0fg"
+ },
+ {
+ "key": "ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "contact info column",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Phone",
+ "type": "phoneNumber",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "tel",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "inputMode": "decimal",
+ "id": "e6nb3ji"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": { "type": "input" },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": { "enabled": false },
+ "errorLabel": "",
+ "errors": "",
+ "key": "Email",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "erpexfq",
+ "defaultValue": null
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "billingconact"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ebtgqdm"
+ },
+ {
+ "key": "simplecols4",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "projectNumber2",
+ "type": "textfield",
+ "input": true,
+ "label": "Project Number",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ewzespo"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "additionalEmailsToCcOnInvoices",
+ "type": "textfield",
+ "input": true,
+ "label": "Additional email to copy on invoices",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eg59yq"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e0ezvr"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e0ut35l"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "erylsft",
+ "key": "Section3-owneroperator",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 3 - PROPERTY OWNER AND/OR OPERATOR",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "key": "owneroperatorradioGroup",
+ "type": "radio",
+ "input": true,
+ "label": "owner/operator radio",
+ "inline": false,
+ "values": [
+ {
+ "label": "Same as applicant",
+ "value": "sameAsApplicant",
+ "shortcut": ""
+ },
+ {
+ "label": "Different than applicant",
+ "value": "different",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eqtoz1l"
+ },
+ {
+ "label": "Property Owner and/or Operator",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [ {} ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "s3propertyOwnerOperator",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "owneroperatorradioGroup",
+ "eq": "different",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Property Owner and/or Operator",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "dataGridLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "s3propertyOwnerAndOrOperator",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "owneroperatorradioGroup",
+ "eq": "different"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Name Column",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "overlay": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "elqiqms"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eb2vcr8"
+ }
+ ],
+ "currentWidth": 6
},
{
- "key": "OtherReporting",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.2.4 Other Reporting",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "otherReporting",
- "type": "selectboxes",
- "input": true,
- "label": "Other Reporting",
- "values": [
- {
- "label": "Progress report (e.g., remediation activities)",
- "value": "progressReportEGRemediationActivities",
- "shortcut": ""
- },
- {
- "label": "Annual reclamation report (or similar)",
- "value": "annualReclamationReportOrSimilar",
- "shortcut": ""
- },
- {
- "label": "Identifying non-compliance to the director",
- "value": "identifyingNonComplianceToTheDirector",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "hideLabel": true,
- "tableView": false,
- "defaultValue": {
- "other": false,
- "annualReclamationReportOrSimilar": false,
- "identifyingNonComplianceToTheDirector": false,
- "progressReportEGRemediationActivities": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "e2z3zff"
- },
- {
- "key": "describe3",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "otherReporting"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "eelai0c"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "otherReporting",
- "show": true,
- "when": "submissionTypeTwo"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "overlay": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e9iqt1"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6uuwnr"
+ }
+ ],
+ "currentWidth": 6
}
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "owneroperatorradioGroup"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "el08i8r"
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ef9r7gc"
- },
- {
- "title": "5.3 - Approved Professional Statements",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "ApprovedProfessionalStatements",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
+ {
+ "key": "Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Organization, if applicable",
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
"show": true,
- "when": "Servicetype",
- "eq": "ApprovedProfessionalStatements"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ "when": "owneroperatorradioGroup"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e4ki5p5"
},
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
+ {
+ "key": "AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
{
- "key": "apStatementType",
- "type": "selectboxes",
- "input": true,
- "label": "Type of AP Statement",
- "inline": false,
- "values": [
- {
- "label": "Requirement of a Certificate of Compliance or Approval in Principle",
- "value": "requirementOfACertificateOfComplianceOrApprovalInPrinciple",
- "shortcut": ""
- },
- {
- "label": "Other (e.g., in response to director's letter)",
- "value": "other",
- "shortcut": ""
- }
- ],
- "fieldSet": false,
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Street Address",
+ "validate": {
"required": true,
- "onlyAvailableItems": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "tableView": false,
- "defaultValue": {
- "other": false,
- "otherEGInResponseToDirectorsLetter": false,
- "requirementOfAContaminatedSoilRelocationAgreement": false,
- "requirementOfACertificateOfComplianceOrApprovalInPrinciple": false
- },
- "dataGridLabel": false,
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "id": "e7ud9eg"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "et36tzh"
+ }
+ ],
+ "currentWidth": 6
},
{
- "key": "otherdescription",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
@@ -11954,739 +6790,327 @@
"unique": false,
"minLength": "",
"maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "hideLabel": true,
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "apStatementType"
- },
- "description": "For AP statements required under the site identification process, select the service \"relating to site identification, site disclosure statements and site releases\" in Section 5 above.",
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e70228p"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "enxsxm"
+ }
+ ],
+ "currentWidth": 6
}
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "owneroperatorradioGroup"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "emxo1d"
- },
- {
- "title": "5.4 - Certification Documents",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "certificationdocument",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "Servicetype",
- "eq": "CertificationDocuments"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ely8cdd"
},
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
+ {
+ "key": "addresscolumn",
+ "type": "columns",
+ "input": false,
+ "label": "address column",
+ "columns": [
{
- "key": "certificationdocumentradioGroup",
- "type": "selectboxes",
- "input": true,
- "label": "Certification document(s) requested:",
- "inline": false,
- "values": [
- {
- "label": "Determination of Contaminated Site",
- "value": "determinationOfContaminatedSite",
- "shortcut": ""
- },
- {
- "label": "Certificate of Compliance",
- "value": "certificateOfCompliance",
- "shortcut": ""
- },
- {
- "label": "Approval in Principle",
- "value": "approvalInPrinciple",
- "shortcut": ""
- }
- ],
- "fieldSet": false,
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "provinceState3",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
"required": true,
- "onlyAvailableItems": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "tableView": false,
- "defaultValue": {
- "approvalInPrinciple": false,
- "certificateOfCompliance": false,
- "determinationOfContaminatedSite": false,
- "contaminatedSoilRelocationAgreement": false
- },
- "dataGridLabel": false,
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "id": "e82kp2d"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ez6tqmt"
+ }
+ ],
+ "currentWidth": 4
},
{
- "title": "Determination of Contaminated Site",
- "collapsible": false,
- "key": "determinationOfContaminatedSite",
- "conditional": {
- "show": true,
- "when": "certificationdocumentradioGroup",
- "eq": "determinationOfContaminatedSite"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecols18",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "determinationradioGroup",
- "type": "radio",
- "input": true,
- "label": "Type of determination",
- "inline": false,
- "values": [
- {
- "label": "site is not contaminated",
- "value": "siteIsNotContaminated",
- "shortcut": ""
- },
- {
- "label": "site is contaminated",
- "value": "siteIsContaminated",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eyv0s9g"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "determinationnumberOfApplications",
- "type": "number",
- "input": true,
- "label": "Number of Determinations Requested",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "delimiter": false,
- "tableView": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "exr3caq"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "etcxo0o"
- },
- {
- "key": "SoSCcheckbox4",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ebim2r9"
- },
- {
- "key": "determinationreports",
- "type": "selectboxes",
- "input": true,
- "label": "Reports",
- "values": [
- {
- "label": "Preliminary site investigation (PSI)",
- "value": "preliminarySiteInvestigationPsi",
- "shortcut": ""
- },
- {
- "label": "Detailed site investigation (DSI)",
- "value": "detailedSiteInvestigationDsi",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "defaultValue": {
- "other": false,
- "confirmationOfRemediation": false,
- "detailedSiteInvestigationDsi": false,
- "preliminarySiteInvestigationPsi": false,
- "remediationPlanWithRiskAssessment": false,
- "riskAssessmentNotInRemediationPlan": false,
- "remediationPlanWithoutRiskAssessment": false
- },
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "emdnzs"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "country3",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "overlay": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ejsy36"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ec272o7"
+ }
+ ],
+ "currentWidth": 4
},
{
- "key": "determinationother",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "postalZipCode3",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
@@ -12695,3640 +7119,1663 @@
"unique": false,
"minLength": "",
"maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "determinationreports"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "emzud8i"
- },
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "enbwp4b"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "owneroperatorradioGroup"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e5k0ita"
+ },
+ {
+ "key": "ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
{
- "key": "certificateOfCompliance",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Certificate of Compliance",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecols19",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "CoCCheckBox",
- "type": "selectboxes",
- "input": true,
- "label": "CoC check box",
- "values": [
- {
- "label": "Numerical",
- "value": "numerical",
- "shortcut": ""
- },
- {
- "label": "Screening Level Risk Assessment",
- "value": "screeningLevelRiskAssessment",
- "shortcut": ""
- },
- {
- "label": "Detailed Risk Assessment",
- "value": "detailedRiskAssessment",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "eza5jii"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "CoCnumberOfApplications1",
- "type": "number",
- "input": true,
- "label": "Number of Certificates Requested",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "delimiter": false,
- "tableView": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e84w29d"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ez85oo"
- },
- {
- "key": "SoSCcheckbox3",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ehmmqs"
- },
- {
- "key": "CoCreports",
- "type": "checkbox",
- "input": true,
- "label": "Required Reports",
- "inline": false,
- "values": [
- {
- "label": "Preliminary site investigation (PSI)",
- "value": "preliminarySiteInvestigationPsi",
- "shortcut": ""
- },
- {
- "label": "Detailed site investigation (DSI)",
- "value": "detailedSiteInvestigationDsi",
- "shortcut": ""
- },
- {
- "label": "Confirmation of remediation",
- "value": "confirmationOfRemediation",
- "shortcut": ""
- }
- ],
- "fieldSet": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "defaultValue": {
- "other": false,
- "confirmationOfRemediation": false,
- "detailedSiteInvestigationDsi": false,
- "preliminarySiteInvestigationPsi": false,
- "remediationPlanWithRiskAssessment": false,
- "riskAssessmentNotInRemediationPlan": false,
- "remediationPlanWithoutRiskAssessment": false
- },
- "dataGridLabel": false,
- "labelPosition": "top",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ep0r0pe"
- },
- {
- "key": "simplecols3",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "CoCoptionalreports",
- "type": "selectboxes",
- "input": true,
- "label": "Reports",
- "values": [
- {
- "label": "Risk assessment not in remediation plan",
- "value": "riskAssessmentNotInRemediationPlan",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "tableView": false,
- "defaultValue": {
- "other": false,
- "confirmationOfRemediation": false,
- "detailedSiteInvestigationDsi": false,
- "preliminarySiteInvestigationPsi": false,
- "remediationPlanWithRiskAssessment": false,
- "riskAssessmentNotInRemediationPlan": false,
- "remediationPlanWithoutRiskAssessment": false
- },
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "etd8oip"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "typeOfRiskAssessment1",
- "type": "radio",
- "input": true,
- "label": "Type of Risk Assessment, if applicable",
- "inline": false,
- "values": [
- {
- "label": "Human health",
- "value": "humanHealth",
- "shortcut": ""
- },
- {
- "label": "Ecological",
- "value": "ecological",
- "shortcut": ""
- },
- {
- "label": "Human health and ecological",
- "value": "humanHealthAndEcological",
- "shortcut": ""
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ep8kd7kf"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eu5hl1n"
- },
- {
- "key": "CoCdescribe4",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "CoCoptionalreports"
- },
- "inputFormat": "plain",
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "emdgiek"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "certificateOfCompliance",
- "show": true,
- "when": "certificationdocumentradioGroup"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Phone",
+ "type": "phoneNumber",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "overlay": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "elk407e"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "tel",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "inputMode": "decimal",
+ "id": "exd2uii"
+ }
+ ],
+ "currentWidth": 6
},
{
- "key": "approvalInPrinciple",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Approval in Principle",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecols20",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "remediationPlan",
- "type": "radio",
- "input": true,
- "label": "Remediation Plan",
- "inline": false,
- "values": [
- {
- "label": "remediation plan without risk assessment (numerical)",
- "value": "remediationPlanWithoutRiskAssessmentNumerical",
- "shortcut": ""
- },
- {
- "label": "remediation plan with risk assessment",
- "value": "remediationPlanWithRiskAssessment",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e03dxrb"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "AIPtypeOfRiskAssessment",
- "type": "radio",
- "input": true,
- "label": "Type of Risk Assessment, if applicable",
- "inline": false,
- "values": [
- {
- "label": "Human health",
- "value": "humanHealth",
- "shortcut": ""
- },
- {
- "label": "Ecological",
- "value": "ecological",
- "shortcut": ""
- },
- {
- "label": "Human health and ecological",
- "value": "humanHealthAndEcological",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "conditional": {
- "eq": "remediationPlanWithRiskAssessment",
- "show": true,
- "when": "5.4remediationPlan"
- },
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ey7o73s"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "CoCnumberOfApplications2",
- "type": "number",
- "input": true,
- "label": "Number of Approvals Requested",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "delimiter": false,
- "tableView": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e4ifby"
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e21lbfk"
- },
- {
- "key": "SoSCcheckbox2",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "euz1w5m"
- },
- {
- "key": "AiPreports",
- "type": "selectboxes",
- "input": true,
- "label": "Reports",
- "values": [
- {
- "label": "Preliminary site investigation (PSI)",
- "value": "preliminarySiteInvestigationPsi",
- "shortcut": ""
- },
- {
- "label": "Detailed site investigation (DSI)",
- "value": "detailedSiteInvestigationDsi",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "tableView": false,
- "defaultValue": {
- "other": false,
- "confirmationOfRemediation": false,
- "detailedSiteInvestigationDsi": false,
- "preliminarySiteInvestigationPsi": false,
- "remediationPlanWithRiskAssessment": false,
- "riskAssessmentNotInRemediationPlan": false,
- "remediationPlanWithoutRiskAssessment": false
- },
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "e6tqlto"
- },
- {
- "key": "AiPdescribe5",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "AiPreports"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "elr0qto"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "approvalInPrinciple",
- "show": true,
- "when": "certificationdocumentradioGroup"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": { "type": "input" },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nvar currentValue = input;\n\nif(currentValue!== '')\n{\n\n\nif( data.hiddenUserIdForFormSharingWithDiffOwner === '')\n{\n valid = 'Unable to find user with provided email address';\n}\n\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\n.then((p)=> {return p.json();}).\nthen((x)=>{\n data.hiddenUserIdForFormSharingWithDiffOwner = '' ;\n x.data.find((y)=>{ \n if( y.email=== currentValue ) \n { data.hiddenUserIdForFormSharingWithDiffOwner = y.username}\n\n })\n\n if(data.hiddenUserIdForFormSharingWithDiffOwner ==='')\n {\n valid = 'Unable to find registered user with provided email address';\n }\n else\n {\n valid = true;\n }\n\n}).then(()=>{\n\n\n var previousValue = localStorage.getItem(\"cssaHiddenUserIdForFormSharingApplicantAsDiffOwner\"); \n\n if(previousValue != currentValue )\n {\n\tlocalStorage.setItem(\"cssaHiddenUserIdForFormSharingApplicantAsDiffOwner\", currentValue);\n instance.triggerChange();\n }\n\t\n})\n\n}",
"customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "overlay": {
+ },
+ "unique": false,
+ "kickbox": { "enabled": false },
+ "errorLabel": "",
+ "errors": "",
+ "key": "Email",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "egr66jj"
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "enb3fl",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "owneroperatorradioGroup"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "exkizi"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ehmz9lv00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "em06t6o"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "egib6m5",
+ "key": "Section4-APQP",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 4 - APPROVED PROFESSIONALS/QUALIFIED PROFESSIONALS",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "eq4y0gh",
+ "key": "Professionalradio",
+ "type": "radio",
+ "input": true,
+ "label": "Has this application been prepared or recommended by one or more professional?",
+ "addons": [],
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false
+ },
+ {
+ "label": "Approved Professional / Qualified Professional",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "4-city": "",
+ "4-canada": "",
+ "4-FullName": "",
+ "4-typeOfAp1": "",
+ "4-simpleemail": "",
+ "4-organization": "",
+ "postalZipCode4": "",
+ "provinceState4": "",
+ "4-streetAddress": "",
+ "4-simplephonenumber": "",
+ "4-professionalLicenseRegistration": "",
+ "FullName": "",
+ "typeOfAp1": "",
+ "cssaStreetAddress": "",
+ "city": "",
+ "organization": "",
+ "professionalLicenseRegistration": "",
+ "canada": "",
+ "simplephonenumber": "",
+ "simpleemail": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvedProfessionalQualifiedProfessional",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "Professionalradio",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "key": "approvedProfessionalQualifiedProfessionals",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "title": "Approved Professional / Qualified Professional",
+ "hideLabel": true,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecols7",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "FullName",
+ "type": "textfield",
+ "input": true,
+ "label": "First and Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ewgvnwp"
+ }
+ ],
+ "currentWidth": 6
},
{
- "key": "simplecontent6",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "typeOfAp1",
+ "data": {
+ "values": [
+ {
+ "label": "Numerical standards",
+ "value": "numericalStandards"
+ },
+ {
+ "label": "Risk-based standards",
+ "value": "riskBasedStandards"
+ }
+ ],
+ "json": "",
+ "url": "",
+ "resource": "",
+ "custom": ""
+ },
+ "type": "select",
+ "input": true,
+ "label": "Type of AP, if applicable",
+ "widget": "choicesjs",
+ "dataType": "auto",
+ "tableView": true,
+ "searchThreshold": 0.3,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "html": "",
- "id": "ec8s6mo"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
+ "dataSrc": "values",
+ "valueProperty": "",
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": { "filter": {} },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "eoekeci"
+ }
+ ],
+ "currentWidth": 6
}
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "el6vb7n"
- },
- {
- "title": "5.5 - Protocols",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "Protocols",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "Servicetype",
- "eq": "Protocols"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "evbgrtl"
},
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
+ {
+ "key": "simplecols9",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
{
- "key": "applicationsrequested",
- "type": "selectboxes",
- "input": true,
- "label": "Applications requested:",
- "inline": false,
- "values": [
- {
- "label": "5.5.1 Site Reclassification under Protocol 12",
- "value": "siteReclassification",
- "shortcut": ""
- },
- {
- "label": "5.5.2 Preapproval under Protocol 6 ",
- "value": "preapproval",
- "shortcut": ""
- },
- {
- "label": "5.5.3 Approval of background concentrations of substances (Protocol 4 or 9)",
- "value": "approvalOfBackgroundConcentrations",
- "shortcut": ""
- },
- {
- "label": "5.5.4 Other (Protocol 2 or 21)",
- "value": "otherProtocols",
- "shortcut": ""
- }
- ],
- "fieldSet": false,
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "cssaApStreetAddress",
+ "type": "textfield",
+ "input": true,
+ "label": "Street Address",
+ "validate": {
"required": true,
- "onlyAvailableItems": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "tableView": false,
- "defaultValue": {
- "siteReclassification": false,
- "preapproval": false,
- "approvalOfBackgroundConcentrations": false,
- "otherProtocols": false
- },
- "dataGridLabel": false,
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "id": "ejtkpw"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "end2xpb"
+ }
+ ],
+ "currentWidth": 6
},
{
- "key": "SiteReclassificationUnderProtocol12",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.5.1 Site Reclassification under Protocol 12",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "reclassification",
- "type": "radio",
- "input": true,
- "label": "Reclassification for:",
- "inline": false,
- "values": [
- {
- "label": "Part of a site",
- "value": "partOfASite",
- "shortcut": ""
- },
- {
- "label": "Whole site",
- "value": "wholeSite",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e6qmhtj"
- },
- {
- "key": "simplecontent5",
- "html": "To reclassify a site, the following reports, signed by an Approved Professional, must be submitted:
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "emxyv"
- },
- {
- "key": "summaryOfSiteConditionForm",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "5.5.1-reclassificationOfAHighRiskSite"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "erqwaar"
- },
- {
- "key": "SRCR",
- "type": "checkbox",
- "input": true,
- "label": "Site Risk Classification Report confirming that high risk conditions have been remediated",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "exm280g"
- },
- {
- "key": "confirmationOfRemediationreport",
- "type": "checkbox",
- "input": true,
- "label": "Confirmation of Remediation of High Risk Conditions Report",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "erfigfa"
- },
- {
- "key": "includingHumanHealthAndEcologicalRiskAssessment",
- "type": "radio",
- "input": true,
- "label": "Including Human Health and Ecological Risk Assessment?",
- "inline": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "5.5.1-confirmationOfRemediationreport"
- },
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e51tbdg"
- },
- {
- "key": "performanceVerificationReport",
- "type": "checkbox",
- "input": true,
- "label": "Performance Verification Report",
- "tableView": false,
- "description": "Required for a site classified as risk managed high risk",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ezmw9i"
- },
- {
- "key": "otherReqDir",
- "type": "checkbox",
- "input": true,
- "label": "Other",
- "tableView": false,
- "description": "Additional information required by the director",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "eqkchqf"
- },
- {
- "key": "describe6",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "otherReqDir"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ehufewc"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "siteReclassification",
- "show": true,
- "when": "applicationsrequested"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "city",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "overlay": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "elzb4"
- },
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqwxatb"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ex5ztvf"
+ },
+ {
+ "key": "simplecols8",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
{
- "key": "PreapprovalUnderProtocol6",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.5.2 Preapproval under Protocol 6",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "toNotDelineateOrRemediate",
- "type": "checkbox",
- "input": true,
- "label": "To not delineate or remediate the full extent of contamination",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e909h4c"
- },
- {
- "key": "reason",
- "type": "textfield",
- "input": true,
- "label": "Type(s):",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "toNotDelineateOrRemediate"
- },
- "placeholder": "Reason (e.g. denied access, part-site)",
- "hideOnChildrenHidden": false,
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eqe1cxa"
- },
- {
- "key": "preapprovalCheckboxGroup",
- "type": "selectboxes",
- "input": true,
- "label": "preapprovalCheckbox Group",
- "values": [
- {
- "label": "De novo toxicity reference value derivation",
- "value": "deNovoToxicityReferenceValueDerivation",
- "shortcut": ""
- },
- {
- "label": "Background surface water, sediment or vapour concentrations",
- "value": "backgroundSurfaceWaterSedimentOrVapourConcentrations",
- "shortcut": ""
- },
- {
- "label": "For a site under an Environmental Management Act order",
- "value": "forASiteUnderAnEnvironmentalManagementActOrder",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "hideLabel": true,
- "tableView": false,
- "defaultValue": {
- "other": false,
- "otherDescribe": false,
- "deNovoToxicityReferenceValueDerivation": false,
- "forASiteUnderAnEnvironmentalManagementActOrder": false,
- "backgroundSurfaceWaterSedimentOrVapourConcentrations": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "ekw4ll5"
- },
- {
- "key": "describe7",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "preapprovalCheckboxGroup"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ebojk6"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "preapproval",
- "show": true,
- "when": "applicationsrequested"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "escthmq"
- },
- {
- "key": "ApprovalOfBackgroundConcentrationsOfSubstancesInGroundwaterAndSoil",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.5.3 Approval of background concentrations of substances (Protocol 4 or 9)",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "SoSCone",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "egp6l4t"
- },
- {
- "key": "plusAnApplicationForOneOfTheFollowing1",
- "type": "radio",
- "input": true,
- "label": "Plus an application for one of the following:",
- "inline": false,
- "values": [
- {
- "label": "Protocol 4, site-specific local background concentration(s) in soil",
- "value": "protocol4SiteSpecificLocalBackgroundConcentrationSInSoil",
- "shortcut": ""
- },
- {
- "label": "Protocol 9, site-specific local background concentration(s) in groundwater",
- "value": "protocol9SiteSpecificLocalBackgroundConcentrationSInGroundwater",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ew5yx5c"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "approvalOfBackgroundConcentrations",
- "show": true,
- "when": "applicationsrequested"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "organization",
+ "type": "textfield",
+ "input": true,
+ "label": "Organization",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "overlay": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "euufg15"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eugnhi4"
+ }
+ ],
+ "currentWidth": 6
},
{
- "key": "Other",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.5.4 Other",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "othercheckboxGroup",
- "type": "selectboxes",
- "input": true,
- "label": "Checkbox Group",
- "values": [
- {
- "label": "Site-specific numerical soil standards under Protocol 2",
- "value": "siteSpecificNumericalSoilStandardsUnderProtocol2",
- "shortcut": ""
- },
- {
- "label": "Water use determination under Protocol 21",
- "value": "waterUseDeterminationUnderProtocol21",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "defaultValue": {
- "waterUseDeterminationUnderProtocol21": false,
- "siteSpecificNumericalSoilStandardsUnderProtocol2": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "evat1o3"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "otherProtocols",
- "show": true,
- "when": "applicationsrequested"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "professionalLicenseRegistration",
+ "type": "textfield",
+ "input": true,
+ "label": "Professional license/registration (e.g., P. Eng, RPBio)",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "overlay": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "edcaeu"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6v4egs"
+ }
+ ],
+ "currentWidth": 6
}
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ehcdkqe"
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ewz4yz3"
- },
- {
- "title": "5.6 - Environmental Management Area",
- "collapsible": false,
- "key": "EnvironmentalManagementArea",
- "conditional": {
- "show": true,
- "when": "Servicetype",
- "eq": "EnvironmentalManagementArea"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
+ {
+ "key": "simplecols10",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
{
- "key": "environmentalManagementAreaDesignation",
- "type": "checkbox",
- "input": true,
- "label": "Environmental Management Area designation",
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "provinceState4",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ev6q8ch"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e6cf9xi"
- },
- {
- "title": "5.7 - Other Services and Functions",
- "collapsible": false,
- "key": "OtherServicesAndFunctions",
- "conditional": {
- "show": true,
- "when": "Servicetype",
- "eq": "OtherServicesAndFunctions"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6vigp"
+ }
+ ],
+ "currentWidth": 4
+ },
{
- "key": "meetingRequestAbout",
- "type": "selectboxes",
- "input": true,
- "label": "Meeting request about:",
- "values": [
- {
- "label": "Request for information or clarification of requirements:",
- "value": "requestForInformationOrClarificationOfRequirements",
- "shortcut": ""
- },
- {
- "label": "Topic area listed under Table 3 of CSR Schedule 3",
- "value": "topicAreaListedUnderTable3OfCsrSchedule3",
- "shortcut": ""
- }
- ],
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "canada",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "defaultValue": {
- "topicAreaListedUnderTable3OfCsrSchedule3": false,
- "requestForInformationOrClarificationOfRequirements": false,
- "requestForReviewOfCovenantFinancialSecurityOrOtherMatter": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "ewiim2"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ear75hr"
+ }
+ ],
+ "currentWidth": 4
},
{
- "key": "additionalDetails",
- "type": "textarea",
- "input": true,
- "label": "Meeting Request Detailed Agenda",
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "postalZipCode4",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
@@ -16337,82 +8784,155 @@
"unique": false,
"minLength": "",
"maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "requestForInformationOrClarificationOfRequirements",
- "show": true,
- "when": "5.7meetingRequestAbout"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ey7l6zhq"
- },
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ejg04pk"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eny2y4"
+ },
+ {
+ "key": "simplecols15",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
{
- "key": "additionalDetails1",
- "type": "textarea",
- "input": true,
- "label": "Meeting Request Detailed Agenda",
- "validate": {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "simplephonenumber",
+ "type": "phoneNumber",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
@@ -16421,7784 +8941,15029 @@
"unique": false,
"minLength": "",
"maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "topicAreaListedUnderTable3OfCsrSchedule3",
- "show": true,
- "when": "5.7meetingRequestAbout"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
+ "pattern": ""
+ },
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ez0r35h"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "tel",
+ "inputFormat": "plain",
+ "inputMask": "(999) 999-9999",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "inputMode": "decimal",
+ "id": "ew16xg"
+ }
+ ],
+ "currentWidth": 6
},
{
- "key": "requestForReviewOfCovenantFinancialSecurityOrOtherMatter",
- "type": "checkbox",
- "input": true,
- "label": "Request for review of covenant, financial security, or other matter",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "cssaApsimpleemail",
+ "type": "email",
+ "input": true,
+ "label": "Email",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "delimiter": false,
+ "tableView": true,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "eslllyk"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "email",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "kickbox": { "enabled": false },
+ "id": "e6tfj4l"
+ }
+ ],
+ "currentWidth": 6
}
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "overlay": {
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ezwftss"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ew0y8oe"
+ }
+ ],
+ "collapsible": false,
+ "id": "ewhx8sm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "era1rxg"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": true,
+ "conditional": {
+ "eq": "",
+ "show": "",
+ "when": ""
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "eaol53",
+ "key": "Section5-ApplicationInformation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 5 - APPLICATION INFORMATION",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e41pr3a",
+ "key": "Servicetype",
+ "data": {
+ "url": "",
+ "json": "",
+ "custom": "",
+ "values": [
+ {
+ "label": "5.1 Relating to site identification, site disclosure statements or site releases",
+ "value": "relatingtositeID"
+ },
+ {
+ "label": "5.2 Report reviews",
+ "value": "ReportReviews"
+ },
+ {
+ "label": "5.3 Approved professional statements",
+ "value": "ApprovedProfessionalStatements"
+ },
+ {
+ "label": "5.4 Certification Documents",
+ "value": "CertificationDocuments"
+ },
+ {
+ "label": "5.5 Protocols",
+ "value": "Protocols"
+ },
+ {
+ "label": "5.6 Environmental management area",
+ "value": "EnvironmentalManagementArea"
+ },
+ {
+ "label": "5.7 Other services and functions",
+ "value": "OtherServicesAndFunctions"
+ }
+ ],
+ "resource": ""
+ },
+ "type": "select",
+ "input": true,
+ "label": "Service Requested",
+ "limit": 100,
+ "addons": [],
+ "filter": "",
+ "hidden": false,
+ "idPath": "id",
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": "choicesjs",
+ "dataSrc": "values",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "dataType": "auto",
+ "disabled": false,
+ "lazyLoad": true,
+ "multiple": true,
+ "redrawOn": "",
+ "tabindex": "",
+ "template": "{{ item.label }} ",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "indexeddb": { "filter": {} },
+ "minSearch": 0,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "ignoreCache": false,
+ "placeholder": "Select any that apply",
+ "searchField": "",
+ "authenticate": false,
+ "defaultValue": [],
+ "selectFields": "",
+ "customOptions": {},
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "readOnlyValue": false,
+ "searchEnabled": true,
+ "showCharCount": false,
+ "showWordCount": false,
+ "uniqueOptions": false,
+ "valueProperty": "",
+ "calculateValue": "",
+ "clearOnRefresh": false,
+ "searchDebounce": 0.3,
+ "useExactSearch": false,
+ "calculateServer": false,
+ "searchThreshold": 0.3,
+ "selectThreshold": 0.3,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "title": "5.1 - Relating to site identification, site disclosure statements and site releases",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "RelatingToSiteId",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "Servicetype",
+ "eq": "relatingtositeID"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "submissiontype1",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Submission Type:",
+ "values": [
+ {
+ "label": "Meeting request about site disclosure statements or site releases",
+ "value": "meetingRequestAboutSiteDisclosureStatementsOrSiteReleases",
+ "shortcut": ""
},
{
- "id": "eapauxs",
- "key": "section6-ReviewProcessRequested",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 6 - REVIEW PROCESS REQUESTED",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
+ "label": "Site release request",
+ "value": "siteReleaseRequest",
+ "shortcut": ""
+ },
+ {
+ "label": "Site investigation report required under CSR section 6.2 or 6.3",
+ "value": "siteInvestigationReportRequiredUnderCsrSection62Or63",
+ "shortcut": ""
+ },
+ {
+ "label": "Approved Professional statement required under EMA section 54(3)(d)",
+ "value": "approvedProfessionalStatementRequiredUnderEmaSection543D",
+ "shortcut": ""
+ },
+ {
+ "label": "Confirmation of remediation report",
+ "value": "confirmationOfRemediationReport",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "APstatement": false,
+ "otherDescribe": false,
+ "meetingrequest": false,
+ "siteinvestigation": false,
+ "siteReleaseRequest": false,
+ "confirmationOfRemediationReport": false,
+ "siteInvestigationReportRequiredUnderCsrSection62Or63": false,
+ "approvedProfessionalStatementRequiredUnderEmaSection543D": false,
+ "meetingRequestAboutSiteDisclosureStatementsOrSiteReleases": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eczxn2s"
+ },
+ {
+ "label": "Describe",
+ "autoExpand": true,
+ "tableView": true,
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "describe1",
+ "conditional": {
+ "show": true,
+ "when": "submissiontype1",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ek3gxgc"
+ },
+ {
+ "key": "simplecontent2",
+ "html": "Submit this CSSAF and relevant supporting documentation to siteID@gov.bc.ca .
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ehx790l"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eer3hld"
+ },
+ {
+ "title": "5.2 - Report Reviews",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "ReportReviews",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "Servicetype",
+ "eq": "ReportReviews"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Submission Type:",
+ "tableView": false,
+ "defaultValue": {
+ "reportsSubmitted": false,
+ "siteInvestigationReports": false,
+ "monitoringReports": false,
+ "otherReporting": false
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "submissionTypeTwo",
+ "type": "selectboxes",
+ "input": true,
+ "values": [
+ {
+ "label": "5.2.1 Reports Submitted without an Application for Certification Document",
+ "value": "reportsSubmitted",
+ "shortcut": ""
+ },
+ {
+ "label": "5.2.2 Site Investigation Reports Required by Director",
+ "value": "siteInvestigationReports",
+ "shortcut": ""
+ },
+ {
+ "label": "5.2.3 Monitoring Reports",
+ "value": "monitoringReports",
+ "shortcut": ""
+ },
+ {
+ "label": "5.2.4 Other Reporting",
+ "value": "otherReporting",
+ "shortcut": ""
+ }
+ ],
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e2bxicm"
+ },
+ {
+ "title": "5.2.1 Reports Submitted without an Application for Certification Document",
+ "collapsible": false,
+ "key": "MajorReports",
+ "conditional": {
+ "show": true,
+ "when": "submissionTypeTwo",
+ "eq": "reportsSubmitted"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "SoSC",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
+ "unique": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "elez3r"
+ },
+ {
+ "key": "simplecols5",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "id": "e40pkyq",
- "key": "typeOfReview",
- "type": "radio",
- "input": true,
- "label": "Type of review ",
- "addons": [],
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Direct to ministry application",
- "value": "directToMinistryApplication",
- "shortcut": ""
- },
- {
- "label": "Application via the Society of Contaminated Sites Approved Professionals of BC",
- "value": "applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "key": "plusOneOrMoreOfTheFollowing",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Plus one or more of the following",
+ "values": [
+ {
+ "label": "Preliminary site investigation (PSI)",
+ "value": "preliminarySiteInvestigationPsi",
+ "shortcut": ""
},
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
+ {
+ "label": "Detailed site investigation (DSI)",
+ "value": "detailedSiteInvestigationDsi",
+ "shortcut": ""
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
+ {
+ "label": "Remediation plan without risk assessment",
+ "value": "remediationPlanWithoutRiskAssessment",
+ "shortcut": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- },
+ {
+ "label": "Remediation plan with risk assessment",
+ "value": "remediationPlanWithRiskAssessment",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk assessment not in remediation plan",
+ "value": "riskAssessmentNotInRemediationPlan",
+ "shortcut": ""
+ },
+ {
+ "label": "Confirmation of remediation",
+ "value": "confirmationOfRemediation",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "confirmationOfRemediation": false,
+ "detailedSiteInvestigationDsi": false,
+ "preliminarySiteInvestigationPsi": false,
+ "remediationPlanWithRiskAssessment": false,
+ "riskAssessmentNotInRemediationPlan": false,
+ "remediationPlanWithoutRiskAssessment": false
+ },
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e3uiac"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "id": "ef0w5p",
- "key": "resubmission",
- "type": "radio",
- "input": true,
- "label": "Resubmission",
- "addons": [],
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
+ "key": "typeOfRiskAssessment",
+ "type": "radio",
+ "input": true,
+ "label": "Type of Risk Assessment, if applicable",
+ "inline": false,
+ "values": [
+ {
+ "label": "Human health",
+ "value": "humanHealth",
+ "shortcut": ""
+ },
+ {
+ "label": "Ecological",
+ "value": "ecological",
+ "shortcut": ""
+ },
+ {
+ "label": "Human health and ecological",
+ "value": "humanHealthAndEcological",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
"unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e2bwf6l"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ezwnzu"
+ },
+ {
+ "key": "describe2",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "plusOneOrMoreOfTheFollowing"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e5r5mjl"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ehib2ek"
+ },
+ {
+ "title": "5.2.2 Site Investigation Reports Required by Director",
+ "collapsible": false,
+ "key": "SiteInvestigationReports",
+ "conditional": {
+ "show": true,
+ "when": "submissionTypeTwo",
+ "eq": "siteInvestigationReports"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecontent7",
+ "html": "The director may require the submission of site investigation information that differs from reports submitted voluntarily under Section 5.2.1 or as part of an application for a certification document under Section 5.4. For site investigation reports triggered by the site identification process, select the service \"5.1 relating to site identification, site disclosure statements and site releases\" in Section 5, above.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e99jby"
+ },
+ {
+ "key": "highRiskSiteReporting",
+ "type": "checkbox",
+ "input": true,
+ "label": "Interim reporting for high risk sites as required under Protocol 12",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ec95aqg"
+ },
+ {
+ "key": "checkAllThatAreRelevantUnderProtocol12Csr71AndTheDirectorsLetter1",
+ "data": {
+ "values": [
+ {
+ "label": "Site Risk Classification Report",
+ "value": "siteRiskClassificationReport"
+ },
+ {
+ "label": "Exposure Pathway Questionnaire",
+ "value": "exposurePathwayQuestionnaire"
+ },
+ {
+ "label": "Detailed Site Condition Report",
+ "value": "detailedSiteConditionReport"
+ },
+ {
+ "label": "Summary of remedial method and schedule for remediation of high risk conditions",
+ "value": "summaryOfRemedialMethodAndScheduleForRemediationOfHighRiskConditions"
+ }
+ ],
+ "json": "",
+ "url": "",
+ "resource": "",
+ "custom": ""
+ },
+ "type": "select",
+ "input": true,
+ "label": "Check all that are relevant under Protocol 12, CSR 7.1 and the director's letter:",
+ "widget": "choicesjs",
+ "dataType": "auto",
+ "multiple": true,
+ "tableView": true,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "highRiskSiteReporting"
+ },
+ "placeholder": "Select all that apply",
+ "searchThreshold": 0.3,
+ "hideOnChildrenHidden": false,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
+ "dataSrc": "values",
+ "valueProperty": "",
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": { "filter": {} },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "e1f52bi"
+ },
+ {
+ "key": "additionalReportTitles",
+ "type": "textarea",
+ "input": true,
+ "label": "Additional Report Titles",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "highRiskSiteReporting"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ehdndfh"
+ },
+ {
+ "key": "siteInvestigation",
+ "type": "checkbox",
+ "input": true,
+ "label": "Site investigation (e.g., groundwater management, vapour mitigation, feasibility study)",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e947que"
+ },
+ {
+ "key": "reportTitles",
+ "type": "textarea",
+ "input": true,
+ "label": "Report Title",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "siteInvestigation"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ekvyri6"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e1tabfo"
+ },
+ {
+ "key": "MonitoringReports",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.2.3 Monitoring Reports",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "monitoringReport",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Monitoring report as a requirement of:",
+ "values": [
+ {
+ "label": "Certificate of Compliance",
+ "value": "certificateOfCompliance",
+ "shortcut": ""
+ },
+ {
+ "label": "Approval in Principle",
+ "value": "approvalInPrinciple",
+ "shortcut": ""
+ },
+ {
+ "label": "Director's letter",
+ "value": "directorsLetter",
+ "shortcut": ""
+ },
+ {
+ "label": "Performance Verification Plan, Operations and Maintenance Plan or Contingency Plan",
+ "value": "performanceVerificationPlanOperationsAndMaintenancePlanOrContingencyPlan",
+ "shortcut": ""
+ },
+ {
+ "label": "Authorization",
+ "value": "authorization",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "authorization": false,
+ "directorsLetter": false,
+ "approvalInPrinciple": false,
+ "certificateOfCompliance": false,
+ "contaminatedSoilRelocationAgreement": false,
+ "performanceVerificationPlanOperationsAndMaintenancePlanOrContingencyPlan": false,
+ "other": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "egemxp"
+ },
+ {
+ "key": "AuthorizationnNumber",
+ "type": "textfield",
+ "input": true,
+ "label": "Include the authorization #",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "authorization",
+ "show": true,
+ "when": "monitoringReport"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ek64e79"
+ },
+ {
+ "key": "simpletextfield",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "monitoringReport"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e0vid8"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "monitoringReports",
+ "show": true,
+ "when": "submissionTypeTwo"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "elqiqms"
+ },
+ {
+ "key": "OtherReporting",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.2.4 Other Reporting",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "otherReporting",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Other Reporting",
+ "values": [
+ {
+ "label": "Progress report (e.g., remediation activities)",
+ "value": "progressReportEGRemediationActivities",
+ "shortcut": ""
+ },
+ {
+ "label": "Annual reclamation report (or similar)",
+ "value": "annualReclamationReportOrSimilar",
+ "shortcut": ""
+ },
+ {
+ "label": "Identifying non-compliance to the director",
+ "value": "identifyingNonComplianceToTheDirector",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "annualReclamationReportOrSimilar": false,
+ "identifyingNonComplianceToTheDirector": false,
+ "progressReportEGRemediationActivities": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e2z3zff"
+ },
+ {
+ "key": "describe3",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "otherReporting"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eelai0c"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "otherReporting",
+ "show": true,
+ "when": "submissionTypeTwo"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e9iqt1"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ef9r7gc"
+ },
+ {
+ "title": "5.3 - Approved Professional Statements",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "ApprovedProfessionalStatements",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "Servicetype",
+ "eq": "ApprovedProfessionalStatements"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "apStatementType",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Type of AP Statement",
+ "inline": false,
+ "values": [
+ {
+ "label": "Requirement of a Certificate of Compliance or Approval in Principle",
+ "value": "requirementOfACertificateOfComplianceOrApprovalInPrinciple",
+ "shortcut": ""
+ },
+ {
+ "label": "Other (e.g., in response to director's letter)",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "fieldSet": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "otherEGInResponseToDirectorsLetter": false,
+ "requirementOfAContaminatedSoilRelocationAgreement": false,
+ "requirementOfACertificateOfComplianceOrApprovalInPrinciple": false
+ },
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "id": "e7ud9eg"
+ },
+ {
+ "key": "otherdescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "hideLabel": true,
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "apStatementType"
+ },
+ "description": "For AP statements required under the site identification process, select the service \"relating to site identification, site disclosure statements and site releases\" in Section 5 above.",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e70228p"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "emxo1d"
+ },
+ {
+ "title": "5.4 - Certification Documents",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "certificationdocument",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "Servicetype",
+ "eq": "CertificationDocuments"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "certificationdocumentradioGroup",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Certification document(s) requested:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Determination of Contaminated Site",
+ "value": "determinationOfContaminatedSite",
+ "shortcut": ""
+ },
+ {
+ "label": "Certificate of Compliance",
+ "value": "certificateOfCompliance",
+ "shortcut": ""
+ },
+ {
+ "label": "Approval in Principle",
+ "value": "approvalInPrinciple",
+ "shortcut": ""
+ }
+ ],
+ "fieldSet": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "approvalInPrinciple": false,
+ "certificateOfCompliance": false,
+ "determinationOfContaminatedSite": false,
+ "contaminatedSoilRelocationAgreement": false
+ },
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "id": "e82kp2d"
+ },
+ {
+ "title": "Determination of Contaminated Site",
+ "collapsible": false,
+ "key": "determinationOfContaminatedSite",
+ "conditional": {
+ "show": true,
+ "when": "certificationdocumentradioGroup",
+ "eq": "determinationOfContaminatedSite"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecols18",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "determinationradioGroup",
+ "type": "radio",
+ "input": true,
+ "label": "Type of determination",
+ "inline": false,
+ "values": [
+ {
+ "label": "site is not contaminated",
+ "value": "siteIsNotContaminated",
+ "shortcut": ""
},
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
+ {
+ "label": "site is contaminated",
+ "value": "siteIsContaminated",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eyv0s9g"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "determinationnumberOfApplications",
+ "type": "number",
+ "input": true,
+ "label": "Number of Determinations Requested",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "delimiter": false,
+ "tableView": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "exr3caq"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "etcxo0o"
+ },
+ {
+ "key": "SoSCcheckbox4",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ebim2r9"
+ },
+ {
+ "key": "determinationreports",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Reports",
+ "values": [
+ {
+ "label": "Preliminary site investigation (PSI)",
+ "value": "preliminarySiteInvestigationPsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Detailed site investigation (DSI)",
+ "value": "detailedSiteInvestigationDsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "confirmationOfRemediation": false,
+ "detailedSiteInvestigationDsi": false,
+ "preliminarySiteInvestigationPsi": false,
+ "remediationPlanWithRiskAssessment": false,
+ "riskAssessmentNotInRemediationPlan": false,
+ "remediationPlanWithoutRiskAssessment": false
+ },
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "emdnzs"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ejsy36"
+ },
+ {
+ "key": "determinationother",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "determinationreports"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "emzud8i"
+ },
+ {
+ "key": "certificateOfCompliance",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Certificate of Compliance",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecols19",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "CoCCheckBox",
+ "type": "selectboxes",
+ "input": true,
+ "label": "CoC check box",
+ "values": [
+ {
+ "label": "Numerical",
+ "value": "numerical",
+ "shortcut": ""
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
+ {
+ "label": "Screening Level Risk Assessment",
+ "value": "screeningLevelRiskAssessment",
+ "shortcut": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
+ {
+ "label": "Detailed Risk Assessment",
+ "value": "detailedRiskAssessment",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eza5jii"
}
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "CoCnumberOfApplications1",
+ "type": "number",
+ "input": true,
+ "label": "Number of Certificates Requested",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "delimiter": false,
+ "tableView": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e84w29d"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ez85oo"
+ },
+ {
+ "key": "SoSCcheckbox3",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ehmmqs"
+ },
+ {
+ "key": "CoCreports",
+ "type": "checkbox",
+ "input": true,
+ "label": "Required Reports",
+ "inline": false,
+ "values": [
+ {
+ "label": "Preliminary site investigation (PSI)",
+ "value": "preliminarySiteInvestigationPsi",
+ "shortcut": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
+ {
+ "label": "Detailed site investigation (DSI)",
+ "value": "detailedSiteInvestigationDsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Confirmation of remediation",
+ "value": "confirmationOfRemediation",
+ "shortcut": ""
+ }
+ ],
+ "fieldSet": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "confirmationOfRemediation": false,
+ "detailedSiteInvestigationDsi": false,
+ "preliminarySiteInvestigationPsi": false,
+ "remediationPlanWithRiskAssessment": false,
+ "riskAssessmentNotInRemediationPlan": false,
+ "remediationPlanWithoutRiskAssessment": false
+ },
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ep0r0pe"
},
{
- "id": "ejmmi4d",
- "key": "Section7-SiteInformation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 7 - SITE INFORMATION",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
+ "key": "simplecols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "CoCoptionalreports",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Reports",
+ "values": [
+ {
+ "label": "Risk assessment not in remediation plan",
+ "value": "riskAssessmentNotInRemediationPlan",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "confirmationOfRemediation": false,
+ "detailedSiteInvestigationDsi": false,
+ "preliminarySiteInvestigationPsi": false,
+ "remediationPlanWithRiskAssessment": false,
+ "riskAssessmentNotInRemediationPlan": false,
+ "remediationPlanWithoutRiskAssessment": false
+ },
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "etd8oip"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "typeOfRiskAssessment1",
+ "type": "radio",
+ "input": true,
+ "label": "Type of Risk Assessment, if applicable",
+ "inline": false,
+ "values": [
+ {
+ "label": "Human health",
+ "value": "humanHealth",
+ "shortcut": ""
+ },
+ {
+ "label": "Ecological",
+ "value": "ecological",
+ "shortcut": ""
+ },
+ {
+ "label": "Human health and ecological",
+ "value": "humanHealthAndEcological",
+ "shortcut": ""
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ep8kd7kf"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eu5hl1n"
+ },
+ {
+ "key": "CoCdescribe4",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
"unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "CoCoptionalreports"
+ },
+ "inputFormat": "plain",
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "emdgiek"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "certificateOfCompliance",
+ "show": true,
+ "when": "certificationdocumentradioGroup"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "elk407e"
+ },
+ {
+ "key": "approvalInPrinciple",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Approval in Principle",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecols20",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "remediationPlan",
+ "type": "radio",
+ "input": true,
+ "label": "Remediation Plan",
+ "inline": false,
+ "values": [
+ {
+ "label": "remediation plan without risk assessment (numerical)",
+ "value": "remediationPlanWithoutRiskAssessmentNumerical",
+ "shortcut": ""
+ },
+ {
+ "label": "remediation plan with risk assessment",
+ "value": "remediationPlanWithRiskAssessment",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e03dxrb"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "AIPtypeOfRiskAssessment",
+ "type": "radio",
+ "input": true,
+ "label": "Type of Risk Assessment, if applicable",
+ "inline": false,
+ "values": [
+ {
+ "label": "Human health",
+ "value": "humanHealth",
+ "shortcut": ""
+ },
+ {
+ "label": "Ecological",
+ "value": "ecological",
+ "shortcut": ""
+ },
+ {
+ "label": "Human health and ecological",
+ "value": "humanHealthAndEcological",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "remediationPlanWithRiskAssessment",
+ "show": true,
+ "when": "5.4remediationPlan"
+ },
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ey7o73s"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "CoCnumberOfApplications2",
+ "type": "number",
+ "input": true,
+ "label": "Number of Approvals Requested",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "delimiter": false,
+ "tableView": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e4ifby"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e21lbfk"
+ },
+ {
+ "key": "SoSCcheckbox2",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "euz1w5m"
+ },
+ {
+ "key": "AiPreports",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Reports",
+ "values": [
+ {
+ "label": "Preliminary site investigation (PSI)",
+ "value": "preliminarySiteInvestigationPsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Detailed site investigation (DSI)",
+ "value": "detailedSiteInvestigationDsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "confirmationOfRemediation": false,
+ "detailedSiteInvestigationDsi": false,
+ "preliminarySiteInvestigationPsi": false,
+ "remediationPlanWithRiskAssessment": false,
+ "riskAssessmentNotInRemediationPlan": false,
+ "remediationPlanWithoutRiskAssessment": false
+ },
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e6tqlto"
+ },
+ {
+ "key": "AiPdescribe5",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "AiPreports"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "elr0qto"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "approvalInPrinciple",
+ "show": true,
+ "when": "certificationdocumentradioGroup"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "egr66jj"
+ },
+ {
+ "key": "simplecontent6",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "html": "",
+ "id": "ec8s6mo"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "el6vb7n"
+ },
+ {
+ "title": "5.5 - Protocols",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Protocols",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "Servicetype",
+ "eq": "Protocols"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "applicationsrequested",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Applications requested:",
+ "inline": false,
+ "values": [
+ {
+ "label": "5.5.1 Site Reclassification under Protocol 12",
+ "value": "siteReclassification",
+ "shortcut": ""
+ },
+ {
+ "label": "5.5.2 Preapproval under Protocol 6 ",
+ "value": "preapproval",
+ "shortcut": ""
+ },
+ {
+ "label": "5.5.3 Approval of background concentrations of substances (Protocol 4 or 9)",
+ "value": "approvalOfBackgroundConcentrations",
+ "shortcut": ""
+ },
+ {
+ "label": "5.5.4 Other (Protocol 2 or 21)",
+ "value": "otherProtocols",
+ "shortcut": ""
+ }
+ ],
+ "fieldSet": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "siteReclassification": false,
+ "preapproval": false,
+ "approvalOfBackgroundConcentrations": false,
+ "otherProtocols": false
+ },
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "id": "ejtkpw"
+ },
+ {
+ "key": "SiteReclassificationUnderProtocol12",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.5.1 Site Reclassification under Protocol 12",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "reclassification",
+ "type": "radio",
+ "input": true,
+ "label": "Reclassification for:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Part of a site",
+ "value": "partOfASite",
+ "shortcut": ""
+ },
+ {
+ "label": "Whole site",
+ "value": "wholeSite",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6qmhtj"
+ },
+ {
+ "key": "simplecontent5",
+ "html": "To reclassify a site, the following reports, signed by an Approved Professional, must be submitted:
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "emxyv"
+ },
+ {
+ "key": "summaryOfSiteConditionForm",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "5.5.1-reclassificationOfAHighRiskSite"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "erqwaar"
+ },
+ {
+ "key": "SRCR",
+ "type": "checkbox",
+ "input": true,
+ "label": "Site Risk Classification Report confirming that high risk conditions have been remediated",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "exm280g"
+ },
+ {
+ "key": "confirmationOfRemediationreport",
+ "type": "checkbox",
+ "input": true,
+ "label": "Confirmation of Remediation of High Risk Conditions Report",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "erfigfa"
+ },
+ {
+ "key": "includingHumanHealthAndEcologicalRiskAssessment",
+ "type": "radio",
+ "input": true,
+ "label": "Including Human Health and Ecological Risk Assessment?",
+ "inline": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "5.5.1-confirmationOfRemediationreport"
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e51tbdg"
+ },
+ {
+ "key": "performanceVerificationReport",
+ "type": "checkbox",
+ "input": true,
+ "label": "Performance Verification Report",
+ "tableView": false,
+ "description": "Required for a site classified as risk managed high risk",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ezmw9i"
+ },
+ {
+ "key": "otherReqDir",
+ "type": "checkbox",
+ "input": true,
+ "label": "Other",
+ "tableView": false,
+ "description": "Additional information required by the director",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "eqkchqf"
+ },
+ {
+ "key": "describe6",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "otherReqDir"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ehufewc"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "siteReclassification",
+ "show": true,
+ "when": "applicationsrequested"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "elzb4"
+ },
+ {
+ "key": "PreapprovalUnderProtocol6",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.5.2 Preapproval under Protocol 6",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "toNotDelineateOrRemediate",
+ "type": "checkbox",
+ "input": true,
+ "label": "To not delineate or remediate the full extent of contamination",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e909h4c"
+ },
+ {
+ "key": "reason",
+ "type": "textfield",
+ "input": true,
+ "label": "Type(s):",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "toNotDelineateOrRemediate"
+ },
+ "placeholder": "Reason (e.g. denied access, part-site)",
+ "hideOnChildrenHidden": false,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqe1cxa"
+ },
+ {
+ "key": "preapprovalCheckboxGroup",
+ "type": "selectboxes",
+ "input": true,
+ "label": "preapprovalCheckbox Group",
+ "values": [
+ {
+ "label": "De novo toxicity reference value derivation",
+ "value": "deNovoToxicityReferenceValueDerivation",
+ "shortcut": ""
+ },
+ {
+ "label": "Background surface water, sediment or vapour concentrations",
+ "value": "backgroundSurfaceWaterSedimentOrVapourConcentrations",
+ "shortcut": ""
+ },
+ {
+ "label": "For a site under an Environmental Management Act order",
+ "value": "forASiteUnderAnEnvironmentalManagementActOrder",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "otherDescribe": false,
+ "deNovoToxicityReferenceValueDerivation": false,
+ "forASiteUnderAnEnvironmentalManagementActOrder": false,
+ "backgroundSurfaceWaterSedimentOrVapourConcentrations": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "ekw4ll5"
+ },
+ {
+ "key": "describe7",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "preapprovalCheckboxGroup"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ebojk6"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "preapproval",
+ "show": true,
+ "when": "applicationsrequested"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "escthmq"
+ },
+ {
+ "key": "ApprovalOfBackgroundConcentrationsOfSubstancesInGroundwaterAndSoil",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.5.3 Approval of background concentrations of substances (Protocol 4 or 9)",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "SoSCone",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "egp6l4t"
+ },
+ {
+ "key": "plusAnApplicationForOneOfTheFollowing1",
+ "type": "radio",
+ "input": true,
+ "label": "Plus an application for one of the following:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Protocol 4, site-specific local background concentration(s) in soil",
+ "value": "protocol4SiteSpecificLocalBackgroundConcentrationSInSoil",
+ "shortcut": ""
+ },
+ {
+ "label": "Protocol 9, site-specific local background concentration(s) in groundwater",
+ "value": "protocol9SiteSpecificLocalBackgroundConcentrationSInGroundwater",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ew5yx5c"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "approvalOfBackgroundConcentrations",
+ "show": true,
+ "when": "applicationsrequested"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "euufg15"
+ },
+ {
+ "key": "Other",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.5.4 Other",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "othercheckboxGroup",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Checkbox Group",
+ "values": [
+ {
+ "label": "Site-specific numerical soil standards under Protocol 2",
+ "value": "siteSpecificNumericalSoilStandardsUnderProtocol2",
+ "shortcut": ""
+ },
+ {
+ "label": "Water use determination under Protocol 21",
+ "value": "waterUseDeterminationUnderProtocol21",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": {
+ "waterUseDeterminationUnderProtocol21": false,
+ "siteSpecificNumericalSoilStandardsUnderProtocol2": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "evat1o3"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "otherProtocols",
+ "show": true,
+ "when": "applicationsrequested"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "edcaeu"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ewz4yz3"
+ },
+ {
+ "title": "5.6 - Environmental Management Area",
+ "collapsible": false,
+ "key": "EnvironmentalManagementArea",
+ "conditional": {
+ "show": true,
+ "when": "Servicetype",
+ "eq": "EnvironmentalManagementArea"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "environmentalManagementAreaDesignation",
+ "type": "checkbox",
+ "input": true,
+ "label": "Environmental Management Area designation",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ev6q8ch"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e6cf9xi"
+ },
+ {
+ "title": "5.7 - Other Services and Functions",
+ "collapsible": false,
+ "key": "OtherServicesAndFunctions",
+ "conditional": {
+ "show": true,
+ "when": "Servicetype",
+ "eq": "OtherServicesAndFunctions"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "meetingRequestAbout",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Meeting request about:",
+ "values": [
+ {
+ "label": "Request for information or clarification of requirements:",
+ "value": "requestForInformationOrClarificationOfRequirements",
+ "shortcut": ""
+ },
+ {
+ "label": "Topic area listed under Table 3 of CSR Schedule 3",
+ "value": "topicAreaListedUnderTable3OfCsrSchedule3",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "topicAreaListedUnderTable3OfCsrSchedule3": false,
+ "requestForInformationOrClarificationOfRequirements": false,
+ "requestForReviewOfCovenantFinancialSecurityOrOtherMatter": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "ewiim2"
+ },
+ {
+ "key": "additionalDetails",
+ "type": "textarea",
+ "input": true,
+ "label": "Meeting Request Detailed Agenda",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "requestForInformationOrClarificationOfRequirements",
+ "show": true,
+ "when": "5.7meetingRequestAbout"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ey7l6zhq"
+ },
+ {
+ "key": "additionalDetails1",
+ "type": "textarea",
+ "input": true,
+ "label": "Meeting Request Detailed Agenda",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "topicAreaListedUnderTable3OfCsrSchedule3",
+ "show": true,
+ "when": "5.7meetingRequestAbout"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ez0r35h"
+ },
+ {
+ "key": "requestForReviewOfCovenantFinancialSecurityOrOtherMatter",
+ "type": "checkbox",
+ "input": true,
+ "label": "Request for review of covenant, financial security, or other matter",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "eslllyk"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ezwftss"
+ },
+ {
+ "id": "eapauxs",
+ "key": "section6-ReviewProcessRequested",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 6 - REVIEW PROCESS REQUESTED",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e40pkyq",
+ "key": "typeOfReview",
+ "type": "radio",
+ "input": true,
+ "label": "Type of review ",
+ "addons": [],
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Direct to ministry application",
+ "value": "directToMinistryApplication",
+ "shortcut": ""
+ },
+ {
+ "label": "Application via the Society of Contaminated Sites Approved Professionals of BC",
+ "value": "applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "ef0w5p",
+ "key": "resubmission",
+ "type": "radio",
+ "input": true,
+ "label": "Resubmission",
+ "addons": [],
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "ejmmi4d",
+ "key": "Section7-SiteInformation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 7 - SITE INFORMATION",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "exwjofp",
+ "key": "SiteDetails",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "7.1 Site Details",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "label": "Maps",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "maps",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "addons": [],
+ "type": "Maps",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "edf9rm",
+ "defaultValue": null
+ },
+ {
+ "id": "ewesx39",
+ "key": "siteIdIncludeAllRelatedNumbers",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Site ID (include all related numbers, separated by commas)",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": { "type": "input" },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ },
+ {
+ "html": "Latitude:
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eyk3sri"
+ },
+ {
+ "id": "e62v8a",
+ "key": "LatitudeColumn",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": { "type": "input" },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "en1stzp",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": { "type": "input" },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e7qvm7",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": { "type": "input" },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eeqjn4p",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false
+ },
+ {
+ "html": "Longitude:
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ehre2e"
+ },
+ {
+ "key": "divsection2LongitudeSeconds",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": { "type": "input" },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "exsytag",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": { "type": "input" },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "enr0vko",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": { "type": "input" },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eecvsc",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eio3imm"
+ },
+ {
+ "key": "landOwnershipCheckbox",
+ "type": "radio",
+ "input": true,
+ "label": "Land Ownership",
+ "inline": false,
+ "values": [
+ {
+ "label": "Legally Titled, registered property ",
+ "value": "titled",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Land",
+ "value": "untitled",
+ "shortcut": ""
+ },
+ {
+ "label": "Both",
+ "value": "both",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "egsyind"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "key": "forLegallyTitledRegisteredProperty-panel",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Legally Titled, Registered Property",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "LegallyTitled-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address or Location",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "include nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "etga00i"
+ },
+ {
+ "key": "LegallyTitled-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LegallyTitled-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ept8wvp"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LegallyTitled-PostalZipCode",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eibz0v"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ep6b6jk"
+ },
+ {
+ "key": "LegallyTitled-PIDColumn",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "999-999-999",
+ "tableView": true,
+ "id": "elva8800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
+ "left": "",
+ "top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
},
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ {
+ "key": "legalDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Legal Description",
+ "validate": {
+ "required": true,
"custom": "",
- "unique": false,
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "id": "ey48nu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-LegallyTitled-PID": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-LegallyTitled-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e1p90hk"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "titled",
+ "show": true,
+ "when": "landOwnershipCheckbox"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eobrs98"
+ },
+ {
+ "key": "forUntitledCrownLand",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "untitledLandsInclude",
+ "type": "radio",
+ "input": true,
+ "label": "Untitled Land is:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Untitled Crown Land",
+ "value": "crown",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Municipal Land",
+ "value": "municipal",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ecktsrfr"
+ },
+ {
+ "key": "forUntitledCrownLand2",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Crown Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-UntitledCrown-introtext2",
+ "html": "PIN numbers and associated Land Description
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "egsgl5x"
},
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
+ {
+ "key": "UntitledCrown-PINColumn2",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
{
- "id": "exwjofp",
- "key": "SiteDetails",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "7.1 Site Details",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
+ "key": "UntitledCrown-PIN",
+ "type": "textfield",
+ "input": true,
+ "label": "PIN",
+ "tableView": true,
+ "id": "eyxe45n00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "label": "Maps",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "maps",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "addons": [],
- "type": "Maps",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "edf9rm",
- "defaultValue": null
- },
- {
- "id": "ewesx39",
- "key": "siteIdIncludeAllRelatedNumbers",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Site ID (include all related numbers, separated by commas)",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- },
- {
- "html": "Latitude:
",
- "label": "Content",
- "customClass": "",
- "refreshOnChange": false,
- "hidden": false,
- "modalEdit": false,
- "key": "content",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "content",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eyk3sri"
- },
- {
- "id": "e62v8a",
- "key": "LatitudeColumn",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "en1stzp",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "e7qvm7",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eeqjn4p",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "html": "Longitude:
",
- "label": "Content",
- "customClass": "",
- "refreshOnChange": false,
- "hidden": false,
- "modalEdit": false,
- "key": "content1",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "content",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ehre2e"
- },
- {
- "key": "divsection2LongitudeSeconds",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "exsytag",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "enr0vko",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eecvsc",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eio3imm"
- },
- {
- "key": "landOwnershipCheckbox",
- "type": "radio",
- "input": true,
- "label": "Land Ownership",
- "inline": false,
- "values": [
- {
- "label": "Legally Titled, registered property ",
- "value": "titled",
- "shortcut": ""
- },
- {
- "label": "Untitled Land",
- "value": "untitled",
- "shortcut": ""
- },
- {
- "label": "Both",
- "value": "both",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "egsyind"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
},
{
- "key": "forLegallyTitledRegisteredProperty-panel",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Legally Titled, Registered Property",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-Address",
- "type": "textfield",
- "input": true,
- "label": "Site Address or Location",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "placeholder": "include nearest street name/intersection if no address is assigned",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "etga00i"
- },
- {
- "key": "LegallyTitled-AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LegallyTitled-City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ept8wvp"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LegallyTitled-PostalZipCode",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eibz0v"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ep6b6jk"
- },
- {
- "key": "LegallyTitled-PIDColumn",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-PID",
- "type": "textfield",
- "input": true,
- "label": "PID",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "999-999-999",
- "tableView": true,
- "id": "elva88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
- },
- {
- "key": "legalDescription",
- "type": "textarea",
- "input": true,
- "label": "Legal Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "id": "ey48nu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-LegallyTitled-PID": "",
- "SiteAddress-LegallyTitled-PID": "",
- "Section2-LegallyTitled-LandDescription": "",
- "SiteAddress-LegallyTitled-LandDescription": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "e1p90hk"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "titled",
- "show": true,
- "when": "landOwnershipCheckbox"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "UntitledCrown-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eobrs98"
- },
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "placeholder": "example, metes and bounds",
+ "id": "efdcvf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "SiteAddress-UntitledCrown-PIN": "",
+ "SiteAddress-UntitledCrown-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "ej7ro2a"
+ },
+ {
+ "key": "simplecontent10",
+ "html": "And if available: ",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e9mg4k"
+ },
+ {
+ "key": "UntitledCrownLand-FileNumberColumn2",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
{
- "key": "forUntitledCrownLand",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "untitledLandsInclude",
- "type": "radio",
- "input": true,
- "label": "Untitled Land is:",
- "inline": false,
- "values": [
- {
- "label": "Untitled Crown Land",
- "value": "crown",
- "shortcut": ""
- },
- {
- "label": "Untitled Municipal Land",
- "value": "municipal",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ecktsrfr"
- },
- {
- "key": "forUntitledCrownLand2",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Crown Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "Section2-UntitledCrown-introtext2",
- "html": "PIN numbers and associated Land Description
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "egsgl5x"
- },
- {
- "key": "UntitledCrown-PINColumn2",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "UntitledCrown-PIN",
- "type": "textfield",
- "input": true,
- "label": "PIN",
- "tableView": true,
- "id": "eyxe45n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
- },
- {
- "key": "UntitledCrown-LandDescription",
- "type": "textarea",
- "input": true,
- "label": "Land Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "placeholder": "example, metes and bounds",
- "id": "efdcvf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "SiteAddress-UntitledCrown-PIN": "",
- "SiteAddress-UntitledCrown-LandDescription": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "ej7ro2a"
- },
- {
- "key": "simplecontent10",
- "html": "And if available: ",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e9mg4k"
- },
- {
- "key": "UntitledCrownLand-FileNumberColumn2",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "UntitledCrown-CrownLandFileNumbers",
- "type": "textfield",
- "input": true,
- "label": "Crown Land File Numbers",
- "tableView": true,
- "id": "emf4u7g000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-UntitledCrown-CrownLandFileNumbers": "",
- "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "el615i"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "crown",
- "show": true,
- "when": "untitledLandsInclude"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e4lsmq3"
- },
- {
- "key": "forUntitledMunicipalLand",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Municipal Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-Address2",
- "type": "textfield",
- "input": true,
- "label": "Site Address or Location",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "placeholder": "include nearest street name/intersection if no address is assigned",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ec7659"
- },
- {
- "key": "LegallyTitled-AddressColumn2",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LegallyTitled-City2",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "esdcek4g"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e2f6ym"
- },
- {
- "key": "municipallegalLandDescription",
- "type": "textarea",
- "input": true,
- "label": "Legal Land Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "placeholder": "example, metes and bounds",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e77282p"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "municipal",
- "show": true,
- "when": "untitledLandsInclude"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e4qj1el"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "untitled",
- "show": true,
- "when": "landOwnershipCheckbox"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "UntitledCrown-CrownLandFileNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Crown Land File Numbers",
+ "tableView": true,
+ "id": "emf4u7g00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-UntitledCrown-CrownLandFileNumbers": "",
+ "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "el615i"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "crown",
+ "show": true,
+ "when": "untitledLandsInclude"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e4lsmq3"
+ },
+ {
+ "key": "forUntitledMunicipalLand",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Municipal Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "LegallyTitled-Address2",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address or Location",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "include nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ec7659"
+ },
+ {
+ "key": "LegallyTitled-AddressColumn2",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LegallyTitled-City2",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "overlay": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "egykomw"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "esdcek4g"
+ }
+ ],
+ "currentWidth": 6
},
{
- "key": "both",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Both Legally Titled, Registered Property and for Untitled Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "forLegallyTitledRegisteredProperty-panel1",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Legally Titled, Registered Property",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-Address1",
- "type": "textfield",
- "input": true,
- "label": "Site Address or Location",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "placeholder": "include nearest street name/intersection if no address is assigned",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "em1pkjm"
- },
- {
- "key": "LegallyTitled-AddressColumn1",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LegallyTitled-City1",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "efl9h87"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LegallyTitled-PostalZipCode1",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e46ma3n"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e0mohkt"
- },
- {
- "key": "LegallyTitled-PIDColumn1",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-PID",
- "type": "textfield",
- "input": true,
- "label": "PID",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "999-999-999",
- "tableView": true,
- "id": "ev43oe9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
- },
- {
- "key": "legalDescription",
- "type": "textarea",
- "input": true,
- "label": "Legal Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "id": "eb3d0l000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-LegallyTitled-PID": "",
- "SiteAddress-LegallyTitled-PID": "",
- "Section2-LegallyTitled-LandDescription": "",
- "SiteAddress-LegallyTitled-LandDescription": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "elefjdn"
- }
- ],
- "collapsible": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eg1i1mj"
- },
- {
- "key": "bothforUntitledCrownLand1",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "bothuntitledLandsInclude1",
- "type": "radio",
- "input": true,
- "label": "Untitled Land is:",
- "inline": false,
- "values": [
- {
- "label": "Untitled Crown Land",
- "value": "crown",
- "shortcut": ""
- },
- {
- "label": "Untitled Municipal Land",
- "value": "municipal",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ew1s4f"
- },
- {
- "key": "forUntitledCrownLand3",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Crown Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "Section2-UntitledCrown-introtext3",
- "html": "PIN numbers and associated Land Description
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e212c6m"
- },
- {
- "key": "UntitledCrown-PINColumn3",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "UntitledCrown-PIN",
- "type": "textfield",
- "input": true,
- "label": "PIN",
- "tableView": true,
- "id": "eyv4fcu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
- },
- {
- "key": "UntitledCrown-LandDescription",
- "type": "textarea",
- "input": true,
- "label": "Land Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "placeholder": "example, metes and bounds",
- "id": "ecgeub000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "SiteAddress-UntitledCrown-PIN": "",
- "SiteAddress-UntitledCrown-LandDescription": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "eqym2bt"
- },
- {
- "key": "simplecontent11",
- "html": "And if available: ",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e99ll2n"
- },
- {
- "key": "UntitledCrownLand-FileNumberColumn3",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "UntitledCrown-CrownLandFileNumbers",
- "type": "textfield",
- "input": true,
- "label": "Crown Land File Numbers",
- "tableView": true,
- "id": "eguyyh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-UntitledCrown-CrownLandFileNumbers": "",
- "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "evtl1xj"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "crown",
- "show": true,
- "when": "bothuntitledLandsInclude1"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ef46kl"
- },
- {
- "key": "forUntitledMunicipalLand1",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Municipal Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-Address3",
- "type": "textfield",
- "input": true,
- "label": "Site Address or Location",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "placeholder": "include nearest street name/intersection if no address is assigned",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eo76r2g"
- },
- {
- "key": "LegallyTitled-AddressColumn3",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LegallyTitled-City3",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "equve9"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "et036k7"
- },
- {
- "key": "municipallegalLandDescription1",
- "type": "textarea",
- "input": true,
- "label": "Legal Land Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "placeholder": "example, metes and bounds",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ej7ojd9"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "municipal",
- "show": true,
- "when": "bothuntitledLandsInclude1"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eb8pa3"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "both",
- "show": true,
- "when": "landOwnershipCheckbox"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "efr1vaq"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "both",
- "show": true,
- "when": "landOwnershipCheckbox"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e2f6ym"
+ },
+ {
+ "key": "municipallegalLandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Legal Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "placeholder": "example, metes and bounds",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e77282p"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "municipal",
+ "show": true,
+ "when": "untitledLandsInclude"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e4qj1el"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "untitled",
+ "show": true,
+ "when": "landOwnershipCheckbox"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "egykomw"
+ },
+ {
+ "key": "both",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Both Legally Titled, Registered Property and for Untitled Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "forLegallyTitledRegisteredProperty-panel1",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Legally Titled, Registered Property",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "LegallyTitled-Address1",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address or Location",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "include nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "em1pkjm"
+ },
+ {
+ "key": "LegallyTitled-AddressColumn1",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LegallyTitled-City1",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "overlay": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ei1nhal"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "efl9h87"
+ }
+ ],
+ "currentWidth": 6
},
{
- "key": "HousingDevelopmentDetails",
- "type": "panel",
- "input": false,
- "label": "Panel",
- "title": "7.2 Housing Development Details",
- "tableView": false,
- "components": [
- {
- "key": "simplecontent1",
- "html": "The Ministry of Environment and Climate Change Strategy is collecting information to determine if applications for contaminated sites services are related to developments that will include housing.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ekmz8gg"
- },
- {
- "key": "isThisApplicationRelatedToAHousingDevelopmentProject",
- "type": "radio",
- "input": true,
- "label": "Is this application related to a housing development project? ",
- "inline": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- },
- {
- "label": "Unknown",
- "value": "unknown",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "dataSrc": "values",
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "inputType": "radio",
- "data": {
- "url": ""
- },
- "fieldSet": false,
- "id": "e4g4xgj"
- },
- {
- "key": "panel",
- "type": "panel",
- "input": false,
- "label": "Panel",
- "title": "Details",
- "hideLabel": true,
- "tableView": false,
- "components": [
- {
- "key": "simplecontent3",
- "html": "Personal information is collected by the ministry under the legal authority of section 26 (c) and 27 (1)(a)(i) of the Freedom of Information and Protection of Privacy Act (the Act).
The collection, use, and disclosure of personal information is subject to the provisions of the Act. The personal information collected by the ministry will be used to process your inquiry or application(s). It may also be shared when strictly necessary with partner agencies that are also subject to the provisions of the Act. The personal information supplied in the application package may be used for referrals or notifications as required. Personal information may be used by the ministry for survey purposes.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ecivmw"
- },
- {
- "key": "housingType",
- "type": "radio",
- "input": true,
- "label": "Housing Type",
- "inline": false,
- "values": [
- {
- "label": "Single-Family",
- "value": "singleFamily",
- "shortcut": ""
- },
- {
- "label": "Multi-Family <10 units",
- "value": "multiFamily10Units",
- "shortcut": ""
- },
- {
- "label": "Multi-Family 10-49 units",
- "value": "multiFamily1049Units",
- "shortcut": ""
- },
- {
- "label": "Multi-Family 50-500 units",
- "value": "multiFamily50500Units",
- "shortcut": ""
- },
- {
- "label": "Multi-Family >500 units",
- "value": "multiFamily500Units",
- "shortcut": ""
- },
- {
- "label": "Unknown number of units",
- "value": "unknownNumberOfUnits",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "dataSrc": "values",
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "inputType": "radio",
- "data": {
- "url": ""
- },
- "fieldSet": false,
- "id": "e1u2mjc"
- },
- {
- "key": "howManyHousingUnitsWillBeDevelopedWithThisHousingProject",
- "type": "textfield",
- "input": true,
- "label": "How many housing units will be developed with this housing project?",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "description": "Be as specific as possible, or indicate if unknown.",
- "placeholder": "e.g., 50, 100, 430, or enter a range (e.g., 100-150)",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eb6jvcp"
- },
- {
- "key": "doesTheHousingProjectIncludeAComponentOfAnyOfTheFollowingHousingCategories",
- "type": "selectboxes",
- "input": true,
- "label": "Does the housing project include a component of any of the following housing categories?",
- "values": [
- {
- "label": "Indigenous housing",
- "value": "indigenousHousing",
- "shortcut": ""
- },
- {
- "label": "Rental housing",
- "value": "rentalHousing",
- "shortcut": ""
- },
- {
- "label": "Social housing",
- "value": "socialHousing",
- "shortcut": ""
- },
- {
- "label": "None of the above",
- "value": "noneOfTheAbove",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "inputType": "checkbox",
- "tableView": false,
- "description": "Select all that apply",
- "defaultValue": {
- "rentalHousing": false,
- "socialHousing": false,
- "noneOfTheAbove": false,
- "indigenousHousing": false
- },
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "dataSrc": "values",
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "data": {
- "url": ""
- },
- "fieldSet": false,
- "inline": false,
- "id": "e0jn46"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "isThisApplicationRelatedToAHousingDevelopmentProject"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eq4zlb"
- }
- ],
- "collapsible": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LegallyTitled-PostalZipCode1",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e8vplds",
- "keyModified": true
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e46ma3n"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e0mohkt"
+ },
+ {
+ "key": "LegallyTitled-PIDColumn1",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "999-999-999",
+ "tableView": true,
+ "id": "ev43oe900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
},
{
- "title": "7.3 Site Risk Classification",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "SiteRiskClassificationAtTheTimeOfApplication",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecontent4",
- "html": "All applications for contaminated sites services require submission of a Site Risk Classification Report except site release requests under Scenario 1 (see Section 5.1) or those otherwise exempted under Protocol 12.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "exlrqd"
- },
- {
- "key": "riskclassification",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "inline": false,
- "values": [
- {
- "label": "New Site Risk Classification Report required",
- "value": "newSiteRiskClassificationReportRequired",
- "shortcut": ""
- },
- {
- "label": "Site Risk Classification updated with this application",
- "value": "siteRiskClassificationUpdatedWithThisApplication",
- "shortcut": ""
- },
- {
- "label": "Exempt from submitting Site Risk Classification Report",
- "value": "exempt",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "evx89p"
- },
- {
- "key": "exemptions",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Exemptions",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "label": "riskclassificationchange",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Duplicate site risk classification information – simultaneous triggers exemption",
- "value": "duplicateSiteRiskClassificationInformationSimultaneousTriggersExemption",
- "shortcut": ""
- },
- {
- "label": "Soil quantity exemption [REMOVED]",
- "value": "soilQuantityExemption",
- "shortcut": ""
- },
- {
- "label": "Application for a determination that a site is not contaminated exemption",
- "value": "applicationForADeterminationThatASiteIsNotContaminatedExemption",
- "shortcut": ""
- },
- {
- "label": "Residential heating oil tank exemption",
- "value": "residentialHeatingOilTankExemption",
- "shortcut": ""
- },
- {
- "label": "Spill reporting exemption",
- "value": "spillReportingExemptio",
- "shortcut": ""
- },
- {
- "label": "OGC/BCER sites described as non-priority sites",
- "value": "ogcBcerSitesDescribedAsNonPrioritySites",
- "shortcut": ""
- },
- {
- "label": "Site release request under Scenario 1",
- "value": "siteReleaseRequestUnderScenario1",
- "shortcut": ""
- },
- {
- "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
- "value": "srcrSubmittedWithinPast5YearsAndNoChangeToPreviousSiteRiskClassification",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "riskclassificationexemption",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "edjjbpl",
- "defaultValue": ""
- },
- {
- "key": "dateOfMostRecentSiteRiskClassificationReport",
- "type": "datetime",
- "input": true,
- "label": "Date of most recent site risk classification report",
- "format": "yyyy-MM-dd",
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "conditional": {
- "eq": "SRCR",
- "show": true,
- "when": "riskclassificationexemption"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "es57k5g"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "exempt",
- "show": true,
- "when": "riskclassification"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e3er853"
- },
- {
- "key": "siteRiskClassificationAtTimeOfApplication",
- "type": "radio",
- "input": true,
- "label": "Site Risk Classification at time of application",
- "inline": false,
- "values": [
- {
- "label": "High Risk",
- "value": "highRisk",
- "shortcut": ""
- },
- {
- "label": "Non-High Risk",
- "value": "nonHighRisk",
- "shortcut": ""
- },
- {
- "label": "Risk-Managed High Risk",
- "value": "riskManagedHighRisk",
- "shortcut": ""
- },
- {
- "label": "Unclassified",
- "value": "unclassified",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e8u5znr"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
+ "key": "legalDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Legal Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "elwo3a"
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "id": "eb3d0l00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true
}
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
- "eq": "",
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-LegallyTitled-PID": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-LegallyTitled-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "elefjdn"
+ }
+ ],
+ "collapsible": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eg1i1mj"
},
{
- "title": "Section 8 - DECLARATIONS",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": true,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "Section8-Declarations",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-client\") &&\ndata.owneroperatorradioGroup === 'different') {\n show = false;\n} else {\n show = true;\n}",
- "conditional": {
- "json": "",
+ "key": "bothforUntitledCrownLand1",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "bothuntitledLandsInclude1",
+ "type": "radio",
+ "input": true,
+ "label": "Untitled Land is:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Untitled Crown Land",
+ "value": "crown",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Municipal Land",
+ "value": "municipal",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ew1s4f"
},
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "collapsed": false,
- "input": false,
- "tableView": false,
- "components": [
+ {
+ "key": "forUntitledCrownLand3",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Crown Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
{
- "label": "I, the undersigned, confirm that the above information is true based on my knowledge as of the date this application form was completed. I understand that fees for contaminated sites services will be collected and/or invoiced as per Schedule 3 of the Contaminated Sites Regulation. I understand the billing contact on this form will be the person with whom the ministry communicates about fees for contaminated sites services.",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "customMessage": "",
+ "key": "Section2-UntitledCrown-introtext3",
+ "html": "PIN numbers and associated Land Description
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e212c6m"
+ },
+ {
+ "key": "UntitledCrown-PINColumn3",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "UntitledCrown-PIN",
+ "type": "textfield",
+ "input": true,
+ "label": "PIN",
+ "tableView": true,
+ "id": "eyv4fcu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "checkbox",
- "tags": [],
- "properties": {},
- "conditional": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
},
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
+ {
+ "key": "UntitledCrown-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "placeholder": "example, metes and bounds",
+ "id": "ecgeub00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "SiteAddress-UntitledCrown-PIN": "",
+ "SiteAddress-UntitledCrown-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "etbbvsi"
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eqym2bt"
},
{
- "label": "By checking this box, I authorize the collection and submission of my information to the Ministry by a consultant on my behalf.",
- "tableView": false,
- "key": "byCheckingThisBoxIAuthorizeTheCollectionAndSubmissionOfMyInformationToTheMinistryByAConsultantOnMyBehalf",
- "type": "checkbox",
- "input": true,
- "defaultValue": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "simplecontent11",
+ "html": "And if available: ",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e99ll2n"
+ },
+ {
+ "key": "UntitledCrownLand-FileNumberColumn3",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "UntitledCrown-CrownLandFileNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Crown Land File Numbers",
+ "tableView": true,
+ "id": "eguyyh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e3743a"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-UntitledCrown-CrownLandFileNumbers": "",
+ "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "evtl1xj"
}
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "crown",
+ "show": true,
+ "when": "bothuntitledLandsInclude1"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ef46kl"
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eimc3op"
- },
- {
- "label": "Columns - 2",
- "columns": [
+ {
+ "key": "forUntitledMunicipalLand1",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Municipal Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "SIGNATURE",
- "tableView": false,
- "key": "Signature",
- "type": "signature",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "footer": "Sign above",
- "width": "100%",
- "height": "150px",
- "penColor": "black",
- "backgroundColor": "rgb(245,245,235)",
- "minWidth": "0.5",
- "maxWidth": "2.5",
- "keepOverlayRatio": true,
- "id": "et006eo"
- }
- ],
- "currentWidth": 6
+ "key": "LegallyTitled-Address3",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address or Location",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "include nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eo76r2g"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "key": "LegallyTitled-AddressColumn3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "label": "First and Last Name",
- "tableView": false,
- "key": "sig-firstAndLastName",
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "key": "LegallyTitled-City3",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "enn5e2w"
- },
- {
- "html": "Date Signed:
",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content2",
- "type": "content",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eqlay07"
- },
- {
- "label": "Date / Time",
- "format": "yyyy-MM-dd",
- "hideLabel": true,
- "tableView": false,
- "datePicker": {
- "disableWeekends": false,
- "disableWeekdays": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "enableMinDateInput": false,
- "enableMaxDateInput": false,
- "key": "simpledatetime",
- "type": "datetime",
- "input": true,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "e2xgex8"
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "equve9"
}
- ],
- "currentWidth": 6
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "et036k7"
+ },
+ {
+ "key": "municipallegalLandDescription1",
+ "type": "textarea",
+ "input": true,
+ "label": "Legal Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "placeholder": "example, metes and bounds",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ej7ojd9"
}
- ],
- "autoAdjust": false,
- "customClass": "",
- "hidden": false,
- "hideLabel": false,
- "modalEdit": false,
- "key": "Signature-Column",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-client\") &&\ndata.owneroperatorradioGroup === 'different') {\n show = false;\n} else {\n show = true;\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "columns",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "municipal",
+ "show": true,
+ "when": "bothuntitledLandsInclude1"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "etv0fub"
- },
- {
- "label": "Submit",
- "action": "custom",
- "showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "submit",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\")||\r\nroles.includes(\"formsflow-reviewer/caseworker\")||\r\nroles.includes(\"formsflow-reviewer/sdm\")||\r\nroles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eb8pa3"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "both",
+ "show": true,
+ "when": "landOwnershipCheckbox"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "efr1vaq"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "both",
+ "show": true,
+ "when": "landOwnershipCheckbox"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ei1nhal"
+ },
+ {
+ "key": "HousingDevelopmentDetails",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "title": "7.2 Housing Development Details",
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecontent1",
+ "html": "The Ministry of Environment and Climate Change Strategy is collecting information to determine if applications for contaminated sites services are related to developments that will include housing.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ekmz8gg"
+ },
+ {
+ "key": "isThisApplicationRelatedToAHousingDevelopmentProject",
+ "type": "radio",
+ "input": true,
+ "label": "Is this application related to a housing development project? ",
+ "inline": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
},
- "type": "button",
- "custom": "if(data.Professionalradio === 'yes')\r\n{\r\n\r\n\r\n if(data.owneroperatorradioGroup==='sameAsApplicant')\r\n{\r\n if(data.hiddenUserIdForFormSharingApplicantAsOwner=== '')\r\n\t{\r\n\t alert('Please provide valid owner/operator email address');\r\n\t}\r\n\telse\r\n\t{\r\n\t form.submit();\r\n\t}\r\n}\r\nelse\r\n{\r\n\tif(data.hiddenUserIdForFormSharingWithDiffOwner=== '')\r\n\t{\r\n\t alert('Please provide valid owner/operator email address');\r\n\t}\r\n\telse\r\n\t{\r\n\t form.submit();\r\n\t}\r\n}\r\n\r\n}\r\nelse\r\n\t{\r\n\t form.submit();\r\n\t}",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
+ {
+ "label": "Unknown",
+ "value": "unknown",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": true,
- "labelPosition": "top",
- "errorLabel": "",
- "hideLabel": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dataSrc": "values",
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "inputType": "radio",
+ "data": { "url": "" },
+ "fieldSet": false,
+ "id": "e4g4xgj"
+ },
+ {
+ "key": "panel",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "title": "Details",
+ "hideLabel": true,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecontent3",
+ "html": "Personal information is collected by the ministry under the legal authority of section 26 (c) and 27 (1)(a)(i) of the Freedom of Information and Protection of Privacy Act (the Act).
The collection, use, and disclosure of personal information is subject to the provisions of the Act. The personal information collected by the ministry will be used to process your inquiry or application(s). It may also be shared when strictly necessary with partner agencies that are also subject to the provisions of the Act. The personal information supplied in the application package may be used for referrals or notifications as required. Personal information may be used by the ministry for survey purposes.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eixn6zp"
- },
- {
- "label": "applicationId",
- "customClass": "",
- "modalEdit": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationId",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ecivmw"
},
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "labelPosition": "top",
- "Description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
+ {
+ "key": "housingType",
+ "type": "radio",
+ "input": true,
+ "label": "Housing Type",
+ "inline": false,
+ "values": [
+ {
+ "label": "Single-Family",
+ "value": "singleFamily",
+ "shortcut": ""
+ },
+ {
+ "label": "Multi-Family <10 units",
+ "value": "multiFamily10Units",
+ "shortcut": ""
+ },
+ {
+ "label": "Multi-Family 10-49 units",
+ "value": "multiFamily1049Units",
+ "shortcut": ""
+ },
+ {
+ "label": "Multi-Family 50-500 units",
+ "value": "multiFamily50500Units",
+ "shortcut": ""
+ },
+ {
+ "label": "Multi-Family >500 units",
+ "value": "multiFamily500Units",
+ "shortcut": ""
+ },
+ {
+ "label": "Unknown number of units",
+ "value": "unknownNumberOfUnits",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "em1y8gd",
- "defaultValue": "",
- "dataGridLabel": false,
- "description": "",
- "addons": []
- },
- {
- "label": "applicationStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dataSrc": "values",
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "inputType": "radio",
+ "data": { "url": "" },
+ "fieldSet": false,
+ "id": "e1u2mjc"
},
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "Description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
+ {
+ "key": "howManyHousingUnitsWillBeDevelopedWithThisHousingProject",
+ "type": "textfield",
+ "input": true,
+ "label": "How many housing units will be developed with this housing project?",
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "description": "Be as specific as possible, or indicate if unknown.",
+ "placeholder": "e.g., 50, 100, 430, or enter a range (e.g., 100-150)",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "e6z1qd9",
- "description": "",
- "addons": []
- },
- {
- "label": "cssaStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "cssaStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eb6jvcp"
},
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
+ {
+ "key": "doesTheHousingProjectIncludeAComponentOfAnyOfTheFollowingHousingCategories",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Does the housing project include a component of any of the following housing categories?",
+ "values": [
+ {
+ "label": "Indigenous housing",
+ "value": "indigenousHousing",
+ "shortcut": ""
+ },
+ {
+ "label": "Rental housing",
+ "value": "rentalHousing",
+ "shortcut": ""
+ },
+ {
+ "label": "Social housing",
+ "value": "socialHousing",
+ "shortcut": ""
+ },
+ {
+ "label": "None of the above",
+ "value": "noneOfTheAbove",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "inputType": "checkbox",
+ "tableView": false,
+ "description": "Select all that apply",
+ "defaultValue": {
+ "rentalHousing": false,
+ "socialHousing": false,
+ "noneOfTheAbove": false,
+ "indigenousHousing": false
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ex1tthv"
- },
- {
- "label": "bundleStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "bundleStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dataSrc": "values",
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "data": { "url": "" },
+ "fieldSet": false,
+ "inline": false,
+ "id": "e0jn46"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "isThisApplicationRelatedToAHousingDevelopmentProject"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eq4zlb"
+ }
+ ],
+ "collapsible": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e8vplds",
+ "keyModified": true
+ },
+ {
+ "title": "7.3 Site Risk Classification",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "SiteRiskClassificationAtTheTimeOfApplication",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecontent4",
+ "html": "All applications for contaminated sites services require submission of a Site Risk Classification Report except site release requests under Scenario 1 (see Section 5.1) or those otherwise exempted under Protocol 12.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "exlrqd"
+ },
+ {
+ "key": "riskclassification",
+ "type": "radio",
+ "input": true,
+ "label": "Radio Group",
+ "inline": false,
+ "values": [
+ {
+ "label": "New Site Risk Classification Report required",
+ "value": "newSiteRiskClassificationReportRequired",
+ "shortcut": ""
+ },
+ {
+ "label": "Site Risk Classification updated with this application",
+ "value": "siteRiskClassificationUpdatedWithThisApplication",
+ "shortcut": ""
},
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
+ {
+ "label": "Exempt from submitting Site Risk Classification Report",
+ "value": "exempt",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
"multiple": false,
"unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "evx89p"
+ },
+ {
+ "key": "exemptions",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Exemptions",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "riskclassificationchange",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Duplicate site risk classification information – simultaneous triggers exemption",
+ "value": "duplicateSiteRiskClassificationInformationSimultaneousTriggersExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil quantity exemption [REMOVED]",
+ "value": "soilQuantityExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Application for a determination that a site is not contaminated exemption",
+ "value": "applicationForADeterminationThatASiteIsNotContaminatedExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential heating oil tank exemption",
+ "value": "residentialHeatingOilTankExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Spill reporting exemption",
+ "value": "spillReportingExemptio",
+ "shortcut": ""
+ },
+ {
+ "label": "OGC/BCER sites described as non-priority sites",
+ "value": "ogcBcerSitesDescribedAsNonPrioritySites",
+ "shortcut": ""
+ },
+ {
+ "label": "Site release request under Scenario 1",
+ "value": "siteReleaseRequestUnderScenario1",
+ "shortcut": ""
+ },
+ {
+ "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
+ "value": "srcrSubmittedWithinPast5YearsAndNoChangeToPreviousSiteRiskClassification",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "riskclassificationexemption",
+ "tags": [],
+ "properties": {},
+ "conditional": {
"show": null,
"when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "e59rrn"
- },
- {
- "label": "cssaUtilKeys",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "const cssaKeys = Object.keys(\n   utils.flattenComponents(form.components, false)\n  );\n\nvalue = cssaKeys;",
- "calculateValue": "",
- "calculateServer": false,
- "key": "cssaUtilKeys",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "edjjbpl",
+ "defaultValue": ""
},
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
+ {
+ "key": "dateOfMostRecentSiteRiskClassificationReport",
+ "type": "datetime",
+ "input": true,
+ "label": "Date of most recent site risk classification report",
+ "format": "yyyy-MM-dd",
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "conditional": {
+ "eq": "SRCR",
+ "show": true,
+ "when": "riskclassificationexemption"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "es57k5g"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "exempt",
+ "show": true,
+ "when": "riskclassification"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e3er853"
+ },
+ {
+ "key": "siteRiskClassificationAtTimeOfApplication",
+ "type": "radio",
+ "input": true,
+ "label": "Site Risk Classification at time of application",
+ "inline": false,
+ "values": [
+ {
+ "label": "High Risk",
+ "value": "highRisk",
+ "shortcut": ""
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
+ {
+ "label": "Non-High Risk",
+ "value": "nonHighRisk",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-Managed High Risk",
+ "value": "riskManagedHighRisk",
+ "shortcut": ""
},
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "e722ml"
+ {
+ "label": "Unclassified",
+ "value": "unclassified",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e8u5znr"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "elwo3a"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "title": "Section 8 - DECLARATIONS",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": true,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section8-Declarations",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-client\") &&\ndata.owneroperatorradioGroup === 'different') {\n show = false;\n} else {\n show = true;\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "collapsed": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "I, the undersigned, confirm that the above information is true based on my knowledge as of the date this application form was completed. I understand that fees for contaminated sites services will be collected and/or invoiced as per Schedule 3 of the Contaminated Sites Regulation. I understand the billing contact on this form will be the person with whom the ministry communicates about fees for contaminated sites services.",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "checkbox",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "etbbvsi"
+ },
+ {
+ "label": "By checking this box, I authorize the collection and submission of my information to the Ministry by a consultant on my behalf.",
+ "tableView": false,
+ "key": "byCheckingThisBoxIAuthorizeTheCollectionAndSubmissionOfMyInformationToTheMinistryByAConsultantOnMyBehalf",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e3743a"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eimc3op"
+ },
+ {
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "SIGNATURE",
+ "footer": "Sign above",
+ "labelPosition": "top",
+ "width": "100%",
+ "height": "150px",
+ "backgroundColor": "rgb(245,245,235)",
+ "penColor": "black",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "Signature",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "signature",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "widget": { "type": "input" },
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "minWidth": "0.5",
+ "maxWidth": "2.5",
+ "keepOverlayRatio": true,
+ "id": "eg4xzx"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "First and Last Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": { "type": "input" },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "sig-firstAndLastName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e5gu5n2",
+ "defaultValue": ""
+ },
+ {
+ "html": "Date Signed:
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content2",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eqlay07"
+ },
+ {
+ "label": "Date / Time",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": false,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "simpledatetime",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "hideOnChildrenHidden": false,
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "ecax8mv"
}
- ]
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "Signature-Column",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-client\") &&\ndata.owneroperatorradioGroup === 'different') {\n show = false;\n} else {\n show = true;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "etv0fub"
+ },
+ {
+ "label": "Submit",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submit",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\")||\r\nroles.includes(\"formsflow-reviewer/caseworker\")||\r\nroles.includes(\"formsflow-reviewer/sdm\")||\r\nroles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "if(data.Professionalradio === 'yes')\r\n{\r\n\r\n\r\n if(data.owneroperatorradioGroup==='sameAsApplicant')\r\n{\r\n if(data.hiddenUserIdForFormSharingApplicantAsOwner=== '')\r\n\t{\r\n\t alert('Please provide valid owner/operator email address');\r\n\t}\r\n\telse\r\n\t{\r\n\t form.submit();\r\n\t}\r\n}\r\nelse\r\n{\r\n\tif(data.hiddenUserIdForFormSharingWithDiffOwner=== '')\r\n\t{\r\n\t alert('Please provide valid owner/operator email address');\r\n\t}\r\n\telse\r\n\t{\r\n\t form.submit();\r\n\t}\r\n}\r\n\r\n}\r\nelse\r\n\t{\r\n\t form.submit();\r\n\t}",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": { "type": "input" },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eixn6zp"
+ },
+ {
+ "label": "applicationId",
+ "customClass": "",
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationId",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": { "type": "input" },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "em1y8gd",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "description": "",
+ "addons": []
+ },
+ {
+ "label": "applicationStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": { "type": "input" },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "e6z1qd9",
+ "description": "",
+ "addons": []
+ },
+ {
+ "label": "cssaStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "cssaStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": { "type": "input" },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ex1tthv"
+ },
+ {
+ "label": "bundleStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "bundleStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": { "type": "input" },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "e59rrn"
+ },
+ {
+ "label": "cssaUtilKeys",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "const cssaKeys = Object.keys(\n   utils.flattenComponents(form.components, false)\n  );\n\nvalue = cssaKeys;",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "cssaUtilKeys",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": { "type": "input" },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "e722ml"
}
- ]
+ ]
+ }
+ ]
}
\ No newline at end of file
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index fac9036e..84e84436 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -5582,7 +5582,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -35801,79 +35801,87 @@
"offset": 0,
"components": [
{
- "key": "signature",
- "type": "signature",
- "input": true,
"label": "Signature",
- "tableView": false,
+ "footer": "Sign above",
+ "labelPosition": "top",
+ "width": "100%",
+ "height": "150px",
+ "backgroundColor": "rgb(245,245,235)",
+ "penColor": "black",
"description": "Signatures are required for all qualified professionals involved in the application. Add the number of required signature blocks, save the form to PDF and forward it to all parties for signatures and stamps prior to submitting to the ministry.",
- "placeholder": "",
- "prefix": "",
+ "tooltip": "",
"customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "tabindex": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
"disabled": false,
- "autofocus": false,
- "dbIndex": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "signature",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "signature",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "footer": "Sign above",
- "width": "100%",
- "height": "150px",
- "penColor": "black",
- "backgroundColor": "rgb(245,245,235)",
"minWidth": "0.5",
"maxWidth": "2.5",
"keepOverlayRatio": true,
- "id": "ee0cdum"
+ "id": "edakiqk"
}
],
"currentWidth": 6
@@ -35886,194 +35894,219 @@
"offset": 0,
"components": [
{
- "key": "fullname",
- "type": "textfield",
- "input": true,
"label": "Full Name",
- "tableView": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": ""
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "fullname",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"addons": [],
- "mask": false,
"inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "elw48dj"
+ "id": "ex9x19",
+ "defaultValue": ""
},
{
- "key": "datesigned",
- "type": "datetime",
- "input": true,
"label": "Date Signed",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
"format": "yyyy-MM-dd",
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
"datePicker": {
- "disableWeekdays": false,
+ "disable": "",
+ "disableFunction": "",
"disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
"showWeeks": true,
"startingDay": 0,
"initDate": "",
"minMode": "day",
"maxMode": "year",
"yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
+ "yearColumns": 5
},
"enableTime": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
"multiple": false,
"defaultValue": "",
- "protected": false,
- "unique": false,
+ "defaultDate": "",
+ "customOptions": {},
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
},
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "datesigned",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
"datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "ey6mxtl"
+ "id": "egjukh"
}
],
"currentWidth": 6
@@ -36145,7 +36178,7 @@
}
],
"collapsible": false,
- "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof79400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
From 494df66447502368445c4bdb29c3afd1a56a1cac Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Thu, 25 Jan 2024 15:17:33 -0800
Subject: [PATCH 38/88] removed time component from calender and fields on both
standalone and bundle sosc form
---
.../epd-forms/Summary of Site Condition.json | 219 ++++++++++--------
.../bundling/Summary of Site Condition.json | 90 +++----
2 files changed, 161 insertions(+), 148 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index 507664dc..4abbe06d 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -8961,7 +8961,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10001,7 +10001,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10533,7 +10533,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10632,7 +10632,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12080,7 +12080,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13113,7 +13113,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13712,7 +13712,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13756,7 +13756,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14665,7 +14665,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22207,7 +22207,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23004,7 +23004,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23613,7 +23613,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24143,7 +24143,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24914,7 +24914,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -28988,7 +28988,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29898,7 +29898,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30493,7 +30493,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31088,7 +31088,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31683,7 +31683,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32278,7 +32278,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32984,7 +32984,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33725,7 +33725,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37745,7 +37745,7 @@
"id": "eofuark"
}
],
- "id": "eutz630000000000000000",
+ "id": "eutz63000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38270,7 +38270,7 @@
"id": "e330ei"
}
],
- "id": "e31uav9000000000000000",
+ "id": "e31uav900000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38597,7 +38597,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti00000000000000",
+ "id": "evh2ti0000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38935,7 +38935,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n00000000000000000000000"
+ "id": "ey7gr2n0000000000000000000000000000000"
}
],
"placeholder": "",
@@ -39242,7 +39242,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv20000000000000",
+ "id": "e6zxvv2000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41188,120 +41188,133 @@
},
{
"label": "Date",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
"datePicker": {
+ "disable": "",
+ "disableFunction": "",
"disableWeekends": false,
"disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
"showWeeks": true,
"startingDay": 0,
"initDate": "",
"minMode": "day",
"maxMode": "year",
"yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableMinDateInput": false,
- "enableMaxDateInput": false,
- "key": "dateTime",
- "properties": {
- "apField": "true"
+ "yearColumns": 5
},
- "type": "datetime",
- "input": true,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": true,
- "noCalendar": false,
- "format": "yyyy-MM-dd hh:mm a",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
+ "enableTime": false,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
"multiple": false,
"defaultValue": "",
- "protected": false,
- "unique": false,
+ "defaultDate": "",
+ "customOptions": {},
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
"required": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
},
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "dateTime",
+ "tags": [],
+ "properties": {
+ "apField": "true"
+ },
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
"showCharCount": false,
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "format": "yyyy-MM-dd hh:mm a",
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "enableTime": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
"datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "ex1dut"
+ "id": "edgm9w"
}
],
"width": 6,
@@ -41316,7 +41329,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa000000000000000000000000",
+ "id": "ehf1fa00000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41935,7 +41948,7 @@
"displayInTimezone": "viewer",
"useLocaleSettings": false,
"allowInput": true,
- "format": "yyyy-MM-dd hh:mm a",
+ "format": "yyyy-MM-dd",
"placeholder": "",
"description": "",
"tooltip": "",
@@ -42037,7 +42050,7 @@
"mode": "single",
"enableTime": true,
"noCalendar": false,
- "format": "yyyy-MM-dd hh:mm a",
+ "format": "yyyy-MM-dd",
"hourIncrement": 1,
"minuteIncrement": 1,
"time_24hr": false,
@@ -42057,7 +42070,7 @@
"allowMultipleMasks": false,
"addons": [],
"datepickerMode": "day",
- "id": "ef85qz8"
+ "id": "esr6iy"
}
],
"width": 6,
@@ -42072,7 +42085,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m00000000000000000000000000000000000000000000000000",
+ "id": "eks09m0000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43062,7 +43075,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 8a10f74c..e836cc16 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -9333,7 +9333,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10373,7 +10373,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10905,7 +10905,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -11004,7 +11004,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12452,7 +12452,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13485,7 +13485,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14084,7 +14084,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14128,7 +14128,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15077,7 +15077,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22619,7 +22619,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23416,7 +23416,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24025,7 +24025,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24555,7 +24555,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25326,7 +25326,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29400,7 +29400,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30335,7 +30335,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30955,7 +30955,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31575,7 +31575,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32195,7 +32195,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32815,7 +32815,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33521,7 +33521,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34262,7 +34262,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38215,7 +38215,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38721,7 +38721,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39040,7 +39040,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39359,7 +39359,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39678,7 +39678,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41654,7 +41654,7 @@
"displayInTimezone": "viewer",
"useLocaleSettings": false,
"allowInput": true,
- "format": "yyyy-MM-dd hh:mm a",
+ "format": "yyyy-MM-dd",
"placeholder": "",
"description": "",
"tooltip": "",
@@ -41683,7 +41683,7 @@
"yearRows": 4,
"yearColumns": 5
},
- "enableTime": true,
+ "enableTime": false,
"timePicker": {
"showMeridian": true,
"hourStep": 1,
@@ -41752,9 +41752,9 @@
"useLocaleSettings": false,
"allowInput": true,
"mode": "single",
- "enableTime": true,
+ "enableTime": false,
"noCalendar": false,
- "format": "yyyy-MM-dd hh:mm a",
+ "format": "yyyy-MM-dd",
"hourIncrement": 1,
"minuteIncrement": 1,
"time_24hr": false,
@@ -41774,7 +41774,7 @@
"allowMultipleMasks": false,
"addons": [],
"datepickerMode": "day",
- "id": "ewpk9km"
+ "id": "ercg8mo"
}
],
"width": 6,
@@ -41789,7 +41789,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42451,7 +42451,7 @@
"displayInTimezone": "viewer",
"useLocaleSettings": false,
"allowInput": true,
- "format": "yyyy-MM-dd hh:mm a",
+ "format": "yyyy-MM-dd",
"placeholder": "",
"description": "",
"tooltip": "",
@@ -42480,7 +42480,7 @@
"yearRows": 4,
"yearColumns": 5
},
- "enableTime": true,
+ "enableTime": false,
"timePicker": {
"showMeridian": true,
"hourStep": 1,
@@ -42549,9 +42549,9 @@
"useLocaleSettings": false,
"allowInput": true,
"mode": "single",
- "enableTime": true,
+ "enableTime": false,
"noCalendar": false,
- "format": "yyyy-MM-dd hh:mm a",
+ "format": "yyyy-MM-dd",
"hourIncrement": 1,
"minuteIncrement": 1,
"time_24hr": false,
@@ -42571,7 +42571,7 @@
"allowMultipleMasks": false,
"addons": [],
"datepickerMode": "day",
- "id": "e4u5pgk"
+ "id": "eivmuc"
}
],
"width": 6,
@@ -42586,7 +42586,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43494,7 +43494,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
@@ -44263,7 +44263,7 @@
"displayInTimezone": "viewer",
"useLocaleSettings": false,
"allowInput": true,
- "format": "yyyy-MM-dd hh:mm a",
+ "format": "yyyy-MM-dd",
"placeholder": "",
"description": "",
"tooltip": "",
@@ -44292,7 +44292,7 @@
"yearRows": 4,
"yearColumns": 5
},
- "enableTime": true,
+ "enableTime": false,
"timePicker": {
"showMeridian": true,
"hourStep": 1,
@@ -44361,9 +44361,9 @@
"useLocaleSettings": false,
"allowInput": true,
"mode": "single",
- "enableTime": true,
+ "enableTime": false,
"noCalendar": false,
- "format": "yyyy-MM-dd hh:mm a",
+ "format": "yyyy-MM-dd",
"hourIncrement": 1,
"minuteIncrement": 1,
"time_24hr": false,
@@ -44383,7 +44383,7 @@
"allowMultipleMasks": false,
"addons": [],
"datepickerMode": "day",
- "id": "e4b756p"
+ "id": "ekk5hbt"
}
],
"width": 6,
From 261edd0d6f6ff546e113fb8a3e19c9585f39c184 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Mon, 29 Jan 2024 10:09:55 -0800
Subject: [PATCH 39/88] removed required valdiations for reviewer assignment
---
.../Site Risk Classification Report.json | 22 +-
.../epd-forms/Summary of Site Condition.json | 356 +-
...nated Sites Services Application Form.json | 46663 ++++++++--------
... Ecological Risk Assessment Checklist.json | 16 +-
.../Site Risk Classification Report.json | 22 +-
.../bundling/Summary of Site Condition.json | 417 +-
6 files changed, 23918 insertions(+), 23578 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
index 3776ae5a..c2eb2879 100644
--- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
@@ -265,7 +265,7 @@
"height": ""
},
"type": "button",
- "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectSdm===''|| data.selectCaseworker===''||data.selectSrco===''))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n const submissionId = form._submission._id;\r\n const formId = form._submission.form;\r\n const formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n const formio = new Formio(formDataReqUrl);\r\n formio.saveSubmission(formDataReqObj1).then( result => {\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n }).catch((error)=>{\r\n //Error callback on not Save\r\n form.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n });\r\n}",
+ "custom": " form.emit('customEvent', {\n type: \"actionError\", \n component: component,\n actionType:'Accepted'\n }); ",
"input": true,
"keyModified": true,
"placeholder": "",
@@ -305,7 +305,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "ei0fqxf"
+ "id": "efzg6y"
},
{
"label": "Approved",
@@ -785,7 +785,7 @@
"allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
"onlyAvailableItems": false,
"customMessage": "",
"custom": "",
@@ -847,7 +847,7 @@
"include": "score",
"threshold": 0.3
},
- "id": "el5mtlj",
+ "id": "eqqpt0n",
"defaultValue": "",
"sort": ""
}
@@ -928,7 +928,7 @@
"allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
"onlyAvailableItems": false,
"customMessage": "",
"custom": "",
@@ -990,7 +990,7 @@
"include": "score",
"threshold": 0.3
},
- "id": "ea94sof",
+ "id": "e0djsx",
"defaultValue": "",
"sort": ""
}
@@ -1071,7 +1071,7 @@
"allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
"onlyAvailableItems": false,
"customMessage": "",
"custom": "",
@@ -1133,7 +1133,7 @@
"include": "score",
"threshold": 0.3
},
- "id": "epvp7yj",
+ "id": "ee27bwl",
"defaultValue": "",
"sort": ""
}
@@ -4303,7 +4303,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -13713,7 +13713,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -17656,7 +17656,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index 4abbe06d..05d8e9aa 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -247,7 +247,7 @@
"height": ""
},
"type": "button",
- "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data---', data);\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectSoscSdm===''|| data.selectSoscCaseworker===''))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n const submissionId = form._submission._id;\r\n const formId = form._submission.form;\r\n const formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n const formio = new Formio(formDataReqUrl);\r\n formio.saveSubmission(formDataReqObj1).then( result => {\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n }).catch((error)=>{\r\n //Error callback on not Save\r\n form.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n });\r\n}",
+ "custom": " form.emit('customEvent', {\n type: \"actionError\", \n component: component,\n actionType:'Accepted'\n }); ",
"input": true,
"keyModified": true,
"placeholder": "",
@@ -287,7 +287,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e7neyfr"
+ "id": "eims6u"
},
{
"label": "Approved",
@@ -872,10 +872,31 @@
"components": [
{
"label": "Select SDM",
+ "labelPosition": "top",
"widget": "choicesjs",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
+ "multiple": false,
"dataSrc": "url",
"data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "resource": "",
+ "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
"headers": [
{
@@ -891,107 +912,96 @@
"value": "application/json"
}
],
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "json": "",
- "resource": "",
"custom": ""
},
"dataType": "string",
+ "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
"key": "selectSoscSdm",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": true,
"when": "isCssaMgrRole",
- "eq": "true"
+ "eq": "true",
+ "json": ""
},
- "type": "select",
- "selectValues": "data",
- "disableLimit": false,
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
+ "customConditional": "",
+ "logic": [],
"attributes": {},
- "validateOn": "change",
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
"lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
+ "selectValues": "data",
+ "selectFields": "",
+ "disableLimit": false,
"searchField": "",
+ "searchDebounce": 0.3,
"minSearch": 0,
- "readOnlyValue": false,
+ "filter": "",
+ "limit": 100,
"authenticate": false,
"ignoreCache": false,
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
+ "redrawOn": "",
+ "input": true,
+ "keyModified": true,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "ewjbbikd"
+ "id": "ersbm2t",
+ "defaultValue": "",
+ "sort": ""
}
],
"width": 4,
@@ -1005,10 +1015,31 @@
"components": [
{
"label": "Select Caseworker",
+ "labelPosition": "top",
"widget": "choicesjs",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
+ "multiple": false,
"dataSrc": "url",
"data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "resource": "",
+ "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
"headers": [
{
@@ -1024,107 +1055,96 @@
"value": "application/json"
}
],
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "json": "",
- "resource": "",
"custom": ""
},
"dataType": "string",
+ "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
"key": "selectSoscCaseworker",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": true,
"when": "isCssaMgrRole",
- "eq": "true"
+ "eq": "true",
+ "json": ""
},
- "type": "select",
- "selectValues": "data",
- "disableLimit": false,
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
+ "customConditional": "",
+ "logic": [],
"attributes": {},
- "validateOn": "change",
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
"lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
+ "selectValues": "data",
+ "selectFields": "",
+ "disableLimit": false,
"searchField": "",
+ "searchDebounce": 0.3,
"minSearch": 0,
- "readOnlyValue": false,
+ "filter": "",
+ "limit": 100,
"authenticate": false,
"ignoreCache": false,
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
+ "redrawOn": "",
+ "input": true,
+ "keyModified": true,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "e1b0cbg"
+ "id": "etlkzno",
+ "defaultValue": "",
+ "sort": ""
}
],
"width": 4,
@@ -8961,7 +8981,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10001,7 +10021,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10533,7 +10553,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10632,7 +10652,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12080,7 +12100,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13113,7 +13133,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13712,7 +13732,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13756,7 +13776,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14665,7 +14685,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22207,7 +22227,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23004,7 +23024,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23613,7 +23633,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24143,7 +24163,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24914,7 +24934,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -28988,7 +29008,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29898,7 +29918,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30493,7 +30513,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31088,7 +31108,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31683,7 +31703,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32278,7 +32298,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32984,7 +33004,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33725,7 +33745,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37745,7 +37765,7 @@
"id": "eofuark"
}
],
- "id": "eutz63000000000000000000000000",
+ "id": "eutz6300000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38270,7 +38290,7 @@
"id": "e330ei"
}
],
- "id": "e31uav900000000000000000000000",
+ "id": "e31uav90000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38597,7 +38617,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti0000000000000000000000",
+ "id": "evh2ti000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38935,7 +38955,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n0000000000000000000000000000000"
+ "id": "ey7gr2n000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -39242,7 +39262,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv2000000000000000000000",
+ "id": "e6zxvv200000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41329,7 +41349,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa00000000000000000000000000000000",
+ "id": "ehf1fa0000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42085,7 +42105,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m0000000000000000000000000000000000000000000000000000000000",
+ "id": "eks09m000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43075,7 +43095,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index 0db0da8a..9ec6d63b 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -1,7030 +1,9809 @@
{
- "forms": [
- {
- "title": "Contaminated Sites Services Application Form",
- "display": "form",
- "type": "form",
- "name": "cssaBundleForm",
- "path": "cssabundleform",
- "tags": [ "common" ],
- "components": [
+ "forms": [
{
- "label": "Text Area",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": { "type": "input" },
- "displayMask": "",
- "editor": "",
- "autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "textArea",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "fixedSize": true,
- "id": "eh0sh1f",
- "defaultValue": ""
- },
- {
- "label": "hiddenUserIdForFormSharingApplicantAsOwner",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "hiddenUserIdForFormSharingApplicantAsOwner",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": { "type": "input" },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "eidzboo"
- },
- {
- "label": "hiddenUserIdForFormSharingWithDiffOwner",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "hiddenUserIdForFormSharingWithDiffOwner",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": { "type": "input" },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ekv4y4h"
- },
- {
- "title": "Reviewer Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "reviewerActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = (data.submissionTypeTwo ? data.submissionTypeTwo.reportsSubmitted : false) || (data.applicationsrequested ? data.applicationsrequested.siteReclassification ||\r\ndata.applicationsrequested.approvalOfBackgroundConcentrations : false) || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{ \r\n \tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = false;\r\n\t} //else if (isSoscAvailable) {\r\n\t\t//show = true;\r\n\t//}\r\n\telse {\r\n\t\tshow = true;\r\n\t}\r\n}",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
+ "title": "Contaminated Sites Services Application Form",
+ "display": "form",
+ "type": "form",
+ "name": "cssaBundleForm",
+ "path": "cssabundleform",
+ "tags": [
+ "common"
+ ],
+ "components": [
{
- "components": [
- {
- "label": "Previous Reviewer",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "prevReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.bundleStatus === \"cssaCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "label": "Text Area",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
"required": false,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "textArea",
+ "tags": [],
+ "properties": {},
+ "conditional": {
"show": null,
"when": null,
- "eq": ""
- },
- "overlay": {
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eztoxer"
- }
- ],
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3,
- "width": 3
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "eh0sh1f",
+ "defaultValue": ""
},
{
- "components": [
- {
- "label": "Next Reviewer",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "nextReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")){\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" && data.bundleStatus === 'cssaMgrAccepted')||\r\n\tdata.bundleStatus === 'cssaCaseworkerAccepted')\r\n show = false;\r\n\telse\r\n\t\tshow = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "label": "hiddenUserIdForFormSharingApplicantAsOwner",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "hiddenUserIdForFormSharingApplicantAsOwner",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eizvqzb"
},
- {
- "label": "Approved",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "approved",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")&&\r\ndata.bundleStatus !== 'cssaMgrAccepted') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "type": "button",
- "custom": "\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});\r\n",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "eidzboo"
+ },
+ {
+ "label": "hiddenUserIdForFormSharingWithDiffOwner",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "hiddenUserIdForFormSharingWithDiffOwner",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eloup0m"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Needs More Info",
- "action": "custom",
- "showValidations": false,
- "theme": "warning",
- "disabled": true,
- "tableView": false,
- "key": "needsMoreInfo",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \t\r\n\tvar isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
- "input": true,
- "redrawOn": "textField",
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "ezrru9k"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ekv4y4h"
},
{
- "components": [
- {
- "label": "Reject Form",
- "action": "custom",
- "showValidations": false,
- "theme": "danger",
- "tableView": false,
- "key": "rejected",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});\r\n",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
+ "title": "Reviewer Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "reviewerActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = (data.submissionTypeTwo ? data.submissionTypeTwo.reportsSubmitted : false) || (data.applicationsrequested ? data.applicationsrequested.siteReclassification ||\r\ndata.applicationsrequested.approvalOfBackgroundConcentrations : false) || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{ \r\n \tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = false;\r\n\t} //else if (isSoscAvailable) {\r\n\t\t//show = true;\r\n\t//}\r\n\telse {\r\n\t\tshow = true;\r\n\t}\r\n}",
+ "conditional": {
+ "json": "",
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "ezs7k0y"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "hideLabel": true,
- "key": "columns",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ez67wbo"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e1wzf3p"
- },
- {
- "title": "Site Owner Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "cssaSiteOwnerActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif (data.riskclassification === \"exempt\") {\r\n if(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") && data.applicationStatus !== undefined && data.applicationStatus !== '') {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Submit Bundle",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "submitBundle",
- "type": "button",
- "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Signed'\r\n });",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Previous Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "prevReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.bundleStatus === \"cssaCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eztoxer"
+ }
+ ],
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3,
+ "width": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Next Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "nextReviewer",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")){\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" && data.bundleStatus === 'cssaMgrAccepted')||\r\n\tdata.bundleStatus === 'cssaCaseworkerAccepted')\r\n show = false;\r\n\telse\r\n\t\tshow = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ekld3b"
+ },
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "approved",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")&&\r\ndata.bundleStatus !== 'cssaMgrAccepted') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});\r\n",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eloup0m"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "disabled": true,
+ "tableView": false,
+ "key": "needsMoreInfo",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \t\r\n\tvar isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
+ "input": true,
+ "redrawOn": "textField",
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "ezrru9k"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejected",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});\r\n",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "ezs7k0y"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "hideLabel": true,
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ez67wbo"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "evkup66c"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e1wzf3p"
},
{
- "components": [],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "key": "columns2",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e6pk3ur"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "edm36dr"
- },
- {
- "title": "Reviewer Actions",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "cssaBundleActions",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !isSoscAvailable){\r\n \tshow = true;\r\n } else {\r\n\t show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Previous Reviewer",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "sendBundleToPreviousReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(\r\n(roles.includes(\"formsflow-reviewer/csap\") || roles.includes(\"formsflow-reviewer/cssa-team\")) && \r\n(data.applicationStatus===\"New\" || data.applicationStatus===\"Resubmitted\" || data.applicationStatus===\"Recheck\") \r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
- "type": "button",
- "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Recheck'\r\n });",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
+ "title": "Site Owner Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "cssaSiteOwnerActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif (data.riskclassification === \"exempt\") {\r\n if(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") && data.applicationStatus !== undefined && data.applicationStatus !== '') {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eig5rj"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Next Reviewer",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "sendBundleToNextReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\") || \r\nroles.includes(\"formsflow-reviewer/sdm\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "type": "button",
- "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectCssaSdm===''||data.selectCssaSdm===undefined|| \r\n(data.typeOfReview==='directToMinistryApplication'&&data.selectCssaCaseworker===undefined|| data.selectCssaCaseworker==='')))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Accepted'\r\n });\r\n}",
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Submit Bundle",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "submitBundle",
+ "type": "button",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Signed'\r\n });",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "evkup66c"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns2",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e6pk3ur"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "edm36dr"
+ },
+ {
+ "title": "Reviewer Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "cssaBundleActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !isSoscAvailable){\r\n \tshow = true;\r\n } else {\r\n\t show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "esfmnmr"
},
- {
- "label": "Approved",
- "action": "custom",
- "showValidations": false,
- "tableView": false,
- "key": "approveBundle",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif((roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaCaseworkerAccepted') ||\r\n(roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaMgrAccepted' &&\r\ndata.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Previous Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "sendBundleToPreviousReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(\r\n(roles.includes(\"formsflow-reviewer/csap\") || roles.includes(\"formsflow-reviewer/cssa-team\")) && \r\n(data.applicationStatus===\"New\" || data.applicationStatus===\"Resubmitted\" || data.applicationStatus===\"Recheck\") \r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "button",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Recheck'\r\n });",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "eig5rj"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Next Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "sendBundleToNextReviewer",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\") || \r\nroles.includes(\"formsflow-reviewer/sdm\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "form.emit('customEvent', {\n type: \"actionComplete\", \n component: component,\n actionType:'Accepted'\n });",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "evggeg8"
+ },
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "approveBundle",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif((roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaCaseworkerAccepted') ||\r\n(roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaMgrAccepted' &&\r\ndata.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "es0z0ho"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "tableView": false,
+ "key": "sendBundleToApplicant",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "button",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Returned'\r\n });",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "e9t69r"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejectBundle",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "button",
+ "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n}); ",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "ehihlij"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eug3kcu"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e4m2qxa"
+ },
+ {
+ "title": "Assign Reviewers",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": true,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "cssaReviewerAssignment",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n\tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = true;\r\n\t} else {\r\n\t\tshow = false;\r\n\t}\r\n \r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "es0z0ho"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Needs More Info",
- "action": "custom",
- "showValidations": false,
- "theme": "warning",
- "tableView": false,
- "key": "sendBundleToApplicant",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
- "type": "button",
- "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Returned'\r\n });",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "collapsed": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Select SDM",
+ "labelPosition": "top",
+ "widget": "choicesjs",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "dataSrc": "url",
+ "data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "resource": "",
+ "json": "",
+ "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
+ "headers": [
+ {
+ "key": "Authorization",
+ "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
+ },
+ {
+ "key": "Content-type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "custom": ""
+ },
+ "dataType": "string",
+ "idPath": "id",
+ "valueProperty": "username",
+ "template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "selectCssaSdm",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
+ "lazyLoad": true,
+ "selectValues": "data",
+ "selectFields": "",
+ "disableLimit": false,
+ "searchField": "",
+ "searchDebounce": 0.3,
+ "minSearch": 0,
+ "filter": "",
+ "limit": 100,
+ "authenticate": false,
+ "ignoreCache": false,
+ "redrawOn": "",
+ "input": true,
+ "keyModified": true,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "id": "ei5a6p",
+ "defaultValue": "",
+ "sort": ""
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Select Caseworker",
+ "labelPosition": "top",
+ "widget": "choicesjs",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "dataSrc": "url",
+ "data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "resource": "",
+ "json": "",
+ "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
+ "headers": [
+ {
+ "key": "Authorization",
+ "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
+ },
+ {
+ "key": "Content-type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "custom": ""
+ },
+ "dataType": "string",
+ "idPath": "id",
+ "valueProperty": "username",
+ "template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "selectCssaCaseworker",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if (data.typeOfReview==='applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc')\n{\n show = false;\n}\nelse {\n show = true;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
+ "lazyLoad": true,
+ "selectValues": "data",
+ "selectFields": "",
+ "disableLimit": false,
+ "searchField": "",
+ "searchDebounce": 0.3,
+ "minSearch": 0,
+ "filter": "",
+ "limit": 100,
+ "authenticate": false,
+ "ignoreCache": false,
+ "redrawOn": "",
+ "input": true,
+ "keyModified": true,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "id": "ebv5h7",
+ "defaultValue": "",
+ "sort": ""
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 4
+ }
+ ],
+ "key": "columns3",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eunccow"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "e9t69r"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eleuwbv"
},
{
- "components": [
- {
- "label": "Reject Form",
- "action": "custom",
- "showValidations": false,
- "theme": "danger",
- "tableView": false,
- "key": "rejectBundle",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "type": "button",
- "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n}); ",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "label": "Notes",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "openWhenEmpty": false,
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "templates": {
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
+ "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
+ "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
+ },
+ "rowClass": "",
+ "addAnother": "",
+ "modal": false,
+ "saveRow": "",
+ "removeRow": "Cancel",
+ "persistent": true,
+ "inlineEdit": false,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
"required": false,
- "custom": "",
+ "customMessage": "",
+ "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\r\n\t}\r\n\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nif(editButtons!=null)\r\n{\r\n\tfor(i=0;ix.commentFor==='external').length > 0)\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\n\r\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\r\nif(addButton!==null && addButton !== undefined)\r\n{\r\naddButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t }\r\n\t\t}\r\n})\r\n}\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "ehihlij"
- }
- ],
- "size": "md",
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 3
- }
- ],
- "key": "columns",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eug3kcu"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e4m2qxa"
- },
- {
- "title": "Assign Reviewers",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": true,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "cssaReviewerAssignment",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = data.SoSC || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n\tif (data.riskclassification === \"exempt\" && !isSoscAvailable) {\r\n\t\tshow = true;\r\n\t} else {\r\n\t\tshow = false;\r\n\t}\r\n \r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "collapsed": false,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Select SDM",
- "widget": "choicesjs",
- "tableView": true,
- "dataSrc": "url",
- "data": {
- "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
- "headers": [
- {
- "key": "Authorization",
- "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
- },
- {
- "key": "Content-type",
- "value": "application/json"
- },
- {
- "key": "Accept",
- "value": "application/json"
- }
- ],
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "json": "",
- "resource": "",
- "custom": ""
- },
- "dataType": "string",
- "valueProperty": "username",
- "template": "{{ item.lastName }}, {{ item.firstName }} ",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "selectCssaSdm",
- "type": "select",
- "selectValues": "data",
- "disableLimit": false,
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": { "filter": {} },
- "customOptions": {},
- "useExactSearch": false,
- "id": "ev4a8pp"
- }
- ],
- "width": 4,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 4
- },
- {
- "components": [
- {
- "label": "Select Caseworker",
- "widget": "choicesjs",
- "tableView": true,
- "dataSrc": "url",
- "data": {
- "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
- "headers": [
- {
- "key": "Authorization",
- "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
- },
- {
- "key": "Content-type",
- "value": "application/json"
- },
- {
- "key": "Accept",
- "value": "application/json"
- }
- ],
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "json": "",
- "resource": "",
- "custom": ""
- },
- "dataType": "string",
- "valueProperty": "username",
- "template": "{{ item.lastName }}, {{ item.firstName }} ",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "selectCssaCaseworker",
- "customConditional": "if (data.typeOfReview==='applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc')\n{\n show = false;\n}\nelse {\n show = true;\n}",
- "type": "select",
- "selectValues": "data",
- "disableLimit": false,
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": { "filter": {} },
- "customOptions": {},
- "useExactSearch": false,
- "id": "eiywczv"
- }
- ],
- "width": 4,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 4
- },
- {
- "components": [],
- "size": "md",
- "width": 4,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 4
- }
- ],
- "key": "columns3",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eunccow"
- }
- ],
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eleuwbv"
- },
- {
- "label": "Notes",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "openWhenEmpty": false,
- "disableAddingRemovingRows": false,
- "conditionalAddButton": "",
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
- "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
- "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
- "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
- },
- "rowClass": "",
- "addAnother": "",
- "modal": false,
- "saveRow": "",
- "removeRow": "Cancel",
- "persistent": true,
- "inlineEdit": false,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\r\n\t}\r\n\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nif(editButtons!=null)\r\n{\r\n\tfor(i=0;ix.commentFor==='external').length > 0)\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\n\r\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\r\nif(addButton!==null && addButton !== undefined)\r\n{\r\naddButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t }\r\n\t\t}\r\n})\r\n}\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "editgrid",
- "displayAsTable": false,
- "input": true,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "esjbis"
- }
- ],
- "width": 4,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 4
- },
- {
- "components": [
- {
- "label": "Visibility",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": true,
- "defaultValue": "external",
- "values": [
- {
- "label": "Internal",
- "value": "internal",
- "shortcut": ""
- },
+ },
+ "type": "editgrid",
+ "displayAsTable": false,
+ "input": true,
+ "components": [
{
- "label": "External",
- "value": "external",
- "shortcut": ""
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Notes",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "esjbis"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Visibility",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": true,
+ "defaultValue": "external",
+ "values": [
+ {
+ "label": "Internal",
+ "value": "internal",
+ "shortcut": ""
+ },
+ {
+ "label": "External",
+ "value": "external",
+ "shortcut": ""
+ }
+ ],
+ "key": "commentFor",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "emglp3"
+ }
+ ],
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Role",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\r\n{\r\n value = 'CSSA Manager'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}",
+ "key": "role",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e1iyv7"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created By",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
+ "key": "createdBy",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ee6xse8"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created At",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
+ "key": "createdAt1",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5ks7xs"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ }
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eecwc3"
}
- ],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "emglp3"
- }
- ],
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Role",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\r\n{\r\n value = 'CSSA Manager'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}",
- "key": "role",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e1iyv7"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- },
- {
- "components": [
- {
- "label": "Created By",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
- "key": "createdBy",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ee6xse8"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "defaultOpen": false,
+ "id": "ectp8dh"
},
{
- "components": [
- {
- "label": "Created At",
- "disabled": true,
- "tableView": true,
- "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
- "key": "createdAt1",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "title": "Collection Notice",
+ "collapsible": false,
+ "key": "collectionNotice",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\nCollection Notice for Environmental Protection Platform: \nYour personal information is collected under 26(c) of the Freedom of Information and Protection of Privacy Act for the purpose of accessing services of the Environmental Protection Division. If you have any questions about the collection of your information, please contact Site Remediation Services at site@gov.bc.ca \nCollection Notice for Site Remediation Forms: \nYour personal information is collected under 26(c) of the Freedom of Information and Protection of Privacy Act for the purpose of receiving site remediation services. If you have any questions about the collection of your information, please contact Site Remediation Services at site@gov.bc.ca \n
",
+ "refreshOnChange": false,
+ "key": "html",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "esfe1l"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e5ks7xs"
- }
- ],
- "size": "md",
- "width": 2,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 2
- }
- ],
- "key": "columns1",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eecwc3"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "defaultOpen": false,
- "id": "ectp8dh"
- },
- {
- "title": "Collection Notice",
- "collapsible": false,
- "key": "collectionNotice",
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\nCollection Notice for Environmental Protection Platform: \nYour personal information is collected under 26(c) of the Freedom of Information and Protection of Privacy Act for the purpose of accessing services of the Environmental Protection Division. If you have any questions about the collection of your information, please contact Site Remediation Services at site@gov.bc.ca \nCollection Notice for Site Remediation Forms: \nYour personal information is collected under 26(c) of the Freedom of Information and Protection of Privacy Act for the purpose of receiving site remediation services. If you have any questions about the collection of your information, please contact Site Remediation Services at site@gov.bc.ca \n
",
- "refreshOnChange": false,
- "key": "html",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "esfe1l"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "erbycpf",
- "keyModified": true
- },
- {
- "id": "er0d2t",
- "key": "simplecontent12",
- "html": "Fields marked with a red asterisk \"*\" are mandatory.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "el4ggt4",
- "key": "section1-applicantinfo",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 1 - APPLICANT INFORMATION",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "er6jak",
- "key": "NameColumn",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "First/Last Name",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e9fcmuo",
- "key": "firstname",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "First Name",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": { "type": "input" },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "erbycpf",
+ "keyModified": true
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ej405uw",
- "key": "lastName",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": { "type": "input" },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "erziofr",
- "key": "organization",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Organization, if applicable",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": { "type": "input" },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- },
- {
- "id": "e0tcmz",
- "key": "addresscolumn",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Address/City",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "emq6lz7",
- "key": "cssaStreetAddress",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Street Address",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": { "type": "input" },
- "dbIndex": false,
- "overlay": {
+ "id": "er0d2t",
+ "key": "simplecontent12",
+ "html": "Fields marked with a red asterisk \"*\" are mandatory.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
"top": "",
"left": "",
"style": "",
"width": "",
"height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
"unique": false,
- "pattern": "",
"multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
+ "required": false,
"customPrivate": false,
"strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
"eq": "",
+ "json": "",
"show": null,
"when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "enmq8cq",
- "key": "city",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "City",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": { "type": "input" },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "esny9lo",
- "key": "addresscolumn",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e9vym0c",
- "key": "provinceState1",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Province",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": { "type": "input" },
- "dbIndex": false,
- "overlay": {
+ "id": "el4ggt4",
+ "key": "section1-applicantinfo",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 1 - APPLICANT INFORMATION",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
"top": "",
"left": "",
"style": "",
"width": "",
"height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
"unique": false,
- "pattern": "",
"multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
+ "required": false,
"customPrivate": false,
"strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e4tfey9",
- "key": "country1",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Country",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": { "type": "input" },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "er6jak",
+ "key": "NameColumn",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "First/Last Name",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e9fcmuo",
+ "key": "firstname",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "ej405uw",
+ "key": "lastName",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "erziofr",
+ "key": "organization",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Organization, if applicable",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ },
+ {
+ "id": "e0tcmz",
+ "key": "addresscolumn",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Address/City",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "emq6lz7",
+ "key": "cssaStreetAddress",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Street Address",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "id": "enmq8cq",
+ "key": "city",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "esny9lo",
+ "key": "addresscolumn",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e9vym0c",
+ "key": "provinceState1",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e4tfey9",
+ "key": "country1",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "id": "e4yef17",
+ "key": "postalZipCode1",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": true,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "e12wye3",
+ "key": "contactinfocolumn",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "simplephonenumber",
+ "type": "phoneNumber",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "tel",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "inputMode": "decimal",
+ "id": "er6elyw"
+ },
+ {
+ "id": "ezp8ms",
+ "key": "projectNumber1",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Project Number",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "simpleemail",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "es6oy",
+ "defaultValue": ""
+ },
+ {
+ "id": "ekbo2i6",
+ "key": "additionalEmailsToCcOnInvoices1",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Additional email to copy on invoices",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
"eq": "",
"show": null,
"when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e4yef17",
- "key": "postalZipCode1",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": { "type": "input" },
- "dbIndex": false,
- "overlay": {
+ "id": "e9mm9hp",
+ "key": "simplecontent",
+ "html": "",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
"top": "",
"left": "",
"style": "",
"width": "",
"height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e12wye3",
- "key": "contactinfocolumn",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "simplephonenumber",
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "",
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "tel",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "inputMode": "decimal",
- "id": "er6elyw"
},
- {
- "id": "ezp8ms",
- "key": "projectNumber1",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Project Number",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": { "type": "input" },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
"unique": false,
- "pattern": "",
"multiple": false,
"required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
"customPrivate": false,
"strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
"eq": "",
- "json": "",
"show": null,
"when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Email",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": { "type": "input" },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "kickbox": { "enabled": false },
- "errorLabel": "",
- "errors": "",
- "key": "simpleemail",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "email",
- "inputMask": "",
- "id": "es6oy",
- "defaultValue": ""
- },
- {
- "id": "ekbo2i6",
- "key": "additionalEmailsToCcOnInvoices1",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Additional email to copy on invoices",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": { "type": "input" },
- "dbIndex": false,
- "overlay": {
+ "id": "ezd6l2f",
+ "key": "section2-billingcontact",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "SECTION 2 - BILLING CONTACT",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
"top": "",
"left": "",
"style": "",
"width": "",
"height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
"unique": false,
- "pattern": "",
"multiple": false,
"required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
"customPrivate": false,
"strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e9mm9hp",
- "key": "simplecontent",
- "html": "",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ezd6l2f",
- "key": "section2-billingcontact",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "SECTION 2 - BILLING CONTACT",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "key": "simpleparagraph1",
- "type": "htmlelement",
- "input": false,
- "label": "Paragraph",
- "content": "Important note: the billing contact will receive the invoice for contaminated sites services from the ministry. \nInvoices must be paid within 30 days of issuance or penalty fees will apply as described in the\nInterest on Overdue Accounts Receivable Regulation.",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "attrs": [],
- "id": "exc60i",
- "keyModified": true
- },
- {
- "id": "e74c5bh",
- "key": "gstExempt",
- "type": "radio",
- "input": true,
- "label": "GST Exempt?",
- "addons": [],
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- },
- {
- "id": "e10lled",
- "key": "billingconact",
- "type": "radio",
- "input": true,
- "label": "Billing Contact",
- "addons": [],
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Same as applicant",
- "value": "same",
- "shortcut": ""
- },
- {
- "label": "Different than applicant",
- "value": "different",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- },
- {
- "title": "Billing Contact",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "billingcontactpanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "billingconact",
- "eq": "different"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "NameColumn",
- "type": "columns",
- "input": false,
- "label": "contact info column",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LastName",
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e0qwzsi"
- }
- ],
- "currentWidth": 6
},
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
{
- "key": "FirstName",
- "type": "textfield",
- "input": true,
- "label": "First Name",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "key": "simpleparagraph1",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Paragraph",
+ "content": "Important note: the billing contact will receive the invoice for contaminated sites services from the ministry. \nInvoices must be paid within 30 days of issuance or penalty fees will apply as described in the\nInterest on Overdue Accounts Receivable Regulation.",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e4rqfrg"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "billingconact"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e99j4y"
- },
- {
- "key": "Organization",
- "type": "textfield",
- "input": true,
- "label": "Organization, if applicable",
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "billingconact"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eml9v6"
- },
- {
- "key": "AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "attrs": [],
+ "id": "exc60i",
+ "keyModified": true
+ },
{
- "key": "Address",
- "type": "textfield",
- "input": true,
- "label": "Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
+ "id": "e74c5bh",
+ "key": "gstExempt",
+ "type": "radio",
+ "input": true,
+ "label": "GST Exempt?",
+ "addons": [],
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eruxj7g"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e55xn6m"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "billingconact"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eun1alh"
- },
- {
- "key": "addresscolumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "provinceState2",
- "type": "textfield",
- "input": true,
- "label": " Province",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e9qhj1c"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false
+ },
{
- "key": "country2",
- "type": "textfield",
- "input": true,
- "label": "Country",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
+ "id": "e10lled",
+ "key": "billingconact",
+ "type": "radio",
+ "input": true,
+ "label": "Billing Contact",
+ "addons": [],
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e6lqx7m"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "postalZipCode2",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "values": [
+ {
+ "label": "Same as applicant",
+ "value": "same",
+ "shortcut": ""
+ },
+ {
+ "label": "Different than applicant",
+ "value": "different",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ehb35q"
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "billingconact"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ed7v0fg"
- },
- {
- "key": "ContactInfoColumn",
- "type": "columns",
- "input": false,
- "label": "contact info column",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false
+ },
{
- "key": "Phone",
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "title": "Billing Contact",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "billingcontactpanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "billingconact",
+ "eq": "different"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "contact info column",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e0qwzsi"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e4rqfrg"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "billingconact"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e99j4y"
+ },
+ {
+ "key": "Organization",
+ "type": "textfield",
+ "input": true,
+ "label": "Organization, if applicable",
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "billingconact"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eml9v6"
+ },
+ {
+ "key": "AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eruxj7g"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e55xn6m"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "billingconact"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eun1alh"
+ },
+ {
+ "key": "addresscolumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "provinceState2",
+ "type": "textfield",
+ "input": true,
+ "label": " Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e9qhj1c"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "country2",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6lqx7m"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "postalZipCode2",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehb35q"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "billingconact"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ed7v0fg"
+ },
+ {
+ "key": "ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "contact info column",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Phone",
+ "type": "phoneNumber",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "tel",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "inputMode": "decimal",
+ "id": "e6nb3ji"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "Email",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "erpexfq",
+ "defaultValue": null
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "billingconact"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ebtgqdm"
+ },
+ {
+ "key": "simplecols4",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "projectNumber2",
+ "type": "textfield",
+ "input": true,
+ "label": "Project Number",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ewzespo"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "additionalEmailsToCcOnInvoices",
+ "type": "textfield",
+ "input": true,
+ "label": "Additional email to copy on invoices",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eg59yq"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e0ezvr"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "",
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "tel",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "inputMode": "decimal",
- "id": "e6nb3ji"
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e0ut35l"
}
- ],
- "currentWidth": 6
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
},
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Email",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": { "type": "input" },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "kickbox": { "enabled": false },
- "errorLabel": "",
- "errors": "",
- "key": "Email",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "email",
- "inputMask": "",
- "id": "erpexfq",
- "defaultValue": null
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "billingconact"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ebtgqdm"
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
},
{
- "key": "simplecols4",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "projectNumber2",
- "type": "textfield",
- "input": true,
- "label": "Project Number",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ewzespo"
- }
- ],
- "currentWidth": 6
+ "id": "erylsft",
+ "key": "Section3-owneroperator",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 3 - PROPERTY OWNER AND/OR OPERATOR",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
},
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "additionalEmailsToCcOnInvoices",
- "type": "textfield",
- "input": true,
- "label": "Additional email to copy on invoices",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eg59yq"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e0ezvr"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e0ut35l"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "erylsft",
- "key": "Section3-owneroperator",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 3 - PROPERTY OWNER AND/OR OPERATOR",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "key": "owneroperatorradioGroup",
- "type": "radio",
- "input": true,
- "label": "owner/operator radio",
- "inline": false,
- "values": [
- {
- "label": "Same as applicant",
- "value": "sameAsApplicant",
- "shortcut": ""
- },
- {
- "label": "Different than applicant",
- "value": "different",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eqtoz1l"
- },
- {
- "label": "Property Owner and/or Operator",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "disableAddingRemovingRows": false,
- "conditionalAddButton": "",
- "reorder": false,
- "addAnother": "",
- "addAnotherPosition": "bottom",
- "layoutFixed": false,
- "enableRowGroups": false,
- "initEmpty": false,
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": [ {} ],
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "minLength": "",
- "maxLength": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "s3propertyOwnerOperator",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "owneroperatorradioGroup",
- "eq": "different",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "datagrid",
- "input": true,
- "components": [
- {
- "title": "Property Owner and/or Operator",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "dataGridLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "s3propertyOwnerAndOrOperator",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "owneroperatorradioGroup",
- "eq": "different"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "key": "NameColumn",
- "type": "columns",
- "input": false,
- "label": "Name Column",
- "columns": [
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LastName",
- "type": "textfield",
- "input": true,
- "label": "Last Name",
- "validate": {
+ "key": "owneroperatorradioGroup",
+ "type": "radio",
+ "input": true,
+ "label": "owner/operator radio",
+ "inline": false,
+ "values": [
+ {
+ "label": "Same as applicant",
+ "value": "sameAsApplicant",
+ "shortcut": ""
+ },
+ {
+ "label": "Different than applicant",
+ "value": "different",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eb2vcr8"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eqtoz1l"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "FirstName",
- "type": "textfield",
- "input": true,
- "label": "First Name",
- "validate": {
+ "label": "Property Owner and/or Operator",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {}
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
"required": true,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "s3propertyOwnerOperator",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "owneroperatorradioGroup",
+ "eq": "different",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e6uuwnr"
- }
- ],
- "currentWidth": 6
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Property Owner and/or Operator",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "dataGridLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "s3propertyOwnerAndOrOperator",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "owneroperatorradioGroup",
+ "eq": "different"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Name Column",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eb2vcr8"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6uuwnr"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "owneroperatorradioGroup"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "el08i8r"
+ },
+ {
+ "key": "Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Organization, if applicable",
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "owneroperatorradioGroup"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e4ki5p5"
+ },
+ {
+ "key": "AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Street Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "et36tzh"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "enxsxm"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "owneroperatorradioGroup"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ely8cdd"
+ },
+ {
+ "key": "addresscolumn",
+ "type": "columns",
+ "input": false,
+ "label": "address column",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "provinceState3",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ez6tqmt"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "country3",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ec272o7"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "postalZipCode3",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "enbwp4b"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "owneroperatorradioGroup"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e5k0ita"
+ },
+ {
+ "key": "ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Phone",
+ "type": "phoneNumber",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "tel",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "inputMode": "decimal",
+ "id": "exd2uii"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nvar currentValue = input;\n\nif(currentValue!== '')\n{\n\n\nif( data.hiddenUserIdForFormSharingWithDiffOwner === '')\n{\n valid = 'Unable to find user with provided email address';\n}\n\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\n.then((p)=> {return p.json();}).\nthen((x)=>{\n data.hiddenUserIdForFormSharingWithDiffOwner = '' ;\n x.data.find((y)=>{ \n if( y.email=== currentValue ) \n { data.hiddenUserIdForFormSharingWithDiffOwner = y.username}\n\n })\n\n if(data.hiddenUserIdForFormSharingWithDiffOwner ==='')\n {\n valid = 'Unable to find registered user with provided email address';\n }\n else\n {\n valid = true;\n }\n\n}).then(()=>{\n\n\n var previousValue = localStorage.getItem(\"cssaHiddenUserIdForFormSharingApplicantAsDiffOwner\"); \n\n if(previousValue != currentValue )\n {\n\tlocalStorage.setItem(\"cssaHiddenUserIdForFormSharingApplicantAsDiffOwner\", currentValue);\n instance.triggerChange();\n }\n\t\n})\n\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "Email",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "enb3fl",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "different",
+ "show": true,
+ "when": "owneroperatorradioGroup"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "exkizi"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ehmz9lv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "em06t6o"
}
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "owneroperatorradioGroup"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "egib6m5",
+ "key": "Section4-APQP",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 4 - APPROVED PROFESSIONALS/QUALIFIED PROFESSIONALS",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
"top": "",
+ "left": "",
+ "style": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "el08i8r"
},
- {
- "key": "Company",
- "type": "textfield",
- "input": true,
- "label": "Organization, if applicable",
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "owneroperatorradioGroup"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e4ki5p5"
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
},
- {
- "key": "AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Address",
- "type": "textfield",
- "input": true,
- "label": "Street Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
+ "id": "eq4y0gh",
+ "key": "Professionalradio",
+ "type": "radio",
+ "input": true,
+ "label": "Has this application been prepared or recommended by one or more professional?",
+ "addons": [],
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
"top": "",
+ "left": "",
+ "style": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "et36tzh"
- }
- ],
- "currentWidth": 6
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
+ "label": "Approved Professional / Qualified Professional",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "4-city": "",
+ "4-canada": "",
+ "4-FullName": "",
+ "4-typeOfAp1": "",
+ "4-simpleemail": "",
+ "4-organization": "",
+ "postalZipCode4": "",
+ "provinceState4": "",
+ "4-streetAddress": "",
+ "4-simplephonenumber": "",
+ "4-professionalLicenseRegistration": "",
+ "FullName": "",
+ "typeOfAp1": "",
+ "cssaStreetAddress": "",
+ "city": "",
+ "organization": "",
+ "professionalLicenseRegistration": "",
+ "canada": "",
+ "simplephonenumber": "",
+ "simpleemail": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvedProfessionalQualifiedProfessional",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "Professionalradio",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "enxsxm"
- }
- ],
- "currentWidth": 6
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "key": "approvedProfessionalQualifiedProfessionals",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "title": "Approved Professional / Qualified Professional",
+ "hideLabel": true,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecols7",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "FullName",
+ "type": "textfield",
+ "input": true,
+ "label": "First and Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ewgvnwp"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "typeOfAp1",
+ "data": {
+ "values": [
+ {
+ "label": "Numerical standards",
+ "value": "numericalStandards"
+ },
+ {
+ "label": "Risk-based standards",
+ "value": "riskBasedStandards"
+ }
+ ],
+ "json": "",
+ "url": "",
+ "resource": "",
+ "custom": ""
+ },
+ "type": "select",
+ "input": true,
+ "label": "Type of AP, if applicable",
+ "widget": "choicesjs",
+ "dataType": "auto",
+ "tableView": true,
+ "searchThreshold": 0.3,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
+ "dataSrc": "values",
+ "valueProperty": "",
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "eoekeci"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "evbgrtl"
+ },
+ {
+ "key": "simplecols9",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "cssaApStreetAddress",
+ "type": "textfield",
+ "input": true,
+ "label": "Street Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "end2xpb"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "city",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqwxatb"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ex5ztvf"
+ },
+ {
+ "key": "simplecols8",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "organization",
+ "type": "textfield",
+ "input": true,
+ "label": "Organization",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eugnhi4"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "professionalLicenseRegistration",
+ "type": "textfield",
+ "input": true,
+ "label": "Professional license/registration (e.g., P. Eng, RPBio)",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6v4egs"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ehcdkqe"
+ },
+ {
+ "key": "simplecols10",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "provinceState4",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6vigp"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "canada",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ear75hr"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "postalZipCode4",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ejg04pk"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eny2y4"
+ },
+ {
+ "key": "simplecols15",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "simplephonenumber",
+ "type": "phoneNumber",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "tel",
+ "inputFormat": "plain",
+ "inputMask": "(999) 999-9999",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "inputMode": "decimal",
+ "id": "ew16xg"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "cssaApsimpleemail",
+ "type": "email",
+ "input": true,
+ "label": "Email",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "delimiter": false,
+ "tableView": true,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "email",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "id": "e6tfj4l"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ew0y8oe"
+ }
+ ],
+ "collapsible": false,
+ "id": "ewhx8sm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "era1rxg"
}
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "owneroperatorradioGroup"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ely8cdd"
- },
- {
- "key": "addresscolumn",
- "type": "columns",
- "input": false,
- "label": "address column",
- "columns": [
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": true,
+ "conditional": {
+ "eq": "",
+ "show": "",
+ "when": ""
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "eaol53",
+ "key": "Section5-ApplicationInformation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 5 - APPLICATION INFORMATION",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e41pr3a",
+ "key": "Servicetype",
+ "data": {
+ "url": "",
+ "json": "",
+ "custom": "",
+ "values": [
+ {
+ "label": "5.1 Relating to site identification, site disclosure statements or site releases",
+ "value": "relatingtositeID"
+ },
+ {
+ "label": "5.2 Report reviews",
+ "value": "ReportReviews"
+ },
+ {
+ "label": "5.3 Approved professional statements",
+ "value": "ApprovedProfessionalStatements"
+ },
+ {
+ "label": "5.4 Certification Documents",
+ "value": "CertificationDocuments"
+ },
+ {
+ "label": "5.5 Protocols",
+ "value": "Protocols"
+ },
+ {
+ "label": "5.6 Environmental management area",
+ "value": "EnvironmentalManagementArea"
+ },
+ {
+ "label": "5.7 Other services and functions",
+ "value": "OtherServicesAndFunctions"
+ }
+ ],
+ "resource": ""
+ },
+ "type": "select",
+ "input": true,
+ "label": "Service Requested",
+ "limit": 100,
+ "addons": [],
+ "filter": "",
+ "hidden": false,
+ "idPath": "id",
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": "choicesjs",
+ "dataSrc": "values",
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "dataType": "auto",
+ "disabled": false,
+ "lazyLoad": true,
+ "multiple": true,
+ "redrawOn": "",
+ "tabindex": "",
+ "template": "{{ item.label }} ",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "indexeddb": {
+ "filter": {}
+ },
+ "minSearch": 0,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": true,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "ignoreCache": false,
+ "placeholder": "Select any that apply",
+ "searchField": "",
+ "authenticate": false,
+ "defaultValue": [],
+ "selectFields": "",
+ "customOptions": {},
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "readOnlyValue": false,
+ "searchEnabled": true,
+ "showCharCount": false,
+ "showWordCount": false,
+ "uniqueOptions": false,
+ "valueProperty": "",
+ "calculateValue": "",
+ "clearOnRefresh": false,
+ "searchDebounce": 0.3,
+ "useExactSearch": false,
+ "calculateServer": false,
+ "searchThreshold": 0.3,
+ "selectThreshold": 0.3,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "title": "5.1 - Relating to site identification, site disclosure statements and site releases",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "RelatingToSiteId",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "Servicetype",
+ "eq": "relatingtositeID"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "provinceState3",
- "type": "textfield",
- "input": true,
- "label": "Province",
- "validate": {
+ "key": "submissiontype1",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Submission Type:",
+ "values": [
+ {
+ "label": "Meeting request about site disclosure statements or site releases",
+ "value": "meetingRequestAboutSiteDisclosureStatementsOrSiteReleases",
+ "shortcut": ""
+ },
+ {
+ "label": "Site release request",
+ "value": "siteReleaseRequest",
+ "shortcut": ""
+ },
+ {
+ "label": "Site investigation report required under CSR section 6.2 or 6.3",
+ "value": "siteInvestigationReportRequiredUnderCsrSection62Or63",
+ "shortcut": ""
+ },
+ {
+ "label": "Approved Professional statement required under EMA section 54(3)(d)",
+ "value": "approvedProfessionalStatementRequiredUnderEmaSection543D",
+ "shortcut": ""
+ },
+ {
+ "label": "Confirmation of remediation report",
+ "value": "confirmationOfRemediationReport",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "APstatement": false,
+ "otherDescribe": false,
+ "meetingrequest": false,
+ "siteinvestigation": false,
+ "siteReleaseRequest": false,
+ "confirmationOfRemediationReport": false,
+ "siteInvestigationReportRequiredUnderCsrSection62Or63": false,
+ "approvedProfessionalStatementRequiredUnderEmaSection543D": false,
+ "meetingRequestAboutSiteDisclosureStatementsOrSiteReleases": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ez6tqmt"
- }
- ],
- "currentWidth": 4
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eczxn2s"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "country3",
- "type": "textfield",
- "input": true,
- "label": "Country",
- "validate": {
+ "label": "Describe",
+ "autoExpand": true,
+ "tableView": true,
+ "inputFormat": "plain",
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
@@ -7033,1420 +9812,2169 @@
"unique": false,
"minLength": "",
"maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "describe1",
+ "conditional": {
+ "show": true,
+ "when": "submissiontype1",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ec272o7"
- }
- ],
- "currentWidth": 4
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ek3gxgc"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "postalZipCode3",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
+ "key": "simplecontent2",
+ "html": "Submit this CSSAF and relevant supporting documentation to siteID@gov.bc.ca .
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "enbwp4b"
- }
- ],
- "currentWidth": 4
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ehx790l"
}
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "owneroperatorradioGroup"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "overlay": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eer3hld"
+ },
+ {
+ "title": "5.2 - Report Reviews",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "ReportReviews",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "Servicetype",
+ "eq": "ReportReviews"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e5k0ita"
},
- {
- "key": "ContactInfoColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "Phone",
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "validate": {
+ "label": "Submission Type:",
+ "tableView": false,
+ "defaultValue": {
+ "reportsSubmitted": false,
+ "siteInvestigationReports": false,
+ "monitoringReports": false,
+ "otherReporting": false
+ },
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "",
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "onlyAvailableItems": false
+ },
+ "key": "submissionTypeTwo",
+ "type": "selectboxes",
+ "input": true,
+ "values": [
+ {
+ "label": "5.2.1 Reports Submitted without an Application for Certification Document",
+ "value": "reportsSubmitted",
+ "shortcut": ""
+ },
+ {
+ "label": "5.2.2 Site Investigation Reports Required by Director",
+ "value": "siteInvestigationReports",
+ "shortcut": ""
+ },
+ {
+ "label": "5.2.3 Monitoring Reports",
+ "value": "monitoringReports",
+ "shortcut": ""
+ },
+ {
+ "label": "5.2.4 Other Reporting",
+ "value": "otherReporting",
+ "shortcut": ""
+ }
+ ],
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "tel",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "inputMode": "decimal",
- "id": "exd2uii"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e2bxicm"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "Email",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": { "type": "input" },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nvar currentValue = input;\n\nif(currentValue!== '')\n{\n\n\nif( data.hiddenUserIdForFormSharingWithDiffOwner === '')\n{\n valid = 'Unable to find user with provided email address';\n}\n\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\n.then((p)=> {return p.json();}).\nthen((x)=>{\n data.hiddenUserIdForFormSharingWithDiffOwner = '' ;\n x.data.find((y)=>{ \n if( y.email=== currentValue ) \n { data.hiddenUserIdForFormSharingWithDiffOwner = y.username}\n\n })\n\n if(data.hiddenUserIdForFormSharingWithDiffOwner ==='')\n {\n valid = 'Unable to find registered user with provided email address';\n }\n else\n {\n valid = true;\n }\n\n}).then(()=>{\n\n\n var previousValue = localStorage.getItem(\"cssaHiddenUserIdForFormSharingApplicantAsDiffOwner\"); \n\n if(previousValue != currentValue )\n {\n\tlocalStorage.setItem(\"cssaHiddenUserIdForFormSharingApplicantAsDiffOwner\", currentValue);\n instance.triggerChange();\n }\n\t\n})\n\n}",
+ "title": "5.2.1 Reports Submitted without an Application for Certification Document",
+ "collapsible": false,
+ "key": "MajorReports",
+ "conditional": {
+ "show": true,
+ "when": "submissionTypeTwo",
+ "eq": "reportsSubmitted"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "SoSC",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "elez3r"
+ },
+ {
+ "key": "simplecols5",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "plusOneOrMoreOfTheFollowing",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Plus one or more of the following",
+ "values": [
+ {
+ "label": "Preliminary site investigation (PSI)",
+ "value": "preliminarySiteInvestigationPsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Detailed site investigation (DSI)",
+ "value": "detailedSiteInvestigationDsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation plan without risk assessment",
+ "value": "remediationPlanWithoutRiskAssessment",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation plan with risk assessment",
+ "value": "remediationPlanWithRiskAssessment",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk assessment not in remediation plan",
+ "value": "riskAssessmentNotInRemediationPlan",
+ "shortcut": ""
+ },
+ {
+ "label": "Confirmation of remediation",
+ "value": "confirmationOfRemediation",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "confirmationOfRemediation": false,
+ "detailedSiteInvestigationDsi": false,
+ "preliminarySiteInvestigationPsi": false,
+ "remediationPlanWithRiskAssessment": false,
+ "riskAssessmentNotInRemediationPlan": false,
+ "remediationPlanWithoutRiskAssessment": false
+ },
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e3uiac"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "typeOfRiskAssessment",
+ "type": "radio",
+ "input": true,
+ "label": "Type of Risk Assessment, if applicable",
+ "inline": false,
+ "values": [
+ {
+ "label": "Human health",
+ "value": "humanHealth",
+ "shortcut": ""
+ },
+ {
+ "label": "Ecological",
+ "value": "ecological",
+ "shortcut": ""
+ },
+ {
+ "label": "Human health and ecological",
+ "value": "humanHealthAndEcological",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e2bwf6l"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ezwnzu"
+ },
+ {
+ "key": "describe2",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "plusOneOrMoreOfTheFollowing"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e5r5mjl"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
"customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "unique": false,
- "kickbox": { "enabled": false },
- "errorLabel": "",
- "errors": "",
- "key": "Email",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
+ },
+ "overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "email",
- "inputMask": "",
- "id": "enb3fl",
- "defaultValue": ""
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "different",
- "show": true,
- "when": "owneroperatorradioGroup"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "exkizi"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ehmz9lv00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "id": "em06t6o"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "egib6m5",
- "key": "Section4-APQP",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 4 - APPROVED PROFESSIONALS/QUALIFIED PROFESSIONALS",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "eq4y0gh",
- "key": "Professionalradio",
- "type": "radio",
- "input": true,
- "label": "Has this application been prepared or recommended by one or more professional?",
- "addons": [],
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- },
- {
- "label": "Approved Professional / Qualified Professional",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "disableAddingRemovingRows": false,
- "conditionalAddButton": "",
- "reorder": false,
- "addAnother": "",
- "addAnotherPosition": "bottom",
- "layoutFixed": false,
- "enableRowGroups": false,
- "initEmpty": false,
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": [
- {
- "4-city": "",
- "4-canada": "",
- "4-FullName": "",
- "4-typeOfAp1": "",
- "4-simpleemail": "",
- "4-organization": "",
- "postalZipCode4": "",
- "provinceState4": "",
- "4-streetAddress": "",
- "4-simplephonenumber": "",
- "4-professionalLicenseRegistration": "",
- "FullName": "",
- "typeOfAp1": "",
- "cssaStreetAddress": "",
- "city": "",
- "organization": "",
- "professionalLicenseRegistration": "",
- "canada": "",
- "simplephonenumber": "",
- "simpleemail": ""
- }
- ],
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "minLength": "",
- "maxLength": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "approvedProfessionalQualifiedProfessional",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "Professionalradio",
- "eq": "yes",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "datagrid",
- "input": true,
- "components": [
- {
- "key": "approvedProfessionalQualifiedProfessionals",
- "type": "panel",
- "input": false,
- "label": "Panel",
- "title": "Approved Professional / Qualified Professional",
- "hideLabel": true,
- "tableView": false,
- "components": [
- {
- "key": "simplecols7",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ehib2ek"
+ },
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "FullName",
- "type": "textfield",
- "input": true,
- "label": "First and Last Name",
- "validate": {
- "required": true,
+ "title": "5.2.2 Site Investigation Reports Required by Director",
+ "collapsible": false,
+ "key": "SiteInvestigationReports",
+ "conditional": {
+ "show": true,
+ "when": "submissionTypeTwo",
+ "eq": "siteInvestigationReports"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecontent7",
+ "html": "The director may require the submission of site investigation information that differs from reports submitted voluntarily under Section 5.2.1 or as part of an application for a certification document under Section 5.4. For site investigation reports triggered by the site identification process, select the service \"5.1 relating to site identification, site disclosure statements and site releases\" in Section 5, above.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e99jby"
+ },
+ {
+ "key": "highRiskSiteReporting",
+ "type": "checkbox",
+ "input": true,
+ "label": "Interim reporting for high risk sites as required under Protocol 12",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ec95aqg"
+ },
+ {
+ "key": "checkAllThatAreRelevantUnderProtocol12Csr71AndTheDirectorsLetter1",
+ "data": {
+ "values": [
+ {
+ "label": "Site Risk Classification Report",
+ "value": "siteRiskClassificationReport"
+ },
+ {
+ "label": "Exposure Pathway Questionnaire",
+ "value": "exposurePathwayQuestionnaire"
+ },
+ {
+ "label": "Detailed Site Condition Report",
+ "value": "detailedSiteConditionReport"
+ },
+ {
+ "label": "Summary of remedial method and schedule for remediation of high risk conditions",
+ "value": "summaryOfRemedialMethodAndScheduleForRemediationOfHighRiskConditions"
+ }
+ ],
+ "json": "",
+ "url": "",
+ "resource": "",
+ "custom": ""
+ },
+ "type": "select",
+ "input": true,
+ "label": "Check all that are relevant under Protocol 12, CSR 7.1 and the director's letter:",
+ "widget": "choicesjs",
+ "dataType": "auto",
+ "multiple": true,
+ "tableView": true,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "highRiskSiteReporting"
+ },
+ "placeholder": "Select all that apply",
+ "searchThreshold": 0.3,
+ "hideOnChildrenHidden": false,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
+ "dataSrc": "values",
+ "valueProperty": "",
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "e1f52bi"
+ },
+ {
+ "key": "additionalReportTitles",
+ "type": "textarea",
+ "input": true,
+ "label": "Additional Report Titles",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "highRiskSiteReporting"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ehdndfh"
+ },
+ {
+ "key": "siteInvestigation",
+ "type": "checkbox",
+ "input": true,
+ "label": "Site investigation (e.g., groundwater management, vapour mitigation, feasibility study)",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e947que"
+ },
+ {
+ "key": "reportTitles",
+ "type": "textarea",
+ "input": true,
+ "label": "Report Title",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "siteInvestigation"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ekvyri6"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "unique": false
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ewgvnwp"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e1tabfo"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "typeOfAp1",
- "data": {
- "values": [
- {
- "label": "Numerical standards",
- "value": "numericalStandards"
- },
- {
- "label": "Risk-based standards",
- "value": "riskBasedStandards"
- }
- ],
- "json": "",
- "url": "",
- "resource": "",
- "custom": ""
- },
- "type": "select",
- "input": true,
- "label": "Type of AP, if applicable",
- "widget": "choicesjs",
- "dataType": "auto",
- "tableView": true,
- "searchThreshold": 0.3,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "key": "MonitoringReports",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.2.3 Monitoring Reports",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "monitoringReport",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Monitoring report as a requirement of:",
+ "values": [
+ {
+ "label": "Certificate of Compliance",
+ "value": "certificateOfCompliance",
+ "shortcut": ""
+ },
+ {
+ "label": "Approval in Principle",
+ "value": "approvalInPrinciple",
+ "shortcut": ""
+ },
+ {
+ "label": "Director's letter",
+ "value": "directorsLetter",
+ "shortcut": ""
+ },
+ {
+ "label": "Performance Verification Plan, Operations and Maintenance Plan or Contingency Plan",
+ "value": "performanceVerificationPlanOperationsAndMaintenancePlanOrContingencyPlan",
+ "shortcut": ""
+ },
+ {
+ "label": "Authorization",
+ "value": "authorization",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "authorization": false,
+ "directorsLetter": false,
+ "approvalInPrinciple": false,
+ "certificateOfCompliance": false,
+ "contaminatedSoilRelocationAgreement": false,
+ "performanceVerificationPlanOperationsAndMaintenancePlanOrContingencyPlan": false,
+ "other": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "egemxp"
+ },
+ {
+ "key": "AuthorizationnNumber",
+ "type": "textfield",
+ "input": true,
+ "label": "Include the authorization #",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "authorization",
+ "show": true,
+ "when": "monitoringReport"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ek64e79"
+ },
+ {
+ "key": "simpletextfield",
+ "type": "textfield",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "monitoringReport"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e0vid8"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "monitoringReports",
+ "show": true,
+ "when": "submissionTypeTwo"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "unique": false
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
- "dataSrc": "values",
- "valueProperty": "",
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": { "filter": {} },
- "customOptions": {},
- "useExactSearch": false,
- "id": "eoekeci"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "evbgrtl"
- },
- {
- "key": "simplecols9",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "cssaApStreetAddress",
- "type": "textfield",
- "input": true,
- "label": "Street Address",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "end2xpb"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "elqiqms"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "city",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
+ "key": "OtherReporting",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.2.4 Other Reporting",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "otherReporting",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Other Reporting",
+ "values": [
+ {
+ "label": "Progress report (e.g., remediation activities)",
+ "value": "progressReportEGRemediationActivities",
+ "shortcut": ""
+ },
+ {
+ "label": "Annual reclamation report (or similar)",
+ "value": "annualReclamationReportOrSimilar",
+ "shortcut": ""
+ },
+ {
+ "label": "Identifying non-compliance to the director",
+ "value": "identifyingNonComplianceToTheDirector",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "annualReclamationReportOrSimilar": false,
+ "identifyingNonComplianceToTheDirector": false,
+ "progressReportEGRemediationActivities": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e2z3zff"
+ },
+ {
+ "key": "describe3",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "otherReporting"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eelai0c"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "otherReporting",
+ "show": true,
+ "when": "submissionTypeTwo"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "unique": false
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eqwxatb"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e9iqt1"
}
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ef9r7gc"
+ },
+ {
+ "title": "5.3 - Approved Professional Statements",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "ApprovedProfessionalStatements",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "Servicetype",
+ "eq": "ApprovedProfessionalStatements"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ex5ztvf"
},
- {
- "key": "simplecols8",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "organization",
- "type": "textfield",
- "input": true,
- "label": "Organization",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "key": "apStatementType",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Type of AP Statement",
+ "inline": false,
+ "values": [
+ {
+ "label": "Requirement of a Certificate of Compliance or Approval in Principle",
+ "value": "requirementOfACertificateOfComplianceOrApprovalInPrinciple",
+ "shortcut": ""
+ },
+ {
+ "label": "Other (e.g., in response to director's letter)",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "fieldSet": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
+ "unique": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "otherEGInResponseToDirectorsLetter": false,
+ "requirementOfAContaminatedSoilRelocationAgreement": false,
+ "requirementOfACertificateOfComplianceOrApprovalInPrinciple": false
+ },
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eugnhi4"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "id": "e7ud9eg"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "professionalLicenseRegistration",
- "type": "textfield",
- "input": true,
- "label": "Professional license/registration (e.g., P. Eng, RPBio)",
- "validate": {
+ "key": "otherdescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
@@ -8455,327 +11983,739 @@
"unique": false,
"minLength": "",
"maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "hideLabel": true,
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "apStatementType"
+ },
+ "description": "For AP statements required under the site identification process, select the service \"relating to site identification, site disclosure statements and site releases\" in Section 5 above.",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e6v4egs"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e70228p"
}
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "emxo1d"
+ },
+ {
+ "title": "5.4 - Certification Documents",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "certificationdocument",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "Servicetype",
+ "eq": "CertificationDocuments"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ehcdkqe"
},
- {
- "key": "simplecols10",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "provinceState4",
- "type": "textfield",
- "input": true,
- "label": "Province",
- "validate": {
+ "key": "certificationdocumentradioGroup",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Certification document(s) requested:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Determination of Contaminated Site",
+ "value": "determinationOfContaminatedSite",
+ "shortcut": ""
+ },
+ {
+ "label": "Certificate of Compliance",
+ "value": "certificateOfCompliance",
+ "shortcut": ""
+ },
+ {
+ "label": "Approval in Principle",
+ "value": "approvalInPrinciple",
+ "shortcut": ""
+ }
+ ],
+ "fieldSet": false,
+ "validate": {
"required": true,
+ "onlyAvailableItems": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "unique": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "approvalInPrinciple": false,
+ "certificateOfCompliance": false,
+ "determinationOfContaminatedSite": false,
+ "contaminatedSoilRelocationAgreement": false
+ },
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e6vigp"
- }
- ],
- "currentWidth": 4
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "id": "e82kp2d"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "canada",
- "type": "textfield",
- "input": true,
- "label": "Country",
- "validate": {
- "required": true,
+ "title": "Determination of Contaminated Site",
+ "collapsible": false,
+ "key": "determinationOfContaminatedSite",
+ "conditional": {
+ "show": true,
+ "when": "certificationdocumentradioGroup",
+ "eq": "determinationOfContaminatedSite"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecols18",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "determinationradioGroup",
+ "type": "radio",
+ "input": true,
+ "label": "Type of determination",
+ "inline": false,
+ "values": [
+ {
+ "label": "site is not contaminated",
+ "value": "siteIsNotContaminated",
+ "shortcut": ""
+ },
+ {
+ "label": "site is contaminated",
+ "value": "siteIsContaminated",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eyv0s9g"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "determinationnumberOfApplications",
+ "type": "number",
+ "input": true,
+ "label": "Number of Determinations Requested",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "delimiter": false,
+ "tableView": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "exr3caq"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "etcxo0o"
+ },
+ {
+ "key": "SoSCcheckbox4",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ebim2r9"
+ },
+ {
+ "key": "determinationreports",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Reports",
+ "values": [
+ {
+ "label": "Preliminary site investigation (PSI)",
+ "value": "preliminarySiteInvestigationPsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Detailed site investigation (DSI)",
+ "value": "detailedSiteInvestigationDsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "confirmationOfRemediation": false,
+ "detailedSiteInvestigationDsi": false,
+ "preliminarySiteInvestigationPsi": false,
+ "remediationPlanWithRiskAssessment": false,
+ "riskAssessmentNotInRemediationPlan": false,
+ "remediationPlanWithoutRiskAssessment": false
+ },
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "emdnzs"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "unique": false
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ear75hr"
- }
- ],
- "currentWidth": 4
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ejsy36"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "postalZipCode4",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
+ "key": "determinationother",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
"required": true,
"custom": "",
"customPrivate": false,
@@ -8784,15186 +12724,11541 @@
"unique": false,
"minLength": "",
"maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "determinationreports"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ejg04pk"
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eny2y4"
- },
- {
- "key": "simplecols15",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "emzud8i"
+ },
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "simplephonenumber",
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "validate": {
- "required": true,
+ "key": "certificateOfCompliance",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Certificate of Compliance",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecols19",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "CoCCheckBox",
+ "type": "selectboxes",
+ "input": true,
+ "label": "CoC check box",
+ "values": [
+ {
+ "label": "Numerical",
+ "value": "numerical",
+ "shortcut": ""
+ },
+ {
+ "label": "Screening Level Risk Assessment",
+ "value": "screeningLevelRiskAssessment",
+ "shortcut": ""
+ },
+ {
+ "label": "Detailed Risk Assessment",
+ "value": "detailedRiskAssessment",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eza5jii"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "CoCnumberOfApplications1",
+ "type": "number",
+ "input": true,
+ "label": "Number of Certificates Requested",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "delimiter": false,
+ "tableView": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e84w29d"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ez85oo"
+ },
+ {
+ "key": "SoSCcheckbox3",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ehmmqs"
+ },
+ {
+ "key": "CoCreports",
+ "type": "checkbox",
+ "input": true,
+ "label": "Required Reports",
+ "inline": false,
+ "values": [
+ {
+ "label": "Preliminary site investigation (PSI)",
+ "value": "preliminarySiteInvestigationPsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Detailed site investigation (DSI)",
+ "value": "detailedSiteInvestigationDsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Confirmation of remediation",
+ "value": "confirmationOfRemediation",
+ "shortcut": ""
+ }
+ ],
+ "fieldSet": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "confirmationOfRemediation": false,
+ "detailedSiteInvestigationDsi": false,
+ "preliminarySiteInvestigationPsi": false,
+ "remediationPlanWithRiskAssessment": false,
+ "riskAssessmentNotInRemediationPlan": false,
+ "remediationPlanWithoutRiskAssessment": false
+ },
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ep0r0pe"
+ },
+ {
+ "key": "simplecols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "CoCoptionalreports",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Reports",
+ "values": [
+ {
+ "label": "Risk assessment not in remediation plan",
+ "value": "riskAssessmentNotInRemediationPlan",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "confirmationOfRemediation": false,
+ "detailedSiteInvestigationDsi": false,
+ "preliminarySiteInvestigationPsi": false,
+ "remediationPlanWithRiskAssessment": false,
+ "riskAssessmentNotInRemediationPlan": false,
+ "remediationPlanWithoutRiskAssessment": false
+ },
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "etd8oip"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "typeOfRiskAssessment1",
+ "type": "radio",
+ "input": true,
+ "label": "Type of Risk Assessment, if applicable",
+ "inline": false,
+ "values": [
+ {
+ "label": "Human health",
+ "value": "humanHealth",
+ "shortcut": ""
+ },
+ {
+ "label": "Ecological",
+ "value": "ecological",
+ "shortcut": ""
+ },
+ {
+ "label": "Human health and ecological",
+ "value": "humanHealthAndEcological",
+ "shortcut": ""
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ep8kd7kf"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eu5hl1n"
+ },
+ {
+ "key": "CoCdescribe4",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "CoCoptionalreports"
+ },
+ "inputFormat": "plain",
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "emdgiek"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "certificateOfCompliance",
+ "show": true,
+ "when": "certificationdocumentradioGroup"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "unique": false
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "tel",
- "inputFormat": "plain",
- "inputMask": "(999) 999-9999",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "inputMode": "decimal",
- "id": "ew16xg"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "elk407e"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "cssaApsimpleemail",
- "type": "email",
- "input": true,
- "label": "Email",
- "validate": {
- "required": true,
+ "key": "approvalInPrinciple",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Approval in Principle",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecols20",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "remediationPlan",
+ "type": "radio",
+ "input": true,
+ "label": "Remediation Plan",
+ "inline": false,
+ "values": [
+ {
+ "label": "remediation plan without risk assessment (numerical)",
+ "value": "remediationPlanWithoutRiskAssessmentNumerical",
+ "shortcut": ""
+ },
+ {
+ "label": "remediation plan with risk assessment",
+ "value": "remediationPlanWithRiskAssessment",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e03dxrb"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "AIPtypeOfRiskAssessment",
+ "type": "radio",
+ "input": true,
+ "label": "Type of Risk Assessment, if applicable",
+ "inline": false,
+ "values": [
+ {
+ "label": "Human health",
+ "value": "humanHealth",
+ "shortcut": ""
+ },
+ {
+ "label": "Ecological",
+ "value": "ecological",
+ "shortcut": ""
+ },
+ {
+ "label": "Human health and ecological",
+ "value": "humanHealthAndEcological",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "remediationPlanWithRiskAssessment",
+ "show": true,
+ "when": "5.4remediationPlan"
+ },
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ey7o73s"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "CoCnumberOfApplications2",
+ "type": "number",
+ "input": true,
+ "label": "Number of Approvals Requested",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "delimiter": false,
+ "tableView": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e4ifby"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e21lbfk"
+ },
+ {
+ "key": "SoSCcheckbox2",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "euz1w5m"
+ },
+ {
+ "key": "AiPreports",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Reports",
+ "values": [
+ {
+ "label": "Preliminary site investigation (PSI)",
+ "value": "preliminarySiteInvestigationPsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Detailed site investigation (DSI)",
+ "value": "detailedSiteInvestigationDsi",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "confirmationOfRemediation": false,
+ "detailedSiteInvestigationDsi": false,
+ "preliminarySiteInvestigationPsi": false,
+ "remediationPlanWithRiskAssessment": false,
+ "riskAssessmentNotInRemediationPlan": false,
+ "remediationPlanWithoutRiskAssessment": false
+ },
+ "hideOnChildrenHidden": false,
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e6tqlto"
+ },
+ {
+ "key": "AiPdescribe5",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "AiPreports"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "elr0qto"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "approvalInPrinciple",
+ "show": true,
+ "when": "certificationdocumentradioGroup"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "delimiter": false,
- "tableView": true,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "egr66jj"
+ },
+ {
+ "key": "simplecontent6",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "email",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "kickbox": { "enabled": false },
- "id": "e6tfj4l"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "html": "",
+ "id": "ec8s6mo"
}
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "el6vb7n"
+ },
+ {
+ "title": "5.5 - Protocols",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Protocols",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "Servicetype",
+ "eq": "Protocols"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ew0y8oe"
- }
- ],
- "collapsible": false,
- "id": "ewhx8sm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "id": "era1rxg"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
- "eq": "",
- "show": "",
- "when": ""
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eaol53",
- "key": "Section5-ApplicationInformation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 5 - APPLICATION INFORMATION",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e41pr3a",
- "key": "Servicetype",
- "data": {
- "url": "",
- "json": "",
- "custom": "",
- "values": [
- {
- "label": "5.1 Relating to site identification, site disclosure statements or site releases",
- "value": "relatingtositeID"
- },
- {
- "label": "5.2 Report reviews",
- "value": "ReportReviews"
- },
- {
- "label": "5.3 Approved professional statements",
- "value": "ApprovedProfessionalStatements"
- },
- {
- "label": "5.4 Certification Documents",
- "value": "CertificationDocuments"
- },
- {
- "label": "5.5 Protocols",
- "value": "Protocols"
- },
- {
- "label": "5.6 Environmental management area",
- "value": "EnvironmentalManagementArea"
- },
- {
- "label": "5.7 Other services and functions",
- "value": "OtherServicesAndFunctions"
- }
- ],
- "resource": ""
- },
- "type": "select",
- "input": true,
- "label": "Service Requested",
- "limit": 100,
- "addons": [],
- "filter": "",
- "hidden": false,
- "idPath": "id",
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": "choicesjs",
- "dataSrc": "values",
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "dataType": "auto",
- "disabled": false,
- "lazyLoad": true,
- "multiple": true,
- "redrawOn": "",
- "tabindex": "",
- "template": "{{ item.label }} ",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "indexeddb": { "filter": {} },
- "minSearch": 0,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "ignoreCache": false,
- "placeholder": "Select any that apply",
- "searchField": "",
- "authenticate": false,
- "defaultValue": [],
- "selectFields": "",
- "customOptions": {},
- "dataGridLabel": false,
- "labelPosition": "top",
- "readOnlyValue": false,
- "searchEnabled": true,
- "showCharCount": false,
- "showWordCount": false,
- "uniqueOptions": false,
- "valueProperty": "",
- "calculateValue": "",
- "clearOnRefresh": false,
- "searchDebounce": 0.3,
- "useExactSearch": false,
- "calculateServer": false,
- "searchThreshold": 0.3,
- "selectThreshold": 0.3,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "title": "5.1 - Relating to site identification, site disclosure statements and site releases",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "RelatingToSiteId",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "Servicetype",
- "eq": "relatingtositeID"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "submissiontype1",
- "type": "selectboxes",
- "input": true,
- "label": "Submission Type:",
- "values": [
- {
- "label": "Meeting request about site disclosure statements or site releases",
- "value": "meetingRequestAboutSiteDisclosureStatementsOrSiteReleases",
- "shortcut": ""
- },
- {
- "label": "Site release request",
- "value": "siteReleaseRequest",
- "shortcut": ""
- },
- {
- "label": "Site investigation report required under CSR section 6.2 or 6.3",
- "value": "siteInvestigationReportRequiredUnderCsrSection62Or63",
- "shortcut": ""
- },
- {
- "label": "Approved Professional statement required under EMA section 54(3)(d)",
- "value": "approvedProfessionalStatementRequiredUnderEmaSection543D",
- "shortcut": ""
- },
- {
- "label": "Confirmation of remediation report",
- "value": "confirmationOfRemediationReport",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "defaultValue": {
- "other": false,
- "APstatement": false,
- "otherDescribe": false,
- "meetingrequest": false,
- "siteinvestigation": false,
- "siteReleaseRequest": false,
- "confirmationOfRemediationReport": false,
- "siteInvestigationReportRequiredUnderCsrSection62Or63": false,
- "approvedProfessionalStatementRequiredUnderEmaSection543D": false,
- "meetingRequestAboutSiteDisclosureStatementsOrSiteReleases": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "eczxn2s"
- },
- {
- "label": "Describe",
- "autoExpand": true,
- "tableView": true,
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "key": "describe1",
- "conditional": {
- "show": true,
- "when": "submissiontype1",
- "eq": "other"
- },
- "type": "textarea",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ek3gxgc"
- },
- {
- "key": "simplecontent2",
- "html": "Submit this CSSAF and relevant supporting documentation to siteID@gov.bc.ca .
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ehx790l"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eer3hld"
- },
- {
- "title": "5.2 - Report Reviews",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "ReportReviews",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "Servicetype",
- "eq": "ReportReviews"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "label": "Submission Type:",
- "tableView": false,
- "defaultValue": {
- "reportsSubmitted": false,
- "siteInvestigationReports": false,
- "monitoringReports": false,
- "otherReporting": false
- },
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "submissionTypeTwo",
- "type": "selectboxes",
- "input": true,
- "values": [
- {
- "label": "5.2.1 Reports Submitted without an Application for Certification Document",
- "value": "reportsSubmitted",
- "shortcut": ""
- },
- {
- "label": "5.2.2 Site Investigation Reports Required by Director",
- "value": "siteInvestigationReports",
- "shortcut": ""
- },
- {
- "label": "5.2.3 Monitoring Reports",
- "value": "monitoringReports",
- "shortcut": ""
- },
- {
- "label": "5.2.4 Other Reporting",
- "value": "otherReporting",
- "shortcut": ""
- }
- ],
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "e2bxicm"
- },
- {
- "title": "5.2.1 Reports Submitted without an Application for Certification Document",
- "collapsible": false,
- "key": "MajorReports",
- "conditional": {
- "show": true,
- "when": "submissionTypeTwo",
- "eq": "reportsSubmitted"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "SoSC",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "elez3r"
- },
- {
- "key": "simplecols5",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
{
- "key": "plusOneOrMoreOfTheFollowing",
- "type": "selectboxes",
- "input": true,
- "label": "Plus one or more of the following",
- "values": [
- {
- "label": "Preliminary site investigation (PSI)",
- "value": "preliminarySiteInvestigationPsi",
- "shortcut": ""
- },
- {
- "label": "Detailed site investigation (DSI)",
- "value": "detailedSiteInvestigationDsi",
- "shortcut": ""
- },
- {
- "label": "Remediation plan without risk assessment",
- "value": "remediationPlanWithoutRiskAssessment",
- "shortcut": ""
- },
- {
- "label": "Remediation plan with risk assessment",
- "value": "remediationPlanWithRiskAssessment",
- "shortcut": ""
- },
- {
- "label": "Risk assessment not in remediation plan",
- "value": "riskAssessmentNotInRemediationPlan",
- "shortcut": ""
+ "key": "applicationsrequested",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Applications requested:",
+ "inline": false,
+ "values": [
+ {
+ "label": "5.5.1 Site Reclassification under Protocol 12",
+ "value": "siteReclassification",
+ "shortcut": ""
+ },
+ {
+ "label": "5.5.2 Preapproval under Protocol 6 ",
+ "value": "preapproval",
+ "shortcut": ""
+ },
+ {
+ "label": "5.5.3 Approval of background concentrations of substances (Protocol 4 or 9)",
+ "value": "approvalOfBackgroundConcentrations",
+ "shortcut": ""
+ },
+ {
+ "label": "5.5.4 Other (Protocol 2 or 21)",
+ "value": "otherProtocols",
+ "shortcut": ""
+ }
+ ],
+ "fieldSet": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- {
- "label": "Confirmation of remediation",
- "value": "confirmationOfRemediation",
- "shortcut": ""
+ "tableView": false,
+ "defaultValue": {
+ "siteReclassification": false,
+ "preapproval": false,
+ "approvalOfBackgroundConcentrations": false,
+ "otherProtocols": false
},
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "tableView": false,
- "defaultValue": {
- "other": false,
- "confirmationOfRemediation": false,
- "detailedSiteInvestigationDsi": false,
- "preliminarySiteInvestigationPsi": false,
- "remediationPlanWithRiskAssessment": false,
- "riskAssessmentNotInRemediationPlan": false,
- "remediationPlanWithoutRiskAssessment": false
- },
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "e3uiac"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "typeOfRiskAssessment",
- "type": "radio",
- "input": true,
- "label": "Type of Risk Assessment, if applicable",
- "inline": false,
- "values": [
- {
- "label": "Human health",
- "value": "humanHealth",
- "shortcut": ""
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
},
- {
- "label": "Ecological",
- "value": "ecological",
- "shortcut": ""
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
- {
- "label": "Human health and ecological",
- "value": "humanHealthAndEcological",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e2bwf6l"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ezwnzu"
- },
- {
- "key": "describe2",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "plusOneOrMoreOfTheFollowing"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e5r5mjl"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ehib2ek"
- },
- {
- "title": "5.2.2 Site Investigation Reports Required by Director",
- "collapsible": false,
- "key": "SiteInvestigationReports",
- "conditional": {
- "show": true,
- "when": "submissionTypeTwo",
- "eq": "siteInvestigationReports"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecontent7",
- "html": "The director may require the submission of site investigation information that differs from reports submitted voluntarily under Section 5.2.1 or as part of an application for a certification document under Section 5.4. For site investigation reports triggered by the site identification process, select the service \"5.1 relating to site identification, site disclosure statements and site releases\" in Section 5, above.
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e99jby"
- },
- {
- "key": "highRiskSiteReporting",
- "type": "checkbox",
- "input": true,
- "label": "Interim reporting for high risk sites as required under Protocol 12",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ec95aqg"
- },
- {
- "key": "checkAllThatAreRelevantUnderProtocol12Csr71AndTheDirectorsLetter1",
- "data": {
- "values": [
- {
- "label": "Site Risk Classification Report",
- "value": "siteRiskClassificationReport"
- },
- {
- "label": "Exposure Pathway Questionnaire",
- "value": "exposurePathwayQuestionnaire"
- },
- {
- "label": "Detailed Site Condition Report",
- "value": "detailedSiteConditionReport"
- },
- {
- "label": "Summary of remedial method and schedule for remediation of high risk conditions",
- "value": "summaryOfRemedialMethodAndScheduleForRemediationOfHighRiskConditions"
- }
- ],
- "json": "",
- "url": "",
- "resource": "",
- "custom": ""
- },
- "type": "select",
- "input": true,
- "label": "Check all that are relevant under Protocol 12, CSR 7.1 and the director's letter:",
- "widget": "choicesjs",
- "dataType": "auto",
- "multiple": true,
- "tableView": true,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "highRiskSiteReporting"
- },
- "placeholder": "Select all that apply",
- "searchThreshold": 0.3,
- "hideOnChildrenHidden": false,
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
- "dataSrc": "values",
- "valueProperty": "",
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": { "filter": {} },
- "customOptions": {},
- "useExactSearch": false,
- "id": "e1f52bi"
- },
- {
- "key": "additionalReportTitles",
- "type": "textarea",
- "input": true,
- "label": "Additional Report Titles",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "highRiskSiteReporting"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ehdndfh"
- },
- {
- "key": "siteInvestigation",
- "type": "checkbox",
- "input": true,
- "label": "Site investigation (e.g., groundwater management, vapour mitigation, feasibility study)",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e947que"
- },
- {
- "key": "reportTitles",
- "type": "textarea",
- "input": true,
- "label": "Report Title",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "siteInvestigation"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ekvyri6"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e1tabfo"
- },
- {
- "key": "MonitoringReports",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.2.3 Monitoring Reports",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "monitoringReport",
- "type": "selectboxes",
- "input": true,
- "label": "Monitoring report as a requirement of:",
- "values": [
- {
- "label": "Certificate of Compliance",
- "value": "certificateOfCompliance",
- "shortcut": ""
- },
- {
- "label": "Approval in Principle",
- "value": "approvalInPrinciple",
- "shortcut": ""
- },
- {
- "label": "Director's letter",
- "value": "directorsLetter",
- "shortcut": ""
- },
- {
- "label": "Performance Verification Plan, Operations and Maintenance Plan or Contingency Plan",
- "value": "performanceVerificationPlanOperationsAndMaintenancePlanOrContingencyPlan",
- "shortcut": ""
- },
- {
- "label": "Authorization",
- "value": "authorization",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "defaultValue": {
- "authorization": false,
- "directorsLetter": false,
- "approvalInPrinciple": false,
- "certificateOfCompliance": false,
- "contaminatedSoilRelocationAgreement": false,
- "performanceVerificationPlanOperationsAndMaintenancePlanOrContingencyPlan": false,
- "other": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "egemxp"
- },
- {
- "key": "AuthorizationnNumber",
- "type": "textfield",
- "input": true,
- "label": "Include the authorization #",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "authorization",
- "show": true,
- "when": "monitoringReport"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ek64e79"
- },
- {
- "key": "simpletextfield",
- "type": "textfield",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "monitoringReport"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e0vid8"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "monitoringReports",
- "show": true,
- "when": "submissionTypeTwo"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "elqiqms"
- },
- {
- "key": "OtherReporting",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.2.4 Other Reporting",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "otherReporting",
- "type": "selectboxes",
- "input": true,
- "label": "Other Reporting",
- "values": [
- {
- "label": "Progress report (e.g., remediation activities)",
- "value": "progressReportEGRemediationActivities",
- "shortcut": ""
- },
- {
- "label": "Annual reclamation report (or similar)",
- "value": "annualReclamationReportOrSimilar",
- "shortcut": ""
- },
- {
- "label": "Identifying non-compliance to the director",
- "value": "identifyingNonComplianceToTheDirector",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "hideLabel": true,
- "tableView": false,
- "defaultValue": {
- "other": false,
- "annualReclamationReportOrSimilar": false,
- "identifyingNonComplianceToTheDirector": false,
- "progressReportEGRemediationActivities": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "e2z3zff"
- },
- {
- "key": "describe3",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "otherReporting"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "eelai0c"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "otherReporting",
- "show": true,
- "when": "submissionTypeTwo"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e9iqt1"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ef9r7gc"
- },
- {
- "title": "5.3 - Approved Professional Statements",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "ApprovedProfessionalStatements",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "Servicetype",
- "eq": "ApprovedProfessionalStatements"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "apStatementType",
- "type": "selectboxes",
- "input": true,
- "label": "Type of AP Statement",
- "inline": false,
- "values": [
- {
- "label": "Requirement of a Certificate of Compliance or Approval in Principle",
- "value": "requirementOfACertificateOfComplianceOrApprovalInPrinciple",
- "shortcut": ""
- },
- {
- "label": "Other (e.g., in response to director's letter)",
- "value": "other",
- "shortcut": ""
- }
- ],
- "fieldSet": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "defaultValue": {
- "other": false,
- "otherEGInResponseToDirectorsLetter": false,
- "requirementOfAContaminatedSoilRelocationAgreement": false,
- "requirementOfACertificateOfComplianceOrApprovalInPrinciple": false
- },
- "dataGridLabel": false,
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "id": "e7ud9eg"
- },
- {
- "key": "otherdescription",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "hideLabel": true,
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "apStatementType"
- },
- "description": "For AP statements required under the site identification process, select the service \"relating to site identification, site disclosure statements and site releases\" in Section 5 above.",
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e70228p"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "emxo1d"
- },
- {
- "title": "5.4 - Certification Documents",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "certificationdocument",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "Servicetype",
- "eq": "CertificationDocuments"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "certificationdocumentradioGroup",
- "type": "selectboxes",
- "input": true,
- "label": "Certification document(s) requested:",
- "inline": false,
- "values": [
- {
- "label": "Determination of Contaminated Site",
- "value": "determinationOfContaminatedSite",
- "shortcut": ""
- },
- {
- "label": "Certificate of Compliance",
- "value": "certificateOfCompliance",
- "shortcut": ""
- },
- {
- "label": "Approval in Principle",
- "value": "approvalInPrinciple",
- "shortcut": ""
- }
- ],
- "fieldSet": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "defaultValue": {
- "approvalInPrinciple": false,
- "certificateOfCompliance": false,
- "determinationOfContaminatedSite": false,
- "contaminatedSoilRelocationAgreement": false
- },
- "dataGridLabel": false,
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "id": "e82kp2d"
- },
- {
- "title": "Determination of Contaminated Site",
- "collapsible": false,
- "key": "determinationOfContaminatedSite",
- "conditional": {
- "show": true,
- "when": "certificationdocumentradioGroup",
- "eq": "determinationOfContaminatedSite"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecols18",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "id": "ejtkpw"
+ },
{
- "key": "determinationradioGroup",
- "type": "radio",
- "input": true,
- "label": "Type of determination",
- "inline": false,
- "values": [
- {
- "label": "site is not contaminated",
- "value": "siteIsNotContaminated",
- "shortcut": ""
+ "key": "SiteReclassificationUnderProtocol12",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.5.1 Site Reclassification under Protocol 12",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "reclassification",
+ "type": "radio",
+ "input": true,
+ "label": "Reclassification for:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Part of a site",
+ "value": "partOfASite",
+ "shortcut": ""
+ },
+ {
+ "label": "Whole site",
+ "value": "wholeSite",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6qmhtj"
+ },
+ {
+ "key": "simplecontent5",
+ "html": "To reclassify a site, the following reports, signed by an Approved Professional, must be submitted:
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "emxyv"
+ },
+ {
+ "key": "summaryOfSiteConditionForm",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "5.5.1-reclassificationOfAHighRiskSite"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "erqwaar"
+ },
+ {
+ "key": "SRCR",
+ "type": "checkbox",
+ "input": true,
+ "label": "Site Risk Classification Report confirming that high risk conditions have been remediated",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "exm280g"
+ },
+ {
+ "key": "confirmationOfRemediationreport",
+ "type": "checkbox",
+ "input": true,
+ "label": "Confirmation of Remediation of High Risk Conditions Report",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "erfigfa"
+ },
+ {
+ "key": "includingHumanHealthAndEcologicalRiskAssessment",
+ "type": "radio",
+ "input": true,
+ "label": "Including Human Health and Ecological Risk Assessment?",
+ "inline": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "tableView": false,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "5.5.1-confirmationOfRemediationreport"
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e51tbdg"
+ },
+ {
+ "key": "performanceVerificationReport",
+ "type": "checkbox",
+ "input": true,
+ "label": "Performance Verification Report",
+ "tableView": false,
+ "description": "Required for a site classified as risk managed high risk",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ezmw9i"
+ },
+ {
+ "key": "otherReqDir",
+ "type": "checkbox",
+ "input": true,
+ "label": "Other",
+ "tableView": false,
+ "description": "Additional information required by the director",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "eqkchqf"
+ },
+ {
+ "key": "describe6",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "otherReqDir"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ehufewc"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "siteReclassification",
+ "show": true,
+ "when": "applicationsrequested"
},
- {
- "label": "site is contaminated",
- "value": "siteIsContaminated",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eyv0s9g"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "determinationnumberOfApplications",
- "type": "number",
- "input": true,
- "label": "Number of Determinations Requested",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "delimiter": false,
- "tableView": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "exr3caq"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "etcxo0o"
- },
- {
- "key": "SoSCcheckbox4",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ebim2r9"
- },
- {
- "key": "determinationreports",
- "type": "selectboxes",
- "input": true,
- "label": "Reports",
- "values": [
- {
- "label": "Preliminary site investigation (PSI)",
- "value": "preliminarySiteInvestigationPsi",
- "shortcut": ""
- },
- {
- "label": "Detailed site investigation (DSI)",
- "value": "detailedSiteInvestigationDsi",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "defaultValue": {
- "other": false,
- "confirmationOfRemediation": false,
- "detailedSiteInvestigationDsi": false,
- "preliminarySiteInvestigationPsi": false,
- "remediationPlanWithRiskAssessment": false,
- "riskAssessmentNotInRemediationPlan": false,
- "remediationPlanWithoutRiskAssessment": false
- },
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "emdnzs"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ejsy36"
- },
- {
- "key": "determinationother",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "determinationreports"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "emzud8i"
- },
- {
- "key": "certificateOfCompliance",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Certificate of Compliance",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecols19",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "CoCCheckBox",
- "type": "selectboxes",
- "input": true,
- "label": "CoC check box",
- "values": [
- {
- "label": "Numerical",
- "value": "numerical",
- "shortcut": ""
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- {
- "label": "Screening Level Risk Assessment",
- "value": "screeningLevelRiskAssessment",
- "shortcut": ""
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
- {
- "label": "Detailed Risk Assessment",
- "value": "detailedRiskAssessment",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "eza5jii"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "CoCnumberOfApplications1",
- "type": "number",
- "input": true,
- "label": "Number of Certificates Requested",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "delimiter": false,
- "tableView": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e84w29d"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ez85oo"
- },
- {
- "key": "SoSCcheckbox3",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ehmmqs"
- },
- {
- "key": "CoCreports",
- "type": "checkbox",
- "input": true,
- "label": "Required Reports",
- "inline": false,
- "values": [
- {
- "label": "Preliminary site investigation (PSI)",
- "value": "preliminarySiteInvestigationPsi",
- "shortcut": ""
- },
- {
- "label": "Detailed site investigation (DSI)",
- "value": "detailedSiteInvestigationDsi",
- "shortcut": ""
- },
- {
- "label": "Confirmation of remediation",
- "value": "confirmationOfRemediation",
- "shortcut": ""
- }
- ],
- "fieldSet": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "defaultValue": {
- "other": false,
- "confirmationOfRemediation": false,
- "detailedSiteInvestigationDsi": false,
- "preliminarySiteInvestigationPsi": false,
- "remediationPlanWithRiskAssessment": false,
- "riskAssessmentNotInRemediationPlan": false,
- "remediationPlanWithoutRiskAssessment": false
- },
- "dataGridLabel": false,
- "labelPosition": "top",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ep0r0pe"
- },
- {
- "key": "simplecols3",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "elzb4"
+ },
{
- "key": "CoCoptionalreports",
- "type": "selectboxes",
- "input": true,
- "label": "Reports",
- "values": [
- {
- "label": "Risk assessment not in remediation plan",
- "value": "riskAssessmentNotInRemediationPlan",
- "shortcut": ""
+ "key": "PreapprovalUnderProtocol6",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.5.2 Preapproval under Protocol 6",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "toNotDelineateOrRemediate",
+ "type": "checkbox",
+ "input": true,
+ "label": "To not delineate or remediate the full extent of contamination",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e909h4c"
+ },
+ {
+ "key": "reason",
+ "type": "textfield",
+ "input": true,
+ "label": "Type(s):",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "conditional": {
+ "eq": "true",
+ "show": true,
+ "when": "toNotDelineateOrRemediate"
+ },
+ "placeholder": "Reason (e.g. denied access, part-site)",
+ "hideOnChildrenHidden": false,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqe1cxa"
+ },
+ {
+ "key": "preapprovalCheckboxGroup",
+ "type": "selectboxes",
+ "input": true,
+ "label": "preapprovalCheckbox Group",
+ "values": [
+ {
+ "label": "De novo toxicity reference value derivation",
+ "value": "deNovoToxicityReferenceValueDerivation",
+ "shortcut": ""
+ },
+ {
+ "label": "Background surface water, sediment or vapour concentrations",
+ "value": "backgroundSurfaceWaterSedimentOrVapourConcentrations",
+ "shortcut": ""
+ },
+ {
+ "label": "For a site under an Environmental Management Act order",
+ "value": "forASiteUnderAnEnvironmentalManagementActOrder",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": {
+ "other": false,
+ "otherDescribe": false,
+ "deNovoToxicityReferenceValueDerivation": false,
+ "forASiteUnderAnEnvironmentalManagementActOrder": false,
+ "backgroundSurfaceWaterSedimentOrVapourConcentrations": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "ekw4ll5"
+ },
+ {
+ "key": "describe7",
+ "type": "textarea",
+ "input": true,
+ "label": "Describe",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "other",
+ "show": true,
+ "when": "preapprovalCheckboxGroup"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ebojk6"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "preapproval",
+ "show": true,
+ "when": "applicationsrequested"
},
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "tableView": false,
- "defaultValue": {
- "other": false,
- "confirmationOfRemediation": false,
- "detailedSiteInvestigationDsi": false,
- "preliminarySiteInvestigationPsi": false,
- "remediationPlanWithRiskAssessment": false,
- "riskAssessmentNotInRemediationPlan": false,
- "remediationPlanWithoutRiskAssessment": false
- },
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "etd8oip"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "typeOfRiskAssessment1",
- "type": "radio",
- "input": true,
- "label": "Type of Risk Assessment, if applicable",
- "inline": false,
- "values": [
- {
- "label": "Human health",
- "value": "humanHealth",
- "shortcut": ""
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- {
- "label": "Ecological",
- "value": "ecological",
- "shortcut": ""
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
- {
- "label": "Human health and ecological",
- "value": "humanHealthAndEcological",
- "shortcut": ""
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ep8kd7kf"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eu5hl1n"
- },
- {
- "key": "CoCdescribe4",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "CoCoptionalreports"
- },
- "inputFormat": "plain",
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "emdgiek"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "certificateOfCompliance",
- "show": true,
- "when": "certificationdocumentradioGroup"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "elk407e"
- },
- {
- "key": "approvalInPrinciple",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Approval in Principle",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecols20",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "escthmq"
+ },
{
- "key": "remediationPlan",
- "type": "radio",
- "input": true,
- "label": "Remediation Plan",
- "inline": false,
- "values": [
- {
- "label": "remediation plan without risk assessment (numerical)",
- "value": "remediationPlanWithoutRiskAssessmentNumerical",
- "shortcut": ""
+ "key": "ApprovalOfBackgroundConcentrationsOfSubstancesInGroundwaterAndSoil",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.5.3 Approval of background concentrations of substances (Protocol 4 or 9)",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "SoSCone",
+ "type": "checkbox",
+ "input": true,
+ "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "egp6l4t"
+ },
+ {
+ "key": "plusAnApplicationForOneOfTheFollowing1",
+ "type": "radio",
+ "input": true,
+ "label": "Plus an application for one of the following:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Protocol 4, site-specific local background concentration(s) in soil",
+ "value": "protocol4SiteSpecificLocalBackgroundConcentrationSInSoil",
+ "shortcut": ""
+ },
+ {
+ "label": "Protocol 9, site-specific local background concentration(s) in groundwater",
+ "value": "protocol9SiteSpecificLocalBackgroundConcentrationSInGroundwater",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ew5yx5c"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "approvalOfBackgroundConcentrations",
+ "show": true,
+ "when": "applicationsrequested"
},
- {
- "label": "remediation plan with risk assessment",
- "value": "remediationPlanWithRiskAssessment",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e03dxrb"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "key": "AIPtypeOfRiskAssessment",
- "type": "radio",
- "input": true,
- "label": "Type of Risk Assessment, if applicable",
- "inline": false,
- "values": [
- {
- "label": "Human health",
- "value": "humanHealth",
- "shortcut": ""
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- {
- "label": "Ecological",
- "value": "ecological",
- "shortcut": ""
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
},
- {
- "label": "Human health and ecological",
- "value": "humanHealthAndEcological",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "conditional": {
- "eq": "remediationPlanWithRiskAssessment",
- "show": true,
- "when": "5.4remediationPlan"
- },
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ey7o73s"
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "euufg15"
+ },
{
- "key": "CoCnumberOfApplications2",
- "type": "number",
- "input": true,
- "label": "Number of Approvals Requested",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "key": "Other",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "5.5.4 Other",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "othercheckboxGroup",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Checkbox Group",
+ "values": [
+ {
+ "label": "Site-specific numerical soil standards under Protocol 2",
+ "value": "siteSpecificNumericalSoilStandardsUnderProtocol2",
+ "shortcut": ""
+ },
+ {
+ "label": "Water use determination under Protocol 21",
+ "value": "waterUseDeterminationUnderProtocol21",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": {
+ "waterUseDeterminationUnderProtocol21": false,
+ "siteSpecificNumericalSoilStandardsUnderProtocol2": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "evat1o3"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "otherProtocols",
+ "show": true,
+ "when": "applicationsrequested"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "delimiter": false,
- "tableView": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e4ifby"
- }
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e21lbfk"
- },
- {
- "key": "SoSCcheckbox2",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "euz1w5m"
- },
- {
- "key": "AiPreports",
- "type": "selectboxes",
- "input": true,
- "label": "Reports",
- "values": [
- {
- "label": "Preliminary site investigation (PSI)",
- "value": "preliminarySiteInvestigationPsi",
- "shortcut": ""
- },
- {
- "label": "Detailed site investigation (DSI)",
- "value": "detailedSiteInvestigationDsi",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "tableView": false,
- "defaultValue": {
- "other": false,
- "confirmationOfRemediation": false,
- "detailedSiteInvestigationDsi": false,
- "preliminarySiteInvestigationPsi": false,
- "remediationPlanWithRiskAssessment": false,
- "riskAssessmentNotInRemediationPlan": false,
- "remediationPlanWithoutRiskAssessment": false
- },
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "e6tqlto"
- },
- {
- "key": "AiPdescribe5",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "AiPreports"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "elr0qto"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "approvalInPrinciple",
- "show": true,
- "when": "certificationdocumentradioGroup"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "egr66jj"
- },
- {
- "key": "simplecontent6",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "html": "",
- "id": "ec8s6mo"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "el6vb7n"
- },
- {
- "title": "5.5 - Protocols",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "Protocols",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "Servicetype",
- "eq": "Protocols"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "applicationsrequested",
- "type": "selectboxes",
- "input": true,
- "label": "Applications requested:",
- "inline": false,
- "values": [
- {
- "label": "5.5.1 Site Reclassification under Protocol 12",
- "value": "siteReclassification",
- "shortcut": ""
- },
- {
- "label": "5.5.2 Preapproval under Protocol 6 ",
- "value": "preapproval",
- "shortcut": ""
- },
- {
- "label": "5.5.3 Approval of background concentrations of substances (Protocol 4 or 9)",
- "value": "approvalOfBackgroundConcentrations",
- "shortcut": ""
- },
- {
- "label": "5.5.4 Other (Protocol 2 or 21)",
- "value": "otherProtocols",
- "shortcut": ""
- }
- ],
- "fieldSet": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "defaultValue": {
- "siteReclassification": false,
- "preapproval": false,
- "approvalOfBackgroundConcentrations": false,
- "otherProtocols": false
- },
- "dataGridLabel": false,
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "id": "ejtkpw"
- },
- {
- "key": "SiteReclassificationUnderProtocol12",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.5.1 Site Reclassification under Protocol 12",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "reclassification",
- "type": "radio",
- "input": true,
- "label": "Reclassification for:",
- "inline": false,
- "values": [
- {
- "label": "Part of a site",
- "value": "partOfASite",
- "shortcut": ""
- },
- {
- "label": "Whole site",
- "value": "wholeSite",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e6qmhtj"
- },
- {
- "key": "simplecontent5",
- "html": "To reclassify a site, the following reports, signed by an Approved Professional, must be submitted:
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "emxyv"
- },
- {
- "key": "summaryOfSiteConditionForm",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "5.5.1-reclassificationOfAHighRiskSite"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "erqwaar"
- },
- {
- "key": "SRCR",
- "type": "checkbox",
- "input": true,
- "label": "Site Risk Classification Report confirming that high risk conditions have been remediated",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "exm280g"
- },
- {
- "key": "confirmationOfRemediationreport",
- "type": "checkbox",
- "input": true,
- "label": "Confirmation of Remediation of High Risk Conditions Report",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "erfigfa"
- },
- {
- "key": "includingHumanHealthAndEcologicalRiskAssessment",
- "type": "radio",
- "input": true,
- "label": "Including Human Health and Ecological Risk Assessment?",
- "inline": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "tableView": false,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "5.5.1-confirmationOfRemediationreport"
- },
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e51tbdg"
- },
- {
- "key": "performanceVerificationReport",
- "type": "checkbox",
- "input": true,
- "label": "Performance Verification Report",
- "tableView": false,
- "description": "Required for a site classified as risk managed high risk",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ezmw9i"
- },
- {
- "key": "otherReqDir",
- "type": "checkbox",
- "input": true,
- "label": "Other",
- "tableView": false,
- "description": "Additional information required by the director",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "eqkchqf"
- },
- {
- "key": "describe6",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "otherReqDir"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ehufewc"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "siteReclassification",
- "show": true,
- "when": "applicationsrequested"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "elzb4"
- },
- {
- "key": "PreapprovalUnderProtocol6",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.5.2 Preapproval under Protocol 6",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "toNotDelineateOrRemediate",
- "type": "checkbox",
- "input": true,
- "label": "To not delineate or remediate the full extent of contamination",
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e909h4c"
- },
- {
- "key": "reason",
- "type": "textfield",
- "input": true,
- "label": "Type(s):",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "conditional": {
- "eq": "true",
- "show": true,
- "when": "toNotDelineateOrRemediate"
- },
- "placeholder": "Reason (e.g. denied access, part-site)",
- "hideOnChildrenHidden": false,
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eqe1cxa"
- },
- {
- "key": "preapprovalCheckboxGroup",
- "type": "selectboxes",
- "input": true,
- "label": "preapprovalCheckbox Group",
- "values": [
- {
- "label": "De novo toxicity reference value derivation",
- "value": "deNovoToxicityReferenceValueDerivation",
- "shortcut": ""
- },
- {
- "label": "Background surface water, sediment or vapour concentrations",
- "value": "backgroundSurfaceWaterSedimentOrVapourConcentrations",
- "shortcut": ""
- },
- {
- "label": "For a site under an Environmental Management Act order",
- "value": "forASiteUnderAnEnvironmentalManagementActOrder",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "hideLabel": true,
- "tableView": false,
- "defaultValue": {
- "other": false,
- "otherDescribe": false,
- "deNovoToxicityReferenceValueDerivation": false,
- "forASiteUnderAnEnvironmentalManagementActOrder": false,
- "backgroundSurfaceWaterSedimentOrVapourConcentrations": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "ekw4ll5"
- },
- {
- "key": "describe7",
- "type": "textarea",
- "input": true,
- "label": "Describe",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "other",
- "show": true,
- "when": "preapprovalCheckboxGroup"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ebojk6"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "preapproval",
- "show": true,
- "when": "applicationsrequested"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "escthmq"
- },
- {
- "key": "ApprovalOfBackgroundConcentrationsOfSubstancesInGroundwaterAndSoil",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.5.3 Approval of background concentrations of substances (Protocol 4 or 9)",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "SoSCone",
- "type": "checkbox",
- "input": true,
- "label": "Summary of Site Condition as per Protocol 17 and CSR section 7.1",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "egp6l4t"
- },
- {
- "key": "plusAnApplicationForOneOfTheFollowing1",
- "type": "radio",
- "input": true,
- "label": "Plus an application for one of the following:",
- "inline": false,
- "values": [
- {
- "label": "Protocol 4, site-specific local background concentration(s) in soil",
- "value": "protocol4SiteSpecificLocalBackgroundConcentrationSInSoil",
- "shortcut": ""
- },
- {
- "label": "Protocol 9, site-specific local background concentration(s) in groundwater",
- "value": "protocol9SiteSpecificLocalBackgroundConcentrationSInGroundwater",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ew5yx5c"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "approvalOfBackgroundConcentrations",
- "show": true,
- "when": "applicationsrequested"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "euufg15"
- },
- {
- "key": "Other",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "5.5.4 Other",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "othercheckboxGroup",
- "type": "selectboxes",
- "input": true,
- "label": "Checkbox Group",
- "values": [
- {
- "label": "Site-specific numerical soil standards under Protocol 2",
- "value": "siteSpecificNumericalSoilStandardsUnderProtocol2",
- "shortcut": ""
- },
- {
- "label": "Water use determination under Protocol 21",
- "value": "waterUseDeterminationUnderProtocol21",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "defaultValue": {
- "waterUseDeterminationUnderProtocol21": false,
- "siteSpecificNumericalSoilStandardsUnderProtocol2": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "evat1o3"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "otherProtocols",
- "show": true,
- "when": "applicationsrequested"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "edcaeu"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ewz4yz3"
- },
- {
- "title": "5.6 - Environmental Management Area",
- "collapsible": false,
- "key": "EnvironmentalManagementArea",
- "conditional": {
- "show": true,
- "when": "Servicetype",
- "eq": "EnvironmentalManagementArea"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "environmentalManagementAreaDesignation",
- "type": "checkbox",
- "input": true,
- "label": "Environmental Management Area designation",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ev6q8ch"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e6cf9xi"
- },
- {
- "title": "5.7 - Other Services and Functions",
- "collapsible": false,
- "key": "OtherServicesAndFunctions",
- "conditional": {
- "show": true,
- "when": "Servicetype",
- "eq": "OtherServicesAndFunctions"
- },
- "type": "panel",
- "label": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "meetingRequestAbout",
- "type": "selectboxes",
- "input": true,
- "label": "Meeting request about:",
- "values": [
- {
- "label": "Request for information or clarification of requirements:",
- "value": "requestForInformationOrClarificationOfRequirements",
- "shortcut": ""
- },
- {
- "label": "Topic area listed under Table 3 of CSR Schedule 3",
- "value": "topicAreaListedUnderTable3OfCsrSchedule3",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "defaultValue": {
- "topicAreaListedUnderTable3OfCsrSchedule3": false,
- "requestForInformationOrClarificationOfRequirements": false,
- "requestForReviewOfCovenantFinancialSecurityOrOtherMatter": false
- },
- "optionsLabelPosition": "right",
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "ewiim2"
- },
- {
- "key": "additionalDetails",
- "type": "textarea",
- "input": true,
- "label": "Meeting Request Detailed Agenda",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "requestForInformationOrClarificationOfRequirements",
- "show": true,
- "when": "5.7meetingRequestAbout"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ey7l6zhq"
- },
- {
- "key": "additionalDetails1",
- "type": "textarea",
- "input": true,
- "label": "Meeting Request Detailed Agenda",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "conditional": {
- "eq": "topicAreaListedUnderTable3OfCsrSchedule3",
- "show": true,
- "when": "5.7meetingRequestAbout"
- },
- "inputFormat": "plain",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ez0r35h"
- },
- {
- "key": "requestForReviewOfCovenantFinancialSecurityOrOtherMatter",
- "type": "checkbox",
- "input": true,
- "label": "Request for review of covenant, financial security, or other matter",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "eslllyk"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ezwftss"
- },
- {
- "id": "eapauxs",
- "key": "section6-ReviewProcessRequested",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 6 - REVIEW PROCESS REQUESTED",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e40pkyq",
- "key": "typeOfReview",
- "type": "radio",
- "input": true,
- "label": "Type of review ",
- "addons": [],
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Direct to ministry application",
- "value": "directToMinistryApplication",
- "shortcut": ""
- },
- {
- "label": "Application via the Society of Contaminated Sites Approved Professionals of BC",
- "value": "applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- },
- {
- "id": "ef0w5p",
- "key": "resubmission",
- "type": "radio",
- "input": true,
- "label": "Resubmission",
- "addons": [],
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ejmmi4d",
- "key": "Section7-SiteInformation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 7 - SITE INFORMATION",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "exwjofp",
- "key": "SiteDetails",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "7.1 Site Details",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "label": "Maps",
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "maps",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "addons": [],
- "type": "Maps",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "edf9rm",
- "defaultValue": null
- },
- {
- "id": "ewesx39",
- "key": "siteIdIncludeAllRelatedNumbers",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Site ID (include all related numbers, separated by commas)",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": { "type": "input" },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "displayMask": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
- "truncateMultipleSpaces": false
- },
- {
- "html": "Latitude:
",
- "label": "Content",
- "customClass": "",
- "refreshOnChange": false,
- "hidden": false,
- "modalEdit": false,
- "key": "content",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "content",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eyk3sri"
- },
- {
- "id": "e62v8a",
- "key": "LatitudeColumn",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "addons": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": { "type": "input" },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "en1stzp",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": { "type": "input" },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "e7qvm7",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": { "type": "input" },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LatitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eeqjn4p",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "lazyLoad": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "html": "Longitude:
",
- "label": "Content",
- "customClass": "",
- "refreshOnChange": false,
- "hidden": false,
- "modalEdit": false,
- "key": "content1",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "content",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ehre2e"
- },
- {
- "key": "divsection2LongitudeSeconds",
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Degrees",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": { "type": "input" },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeDegrees",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "exsytag",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Minutes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": { "type": "input" },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeMinutes",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "enr0vko",
- "defaultValue": ""
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "label": "Seconds",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": { "type": "input" },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "section2LongitudeSeconds",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eecvsc",
- "defaultValue": ""
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "edcaeu"
}
- ],
- "currentWidth": 4
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eio3imm"
- },
- {
- "key": "landOwnershipCheckbox",
- "type": "radio",
- "input": true,
- "label": "Land Ownership",
- "inline": false,
- "values": [
- {
- "label": "Legally Titled, registered property ",
- "value": "titled",
- "shortcut": ""
- },
- {
- "label": "Untitled Land",
- "value": "untitled",
- "shortcut": ""
- },
- {
- "label": "Both",
- "value": "both",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "egsyind"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "key": "forLegallyTitledRegisteredProperty-panel",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Legally Titled, Registered Property",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-Address",
- "type": "textfield",
- "input": true,
- "label": "Site Address or Location",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "placeholder": "include nearest street name/intersection if no address is assigned",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "etga00i"
- },
- {
- "key": "LegallyTitled-AddressColumn",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LegallyTitled-City",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ept8wvp"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LegallyTitled-PostalZipCode",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eibz0v"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ep6b6jk"
- },
- {
- "key": "LegallyTitled-PIDColumn",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-PID",
- "type": "textfield",
- "input": true,
- "label": "PID",
- "validate": {
- "required": true,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "999-999-999",
- "tableView": true,
- "id": "elva8800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
+ "unique": false
},
- {
- "key": "legalDescription",
- "type": "textarea",
- "input": true,
- "label": "Legal Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "id": "ey48nu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-LegallyTitled-PID": "",
- "SiteAddress-LegallyTitled-PID": "",
- "Section2-LegallyTitled-LandDescription": "",
- "SiteAddress-LegallyTitled-LandDescription": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "e1p90hk"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "titled",
- "show": true,
- "when": "landOwnershipCheckbox"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eobrs98"
- },
- {
- "key": "forUntitledCrownLand",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Land",
- "collapsed": false,
- "tableView": false,
- "components": [
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ewz4yz3"
+ },
{
- "key": "untitledLandsInclude",
- "type": "radio",
- "input": true,
- "label": "Untitled Land is:",
- "inline": false,
- "values": [
- {
- "label": "Untitled Crown Land",
- "value": "crown",
- "shortcut": ""
+ "title": "5.6 - Environmental Management Area",
+ "collapsible": false,
+ "key": "EnvironmentalManagementArea",
+ "conditional": {
+ "show": true,
+ "when": "Servicetype",
+ "eq": "EnvironmentalManagementArea"
},
- {
- "label": "Untitled Municipal Land",
- "value": "municipal",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "environmentalManagementAreaDesignation",
+ "type": "checkbox",
+ "input": true,
+ "label": "Environmental Management Area designation",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ev6q8ch"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ecktsrfr"
- },
- {
- "key": "forUntitledCrownLand2",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Crown Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "Section2-UntitledCrown-introtext2",
- "html": "PIN numbers and associated Land Description
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "egsgl5x"
},
- {
- "key": "UntitledCrown-PINColumn2",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e6cf9xi"
+ },
+ {
+ "title": "5.7 - Other Services and Functions",
+ "collapsible": false,
+ "key": "OtherServicesAndFunctions",
+ "conditional": {
+ "show": true,
+ "when": "Servicetype",
+ "eq": "OtherServicesAndFunctions"
+ },
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
{
- "key": "UntitledCrown-PIN",
- "type": "textfield",
- "input": true,
- "label": "PIN",
- "tableView": true,
- "id": "eyxe45n00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "key": "meetingRequestAbout",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Meeting request about:",
+ "values": [
+ {
+ "label": "Request for information or clarification of requirements:",
+ "value": "requestForInformationOrClarificationOfRequirements",
+ "shortcut": ""
+ },
+ {
+ "label": "Topic area listed under Table 3 of CSR Schedule 3",
+ "value": "topicAreaListedUnderTable3OfCsrSchedule3",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "defaultValue": {
+ "topicAreaListedUnderTable3OfCsrSchedule3": false,
+ "requestForInformationOrClarificationOfRequirements": false,
+ "requestForReviewOfCovenantFinancialSecurityOrOtherMatter": false
+ },
+ "optionsLabelPosition": "right",
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "ewiim2"
},
{
- "key": "UntitledCrown-LandDescription",
- "type": "textarea",
- "input": true,
- "label": "Land Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "key": "additionalDetails",
+ "type": "textarea",
+ "input": true,
+ "label": "Meeting Request Detailed Agenda",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "requestForInformationOrClarificationOfRequirements",
+ "show": true,
+ "when": "5.7meetingRequestAbout"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "placeholder": "example, metes and bounds",
- "id": "efdcvf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ey7l6zhq"
+ },
+ {
+ "key": "additionalDetails1",
+ "type": "textarea",
+ "input": true,
+ "label": "Meeting Request Detailed Agenda",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "conditional": {
+ "eq": "topicAreaListedUnderTable3OfCsrSchedule3",
+ "show": true,
+ "when": "5.7meetingRequestAbout"
+ },
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ez0r35h"
+ },
{
- "SiteAddress-UntitledCrown-PIN": "",
- "SiteAddress-UntitledCrown-LandDescription": ""
+ "key": "requestForReviewOfCovenantFinancialSecurityOrOtherMatter",
+ "type": "checkbox",
+ "input": true,
+ "label": "Request for review of covenant, financial security, or other matter",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "eslllyk"
}
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "ej7ro2a"
},
- {
- "key": "simplecontent10",
- "html": "And if available: ",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ezwftss"
+ },
+ {
+ "id": "eapauxs",
+ "key": "section6-ReviewProcessRequested",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 6 - REVIEW PROCESS REQUESTED",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
"custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "unique": false,
"multiple": false,
- "unique": false
- },
- "conditional": {
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "e40pkyq",
+ "key": "typeOfReview",
+ "type": "radio",
+ "input": true,
+ "label": "Type of review ",
+ "addons": [],
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Direct to ministry application",
+ "value": "directToMinistryApplication",
+ "shortcut": ""
+ },
+ {
+ "label": "Application via the Society of Contaminated Sites Approved Professionals of BC",
+ "value": "applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": true,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "json": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "customConditional": "",
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "ef0w5p",
+ "key": "resubmission",
+ "type": "radio",
+ "input": true,
+ "label": "Resubmission",
+ "addons": [],
+ "hidden": false,
+ "inline": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "fieldSet": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": true,
+ "customMessage": "",
+ "customPrivate": false,
+ "onlyAvailableItems": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputType": "radio",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "optionsLabelPosition": "right",
+ "allowCalculateOverride": false
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
"show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "id": "ejmmi4d",
+ "key": "Section7-SiteInformation",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "Section 7 - SITE INFORMATION",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
"top": "",
+ "left": "",
+ "style": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e9mg4k"
},
- {
- "key": "UntitledCrownLand-FileNumberColumn2",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "id": "exwjofp",
+ "key": "SiteDetails",
+ "tree": false,
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "theme": "default",
+ "title": "7.1 Site Details",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "collapsed": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "breadcrumb": "default",
+ "components": [
+ {
+ "label": "Maps",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "maps",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "addons": [],
+ "type": "Maps",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "edf9rm",
+ "defaultValue": null
+ },
+ {
+ "id": "ewesx39",
+ "key": "siteIdIncludeAllRelatedNumbers",
+ "case": "",
+ "mask": false,
+ "type": "textfield",
+ "input": true,
+ "label": "Site ID (include all related numbers, separated by commas)",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": {
+ "type": "input"
+ },
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "pattern": "",
+ "multiple": false,
+ "required": false,
+ "maxLength": "",
+ "minLength": "",
+ "customMessage": "",
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "inputMask": "",
+ "inputType": "text",
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "errorLabel": "",
+ "persistent": true,
+ "properties": {},
+ "spellcheck": true,
+ "validateOn": "change",
+ "clearOnHide": true,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "displayMask": "",
+ "inputFormat": "plain",
+ "placeholder": "",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false,
+ "truncateMultipleSpaces": false
+ },
+ {
+ "html": "Latitude:
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eyk3sri"
+ },
+ {
+ "id": "e62v8a",
+ "key": "LatitudeColumn",
+ "tree": false,
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "addons": [],
+ "hidden": false,
+ "prefix": "",
+ "suffix": "",
+ "unique": false,
+ "widget": null,
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "en1stzp",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e7qvm7",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eeqjn4p",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "dbIndex": false,
+ "overlay": {
+ "top": "",
+ "left": "",
+ "style": "",
+ "width": "",
+ "height": ""
+ },
+ "tooltip": "",
+ "disabled": false,
+ "lazyLoad": false,
+ "multiple": false,
+ "redrawOn": "",
+ "tabindex": "",
+ "validate": {
+ "custom": "",
+ "unique": false,
+ "multiple": false,
+ "required": false,
+ "customPrivate": false,
+ "strictDateValidation": false
+ },
+ "autofocus": false,
+ "encrypted": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "protected": false,
+ "refreshOn": "",
+ "tableView": false,
+ "attributes": {},
+ "autoAdjust": false,
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "hideOnChildrenHidden": false,
+ "allowCalculateOverride": false
+ },
+ {
+ "html": "Longitude:
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ehre2e"
+ },
+ {
+ "key": "divsection2LongitudeSeconds",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "exsytag",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "enr0vko",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\r\n valid = true;\r\n} else {\r\n valid = \"Invalid Seconds\";\r\n}",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eecvsc",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eio3imm"
+ },
+ {
+ "key": "landOwnershipCheckbox",
+ "type": "radio",
+ "input": true,
+ "label": "Land Ownership",
+ "inline": false,
+ "values": [
+ {
+ "label": "Legally Titled, registered property ",
+ "value": "titled",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Land",
+ "value": "untitled",
+ "shortcut": ""
+ },
+ {
+ "label": "Both",
+ "value": "both",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "egsyind"
+ }
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": false,
+ "conditional": {
+ "eq": "",
+ "show": null,
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
{
- "key": "UntitledCrown-CrownLandFileNumbers",
- "type": "textfield",
- "input": true,
- "label": "Crown Land File Numbers",
- "tableView": true,
- "id": "emf4u7g00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "key": "forLegallyTitledRegisteredProperty-panel",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Legally Titled, Registered Property",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "LegallyTitled-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address or Location",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "include nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "etga00i"
+ },
+ {
+ "key": "LegallyTitled-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LegallyTitled-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ept8wvp"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LegallyTitled-PostalZipCode",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eibz0v"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ep6b6jk"
+ },
+ {
+ "key": "LegallyTitled-PIDColumn",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "999-999-999",
+ "tableView": true,
+ "id": "elva880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ },
+ {
+ "key": "legalDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Legal Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "id": "ey48nu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-LegallyTitled-PID": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-LegallyTitled-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e1p90hk"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "titled",
+ "show": true,
+ "when": "landOwnershipCheckbox"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-UntitledCrown-CrownLandFileNumbers": "",
- "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "el615i"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "crown",
- "show": true,
- "when": "untitledLandsInclude"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e4lsmq3"
- },
- {
- "key": "forUntitledMunicipalLand",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Municipal Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-Address2",
- "type": "textfield",
- "input": true,
- "label": "Site Address or Location",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "placeholder": "include nearest street name/intersection if no address is assigned",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ec7659"
- },
- {
- "key": "LegallyTitled-AddressColumn2",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LegallyTitled-City2",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "unique": false
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "esdcek4g"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eobrs98"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e2f6ym"
- },
- {
- "key": "municipallegalLandDescription",
- "type": "textarea",
- "input": true,
- "label": "Legal Land Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "placeholder": "example, metes and bounds",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "e77282p"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "municipal",
- "show": true,
- "when": "untitledLandsInclude"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e4qj1el"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "untitled",
- "show": true,
- "when": "landOwnershipCheckbox"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "egykomw"
- },
- {
- "key": "both",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Both Legally Titled, Registered Property and for Untitled Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "forLegallyTitledRegisteredProperty-panel1",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Legally Titled, Registered Property",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-Address1",
- "type": "textfield",
- "input": true,
- "label": "Site Address or Location",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "placeholder": "include nearest street name/intersection if no address is assigned",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "em1pkjm"
- },
- {
- "key": "LegallyTitled-AddressColumn1",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
+ "key": "forUntitledCrownLand",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "untitledLandsInclude",
+ "type": "radio",
+ "input": true,
+ "label": "Untitled Land is:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Untitled Crown Land",
+ "value": "crown",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Municipal Land",
+ "value": "municipal",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ecktsrfr"
+ },
+ {
+ "key": "forUntitledCrownLand2",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Crown Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-UntitledCrown-introtext2",
+ "html": "PIN numbers and associated Land Description
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "egsgl5x"
+ },
+ {
+ "key": "UntitledCrown-PINColumn2",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "UntitledCrown-PIN",
+ "type": "textfield",
+ "input": true,
+ "label": "PIN",
+ "tableView": true,
+ "id": "eyxe45n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ },
+ {
+ "key": "UntitledCrown-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "placeholder": "example, metes and bounds",
+ "id": "efdcvf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "SiteAddress-UntitledCrown-PIN": "",
+ "SiteAddress-UntitledCrown-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "ej7ro2a"
+ },
+ {
+ "key": "simplecontent10",
+ "html": "And if available: ",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e9mg4k"
+ },
+ {
+ "key": "UntitledCrownLand-FileNumberColumn2",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "UntitledCrown-CrownLandFileNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Crown Land File Numbers",
+ "tableView": true,
+ "id": "emf4u7g0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-UntitledCrown-CrownLandFileNumbers": "",
+ "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "el615i"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "crown",
+ "show": true,
+ "when": "untitledLandsInclude"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e4lsmq3"
+ },
+ {
+ "key": "forUntitledMunicipalLand",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Municipal Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "LegallyTitled-Address2",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address or Location",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "include nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ec7659"
+ },
+ {
+ "key": "LegallyTitled-AddressColumn2",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LegallyTitled-City2",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "esdcek4g"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e2f6ym"
+ },
+ {
+ "key": "municipallegalLandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Legal Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "placeholder": "example, metes and bounds",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e77282p"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "municipal",
+ "show": true,
+ "when": "untitledLandsInclude"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e4qj1el"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "untitled",
+ "show": true,
+ "when": "landOwnershipCheckbox"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "egykomw"
+ },
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LegallyTitled-City1",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
+ "key": "both",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Both Legally Titled, Registered Property and for Untitled Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "forLegallyTitledRegisteredProperty-panel1",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Legally Titled, Registered Property",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "LegallyTitled-Address1",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address or Location",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "include nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "em1pkjm"
+ },
+ {
+ "key": "LegallyTitled-AddressColumn1",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LegallyTitled-City1",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "efl9h87"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LegallyTitled-PostalZipCode1",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e46ma3n"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e0mohkt"
+ },
+ {
+ "key": "LegallyTitled-PIDColumn1",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "999-999-999",
+ "tableView": true,
+ "id": "ev43oe90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ },
+ {
+ "key": "legalDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Legal Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "id": "eb3d0l0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-LegallyTitled-PID": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-LegallyTitled-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "elefjdn"
+ }
+ ],
+ "collapsible": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eg1i1mj"
+ },
+ {
+ "key": "bothforUntitledCrownLand1",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "bothuntitledLandsInclude1",
+ "type": "radio",
+ "input": true,
+ "label": "Untitled Land is:",
+ "inline": false,
+ "values": [
+ {
+ "label": "Untitled Crown Land",
+ "value": "crown",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Municipal Land",
+ "value": "municipal",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ew1s4f"
+ },
+ {
+ "key": "forUntitledCrownLand3",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Crown Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-UntitledCrown-introtext3",
+ "html": "PIN numbers and associated Land Description
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e212c6m"
+ },
+ {
+ "key": "UntitledCrown-PINColumn3",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "UntitledCrown-PIN",
+ "type": "textfield",
+ "input": true,
+ "label": "PIN",
+ "tableView": true,
+ "id": "eyv4fcu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ },
+ {
+ "key": "UntitledCrown-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "placeholder": "example, metes and bounds",
+ "id": "ecgeub0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "SiteAddress-UntitledCrown-PIN": "",
+ "SiteAddress-UntitledCrown-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eqym2bt"
+ },
+ {
+ "key": "simplecontent11",
+ "html": "And if available: ",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e99ll2n"
+ },
+ {
+ "key": "UntitledCrownLand-FileNumberColumn3",
+ "type": "datagrid",
+ "input": true,
+ "label": "Data Grid",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "UntitledCrown-CrownLandFileNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Crown Land File Numbers",
+ "tableView": true,
+ "id": "eguyyh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-UntitledCrown-CrownLandFileNumbers": "",
+ "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "evtl1xj"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "crown",
+ "show": true,
+ "when": "bothuntitledLandsInclude1"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ef46kl"
+ },
+ {
+ "key": "forUntitledMunicipalLand1",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "For Untitled Municipal Land",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "LegallyTitled-Address3",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address or Location",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "include nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eo76r2g"
+ },
+ {
+ "key": "LegallyTitled-AddressColumn3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "LegallyTitled-City3",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "equve9"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "et036k7"
+ },
+ {
+ "key": "municipallegalLandDescription1",
+ "type": "textarea",
+ "input": true,
+ "label": "Legal Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": true,
+ "inputFormat": "plain",
+ "placeholder": "example, metes and bounds",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ej7ojd9"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "municipal",
+ "show": true,
+ "when": "bothuntitledLandsInclude1"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eb8pa3"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "both",
+ "show": true,
+ "when": "landOwnershipCheckbox"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "efr1vaq"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "both",
+ "show": true,
+ "when": "landOwnershipCheckbox"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "unique": false
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "efl9h87"
- }
- ],
- "currentWidth": 6
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ei1nhal"
},
{
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "key": "LegallyTitled-PostalZipCode1",
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "validate": {
- "required": true,
+ "key": "HousingDevelopmentDetails",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "title": "7.2 Housing Development Details",
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecontent1",
+ "html": "The Ministry of Environment and Climate Change Strategy is collecting information to determine if applications for contaminated sites services are related to developments that will include housing.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ekmz8gg"
+ },
+ {
+ "key": "isThisApplicationRelatedToAHousingDevelopmentProject",
+ "type": "radio",
+ "input": true,
+ "label": "Is this application related to a housing development project? ",
+ "inline": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Unknown",
+ "value": "unknown",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dataSrc": "values",
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "inputType": "radio",
+ "data": {
+ "url": ""
+ },
+ "fieldSet": false,
+ "id": "e4g4xgj"
+ },
+ {
+ "key": "panel",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "title": "Details",
+ "hideLabel": true,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecontent3",
+ "html": "Personal information is collected by the ministry under the legal authority of section 26 (c) and 27 (1)(a)(i) of the Freedom of Information and Protection of Privacy Act (the Act).
The collection, use, and disclosure of personal information is subject to the provisions of the Act. The personal information collected by the ministry will be used to process your inquiry or application(s). It may also be shared when strictly necessary with partner agencies that are also subject to the provisions of the Act. The personal information supplied in the application package may be used for referrals or notifications as required. Personal information may be used by the ministry for survey purposes.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ecivmw"
+ },
+ {
+ "key": "housingType",
+ "type": "radio",
+ "input": true,
+ "label": "Housing Type",
+ "inline": false,
+ "values": [
+ {
+ "label": "Single-Family",
+ "value": "singleFamily",
+ "shortcut": ""
+ },
+ {
+ "label": "Multi-Family <10 units",
+ "value": "multiFamily10Units",
+ "shortcut": ""
+ },
+ {
+ "label": "Multi-Family 10-49 units",
+ "value": "multiFamily1049Units",
+ "shortcut": ""
+ },
+ {
+ "label": "Multi-Family 50-500 units",
+ "value": "multiFamily50500Units",
+ "shortcut": ""
+ },
+ {
+ "label": "Multi-Family >500 units",
+ "value": "multiFamily500Units",
+ "shortcut": ""
+ },
+ {
+ "label": "Unknown number of units",
+ "value": "unknownNumberOfUnits",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dataSrc": "values",
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "inputType": "radio",
+ "data": {
+ "url": ""
+ },
+ "fieldSet": false,
+ "id": "e1u2mjc"
+ },
+ {
+ "key": "howManyHousingUnitsWillBeDevelopedWithThisHousingProject",
+ "type": "textfield",
+ "input": true,
+ "label": "How many housing units will be developed with this housing project?",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "description": "Be as specific as possible, or indicate if unknown.",
+ "placeholder": "e.g., 50, 100, 430, or enter a range (e.g., 100-150)",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eb6jvcp"
+ },
+ {
+ "key": "doesTheHousingProjectIncludeAComponentOfAnyOfTheFollowingHousingCategories",
+ "type": "selectboxes",
+ "input": true,
+ "label": "Does the housing project include a component of any of the following housing categories?",
+ "values": [
+ {
+ "label": "Indigenous housing",
+ "value": "indigenousHousing",
+ "shortcut": ""
+ },
+ {
+ "label": "Rental housing",
+ "value": "rentalHousing",
+ "shortcut": ""
+ },
+ {
+ "label": "Social housing",
+ "value": "socialHousing",
+ "shortcut": ""
+ },
+ {
+ "label": "None of the above",
+ "value": "noneOfTheAbove",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "inputType": "checkbox",
+ "tableView": false,
+ "description": "Select all that apply",
+ "defaultValue": {
+ "rentalHousing": false,
+ "socialHousing": false,
+ "noneOfTheAbove": false,
+ "indigenousHousing": false
+ },
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dataSrc": "values",
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }} ",
+ "data": {
+ "url": ""
+ },
+ "fieldSet": false,
+ "inline": false,
+ "id": "e0jn46"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "yes",
+ "show": true,
+ "when": "isThisApplicationRelatedToAHousingDevelopmentProject"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eq4zlb"
+ }
+ ],
+ "collapsible": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e46ma3n"
- }
- ],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e0mohkt"
- },
- {
- "key": "LegallyTitled-PIDColumn1",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-PID",
- "type": "textfield",
- "input": true,
- "label": "PID",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "inputMask": "999-999-999",
- "tableView": true,
- "id": "ev43oe900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e8vplds",
+ "keyModified": true
},
{
- "key": "legalDescription",
- "type": "textarea",
- "input": true,
- "label": "Legal Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "title": "7.3 Site Risk Classification",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "SiteRiskClassificationAtTheTimeOfApplication",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "simplecontent4",
+ "html": "All applications for contaminated sites services require submission of a Site Risk Classification Report except site release requests under Scenario 1 (see Section 5.1) or those otherwise exempted under Protocol 12.
",
+ "type": "content",
+ "input": false,
+ "label": "Text/Images",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "exlrqd"
+ },
+ {
+ "key": "riskclassification",
+ "type": "radio",
+ "input": true,
+ "label": "Radio Group",
+ "inline": false,
+ "values": [
+ {
+ "label": "New Site Risk Classification Report required",
+ "value": "newSiteRiskClassificationReportRequired",
+ "shortcut": ""
+ },
+ {
+ "label": "Site Risk Classification updated with this application",
+ "value": "siteRiskClassificationUpdatedWithThisApplication",
+ "shortcut": ""
+ },
+ {
+ "label": "Exempt from submitting Site Risk Classification Report",
+ "value": "exempt",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "hideLabel": true,
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "evx89p"
+ },
+ {
+ "key": "exemptions",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Exemptions",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "riskclassificationchange",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Duplicate site risk classification information – simultaneous triggers exemption",
+ "value": "duplicateSiteRiskClassificationInformationSimultaneousTriggersExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil quantity exemption [REMOVED]",
+ "value": "soilQuantityExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Application for a determination that a site is not contaminated exemption",
+ "value": "applicationForADeterminationThatASiteIsNotContaminatedExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential heating oil tank exemption",
+ "value": "residentialHeatingOilTankExemption",
+ "shortcut": ""
+ },
+ {
+ "label": "Spill reporting exemption",
+ "value": "spillReportingExemptio",
+ "shortcut": ""
+ },
+ {
+ "label": "OGC/BCER sites described as non-priority sites",
+ "value": "ogcBcerSitesDescribedAsNonPrioritySites",
+ "shortcut": ""
+ },
+ {
+ "label": "Site release request under Scenario 1",
+ "value": "siteReleaseRequestUnderScenario1",
+ "shortcut": ""
+ },
+ {
+ "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
+ "value": "srcrSubmittedWithinPast5YearsAndNoChangeToPreviousSiteRiskClassification",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "riskclassificationexemption",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "edjjbpl",
+ "defaultValue": ""
+ },
+ {
+ "key": "dateOfMostRecentSiteRiskClassificationReport",
+ "type": "datetime",
+ "input": true,
+ "label": "Date of most recent site risk classification report",
+ "format": "yyyy-MM-dd",
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "maxDate": null
+ },
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "datePicker": {
+ "disableWeekdays": false,
+ "disableWeekends": false,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5,
+ "minDate": null,
+ "maxDate": null
+ },
+ "enableTime": false,
+ "conditional": {
+ "eq": "SRCR",
+ "show": true,
+ "when": "riskclassificationexemption"
+ },
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": "",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "enableDate": true,
+ "defaultDate": "",
+ "displayInTimezone": "viewer",
+ "timezone": "",
+ "datepickerMode": "day",
+ "timePicker": {
+ "hourStep": 1,
+ "minuteStep": 1,
+ "showMeridian": true,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "customOptions": {},
+ "id": "es57k5g"
+ }
+ ],
+ "collapsible": false,
+ "conditional": {
+ "eq": "exempt",
+ "show": true,
+ "when": "riskclassification"
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e3er853"
+ },
+ {
+ "key": "siteRiskClassificationAtTimeOfApplication",
+ "type": "radio",
+ "input": true,
+ "label": "Site Risk Classification at time of application",
+ "inline": false,
+ "values": [
+ {
+ "label": "High Risk",
+ "value": "highRisk",
+ "shortcut": ""
+ },
+ {
+ "label": "Non-High Risk",
+ "value": "nonHighRisk",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-Managed High Risk",
+ "value": "riskManagedHighRisk",
+ "shortcut": ""
+ },
+ {
+ "label": "Unclassified",
+ "value": "unclassified",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e8u5znr"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "id": "eb3d0l00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-LegallyTitled-PID": "",
- "SiteAddress-LegallyTitled-PID": "",
- "Section2-LegallyTitled-LandDescription": "",
- "SiteAddress-LegallyTitled-LandDescription": ""
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "elwo3a"
}
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ ],
+ "errorLabel": "",
+ "persistent": false,
+ "properties": {},
+ "validateOn": "change",
+ "clearOnHide": false,
+ "collapsible": true,
+ "conditional": {
+ "eq": "",
"show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "elefjdn"
- }
- ],
- "collapsible": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eg1i1mj"
- },
- {
- "key": "bothforUntitledCrownLand1",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "bothuntitledLandsInclude1",
- "type": "radio",
- "input": true,
- "label": "Untitled Land is:",
- "inline": false,
- "values": [
- {
- "label": "Untitled Crown Land",
- "value": "crown",
- "shortcut": ""
- },
- {
- "label": "Untitled Municipal Land",
- "value": "municipal",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "when": null
+ },
+ "customClass": "",
+ "description": "",
+ "placeholder": "",
+ "defaultValue": null,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "showCharCount": false,
+ "showWordCount": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowMultipleMasks": false,
+ "customDefaultValue": "",
+ "allowCalculateOverride": false
+ },
+ {
+ "title": "Section 8 - DECLARATIONS",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": true,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section8-Declarations",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-client\") &&\ndata.owneroperatorradioGroup === 'different') {\n show = false;\n} else {\n show = true;\n}",
+ "conditional": {
+ "json": "",
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ew1s4f"
},
- {
- "key": "forUntitledCrownLand3",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Crown Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "Section2-UntitledCrown-introtext3",
- "html": "PIN numbers and associated Land Description
",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e212c6m"
- },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "collapsed": false,
+ "input": false,
+ "tableView": false,
+ "components": [
{
- "key": "UntitledCrown-PINColumn3",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "UntitledCrown-PIN",
- "type": "textfield",
- "input": true,
- "label": "PIN",
- "tableView": true,
- "id": "eyv4fcu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
- },
- {
- "key": "UntitledCrown-LandDescription",
- "type": "textarea",
- "input": true,
- "label": "Land Description",
- "validate": {
+ "label": "I, the undersigned, confirm that the above information is true based on my knowledge as of the date this application form was completed. I understand that fees for contaminated sites services will be collected and/or invoiced as per Schedule 3 of the Contaminated Sites Regulation. I understand the billing contact on this form will be the person with whom the ministry communicates about fees for contaminated sites services.",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
"required": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "placeholder": "example, metes and bounds",
- "id": "ecgeub00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "checkbox",
+ "tags": [],
+ "properties": {},
+ "conditional": {
"show": null,
"when": null,
- "eq": ""
- },
- "overlay": {
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "SiteAddress-UntitledCrown-PIN": "",
- "SiteAddress-UntitledCrown-LandDescription": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
"multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "eqym2bt"
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "etbbvsi"
},
{
- "key": "simplecontent11",
- "html": "And if available: ",
- "type": "content",
- "input": false,
- "label": "Static Text",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "label": "By checking this box, I authorize the collection and submission of my information to the Ministry by a consultant on my behalf.",
+ "tableView": false,
+ "key": "byCheckingThisBoxIAuthorizeTheCollectionAndSubmissionOfMyInformationToTheMinistryByAConsultantOnMyBehalf",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
"multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e99ll2n"
- },
- {
- "key": "UntitledCrownLand-FileNumberColumn3",
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "reorder": false,
- "hideLabel": true,
- "initEmpty": false,
- "tableView": false,
- "components": [
- {
- "key": "UntitledCrown-CrownLandFileNumbers",
- "type": "textfield",
- "input": true,
- "label": "Crown Land File Numbers",
- "tableView": true,
- "id": "eguyyh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "overlay": {
"style": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false
- }
- ],
- "layoutFixed": false,
- "defaultValue": [
- {
- "Section2-UntitledCrown-CrownLandFileNumbers": "",
- "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
- }
- ],
- "enableRowGroups": false,
- "addAnotherPosition": "bottom",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "evtl1xj"
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e3743a"
}
- ],
- "collapsible": false,
- "conditional": {
- "eq": "crown",
- "show": true,
- "when": "bothuntitledLandsInclude1"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ef46kl"
},
- {
- "key": "forUntitledMunicipalLand1",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "For Untitled Municipal Land",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "LegallyTitled-Address3",
- "type": "textfield",
- "input": true,
- "label": "Site Address or Location",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "placeholder": "include nearest street name/intersection if no address is assigned",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eo76r2g"
- },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eimc3op"
+ },
+ {
+ "label": "Columns - 2",
+ "columns": [
{
- "key": "LegallyTitled-AddressColumn3",
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
{
- "key": "LegallyTitled-City3",
- "type": "textfield",
- "input": true,
- "label": "City",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "label": "SIGNATURE",
+ "footer": "Sign above",
+ "labelPosition": "top",
+ "width": "100%",
+ "height": "150px",
+ "backgroundColor": "rgb(245,245,235)",
+ "penColor": "black",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "Signature",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "signature",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
"unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "equve9"
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "minWidth": "0.5",
+ "maxWidth": "2.5",
+ "keepOverlayRatio": true,
+ "id": "eg4xzx"
}
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [],
- "currentWidth": 6
- }
- ],
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "et036k7"
+ ],
+ "currentWidth": 6
},
{
- "key": "municipallegalLandDescription1",
- "type": "textarea",
- "input": true,
- "label": "Legal Land Description",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "tableView": true,
- "autoExpand": true,
- "inputFormat": "plain",
- "placeholder": "example, metes and bounds",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ej7ojd9"
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "First and Last Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "sig-firstAndLastName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e5gu5n2",
+ "defaultValue": ""
+ },
+ {
+ "html": "Date Signed:
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content2",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eqlay07"
+ },
+ {
+ "label": "Date / Time",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": false,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "simpledatetime",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": false,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "hideOnChildrenHidden": false,
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "ecax8mv"
+ }
+ ],
+ "currentWidth": 6
}
- ],
- "collapsible": false,
- "conditional": {
- "eq": "municipal",
- "show": true,
- "when": "bothuntitledLandsInclude1"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
+ ],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "Signature-Column",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-client\") &&\ndata.owneroperatorradioGroup === 'different') {\n show = false;\n} else {\n show = true;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eb8pa3"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "both",
- "show": true,
- "when": "landOwnershipCheckbox"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "efr1vaq"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "both",
- "show": true,
- "when": "landOwnershipCheckbox"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ei1nhal"
- },
- {
- "key": "HousingDevelopmentDetails",
- "type": "panel",
- "input": false,
- "label": "Panel",
- "title": "7.2 Housing Development Details",
- "tableView": false,
- "components": [
- {
- "key": "simplecontent1",
- "html": "The Ministry of Environment and Climate Change Strategy is collecting information to determine if applications for contaminated sites services are related to developments that will include housing.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ekmz8gg"
- },
- {
- "key": "isThisApplicationRelatedToAHousingDevelopmentProject",
- "type": "radio",
- "input": true,
- "label": "Is this application related to a housing development project? ",
- "inline": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
},
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- },
- {
- "label": "Unknown",
- "value": "unknown",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "dataSrc": "values",
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "inputType": "radio",
- "data": { "url": "" },
- "fieldSet": false,
- "id": "e4g4xgj"
- },
- {
- "key": "panel",
- "type": "panel",
- "input": false,
- "label": "Panel",
- "title": "Details",
- "hideLabel": true,
- "tableView": false,
- "components": [
- {
- "key": "simplecontent3",
- "html": "Personal information is collected by the ministry under the legal authority of section 26 (c) and 27 (1)(a)(i) of the Freedom of Information and Protection of Privacy Act (the Act).
The collection, use, and disclosure of personal information is subject to the provisions of the Act. The personal information collected by the ministry will be used to process your inquiry or application(s). It may also be shared when strictly necessary with partner agencies that are also subject to the provisions of the Act. The personal information supplied in the application package may be used for referrals or notifications as required. Personal information may be used by the ministry for survey purposes.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
"required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "conditional": {
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "etv0fub"
+ },
+ {
+ "label": "Submit",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submit",
+ "tags": [],
+ "properties": {},
+ "conditional": {
"show": null,
"when": null,
- "eq": ""
- },
- "overlay": {
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\")||\r\nroles.includes(\"formsflow-reviewer/caseworker\")||\r\nroles.includes(\"formsflow-reviewer/sdm\")||\r\nroles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ecivmw"
},
- {
- "key": "housingType",
- "type": "radio",
- "input": true,
- "label": "Housing Type",
- "inline": false,
- "values": [
- {
- "label": "Single-Family",
- "value": "singleFamily",
- "shortcut": ""
- },
- {
- "label": "Multi-Family <10 units",
- "value": "multiFamily10Units",
- "shortcut": ""
- },
- {
- "label": "Multi-Family 10-49 units",
- "value": "multiFamily1049Units",
- "shortcut": ""
- },
- {
- "label": "Multi-Family 50-500 units",
- "value": "multiFamily50500Units",
- "shortcut": ""
- },
- {
- "label": "Multi-Family >500 units",
- "value": "multiFamily500Units",
- "shortcut": ""
- },
- {
- "label": "Unknown number of units",
- "value": "unknownNumberOfUnits",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
+ "type": "button",
+ "custom": "if(data.Professionalradio === 'yes')\r\n{\r\n\r\n\r\n if(data.owneroperatorradioGroup==='sameAsApplicant')\r\n{\r\n if(data.hiddenUserIdForFormSharingApplicantAsOwner=== '')\r\n\t{\r\n\t alert('Please provide valid owner/operator email address');\r\n\t}\r\n\telse\r\n\t{\r\n\t form.submit();\r\n\t}\r\n}\r\nelse\r\n{\r\n\tif(data.hiddenUserIdForFormSharingWithDiffOwner=== '')\r\n\t{\r\n\t alert('Please provide valid owner/operator email address');\r\n\t}\r\n\telse\r\n\t{\r\n\t form.submit();\r\n\t}\r\n}\r\n\r\n}\r\nelse\r\n\t{\r\n\t form.submit();\r\n\t}",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eixn6zp"
+ },
+ {
+ "label": "applicationId",
+ "customClass": "",
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationId",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "dataSrc": "values",
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "inputType": "radio",
- "data": { "url": "" },
- "fieldSet": false,
- "id": "e1u2mjc"
},
- {
- "key": "howManyHousingUnitsWillBeDevelopedWithThisHousingProject",
- "type": "textfield",
- "input": true,
- "label": "How many housing units will be developed with this housing project?",
- "validate": {
- "required": true,
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "tableView": false,
- "description": "Be as specific as possible, or indicate if unknown.",
- "placeholder": "e.g., 50, 100, 430, or enter a range (e.g., 100-150)",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "em1y8gd",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "description": "",
+ "addons": []
+ },
+ {
+ "label": "applicationStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eb6jvcp"
},
- {
- "key": "doesTheHousingProjectIncludeAComponentOfAnyOfTheFollowingHousingCategories",
- "type": "selectboxes",
- "input": true,
- "label": "Does the housing project include a component of any of the following housing categories?",
- "values": [
- {
- "label": "Indigenous housing",
- "value": "indigenousHousing",
- "shortcut": ""
- },
- {
- "label": "Rental housing",
- "value": "rentalHousing",
- "shortcut": ""
- },
- {
- "label": "Social housing",
- "value": "socialHousing",
- "shortcut": ""
- },
- {
- "label": "None of the above",
- "value": "noneOfTheAbove",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "inputType": "checkbox",
- "tableView": false,
- "description": "Select all that apply",
- "defaultValue": {
- "rentalHousing": false,
- "socialHousing": false,
- "noneOfTheAbove": false,
- "indigenousHousing": false
- },
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
+ "unique": false
+ },
+ "conditional": {
"show": null,
"when": null,
"eq": ""
- },
- "overlay": {
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "e6z1qd9",
+ "description": "",
+ "addons": []
+ },
+ {
+ "label": "cssaStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "cssaStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "dataSrc": "values",
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }} ",
- "data": { "url": "" },
- "fieldSet": false,
- "inline": false,
- "id": "e0jn46"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "yes",
- "show": true,
- "when": "isThisApplicationRelatedToAHousingDevelopmentProject"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eq4zlb"
- }
- ],
- "collapsible": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e8vplds",
- "keyModified": true
- },
- {
- "title": "7.3 Site Risk Classification",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "SiteRiskClassificationAtTheTimeOfApplication",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "key": "simplecontent4",
- "html": "All applications for contaminated sites services require submission of a Site Risk Classification Report except site release requests under Scenario 1 (see Section 5.1) or those otherwise exempted under Protocol 12.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "exlrqd"
- },
- {
- "key": "riskclassification",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "inline": false,
- "values": [
- {
- "label": "New Site Risk Classification Report required",
- "value": "newSiteRiskClassificationReportRequired",
- "shortcut": ""
},
- {
- "label": "Site Risk Classification updated with this application",
- "value": "siteRiskClassificationUpdatedWithThisApplication",
- "shortcut": ""
- },
- {
- "label": "Exempt from submitting Site Risk Classification Report",
- "value": "exempt",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
"multiple": false,
"unique": false,
- "onlyAvailableItems": false
- },
- "hideLabel": true,
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "evx89p"
- },
- {
- "key": "exemptions",
- "type": "panel",
- "input": false,
- "label": "",
- "title": "Exemptions",
- "collapsed": false,
- "tableView": false,
- "components": [
- {
- "label": "riskclassificationchange",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Duplicate site risk classification information – simultaneous triggers exemption",
- "value": "duplicateSiteRiskClassificationInformationSimultaneousTriggersExemption",
- "shortcut": ""
- },
- {
- "label": "Soil quantity exemption [REMOVED]",
- "value": "soilQuantityExemption",
- "shortcut": ""
- },
- {
- "label": "Application for a determination that a site is not contaminated exemption",
- "value": "applicationForADeterminationThatASiteIsNotContaminatedExemption",
- "shortcut": ""
- },
- {
- "label": "Residential heating oil tank exemption",
- "value": "residentialHeatingOilTankExemption",
- "shortcut": ""
- },
- {
- "label": "Spill reporting exemption",
- "value": "spillReportingExemptio",
- "shortcut": ""
- },
- {
- "label": "OGC/BCER sites described as non-priority sites",
- "value": "ogcBcerSitesDescribedAsNonPrioritySites",
- "shortcut": ""
- },
- {
- "label": "Site release request under Scenario 1",
- "value": "siteReleaseRequestUnderScenario1",
- "shortcut": ""
- },
- {
- "label": "SRCR submitted within past 5 years and no change to previous site risk classification",
- "value": "srcrSubmittedWithinPast5YearsAndNoChangeToPreviousSiteRiskClassification",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "riskclassificationexemption",
- "tags": [],
- "properties": {},
- "conditional": {
+ },
+ "conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ex1tthv"
+ },
+ {
+ "label": "bundleStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "bundleStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
"page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "type": "radio",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "edjjbpl",
- "defaultValue": ""
},
- {
- "key": "dateOfMostRecentSiteRiskClassificationReport",
- "type": "datetime",
- "input": true,
- "label": "Date of most recent site risk classification report",
- "format": "yyyy-MM-dd",
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disableWeekends": false,
- "disableWeekdays": false,
- "maxDate": null
- },
- "validate": {
- "required": true,
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
"unique": false
- },
- "tableView": false,
- "datePicker": {
- "disableWeekdays": false,
- "disableWeekends": false,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5,
- "minDate": null,
- "maxDate": null
- },
- "enableTime": false,
- "conditional": {
- "eq": "SRCR",
- "show": true,
- "when": "riskclassificationexemption"
- },
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": "",
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "e59rrn"
+ },
+ {
+ "label": "cssaUtilKeys",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "const cssaKeys = Object.keys(\n   utils.flattenComponents(form.components, false)\n  );\n\nvalue = cssaKeys;",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "cssaUtilKeys",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "useLocaleSettings": false,
- "allowInput": true,
- "enableDate": true,
- "defaultDate": "",
- "displayInTimezone": "viewer",
- "timezone": "",
- "datepickerMode": "day",
- "timePicker": {
- "hourStep": 1,
- "minuteStep": 1,
- "showMeridian": true,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "customOptions": {},
- "id": "es57k5g"
- }
- ],
- "collapsible": false,
- "conditional": {
- "eq": "exempt",
- "show": true,
- "when": "riskclassification"
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
"multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e3er853"
- },
- {
- "key": "siteRiskClassificationAtTimeOfApplication",
- "type": "radio",
- "input": true,
- "label": "Site Risk Classification at time of application",
- "inline": false,
- "values": [
- {
- "label": "High Risk",
- "value": "highRisk",
- "shortcut": ""
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
},
- {
- "label": "Non-High Risk",
- "value": "nonHighRisk",
- "shortcut": ""
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- {
- "label": "Risk-Managed High Risk",
- "value": "riskManagedHighRisk",
- "shortcut": ""
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
},
- {
- "label": "Unclassified",
- "value": "unclassified",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "tableView": false,
- "optionsLabelPosition": "right",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e8u5znr"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "elwo3a"
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "title": "Section 8 - DECLARATIONS",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": true,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "Section8-Declarations",
- "tags": [],
- "properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-client\") &&\ndata.owneroperatorradioGroup === 'different') {\n show = false;\n} else {\n show = true;\n}",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "",
- "breadcrumb": "default",
- "tabindex": "",
- "collapsed": false,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "I, the undersigned, confirm that the above information is true based on my knowledge as of the date this application form was completed. I understand that fees for contaminated sites services will be collected and/or invoiced as per Schedule 3 of the Contaminated Sites Regulation. I understand the billing contact on this form will be the person with whom the ministry communicates about fees for contaminated sites services.",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "checkbox",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "etbbvsi"
- },
- {
- "label": "By checking this box, I authorize the collection and submission of my information to the Ministry by a consultant on my behalf.",
- "tableView": false,
- "key": "byCheckingThisBoxIAuthorizeTheCollectionAndSubmissionOfMyInformationToTheMinistryByAConsultantOnMyBehalf",
- "type": "checkbox",
- "input": true,
- "defaultValue": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e3743a"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eimc3op"
- },
- {
- "label": "Columns - 2",
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "SIGNATURE",
- "footer": "Sign above",
- "labelPosition": "top",
- "width": "100%",
- "height": "150px",
- "backgroundColor": "rgb(245,245,235)",
- "penColor": "black",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "persistent": true,
- "protected": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "Signature",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "signature",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "autofocus": false,
- "dbIndex": false,
- "widget": { "type": "input" },
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "minWidth": "0.5",
- "maxWidth": "2.5",
- "keepOverlayRatio": true,
- "id": "eg4xzx"
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "label": "First and Last Name",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": { "type": "input" },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "sig-firstAndLastName",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "e5gu5n2",
- "defaultValue": ""
- },
- {
- "html": "Date Signed:
",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content2",
- "type": "content",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eqlay07"
- },
- {
- "label": "Date / Time",
- "labelPosition": "top",
- "displayInTimezone": "viewer",
- "useLocaleSettings": false,
- "allowInput": true,
- "format": "yyyy-MM-dd",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "shortcutButtons": [],
- "enableDate": true,
- "datePicker": {
- "disable": "",
- "disableFunction": "",
- "disableWeekends": false,
- "disableWeekdays": false,
- "minDate": null,
- "maxDate": null,
- "showWeeks": true,
- "startingDay": 0,
- "initDate": "",
- "minMode": "day",
- "maxMode": "year",
- "yearRows": 4,
- "yearColumns": 5
- },
- "enableTime": false,
- "timePicker": {
- "showMeridian": true,
- "hourStep": 1,
- "minuteStep": 1,
- "readonlyInput": false,
- "mousewheel": true,
- "arrowkeys": true
- },
- "multiple": false,
- "defaultValue": "",
- "defaultDate": "",
- "customOptions": {},
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "enableMinDateInput": false,
- "enableMaxDateInput": false,
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "simpledatetime",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "datetime",
- "timezone": "",
- "input": true,
- "widget": {
- "type": "calendar",
- "displayInTimezone": "viewer",
- "locale": "en",
- "useLocaleSettings": false,
- "allowInput": true,
- "mode": "single",
- "enableTime": false,
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "hourIncrement": 1,
- "minuteIncrement": 1,
- "time_24hr": false,
- "minDate": null,
- "disabledDates": "",
- "disableWeekends": false,
- "disableWeekdays": false,
- "disableFunction": "",
- "maxDate": null
- },
- "hideOnChildrenHidden": false,
- "prefix": "",
- "suffix": "",
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "datepickerMode": "day",
- "id": "ecax8mv"
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "e722ml"
}
- ],
- "currentWidth": 6
- }
- ],
- "autoAdjust": false,
- "customClass": "",
- "hidden": false,
- "hideLabel": false,
- "modalEdit": false,
- "key": "Signature-Column",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-client\") &&\ndata.owneroperatorradioGroup === 'different') {\n show = false;\n} else {\n show = true;\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "columns",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "etv0fub"
- },
- {
- "label": "Submit",
- "action": "custom",
- "showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "submit",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\")||\r\nroles.includes(\"formsflow-reviewer/caseworker\")||\r\nroles.includes(\"formsflow-reviewer/sdm\")||\r\nroles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "button",
- "custom": "if(data.Professionalradio === 'yes')\r\n{\r\n\r\n\r\n if(data.owneroperatorradioGroup==='sameAsApplicant')\r\n{\r\n if(data.hiddenUserIdForFormSharingApplicantAsOwner=== '')\r\n\t{\r\n\t alert('Please provide valid owner/operator email address');\r\n\t}\r\n\telse\r\n\t{\r\n\t form.submit();\r\n\t}\r\n}\r\nelse\r\n{\r\n\tif(data.hiddenUserIdForFormSharingWithDiffOwner=== '')\r\n\t{\r\n\t alert('Please provide valid owner/operator email address');\r\n\t}\r\n\telse\r\n\t{\r\n\t form.submit();\r\n\t}\r\n}\r\n\r\n}\r\nelse\r\n\t{\r\n\t form.submit();\r\n\t}",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": true,
- "labelPosition": "top",
- "errorLabel": "",
- "hideLabel": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": { "type": "input" },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eixn6zp"
- },
- {
- "label": "applicationId",
- "customClass": "",
- "modalEdit": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationId",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "labelPosition": "top",
- "Description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": { "type": "input" },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "em1y8gd",
- "defaultValue": "",
- "dataGridLabel": false,
- "description": "",
- "addons": []
- },
- {
- "label": "applicationStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "Description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": { "type": "input" },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "e6z1qd9",
- "description": "",
- "addons": []
- },
- {
- "label": "cssaStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "cssaStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": { "type": "input" },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ex1tthv"
- },
- {
- "label": "bundleStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "bundleStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": { "type": "input" },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "e59rrn"
- },
- {
- "label": "cssaUtilKeys",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "const cssaKeys = Object.keys(\n   utils.flattenComponents(form.components, false)\n  );\n\nvalue = cssaKeys;",
- "calculateValue": "",
- "calculateServer": false,
- "key": "cssaUtilKeys",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": { "type": "input" },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "e722ml"
+ ]
}
- ]
- }
- ]
+ ]
}
\ No newline at end of file
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 84e84436..7239a0ec 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -914,7 +914,7 @@
"height": ""
},
"type": "button",
- "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectDeraSdm===''||data.selectDeraSdm===undefined|| \r\n(data.typeOfReview==='directToMinistryApplication'&&data.selectDeraCaseworker===undefined|| data.selectDeraCaseworker==='')))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Accepted'\r\n });\r\n}",
+ "custom": "form.emit('customEvent', {\n type: \"actionComplete\", \n component: component,\n actionType:'Accepted'\n });",
"input": true,
"keyModified": true,
"placeholder": "",
@@ -954,7 +954,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "ey8dmh6"
+ "id": "em2s64"
},
{
"label": "Approved",
@@ -1430,7 +1430,7 @@
"allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
"onlyAvailableItems": false,
"customMessage": "",
"custom": "",
@@ -1492,7 +1492,7 @@
"include": "score",
"threshold": 0.3
},
- "id": "ewxonrk",
+ "id": "efplfsc",
"defaultValue": "",
"sort": ""
}
@@ -1573,7 +1573,7 @@
"allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
"onlyAvailableItems": false,
"customMessage": "",
"custom": "",
@@ -1635,7 +1635,7 @@
"include": "score",
"threshold": 0.3
},
- "id": "e2ye05i",
+ "id": "ead6qr",
"defaultValue": "",
"sort": ""
}
@@ -5582,7 +5582,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -36178,7 +36178,7 @@
}
],
"collapsible": false,
- "id": "eof79400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
index 0c85bdd5..7cc70009 100644
--- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
@@ -265,7 +265,7 @@
"height": ""
},
"type": "button",
- "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectSdm===''|| data.selectCaseworker===''||data.selectSrco===''))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Accepted'\r\n });\r\n}",
+ "custom": "form.emit('customEvent', {\n type: \"actionComplete\", \n component: component,\n actionType:'Accepted'\n });",
"input": true,
"keyModified": true,
"placeholder": "",
@@ -305,7 +305,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e2wzz07"
+ "id": "e0vdb6b"
},
{
"label": "Approved",
@@ -1646,7 +1646,7 @@
"allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
"onlyAvailableItems": false,
"customMessage": "",
"custom": "",
@@ -1708,7 +1708,7 @@
"include": "score",
"threshold": 0.3
},
- "id": "e50px09",
+ "id": "end38c",
"defaultValue": "",
"sort": ""
}
@@ -1789,7 +1789,7 @@
"allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
"onlyAvailableItems": false,
"customMessage": "",
"custom": "",
@@ -1851,7 +1851,7 @@
"include": "score",
"threshold": 0.3
},
- "id": "e69wwjv",
+ "id": "e3hxkiq",
"defaultValue": "",
"sort": ""
}
@@ -1932,7 +1932,7 @@
"allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
"onlyAvailableItems": false,
"customMessage": "",
"custom": "",
@@ -1994,7 +1994,7 @@
"include": "score",
"threshold": 0.3
},
- "id": "ecxnarb",
+ "id": "ecs2bu",
"defaultValue": "",
"sort": ""
}
@@ -5154,7 +5154,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -14566,7 +14566,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -18509,7 +18509,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index e836cc16..9007961c 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -733,36 +733,61 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "sendBundleToNextReviewer",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\") || \r\nroles.includes(\"formsflow-reviewer/sdm\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
- "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectSoscSdm===''||data.selectSoscSdm===undefined|| \r\n(data.typeOfReview==='directToMinistryApplication'&&data.selectSoscCaseworker===undefined|| data.selectSoscCaseworker==='')))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Accepted'\r\n });\r\n}",
+ "custom": "form.emit('customEvent', {\n type: \"actionComplete\", \n component: component,\n actionType:'Accepted'\n });",
"input": true,
"keyModified": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -770,7 +795,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -780,32 +804,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "e1fcuxe"
+ "id": "ez5eeme"
},
{
"label": "Approved",
@@ -1220,10 +1225,31 @@
"components": [
{
"label": "Select SDM",
+ "labelPosition": "top",
"widget": "choicesjs",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
+ "multiple": false,
"dataSrc": "url",
"data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "resource": "",
+ "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
"headers": [
{
@@ -1239,107 +1265,96 @@
"value": "application/json"
}
],
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "json": "",
- "resource": "",
"custom": ""
},
"dataType": "string",
+ "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
- "key": "selectSoscSdm",
- "type": "select",
- "selectValues": "data",
- "disableLimit": false,
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "selectSoscSdm",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
"lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
+ "selectValues": "data",
+ "selectFields": "",
+ "disableLimit": false,
"searchField": "",
+ "searchDebounce": 0.3,
"minSearch": 0,
- "readOnlyValue": false,
+ "filter": "",
+ "limit": 100,
"authenticate": false,
"ignoreCache": false,
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
+ "redrawOn": "",
+ "input": true,
+ "keyModified": true,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "el1o2ba"
+ "id": "eu2uncg",
+ "defaultValue": "",
+ "sort": ""
}
],
"width": 4,
@@ -1353,10 +1368,31 @@
"components": [
{
"label": "Select Caseworker",
+ "labelPosition": "top",
"widget": "choicesjs",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
+ "multiple": false,
"dataSrc": "url",
"data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "resource": "",
+ "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
"headers": [
{
@@ -1372,107 +1408,96 @@
"value": "application/json"
}
],
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "json": "",
- "resource": "",
"custom": ""
},
"dataType": "string",
+ "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
"validate": {
- "required": true,
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
- "key": "selectSoscCaseworker",
- "type": "select",
- "selectValues": "data",
- "disableLimit": false,
- "input": true,
- "keyModified": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "selectSoscCaseworker",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "clearOnRefresh": false,
- "limit": 100,
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
"lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
+ "selectValues": "data",
+ "selectFields": "",
+ "disableLimit": false,
"searchField": "",
+ "searchDebounce": 0.3,
"minSearch": 0,
- "readOnlyValue": false,
+ "filter": "",
+ "limit": 100,
"authenticate": false,
"ignoreCache": false,
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
+ "redrawOn": "",
+ "input": true,
+ "keyModified": true,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "earnstg"
+ "id": "ekgmst",
+ "defaultValue": "",
+ "sort": ""
}
],
"width": 4,
@@ -9333,7 +9358,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10373,7 +10398,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10905,7 +10930,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -11004,7 +11029,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12452,7 +12477,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13485,7 +13510,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14084,7 +14109,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14128,7 +14153,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15077,7 +15102,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22619,7 +22644,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23416,7 +23441,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24025,7 +24050,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24555,7 +24580,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25326,7 +25351,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29400,7 +29425,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30335,7 +30360,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30955,7 +30980,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31575,7 +31600,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32195,7 +32220,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32815,7 +32840,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33521,7 +33546,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34262,7 +34287,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38215,7 +38240,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38721,7 +38746,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39040,7 +39065,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39359,7 +39384,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39678,7 +39703,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41789,7 +41814,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42586,7 +42611,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43494,7 +43519,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
From e6531f397f3922f7d5fe7113994b0fec848f357a Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Tue, 30 Jan 2024 09:25:38 -0800
Subject: [PATCH 40/88] fixed the text and updatd the style
---
.../forms-flow-web/src/components/Denied/index.js | 2 +-
.../forms-flow-web/src/components/Denied/pagenotfound.scss | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
index 9e05d062..2bb9223e 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/index.js
@@ -20,7 +20,7 @@ const NotFound = React.memo(({ errorMessage, errorCode }) => {
});
NotFound.defaultProps = {
- errorMessage: "You do not have sufficient permissions to access this page. Please contact support " + SUPPORT_EMAIL + " for further clarification.",
+ errorMessage: "You do not have sufficient permissions to access this page. Please contact " + SUPPORT_EMAIL + " for further clarification.",
errorCode: "403",
};
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss
index bfd5efa1..01cff759 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Denied/pagenotfound.scss
@@ -46,7 +46,7 @@ body {
.small-fontsize
{
- font-size: 25px !important;
+ font-size: 1.3vw !important;
}
.circles .circle.small {
From 674a87b7097ccef971789bfd2a191a261fcfd5b7 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Tue, 30 Jan 2024 14:53:16 -0800
Subject: [PATCH 41/88] fixed next reviewer button actions
---
.../Site Risk Classification Report.json | 10 +-
.../epd-forms/Summary of Site Condition.json | 178 +++++++++---------
2 files changed, 99 insertions(+), 89 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
index c2eb2879..cd529e6c 100644
--- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
@@ -265,7 +265,7 @@
"height": ""
},
"type": "button",
- "custom": " form.emit('customEvent', {\n type: \"actionError\", \n component: component,\n actionType:'Accepted'\n }); ",
+ "custom": "const submissionId = form._submission._id;\n const formId = form._submission.form;\n const formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\n const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\n const formio = new Formio(formDataReqUrl);\n formio.saveSubmission(formDataReqObj1).then( result => {\n form.emit('customEvent', {\n type: \"actionComplete\", \n component: component,\n actionType: 'Accepted'\n }); \n }).catch((error)=>{\n //Error callback on not Save\n form.emit('customEvent', {\n type: \"actionError\", \n component: component,\n actionType:'Accepted'\n }); \n });",
"input": true,
"keyModified": true,
"placeholder": "",
@@ -305,7 +305,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "efzg6y"
+ "id": "ee2sv6m"
},
{
"label": "Approved",
@@ -4303,7 +4303,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -13713,7 +13713,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -17656,7 +17656,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index 05d8e9aa..3ec0de60 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -247,7 +247,7 @@
"height": ""
},
"type": "button",
- "custom": " form.emit('customEvent', {\n type: \"actionError\", \n component: component,\n actionType:'Accepted'\n }); ",
+ "custom": " const submissionId = form._submission._id;\n const formId = form._submission.form;\n const formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\n const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\n const formio = new Formio(formDataReqUrl);\n formio.saveSubmission(formDataReqObj1).then( result => {\n form.emit('customEvent', {\n type: \"actionComplete\", \n component: component,\n actionType: 'Accepted'\n }); \n }).catch((error)=>{\n //Error callback on not Save\n form.emit('customEvent', {\n type: \"actionError\", \n component: component,\n actionType:'Accepted'\n }); \n });",
"input": true,
"keyModified": true,
"placeholder": "",
@@ -287,7 +287,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "eims6u"
+ "id": "eehs2m"
},
{
"label": "Approved",
@@ -3208,86 +3208,96 @@
"components": [
{
"label": "Email",
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "\r\nvar currentValue = input;\r\nfetch('https://forms-flow-api-e38158-dev.apps.silver.devops.gov.bc.ca/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\r\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\r\n.then((p)=> {return p.json();}).\r\nthen((x)=>{\r\n data.hiddenUserIdForFormSharing = '' ;\r\n x.find((y)=>{ if( y.email=== currentValue ) \r\n { data.hiddenUserIdForFormSharing = y.id}\r\n\r\n })\r\n\r\n if(data.hiddenUserIdForFormSharing==='')\r\n {\r\n valid = 'Unable to find user with provided email address';\r\n }\r\n else\r\n {\r\n valid = true;\r\n }\r\n\r\n});",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "ownerEmailAddress",
- "type": "email",
- "input": true,
- "delimiter": false,
- "requireDecimal": false,
- "hideOnChildrenHidden": false,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "mask": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "\nvar currentValue = input;\nfetch('https://forms-flow-api-e38158-dev.apps.silver.devops.gov.bc.ca/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\n.then((p)=> {return p.json();}).\nthen((x)=>{\n data.hiddenUserIdForFormSharing = '' ;\n x.data.find((y)=>{ if( y.email=== currentValue ) \n { data.hiddenUserIdForFormSharing = y.id}\n\n })\n\n if(data.hiddenUserIdForFormSharing==='')\n {\n valid = 'Unable to find user with provided email address';\n }\n else\n {\n valid = true;\n }\n\n});",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "ownerEmailAddress",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "mask": false,
"inputType": "email",
- "inputFormat": "plain",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "kickbox": {
- "enabled": false
- },
- "id": "ewvvqh"
+ "id": "e09d2w9",
+ "defaultValue": ""
}
],
"currentWidth": 6
@@ -8981,7 +8991,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10021,7 +10031,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10553,7 +10563,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10652,7 +10662,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12100,7 +12110,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13133,7 +13143,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13732,7 +13742,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13776,7 +13786,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14685,7 +14695,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22227,7 +22237,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23024,7 +23034,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23633,7 +23643,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24163,7 +24173,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24934,7 +24944,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29008,7 +29018,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29918,7 +29928,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30513,7 +30523,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31108,7 +31118,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31703,7 +31713,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32298,7 +32308,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33004,7 +33014,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33745,7 +33755,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37765,7 +37775,7 @@
"id": "eofuark"
}
],
- "id": "eutz6300000000000000000000000000",
+ "id": "eutz630000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38290,7 +38300,7 @@
"id": "e330ei"
}
],
- "id": "e31uav90000000000000000000000000",
+ "id": "e31uav9000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38617,7 +38627,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti000000000000000000000000",
+ "id": "evh2ti00000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38955,7 +38965,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n000000000000000000000000000000000"
+ "id": "ey7gr2n00000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -39262,7 +39272,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv200000000000000000000000",
+ "id": "e6zxvv20000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41349,7 +41359,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa0000000000000000000000000000000000",
+ "id": "ehf1fa000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42105,7 +42115,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks09m00000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43095,7 +43105,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
From 1a2e9bcb957250b6060eb2a0e2aea61941cd6079 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 31 Jan 2024 11:11:38 -0800
Subject: [PATCH 42/88] simplified workflow
---
.../subProcess/CSSABundleWorklow.bpmn | 131 +++++++++++-------
1 file changed, 80 insertions(+), 51 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 766de350..187bb6cd 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -31,9 +31,9 @@
Activity_1bhbq4y
Activity_07ttn7q
Activity_12e3zvm
- Event_11266p9
Gateway_1m36jwe
- Event_0aovo8e
+ Gateway_0nmj3dm
+ Gateway_1qrhl19
Gateway_0yisf6v
@@ -305,9 +305,33 @@ execution.setVariable("applicationStatus", "Rejected");
-
-
-
+
+
+
+ var system = java.lang.System;
+system.out.println('soscformURL'+execution.getVariable('formUrl'));
+system.out.println('soscBundleURL'+execution.getVariable('bundleUrl'));
+
+
+
+
+
+
+ var system = java.lang.System;
+system.out.println('cssaformURL'+execution.getVariable('formUrl'));
+system.out.println('cssaBundleURL'+execution.getVariable('bundleUrl'));
+
+
+
+
+
+
+ var system = java.lang.System;
+system.out.println('srcrformURL'+execution.getVariable('formUrl'));
+system.out.println('srcrBundleURL'+execution.getVariable('bundleUrl'));
+
+
+
${riskclassification == 'exempt' && isSoscAvailable==false}
@@ -1787,10 +1811,6 @@ execution.setVariable('requestType', 'SRCR');
-
- var system = java.lang.System;
-system.out.println('formURL'+execution.getVariable('formUrl'));
-
@@ -1931,16 +1951,6 @@ system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-var selectSoscSdm= execution.getVariable('selectSoscSdm');
-system.out.println ("selectSoscSdm"+selectSoscSdm);
-execution.setVariable('soscSdmAssignment',selectSoscSdm);
-system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
-
-var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
-system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
-execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
-system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-
var selectSdm= execution.getVariable('selectSdm');
system.out.println ("selectSdm"+selectSdm);
execution.setVariable('sdmAssignment',selectSdm);
@@ -1961,23 +1971,24 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
Flow_02ysv7t
Flow_0lgivc3
-
+
- var system = java.lang.System;
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+var system = java.lang.System;
execution.setVariable('srcrStatus','Approved');
system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
${riskclassification == 'exempt'}
-
- Flow_177eab8
-
-
+
- var system = java.lang.System;
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+var system = java.lang.System;
execution.setVariable('soscStatus','Approved');
system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
@@ -1986,13 +1997,22 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
Flow_0fa3idu
- Flow_1phkhb3
- Flow_1m5dyj2
+ Flow_0lo7pee
+ Flow_1l4qibu
Flow_1nowy63
-
+
+ Flow_1m5dyj2
Flow_0poa227
-
+ Flow_0lo7pee
+
+
+
+ Flow_1phkhb3
+ Flow_177eab8
+ Flow_1l4qibu
+
+
@@ -2032,8 +2052,8 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
-
+
+
@@ -2903,15 +2923,15 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
-
-
+
+
+
@@ -2984,7 +3004,7 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
+
@@ -3164,7 +3184,7 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
+
@@ -3280,11 +3300,10 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
-
-
+
+
-
+
@@ -3296,11 +3315,10 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
-
-
+
+
-
+
@@ -3345,20 +3363,31 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
+
+
+
-
+
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
From bf851c3f0e2d08b5b25802c3d3ace781cf51f2ef Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 31 Jan 2024 12:10:24 -0800
Subject: [PATCH 43/88] latest workflow
---
.../subProcess/CSSABundleWorklow.bpmn | 86 +------------------
1 file changed, 3 insertions(+), 83 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 08d738f5..187bb6cd 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -3384,89 +3384,9 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
From 3dbc16b616014a0997708699404b1dbdac2e89a1 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 31 Jan 2024 15:26:17 -0800
Subject: [PATCH 44/88] issue fix for 238
---
.../Bundling/subProcess/CSSABundleWorklow.bpmn | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 187bb6cd..f00b659a 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -726,7 +726,7 @@ task.execution.setVariable('userRole','Statutory Decision Maker');
task.execution.setVariable('subFormName','CSSA Form');
-
+
Flow_130v3rp
@@ -785,7 +785,7 @@ task.execution.setVariable('subFormName','CSSA Form');
-
+
Flow_0go33vq
@@ -1355,7 +1355,7 @@ task.execution.setVariable('subFormName','SRCR Form');
-
+
Flow_0cdvwnp
@@ -1400,7 +1400,7 @@ task.execution.setVariable('userRole','Statutory Decision Maker');
task.execution.setVariable('subFormName','SRCR Form');
-
+
Flow_0qaeplv
@@ -1486,7 +1486,7 @@ task.execution.setVariable('userRole','Site Risk Classification Officer');
task.execution.setVariable('subFormName','SRCR Form');
-
+
Flow_0c71o5w
@@ -2052,9 +2052,6 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
-
-
@@ -2932,6 +2929,9 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
+
+
+
From c90e94b36c2a4e6efc1632e36200c0f5118c2a9d Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Thu, 1 Feb 2024 07:44:51 -0800
Subject: [PATCH 45/88] unit test issue fixes
---
.../subProcess/DERABundleWorkflow.bpmn | 5942 +++++------------
1 file changed, 1714 insertions(+), 4228 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 07e4945d..82598115 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -1,172 +1,86 @@
-
+
-
+
-
- Gateway_17raw62
- Activity_15772wo
- Gateway_08cgufe
- StartEvent_1
- Activity_0k6ixqm
- Activity_1ozfgid
- Activity_1v5ffpw
- Gateway_1qqphxe
- Activity_0a9pnut
+
+ Activity_0vo5rls
+ Gateway_1chdumm
+ Activity_1qnqtak
+ Gateway_1lfy3cm
+ Gateway_0nmz6ta
-
- Activity_1uc1xs1
- Gateway_04o747e
+
+ Gateway_1lbpcug
+ Activity_1hs3dja
+ Activity_1bsz2qm
+ Gateway_1lgyz1h
+ Activity_0tsm937
+ Activity_15e3ho6
+ Gateway_1m36jwe
+ Activity_0n1ya4a
+ Event_1e6nd7t
+ Gateway_17ke2cd
+ Gateway_0o9l3lp
+ Gateway_0vaxmur
+ Event_0sdygwc
+ Activity_0q5r5d4
+ Activity_07ttn7q
+ Activity_15vmujd
+ Gateway_0uf75ow
+ Gateway_0aqwiam
+ Gateway_1lhvo5s
+ Gateway_0yz3paf
+ Gateway_0jk8i7p
+ Activity_1bhbq4y
+
+
+ Activity_1ao3zkj
+ Gateway_15p5urd
+ Gateway_15zb6fp
Activity_08ykdar
Gateway_0oobb3z
- Gateway_1gzq005
+ Gateway_1jh43p2
Activity_1os7sys
- Event_0bwdoce
-
-
- Activity_1ao3zkj
- Gateway_15p5urd
+ Event_1mmor63
-
- Gateway_1m36jwe
- Activity_15e3ho6
- Activity_0tsm937
- Gateway_1lgyz1h
- Activity_1bsz2qm
- Activity_1hs3dja
- Gateway_1lbpcug
- Gateway_1xrj5sn
- Gateway_1l4bqor
- Activity_0kxdigs
- Gateway_0pty1fn
- Gateway_0o9l3lp
- Activity_0q362ss
- Gateway_0uf75ow
- Event_1n5addo
- Gateway_0vp590v
- Gateway_0qemi54
- Event_0sdygwc
- Activity_1bhbq4y
- Activity_07ttn7q
- Activity_12e3zvm
- Activity_1wrcu91
- Activity_0r75nsw
- Activity_0baoxlp
- Activity_1d2xuv3
- Gateway_06gmmov
+
+ Activity_1uc1xs1
+ Gateway_04o747e
+ Gateway_0p70jh9
-
- Gateway_1lfy3cm
- Activity_1qnqtak
- Gateway_1chdumm
- Gateway_1l0ehcm
- Activity_0vo5rls
- Gateway_0w0koaj
+
+ Activity_1v5ffpw
+ Activity_1ozfgid
+ Activity_0k6ixqm
+ StartEvent_1
+ Gateway_08cgufe
+ Activity_15772wo
+ Gateway_17raw62
-
- Flow_0gcqir8
- Flow_02ysv7t
- Flow_0lgivc3
-
-
-
- Flow_02ysv7t
- Flow_026ykts
- var system = java.lang.System;
-var selectDeraSdm= execution.getVariable('selectDeraSdm');
-system.out.println ("selectDeraSdm"+selectDeraSdm);
-execution.setVariable('deraSdmAssignment',selectDeraSdm);
-system.out.println ("deraSdmAssignment"+execution.getVariable('deraSdmAssignment'));
-
-var selectDeraCaseworker= execution.getVariable('selectDeraCaseworker');
-system.out.println ("selectDeraCaseworker"+selectDeraCaseworker);
-execution.setVariable('deraCaseworkerAssignment',selectDeraCaseworker);
-system.out.println ("deraCaseworkerAssignment"+execution.getVariable('deraCaseworkerAssignment'));
-
-var selectSoscSdm= execution.getVariable('selectSoscSdm');
-system.out.println ("selectSoscSdm"+selectSoscSdm);
-execution.setVariable('soscSdmAssignment',selectSoscSdm);
-system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
-
-var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
-system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
-execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
-system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-
-var selectSoscSdm= execution.getVariable('selectSoscSdm');
-system.out.println ("selectSoscSdm"+selectSoscSdm);
-execution.setVariable('soscSdmAssignment',selectSoscSdm);
-system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
-
-var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
-system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
-execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
-system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-
-var selectSdm= execution.getVariable('selectSdm');
-system.out.println ("selectSdm"+selectSdm);
-execution.setVariable('sdmAssignment',selectSdm);
-system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-var selectCaseworker= execution.getVariable('selectCaseworker');
-system.out.println ("selectCaseworker"+selectCaseworker);
-execution.setVariable('caseworkerAssignment',selectCaseworker);
-system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
-
-var selectSrco= execution.getVariable('selectSrco');
-system.out.println ("selectSrco"+selectSrco);
-execution.setVariable('srcoAssignment',selectSrco);
-system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
-
- Flow_026ykts
- Flow_0drs8s9
- Flow_0i3fcvy
-
-
- Flow_0fa3idu
- Flow_1phkhb3
- Flow_1m5dyj2
- Flow_1nowy63
-
-
- Flow_0kw2jbo
- Flow_057qs1x
- Flow_0ovj0pk
- Flow_07vh0na
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
- Flow_0d8ioqs
- Flow_1jxxrt6
- Flow_131saby
- Flow_0qiqnks
- var system = java.lang.System;
-system.out.println ("Begin DERA Individual Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_0qiqnks
- Flow_057qs1x
- Flow_01suxh6
+
+ Flow_0io9st8
+ Flow_0b5e332
+ Flow_1jxxrt6
+ Flow_07eueok
+ Flow_0aabyhy
-
+
- task.execution.setVariable('isCaseworker',false);
+ task.execution.setVariable('isSdm',false);
+
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('userRole','Statutory Decision Maker');
@@ -175,19 +89,20 @@ task.execution.setVariable('userRole','Caseworker');
- Flow_01suxh6
- Flow_19ik9s7
+ Flow_07vh0na
+ Flow_08c8ij1
-
+
- task.execution.setVariable('isSdm',false);
+ task.execution.setVariable('isCaseworker',false);
+
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('userRole','Caseworker');
@@ -196,28 +111,59 @@ task.execution.setVariable('userRole','Statutory Decision Maker');
- Flow_07vh0na
- Flow_08c8ij1
+ Flow_01suxh6
+ Flow_19ik9s7
-
- Flow_0c90maq
- Flow_0b5e332
- Flow_1jxxrt6
- Flow_07eueok
- Flow_0aabyhy
-
-
- Flow_0drs8s9
- Flow_0g9jpvb
- Flow_118thnc
+
+ Flow_0qiqnks
+ Flow_057qs1x
+ Flow_01suxh6
-
- Flow_118thnc
- Flow_1b7b7vp
- Flow_1r9sgs4
+
+ Flow_0i3fcvy
+ Flow_0d8ioqs
+ Flow_1jxxrt6
+ Flow_0qiqnks
+ var system = java.lang.System;
+system.out.println ("Begin DERA Individual Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_0kw2jbo
+ Flow_057qs1x
+ Flow_0ovj0pk
+ Flow_07vh0na
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+ Flow_0fa3idu
+ Flow_1qdnyub
+ Flow_09v5hyw
+ Flow_1nowy63
+
+
+
+
+
+ dera_updated
+
+
+ Flow_1v6zje9
+ Flow_032upr4
+ Flow_0y1xa83
+
+
+ Flow_0y1xa83
+
+
+ Flow_08c8ij1
+ Flow_0io9st8
+ Flow_032upr4
- Flow_1u3s5mj
+ Flow_13aqwr9
Flow_1phkhb3
Flow_05vthw4
@@ -239,7 +185,8 @@ system.out.println ("Sent to Caseworker");
task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
+task.execution.setVariableLocal('variable1',"srcr");
+task.execution.setVariable('userRole','Caseworker');
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
@@ -248,8 +195,7 @@ task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SRCR Form');
-
+task.execution.setVariable('subFormName','SRCR Form');
@@ -259,7 +205,7 @@ task.execution.setVariable('subFormName','SRCR Form');
Flow_1ccbyzk
- Flow_02gyla8
+ Flow_09v3kpi
Flow_0zzhoui
Flow_1ixkifd
Flow_0pqd76u
@@ -285,7 +231,8 @@ system.out.println ("Sent to SDM");
- task.execution.setVariable('task_id',task.getId());
+ task.execution.setVariable('task_id',task.getId());
+
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
@@ -304,7 +251,7 @@ task.execution.setVariable('subFormName','SRCR Form');
Flow_0mtd57d
- Flow_1jm1bhe
+ Flow_0qvoubs
Flow_0k5l8nk
Flow_0ryglee
Flow_1kizv19
@@ -377,7 +324,8 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
+task.execution.setVariableLocal('variable1',"srcr");
+
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
@@ -396,7 +344,7 @@ task.execution.setVariable('subFormName','SRCR Form');
Flow_0h34vew
- Flow_168htzm
+ Flow_1mxzqgt
Flow_14snpj2
Flow_0qz0c7u
Flow_1ifs52w
@@ -451,7 +399,7 @@ execution.setVariable('isSrcrResubmitted', false);
${isSentFromSociety == false}
-
+
@@ -529,7 +477,7 @@ execution.setVariable('isSrcrResubmitted', false);
${siteRiskClassification != 'notHighRisk'}
-
+
@@ -589,7 +537,7 @@ execution.setVariable('isSrcrResubmitted', false);
- ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
@@ -608,7 +556,7 @@ execution.setVariable('requestType', 'SRCR');
-
+
@@ -679,311 +627,72 @@ execution.setVariable('requestType', 'SRCR');
${isSentFromSociety == true}
-
+
+
+ Flow_0h34vew
+ Flow_1mxzqgt
+ Flow_0lklj13
+
+
dera_subforms_updated
- Flow_0dn9scp
- Flow_0v3xmtu
- Flow_007p6h2
- Flow_1g9gkqq
+ Flow_0lklj13
+ Flow_18o75ov
+ Flow_1u837pr
+ Flow_0184u8i
-
-
- Flow_0h34vew
- Flow_168htzm
- Flow_0dn9scp
-
-
-
-
+
+
+
Flow_1ccbyzk
- Flow_02gyla8
- Flow_0v3xmtu
+ Flow_09v3kpi
+ Flow_18o75ov
-
-
- Flow_1g9gkqq
-
-
-
-
+
+
+
Flow_0mtd57d
- Flow_1jm1bhe
- Flow_007p6h2
+ Flow_0qvoubs
+ Flow_1u837pr
-
+
+
+ Flow_0184u8i
+
+
-
-
-
- task.execution.setVariable('isCssaTeam',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_1tu4hj7
- Flow_1esdw3m
- Flow_0aabyhy
- Flow_0gcqir8
-
-
- Flow_0ohuh4k
- Flow_1xj96i6
- Flow_0527h3y
- Flow_0543g25
- Flow_0wr0mei
- Flow_0d8ioqs
- Flow_0ovj0pk
+
+ Flow_1s58qkt
+ Flow_0kw2jbo
+ Flow_0wxa7vb
+ Flow_1esdw3m
+ Flow_1xju4ax
-
-
-
- var system = java.lang.System;
-system.out.println ("form signed");
-
-
- Flow_1asq9fa
- Flow_16fwgn1
- Flow_0ohuh4k
-
-
-
-
- task.execution.setVariable('isAp',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Contaminated Sites Approved Professional');
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_142lsgk
- Flow_0pzpbn7
- Flow_0527h3y
- Flow_0b418rv
-
-
-
-
- task.execution.setVariable('isSociety',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-var system = java.lang.System;
-task.execution.setVariable('isSentFromSociety',true);
-system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
-task.execution.setVariable('userRole','Contaminated Sites Approved Professionals Society');
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_0kfjdmp
- Flow_0543g25
- Flow_1ev1kr6
- Flow_0d8ruax
-
-
- Flow_1xj96i6
- Flow_1quswsc
- Flow_142lsgk
-
-
- Flow_1rc30l8
-
-
- Flow_1rc30l8
- Flow_0dbqph3
- var system = java.lang.System;
-system.out.println ("Submit Bundle");
-execution.setVariable('isAp',false);
-execution.setVariable('isSociety',false);
-execution.setVariable('isCssaTeam',false);
-
-
- Flow_0dbqph3
- Flow_1stifo9
- Flow_05pndkl
- var system = java.lang.System;
-var riskclassification = execution.getVariable('riskclassification');
-system.out.println ("riskclassification "+riskclassification);
-var typeOfReview = execution.getVariable('typeOfReview');
-system.out.println ("typeOfReview "+typeOfReview);
-execution.setVariable('typeOfReview',typeOfReview);
-var clientEmail = execution.getVariable('simpleemail');
-system.out.println ("clientEmail "+clientEmail);
-execution.setVariable('clientEmail',clientEmail);
-var siteRiskClassification = execution.getVariable('siteRiskClassification');
-system.out.println ("siteRiskClassification "+siteRiskClassification );
-execution.setVariable('siteRiskClassification',siteRiskClassification);
-execution.setVariable('formName','Detailed Ecological Risk Assessment Checklist');
-execution.setVariable('EmailType','DERA');
-execution.setVariable('name','User');
-var emailsToArray = [];
-emailsToArray.push(clientEmail)
-execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
-
-var isSoscAvailable = typeOfReview === 'directToMinistryApplication'? false: true;
-execution.setVariable('isSoscAvailable',isSoscAvailable);
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-execution.setVariable('returnedBy', "cssaTeam");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_19ktqsm
- Flow_12uv3km
- Flow_0qw9o9a
- Flow_0wxa7vb
- Flow_0b5e332
- Flow_1stifo9
-
-
- Flow_05pndkl
- Flow_1asq9fa
- Flow_1xx7tz6
-
-
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_1xx7tz6
- Flow_16fwgn1
-
-
-
-
- task.execution.setVariable('isCssaTeam',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','CSSA Team');
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_1quswsc
- Flow_0gb2oz2
- Flow_0wr0mei
- Flow_0lgivc3
- Flow_0bz8atu
-
-
- Flow_0b418rv
- Flow_12uv3km
- Flow_0kfjdmp
-
-
- Flow_0d8ruax
- Flow_0gb2oz2
- Flow_0qw9o9a
- Flow_0pzpbn7
-
-
- Flow_0iubwul
- Flow_19ktqsm
- Flow_0qbjx6e
- Flow_1tu4hj7
- Flow_1ev1kr6
-
-
- Flow_0bz8atu
- Flow_0iubwul
- Flow_16ek6dk
-
-
- Flow_08c8ij1
- Flow_0c90maq
- Flow_17tf2x2
-
-
+
+ Flow_19ik9s7
+ Flow_1s58qkt
+ Flow_1v6zje9
+
+
+ Flow_0izwlc1
+
+
dera_updated
- Flow_0qbjx6e
Flow_07eueok
+ Flow_0qbjx6e
+ Flow_1xju4ax
Flow_1nowy63
- Flow_1l5jf46
- Flow_17uy5we
- Flow_0n61nyr
-
-
- Flow_19ik9s7
- Flow_15f3evi
- Flow_1i04zkp
-
-
- Flow_15f3evi
- Flow_0kw2jbo
- Flow_0wxa7vb
- Flow_1esdw3m
-
-
-
-
-
- dera_updated
-
-
- Flow_16ek6dk
- Flow_14qx1q0
+ Flow_0izwlc1
-
- Flow_14qx1q0
-
Flow_1kyum71
Flow_0fa3idu
@@ -995,7 +704,7 @@ task.execution.setVariable('userRole','CSSA Team');
var system = java.lang.System;
system.out.println ("Sent to SDM");
-
+
@@ -1006,7 +715,8 @@ system.out.println ("Sent to SDM");
- task.execution.setVariable('task_id',task.getId());
+ task.execution.setVariable('task_id',task.getId());
+
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
@@ -1041,16 +751,16 @@ task.execution.setVariable('subFormName','DERA Form');
Flow_1vxydh0
- Flow_0xnspeg
+ Flow_1wvb9m4
Flow_0ui56bn
- Flow_07enxwq
Flow_0pqk381
+ Flow_07enxwq
Flow_07enxwq
Flow_0yy721o
-
+
@@ -1062,7 +772,8 @@ task.execution.setVariable('subFormName','DERA Form');
task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"dera");
+task.execution.setVariableLocal('variable1',"dera");
+
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
@@ -1071,10 +782,7 @@ task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','DERA Form');
-
-
-
+task.execution.setVariable('subFormName','DERA Form');
@@ -1084,7 +792,7 @@ task.execution.setVariable('subFormName','DERA Form');
Flow_13zl1nd
- Flow_16qbig6
+ Flow_1qn2dpn
Flow_0f731f5
Flow_0yy721o
Flow_1c0kfis
@@ -1105,6 +813,16 @@ task.execution.setVariable('subFormName','DERA Form');
Flow_1c0kfis
Flow_06v4kdf
+
+ Flow_0pqk381
+ Flow_06v4kdf
+ Flow_18exjmw
+ Flow_0orrcue
+ var system = java.lang.System;
+system.out.println ("Begin DERA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
Flow_18exjmw
@@ -1114,16 +832,6 @@ task.execution.setVariable('subFormName','DERA Form');
Flow_0go33vq
-
-
- execution.setVariable('bundleStatus', "deraCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
${action == 'Accepted'}
@@ -1148,7 +856,7 @@ execution.setVariable('isDeraResubmitted', false);
${isSentFromSociety == true}
-
+
@@ -1176,6 +884,13 @@ execution.setVariable('isDeraResubmitted', false);
${action == 'Returned'}
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
@@ -1197,7 +912,7 @@ execution.setVariable('isDeraResubmitted', false);
${isSentFromSociety == false}
-
+
@@ -1225,47 +940,6 @@ execution.setVariable('isDeraResubmitted', false);
${action == 'Returned'}
-
-
-
-
- dera_subforms_updated
-
-
- Flow_1sbxvgx
- Flow_0rsx4qs
- Flow_0jf2e1l
-
-
-
- Flow_13zl1nd
- Flow_16qbig6
- Flow_1sbxvgx
-
-
-
- Flow_0jf2e1l
-
-
-
-
- Flow_04rzv3x
- Flow_0xnspeg
- Flow_0rsx4qs
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'DERA');
-
-
-
-
@@ -1284,36 +958,62 @@ execution.setVariable('isDeraResubmitted', false);
-
+
-
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'DERA');
+
- ${action == 'Recheck' and isSentFromSociety == false}
-
- Flow_18exjmw
- Flow_06v4kdf
- Flow_0pqk381
- Flow_0orrcue
- var system = java.lang.System;
-system.out.println ("Begin DERA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
+
+
+
+
+
+
+
+ dera_subforms_updated
+
+
+ Flow_0zq3j61
+ Flow_04eqln5
+ Flow_19nit40
+
+
+
+ Flow_13zl1nd
+ Flow_1qn2dpn
+ Flow_0zq3j61
+
+
+
+
+
+ Flow_19nit40
+
+
+
+
+ Flow_04rzv3x
+ Flow_1wvb9m4
+ Flow_04eqln5
+
+
-
- Flow_0nkb4yt
- Flow_1m5dyj2
-
- Flow_15z92rp
- Flow_17dpj6g
- Flow_0p3u1yj
- Flow_0639o7i
+
+ Flow_0njpoxv
+ Flow_1phnzgm
+
+ Flow_08gusn0
+ Flow_1ancmpa
+ Flow_18kdaee
+ Flow_11d9mar
var system = java.lang.System;
system.out.println ("Sent to SDM");
-
+
@@ -1324,25 +1024,26 @@ system.out.println ("Sent to SDM");
- task.execution.setVariable('task_id',task.getId());
+ task.execution.setVariable('task_id',task.getId());
+
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SoSC');
-task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'DERA');
+task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SoSC Form');
+task.execution.setVariable('subFormName','DERA Form');
-
+
- Flow_0639o7i
- Flow_0yi6pa7
+ Flow_11d9mar
+ Flow_0tqsk2f
-
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -1355,20 +1056,20 @@ task.execution.setVariable('subFormName','SoSC Form');
- Flow_003kmau
- Flow_17dpj6g
+ Flow_13fbogw
+ Flow_1ancmpa
-
- Flow_0mjgxil
- Flow_003kmau
- Flow_1itdpy9
- Flow_1raj7vr
+
+ Flow_1x5geew
+ Flow_13fbogw
+ Flow_0zjhnx3
+ Flow_0f2ltzc
-
- Flow_1itdpy9
- Flow_0lf9s8z
+
+ Flow_0f2ltzc
+ Flow_1uju8pu
-
+
@@ -1380,7 +1081,8 @@ task.execution.setVariable('subFormName','SoSC Form');
task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"sosc");
+task.execution.setVariableLocal('variable1',"sosc");
+
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
@@ -1389,25 +1091,22 @@ task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SoSC Form');
-
-
-
+task.execution.setVariable('subFormName','SoSC Form');
- Flow_0vw0lda
- Flow_1dc1l9u
+ Flow_1wgbrcd
+ Flow_09s9m5h
-
- Flow_0es7x0e
- Flow_15z92rp
- Flow_0lf9s8z
- Flow_1p0ezkl
+
+ Flow_1cy9wf5
+ Flow_08gusn0
+ Flow_1uju8pu
+ Flow_1hgk3zw
-
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -1420,71 +1119,61 @@ task.execution.setVariable('subFormName','SoSC Form');
- Flow_1p0ezkl
- Flow_0xixsb5
+ Flow_1hgk3zw
+ Flow_1u9msnt
-
- Flow_1raj7vr
- Flow_0xixsb5
- Flow_01dcv2u
- Flow_0xnsojj
+
+ Flow_0zjhnx3
+ Flow_1u9msnt
+ Flow_0l2a4l0
+ Flow_0x6lu8g
var system = java.lang.System;
system.out.println ("Begin SoSC Flow - Sent To Caseworker");
execution.setVariable('isCaseworker',false);
system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
- Flow_01dcv2u
+
+ Flow_0l2a4l0
-
- Flow_0xnsojj
- Flow_0p3u1yj
- Flow_0vw0lda
+
+ Flow_0x6lu8g
+ Flow_18kdaee
+ Flow_1wgbrcd
-
+
- dera_subforms_updated
+ sosc_subforms_updated
- Flow_0vixcwm
- Flow_1n9gcsu
- Flow_11sb4e2
+ Flow_15rrs2v
+ Flow_0oeq414
+ Flow_141nwha
-
- Flow_1dc1l9u
- Flow_0es7x0e
- Flow_0vixcwm
+
+ Flow_09s9m5h
+ Flow_1cy9wf5
+ Flow_15rrs2v
-
- Flow_11sb4e2
+
+ Flow_141nwha
-
- Flow_0yi6pa7
- Flow_0mjgxil
- Flow_1n9gcsu
+
+ Flow_0tqsk2f
+ Flow_1x5geew
+ Flow_0oeq414
-
-
-
- execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "soscBundleStatus"]
-
-
-
+
${action == 'Accepted'}
-
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
+execution.setVariable('deraStatus', "Resubmitted");
+execution.setVariable('isDeraResubmitted', false);
@@ -1496,11 +1185,11 @@ execution.setVariable('isSoscResubmitted', false);
-
+
${isSentFromSociety == true}
-
-
+
+
@@ -1512,7 +1201,7 @@ execution.setVariable('isSoscResubmitted', false);
-
+
@@ -1528,25 +1217,25 @@ execution.setVariable('isSoscResubmitted', false);
${action == 'Returned'}
-
-
+
+
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
- ${action == 'Rejected' or action == 'Approved' }
+ ${action == 'Recheck' and isSentFromSociety == false}
-
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
- ${action == 'Recheck' and isSentFromSociety == false}
+ ${action == 'Rejected' or action == 'Approved' }
-
+
execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
@@ -1554,10 +1243,10 @@ execution.setVariable('isSoscResubmitted', false);
${action == 'Rejected'}
-
+
${isSentFromSociety == false}
-
+
@@ -1571,8 +1260,8 @@ execution.setVariable('isSoscResubmitted', false);
-
-
+
+
@@ -1586,14 +1275,14 @@ execution.setVariable('isSoscResubmitted', false);
${action == 'Returned'}
-
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
+execution.setVariable('deraStatus', "Resubmitted");
+execution.setVariable('isDeraResubmitted', false);
@@ -1604,7 +1293,7 @@ execution.setVariable('isSoscResubmitted', false);
-
+
execution.setVariable('requestStatus', 'New');
@@ -1613,1824 +1302,568 @@ execution.setVariable('requestType', 'SoSC');
-
-
-
-
+
+
+
+
-
+
-
-
- dera_updated
-
+
+ execution.setVariable('isCaseworker',true);
+
- Flow_1i04zkp
- Flow_17tf2x2
- Flow_0jxnrvm
-
-
- Flow_0g9jpvb
- Flow_1kyum71
- Flow_1u3s5mj
- Flow_0nkb4yt
-
-
- Flow_0jxnrvm
-
-
- Flow_0i3fcvy
- Flow_131saby
- Flow_1azn5ag
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isSdm',true);
+
+
+ ${action == 'Returned'}
+
+
+ ${applicationStatus== 'Resubmitted' and isCaseworker== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSdm== true}
+
+
+ ${action == 'Recheck'}
+
+
+ ${action == 'Recheck' and isSentFromSociety == true}
+
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+ ${riskclassification == 'exempt' && isSoscAvailable==false}
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('deraFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${riskclassification != 'exempt' || isSoscAvailable==true}
+
+
+
+
+
+ ${action == 'Rejected'}
+
+
+
+
+
+
+ ${action == 'Rejected'}
+
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+task.execution.setVariable('userRole','CSSA Team');
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1quswsc
+ Flow_0gb2oz2
+ Flow_0wr0mei
+ Flow_0lgivc3
+ Flow_0bz8atu
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+execution.setVariable('returnedBy', "cssaTeam");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0wxa7vb
+ Flow_19ktqsm
+ Flow_0qw9o9a
+ Flow_12uv3km
+ Flow_0b5e332
+ Flow_1stifo9
+
+
+ Flow_0dbqph3
+ Flow_1stifo9
+ Flow_05pndkl
+ var system = java.lang.System;
+var riskclassification = execution.getVariable('riskclassification');
+system.out.println ("riskclassification "+riskclassification);
+var typeOfReview = execution.getVariable('typeOfReview');
+system.out.println ("typeOfReview "+typeOfReview);
+execution.setVariable('typeOfReview',typeOfReview);
+var clientEmail = execution.getVariable('simpleemail');
+system.out.println ("clientEmail "+clientEmail);
+execution.setVariable('clientEmail',clientEmail);
+var siteRiskClassification = execution.getVariable('siteRiskClassification');
+system.out.println ("siteRiskClassification "+siteRiskClassification );
+execution.setVariable('siteRiskClassification',siteRiskClassification);
+execution.setVariable('formName','Detailed Ecological Risk Assessment Checklist');
+execution.setVariable('EmailType','DERA');
+execution.setVariable('name','User');
+var emailsToArray = [];
+emailsToArray.push(clientEmail)
+execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
+
+execution.setVariable('isSoscAvailable',true);
+
+
+ Flow_1rc30l8
+ Flow_0dbqph3
+ var system = java.lang.System;
+system.out.println ("Submit Bundle");
+execution.setVariable('isAp',false);
+execution.setVariable('isSociety',false);
+execution.setVariable('isCssaTeam',false);
+
+
+ Flow_1rc30l8
+
+
+ Flow_1xj96i6
+ Flow_1quswsc
+ Flow_142lsgk
-
- Flow_1azn5ag
- Flow_04qadhc
- Flow_02nvps4
-
-
- Flow_04qadhc
- Flow_01v1a0f
-
- Flow_1lumm7v
- Flow_0rqk8na
- Flow_00s15ao
- Flow_1odhac6
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'DERA');
-task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','DERA Form');
-
-
-
-
-
- Flow_1odhac6
- Flow_15nyxwz
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_1surrqx
- Flow_0rqk8na
-
-
- Flow_1gd48dj
- Flow_1surrqx
- Flow_1g1rouj
- Flow_0axjodg
-
-
- Flow_1g1rouj
- Flow_1r30rh3
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"dera");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'DERA');
-task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+
+
+
+ task.execution.setVariable('isSociety',false);
+task.execution.setVariable('userRole','CSAP Society');
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','DERA Form');
+var system = java.lang.System;
+task.execution.setVariable('isSentFromSociety',true);
+system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_0kfjdmp
+ Flow_0543g25
+ Flow_1ev1kr6
+ Flow_0d8ruax
+
+
+
+
+ task.execution.setVariable('isAp',false);
+task.execution.setVariable('userRole','CSAP');
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_142lsgk
+ Flow_0pzpbn7
+ Flow_0527h3y
+ Flow_0b418rv
+
+
+
+
+ var system = java.lang.System;
+system.out.println ("form signed");
+
+
+ Flow_05pndkl
+ Flow_0ohuh4k
+
+
+ Flow_0ohuh4k
+ Flow_1xj96i6
+ Flow_0527h3y
+ Flow_0543g25
+ Flow_0wr0mei
+ Flow_0d8ioqs
+ Flow_0ovj0pk
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1tu4hj7
+ Flow_1esdw3m
+ Flow_0aabyhy
+ Flow_0gcqir8
+
+
+ Flow_026ykts
+ Flow_0drs8s9
+ Flow_0i3fcvy
+
+
+
+ Flow_02ysv7t
+ Flow_026ykts
+ var system = java.lang.System;
+var selectSdm= execution.getVariable('selectSdm');
+system.out.println ("selectSdm"+selectSdm);
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+var selectDeraSdm= execution.getVariable('selectDeraSdm');
+system.out.println ("selectDeraSdm"+selectDeraSdm);
+execution.setVariable('sdmDeraAssignment',selectDeraSdm);
+system.out.println ("sdmDeraAssignment"+execution.getVariable('sdmDeraAssignment'));
-
-
-
-
-
-
- Flow_0kko947
- Flow_13jm4kf
-
-
- Flow_1jlvkno
- Flow_1lumm7v
- Flow_1r30rh3
- Flow_0xf5y0k
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_0xf5y0k
- Flow_1uwj5on
-
-
- Flow_06rvauy
-
-
- Flow_1s3el1j
- Flow_00s15ao
- Flow_0kko947
-
-
-
-
-
- dera_subforms_updated
-
-
- Flow_11hmda7
- Flow_1vjuqup
- Flow_0u4wuii
-
-
- Flow_13jm4kf
- Flow_1jlvkno
- Flow_11hmda7
-
-
- Flow_0u4wuii
-
-
- Flow_15nyxwz
- Flow_1gd48dj
- Flow_1vjuqup
-
-
- Flow_0axjodg
- Flow_1uwj5on
- Flow_06rvauy
- Flow_1s3el1j
- var system = java.lang.System;
-system.out.println ("Begin DERA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
-
-
- execution.setVariable('bundleStatus', "deraCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('deraStatus', "Resubmitted");
-execution.setVariable('isDeraResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "deraStatus"]
-
-
-
- execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isDeraResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isDeraResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "deraStatus"]
-
-
-
- execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('isDeraResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isDeraResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('deraStatus', "Resubmitted");
-execution.setVariable('isDeraResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'DERA');
-
-
-
-
-
-
-
-
-
-
- Flow_02nvps4
- Flow_147keeo
-
- Flow_0ly2cyz
- Flow_0niwre0
- Flow_1nl5ipm
- Flow_0f4x52g
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SoSC');
-task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SoSC Form');
-
-
-
-
-
- Flow_0f4x52g
- Flow_0ut0zi1
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_0ux2vew
- Flow_0niwre0
-
-
- Flow_0of98ac
- Flow_0ux2vew
- Flow_1aeuu2q
- Flow_1cqow89
-
-
- Flow_1aeuu2q
- Flow_1qqnzvx
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"sosc");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SoSC');
-task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SoSC Form');
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('sdmSoscAssignment',selectSoscSdm);
+system.out.println ("sdmSoscAssignment"+execution.getVariable('sdmSoscAssignment'));
+var selectCaseworker= execution.getVariable('selectCaseworker');
+system.out.println ("selectCaseworker"+selectCaseworker);
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
-
-
-
-
-
-
- Flow_0b48ica
- Flow_02bhjf4
-
-
- Flow_0uqrlo1
- Flow_0ly2cyz
- Flow_1qqnzvx
- Flow_1c5adbp
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_1c5adbp
- Flow_0cd2y9a
-
-
- Flow_1cqow89
- Flow_0cd2y9a
- Flow_08ue3be
- Flow_027qwvp
- var system = java.lang.System;
-system.out.println ("Begin SoSC Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_08ue3be
-
-
- Flow_027qwvp
- Flow_1nl5ipm
- Flow_0b48ica
-
-
-
-
-
- dera_subforms_updated
-
-
- Flow_1tw25qi
- Flow_1wmn6pm
- Flow_09ntkx7
-
-
- Flow_02bhjf4
- Flow_0uqrlo1
- Flow_1tw25qi
-
-
- Flow_09ntkx7
-
-
- Flow_0ut0zi1
- Flow_0of98ac
- Flow_1wmn6pm
-
-
-
-
- execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "soscBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus"]
-
-
-
- execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isSoscResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSoscResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "soscStatus"]
-
-
-
- execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('isSoscResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSoscResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('soscStatus', "Resubmitted");
-execution.setVariable('isSoscResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "soscStatus","isSoscResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SoSC');
-
-
-
-
-
-
-
-
-
-
- Flow_01v1a0f
- Flow_147keeo
- Flow_1l5jf46
-
-
- Flow_0n61nyr
-
-
- Flow_1b7b7vp
- Flow_1j9qdt7
-
- Flow_01dljge
- Flow_1inicnb
- Flow_00llqqu
- Flow_10vct33
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'DERA');
-task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','DERA Form');
-
-
-
-
-
- Flow_10vct33
- Flow_1orl3n2
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_0y6yjq4
- Flow_1inicnb
-
-
- Flow_0gcxxyc
- Flow_0y6yjq4
- Flow_1x8qn14
- Flow_18f4dcj
-
-
- Flow_1x8qn14
- Flow_1huo0lg
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"dera");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'DERA');
-task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','DERA Form');
+var selectDeraCaseworker= execution.getVariable('selectDeraCaseworker');
+system.out.println ("selectDeraCaseworker"+selectDeraCaseworker);
+execution.setVariable('caseworkerDeraAssignment',selectDeraCaseworker);
+system.out.println ("caseworkerDeraAssignment"+execution.getVariable('caseworkerDeraAssignment'));
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('caseworkerSoscAssignment',selectSoscCaseworker);
+system.out.println ("caseworkerSoscAssignment"+execution.getVariable('caseworkerSoscAssignment'));
-
-
-
-
-
-
- Flow_1385q2s
- Flow_0hla21j
-
-
- Flow_1u5ar4j
- Flow_01dljge
- Flow_1huo0lg
- Flow_08vhe64
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_08vhe64
- Flow_0j3ub9c
-
-
- Flow_15qwrqx
-
-
- Flow_1mlkd5t
- Flow_00llqqu
- Flow_1385q2s
-
-
-
-
-
- dera_subforms_updated
-
-
- Flow_1ldt3wq
- Flow_1gathh9
- Flow_0vsb9eb
-
-
- Flow_0hla21j
- Flow_1u5ar4j
- Flow_1ldt3wq
-
-
- Flow_0vsb9eb
-
-
- Flow_1orl3n2
- Flow_0gcxxyc
- Flow_1gathh9
-
-
- Flow_18f4dcj
- Flow_0j3ub9c
- Flow_15qwrqx
- Flow_1mlkd5t
- var system = java.lang.System;
-system.out.println ("Begin DERA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
-
-
- execution.setVariable('bundleStatus', "deraCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('deraStatus', "Resubmitted");
-execution.setVariable('isDeraResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "deraStatus"]
-
-
-
- execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('isDeraResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isDeraResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- ["applicationId", "applicationStatus", "deraStatus"]
-
-
-
- execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('isDeraResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isDeraResubmitted"]
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('deraStatus', "Resubmitted");
-execution.setVariable('isDeraResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "deraStatus","isDeraResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'DERA');
-
-
-
-
-
-
-
-
-
-
- Flow_1r9sgs4
- Flow_1x22wup
-
- Flow_03yoy3w
- Flow_0il3vmv
- Flow_05wlevd
- Flow_0are22b
- var system = java.lang.System;
-system.out.println ("Sent to Caseworker");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Caseworker');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
-
- Flow_0are22b
- Flow_07l3syo
-
-
- Flow_0an51l4
- Flow_1fu9yzy
- Flow_1snhou2
- Flow_1ndkwtp
- Flow_1h0m3i7
-
-
- Flow_1snhou2
- Flow_0xfqt3y
- Flow_1vdz37b
- Flow_01epz2i
- Flow_16pxdg9
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
- Flow_16pxdg9
- Flow_0ftakdr
-
-
- Flow_1yzlrk5
- Flow_1w63bha
- Flow_1xo2d1y
- Flow_0k8zbtn
-
-
- Flow_1fu9yzy
- Flow_1w63bha
- Flow_057mgr6
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_1h0m3i7
- Flow_0il3vmv
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_1xo2d1y
- Flow_0xfqt3y
-
-
- Flow_1quxcj1
- Flow_05wlevd
- Flow_1vdz37b
-
-
- Flow_1ndkwtp
- Flow_13fkd7i
- Flow_18uiwvj
- Flow_0qth6vy
- Flow_1j7p3z3
- Flow_10q9ixt
- var system = java.lang.System;
-system.out.println ("Begin SRCR Flow - Sent To SRCO");
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_18uiwvj
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('userRole','Site Risk Classification Officer');
-task.execution.setVariable('subFormName','SRCR Form');
-
-
-
-
-
- Flow_10q9ixt
- Flow_1jv9mjo
-
-
- Flow_099g99i
- Flow_057mgr6
- Flow_1m3u6g8
- Flow_0ubwm3f
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_0ubwm3f
- Flow_13fkd7i
-
-
- Flow_1m3u6g8
- Flow_01epz2i
- Flow_1quxcj1
-
-
- Flow_0k8zbtn
- Flow_0qth6vy
- Flow_06l4mcj
-
-
- Flow_06l4mcj
- Flow_03yoy3w
- Flow_1j7p3z3
-
-
-
-
-
- dera_subforms_updated
-
-
- Flow_1f5nol9
- Flow_07t1o4f
- Flow_04demhb
- Flow_1fnm4v9
-
-
- Flow_1jv9mjo
- Flow_099g99i
- Flow_1f5nol9
-
-
- Flow_07l3syo
- Flow_0an51l4
- Flow_07t1o4f
-
-
- Flow_1fnm4v9
-
-
- Flow_0ftakdr
- Flow_1yzlrk5
- Flow_04demhb
-
-
-
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected'}
-
-
-
-
- execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
-
-
-
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus","isSrcrResubmitted"]
-
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
- ${siteRiskClassification != 'notHighRisk'}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Approved' or action == 'Rejected' }
-
-
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
- ${action == 'Recheck' }
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' }
-
-
- ${siteRiskClassification == 'notHighRisk'}
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-execution.setVariable('isSrcrResubmitted', false);
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus", "isSrcrResubmitted"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SRCR');
-
-
-
-
-
-
-
-
-
- ${siteRiskClassification != 'notHighRisk' }
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
-
- execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
-
-
-
- ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
-
-
- ${action == 'Accepted'}
-
-
-
-
-
- execution.setVariable('isSrcrResubmitted', true);
-
-
-
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
-
-
-
- ${action == 'Returned' }
-
-
- ${siteRiskClassification == 'notHighRisk' }
-
-
-
-
-
-
-
-
+var selectSrco= execution.getVariable('selectSrco');
+system.out.println ("selectSrco"+selectSrco);
+execution.setVariable('srcoAssignment',selectSrco);
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+ Flow_00pfp2v
+ Flow_02ysv7t
+ Flow_0lgivc3
+
+
+ Flow_0fv5367
+ Flow_12uv3km
+ Flow_0kfjdmp
+
+
+ Flow_1j8wa3r
+ Flow_19ktqsm
+ Flow_1tu4hj7
+ Flow_1ev1kr6
+ Flow_0qbjx6e
+
+
+ Flow_1rlisdb
+ Flow_0gb2oz2
+ Flow_0qw9o9a
+ Flow_0pzpbn7
+
+
+ Flow_0bz8atu
+ Flow_1j8wa3r
+ Flow_1sj5fc8
+
+
+
+
+
+ dera_updated
+
+
+ Flow_1sj5fc8
+ Flow_16ofiye
+ Flow_15d65om
+ Flow_183ni86
+ Flow_1kvztr8
+
+
+ Flow_1kvztr8
+
+
+ Flow_0b418rv
+ Flow_0fv5367
+ Flow_16ofiye
+
+
+ Flow_0d8ruax
+ Flow_1rlisdb
+ Flow_15d65om
+
+
+ Flow_0gcqir8
+ Flow_00pfp2v
+ Flow_183ni86
+
+
-
- execution.setVariable('bundleStatus', "deraMgrAccepted");
-
-
-
- ["applicationId", "applicationStatus", "bundleStatus"]
-
+ var system = java.lang.System;
+execution.setVariable('isSentFromSociety',false);
+system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
+ ${typeOfReview== 'directToMinistryApplication'}
+
+
+
${action == 'Accepted'}
+
+ ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
+
${action == 'Recheck'}
-
-
- ${riskclassification == 'exempt'}
+
+
-
+
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('isCssaTeam',true);
- ${riskclassification != 'exempt'}
+ ${action == 'Returned'}
-
-
-
-
+
- execution.setVariable('formUrl', execution.getVariable('deraFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
+ execution.setVariable('isAp',true);
-
+
+ ${action == 'Returned'}
+
+
+
- if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
+ execution.setVariable('isSociety',true);
-
+ ${action == 'Returned'}
-
- ${applicationStatus== 'Resubmitted' and isSdm== true}
-
-
- ${isSentFromSociety == true}
-
-
+
+
- execution.setVariable('bundleStatus', "deraCaseworkerAccepted");
+ execution.setVariable('applicationStatus', "Resubmitted");
- ["applicationId", "applicationStatus", "bundleStatus"]
+ ["applicationId", "applicationStatus"]
+
- ${action == 'Accepted'}
-
-
-
- ${applicationStatus== 'Resubmitted' and isCaseworker== true}
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
- ${isSoscAvailable==false}
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
-
-
- execution.setVariable('isSdm',true);
-
-
- ${action == 'Returned'}
-
-
- ${action == 'Recheck' and isSentFromSociety == true}
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
- ${isSoscAvailable==true}
-
- ${isSoscAvailable==false}
-
-
-
-
-
+
+
+
-
- execution.setVariable('bundleStatus', "cssaTeamAccepted");
-
+
- ["applicationId", "applicationStatus", "bundleStatus"]
+ ["applicationId", "applicationStatus"]
+
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
-
- ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
-
-
- ${applicationStatus== 'Resubmitted' and isSociety== true}
-
-
- ${applicationStatus== 'Resubmitted' and isAp== true}
${applicationStatus!= 'Resubmitted'}
-
-
- ${applicationStatus== 'Signed'}
-
-
- ${owneroperatorradioGroup=='sameAsApplicant'}
-
${typeOfReview!= 'directToMinistryApplication'}
-
- ${action == 'Recheck'}
-
-
${action == 'Accepted'}
+
+ ${applicationStatus== 'Resubmitted' and isSociety== true}
+
${action == 'Recheck'}
-
-
-
-
- var system = java.lang.System;
-execution.setVariable('isSentFromSociety',false);
-system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
-
-
- ${typeOfReview== 'directToMinistryApplication'}
-
-
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
-
-
-
-
-
- execution.setVariable('isCaseworker',true);
-
-
- ${action == 'Returned'}
-
-
-
-
- execution.setVariable('isCssaTeam',true);
-
-
- ${action == 'Returned'}
+
+
+ ${action == 'Recheck'}
-
-
-
- execution.setVariable('isAp',true);
-
-
- ${action == 'Returned'}
+
+ ${applicationStatus== 'Resubmitted' and isAp== true}
-
-
-
- execution.setVariable('isSociety',true);
-
-
- ${action == 'Returned'}
+
+
+
+ ${action == 'Accepted'}
-
+
+
+
-
- var system = java.lang.System;
-system.out.println ("site owner flow");
-
+
- ${owneroperatorradioGroup=='different'}
-
-
-
${action == 'Accepted'}
-
-
-
-
-
- ${action == 'Rejected'}
+
+
+
+
+
+
+
+
+
+
+ Flow_0drs8s9
+ Flow_1kyum71
+ Flow_1u3s5mj
+ Flow_03jspvi
+
+
+ Flow_03jspvi
+ Flow_0njpoxv
+ Flow_0kehuqf
+
+
+ ${isSoscAvailable==true}
-
-
-
+
+
+ Flow_1phnzgm
+ Flow_0kehuqf
+ Flow_1qdnyub
+
+
+
- execution.setVariable('formUrl', execution.getVariable('deraFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
-
-
-
- if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+var system = java.lang.System;
+execution.setVariable('soscStatus','Approved');
+system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
+ ${isSoscAvailable==false}
-
-
-
-
-
-
-
-
- ${isSoscAvailable==true}
-
-
-
-
-
-
- Flow_1j9qdt7
- Flow_1x22wup
- Flow_17uy5we
-
-
-
-
-
-
- execution.setVariable('formUrl', execution.getVariable('deraFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
+
+ Flow_1u3s5mj
+ Flow_13aqwr9
+ Flow_1hjiq9n
+
+
+ ${riskclassification != 'exempt'}
+
+
+ Flow_1phkhb3
+ Flow_1hjiq9n
+ Flow_09v5hyw
+
+
+
+
- if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+var system = java.lang.System;
+execution.setVariable('srcrStatus','Approved');
+system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
+ ${riskclassification == 'exempt'}
@@ -3438,2301 +1871,1354 @@ execution.setVariable("applicationStatus", "Rejected");
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
-
-
+
+
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
-
-
+
+
+
+
+
-
+
-
+
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
+
-
-
-
-
-
+
+
+
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
+
+
+
+
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
+
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
+
+
+
+
-
+
-
-
+
+
+
-
-
+
+
-
+
-
-
-
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
+
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
+
+
-
+
-
-
-
-
-
+
+
-
+
-
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
+
+
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
-
+
From 0ffed11b47806aaaf0f57aca69867aba39ccd62c Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Thu, 1 Feb 2024 21:26:38 -0800
Subject: [PATCH 46/88] issue fix for 244
---
.../Bundling/subProcess/CSSABundleWorklow.bpmn | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index f00b659a..738fb606 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -125,6 +125,7 @@ system.out.println ("site owner flow");
+
execution.setVariable('applicationStatus', "Resubmitted");
@@ -554,6 +555,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
@@ -662,6 +664,7 @@ execution.setVariable('isSoscResubmitted', false);
+
execution.setVariable('applicationStatus', "Resubmitted");
@@ -836,6 +839,7 @@ task.execution.setVariable('subFormName','CSSA Form');
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
@@ -976,6 +980,7 @@ execution.setVariable('requestType', 'CSSA');
+
execution.setVariable('applicationStatus', "Resubmitted");
@@ -1528,6 +1533,7 @@ task.execution.setVariable('subFormName','SRCR Form');
+
execution.setVariable('applicationStatus', "Resubmitted");
@@ -1603,6 +1609,7 @@ execution.setVariable('isSrcrResubmitted', false);
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
@@ -1651,6 +1658,7 @@ execution.setVariable('isSrcrResubmitted', false);
+
execution.setVariable('applicationStatus', "Resubmitted");
@@ -3390,4 +3398,4 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
+
\ No newline at end of file
From fe121912ea4a57227f19aab639fd947b94b61509 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Thu, 1 Feb 2024 21:36:55 -0800
Subject: [PATCH 47/88] unit test issue fix
---
.../Bundling/subProcess/DERABundleWorkflow.bpmn | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 82598115..3115c431 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -379,6 +379,7 @@ task.execution.setVariable('subFormName','SRCR Form');
+
execution.setVariable('applicationStatus', "Resubmitted");
@@ -454,6 +455,7 @@ execution.setVariable('isSrcrResubmitted', false);
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
@@ -528,6 +530,7 @@ execution.setVariable('isSrcrResubmitted', false);
+
execution.setVariable('applicationStatus', "Resubmitted");
@@ -836,6 +839,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
@@ -942,6 +946,7 @@ execution.setVariable('isDeraResubmitted', false);
+
execution.setVariable('applicationStatus', "Resubmitted");
@@ -1169,6 +1174,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
@@ -1277,6 +1283,7 @@ execution.setVariable('isDeraResubmitted', false);
+
execution.setVariable('applicationStatus', "Resubmitted");
@@ -1735,6 +1742,7 @@ system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSocie
+
execution.setVariable('applicationStatus', "Resubmitted");
@@ -3223,4 +3231,4 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
+
\ No newline at end of file
From 080550197755cc803cff42da0f8c9f1ab512786b Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Thu, 1 Feb 2024 22:21:17 -0800
Subject: [PATCH 48/88] unit test issue fix
---
.../subProcess/CSSABundleWorklow.bpmn | 2 +-
.../processes/Common/email-template.dmn | 28 ++++++++++++++++++-
2 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index f00b659a..b6a91364 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -519,7 +519,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
- cssa_subforms_updated
+ sosc_subforms_updated
Flow_0vixcwm
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
index 9c01e388..15afdc55 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
@@ -1,5 +1,5 @@
-
+
@@ -300,6 +300,32 @@
"epd-support@gov.bc.ca"
+
+
+ sosc_subforms_updated
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ "Summary of Site Condition Report Update"
+
+
+ "templates/request_updated.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
From b9471b5037b5e8975262e17e21e747bffa313e3a Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Mon, 5 Feb 2024 14:07:55 -0800
Subject: [PATCH 49/88] unit test issue fixes
---
.../subProcess/DERABundleWorkflow.bpmn | 398 +++++++++---------
.../processes/Common/email-template.dmn | 2 +-
2 files changed, 200 insertions(+), 200 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 3115c431..306a4294 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -1379,7 +1379,7 @@ execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
- if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
+ if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" && execution.getVariable('soscStatus') === "Approved")
{
execution.setVariable("applicationStatus", "Approved");
}
@@ -1882,29 +1882,29 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
@@ -1947,141 +1947,6 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2217,10 +2082,6 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
-
@@ -2288,10 +2149,6 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
-
@@ -2307,13 +2164,6 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
-
-
-
-
@@ -2342,24 +2192,6 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2368,10 +2200,6 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
-
@@ -2386,6 +2214,22 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2393,15 +2237,36 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2411,6 +2276,25 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2514,10 +2398,6 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
-
@@ -2554,10 +2434,6 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
-
@@ -2581,20 +2457,28 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
@@ -2779,6 +2663,122 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3206,7 +3206,7 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
+
@@ -3226,9 +3226,9 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
+
-
\ No newline at end of file
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
index 15afdc55..bd2ae726 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
@@ -302,7 +302,7 @@
- sosc_subforms_updated
+ "sosc_subforms_updated"
From e0fc6a379e00021897908c95b0bdfff698eb3ee8 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Tue, 6 Feb 2024 07:50:58 -0800
Subject: [PATCH 50/88] final changes for dera/sosc
---
... Ecological Risk Assessment Checklist.json | 829 +++++++++---------
.../Site Risk Classification Report.json | 128 ++-
.../bundling/Summary of Site Condition.json | 553 ++++++------
.../subProcess/CSSABundleWorklow.bpmn | 148 ++--
.../subProcess/DERABundleWorkflow.bpmn | 87 +-
5 files changed, 859 insertions(+), 886 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 7239a0ec..cb5a427c 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -177,12 +177,38 @@
},
{
"title": "Reviewer Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
"collapsible": false,
- "hideLabel": true,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
"key": "reviewerActions",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (data.riskclassification === \"exempt\") {\r\n show = false;\r\n } else {\r\n show = true;\r\n }\r\n}",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "panel",
"label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
"input": false,
"tableView": false,
"components": [
@@ -195,60 +221,35 @@
"label": "Previous Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "prevReviewer",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.deraUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -256,6 +257,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -265,13 +267,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "eewy7m"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "em2u3g"
}
],
"offset": 0,
@@ -287,60 +308,35 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "nextReviewer",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst filteredData = _.pick(data, data.deraUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -348,6 +344,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -357,72 +354,66 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "ed219g"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "e7lx1r3q"
},
{
"label": "Approved",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "approved",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.deraUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -430,6 +421,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -439,13 +431,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "ex948n9"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "e6rusls"
}
],
"width": 3,
@@ -462,41 +473,10 @@
"action": "custom",
"showValidations": false,
"theme": "warning",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
"disabled": true,
"tableView": false,
- "modalEdit": false,
"key": "needsMoreInfo",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \tvar applicationStatus = response.applicationStatus ? response.applicationStatus.value : '';\r\n\tvar isResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;+submissionId;\r\nconst filteredData = _.pick(data, data.deraUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
"input": true,
@@ -504,18 +484,25 @@
"keyModified": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -523,6 +510,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -532,13 +520,31 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "eozzsx"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "er4piec"
}
],
"size": "md",
@@ -555,59 +561,35 @@
"action": "custom",
"showValidations": false,
"theme": "danger",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "rejected",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!(roles.includes(\"formsflow-reviewer/csap\") ||\r\nroles.includes(\"formsflow-reviewer/csap-society\"))) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.deraUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});\r\n",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -615,6 +597,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -624,13 +607,31 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "e44vww"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "ezt2gnf"
}
],
"size": "md",
@@ -705,38 +706,31 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "evh2su"
+ "id": "e6e8v9c"
}
],
"keyModified": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -746,38 +740,50 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e2pmea"
+ "id": "ek6yob"
},
{
"title": "Reviewer Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
"collapsible": false,
- "key": "cssaBundleActions",
- "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\"){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "deraBundleActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\"))\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "panel",
"label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
"input": false,
"tableView": false,
"components": [
@@ -861,7 +867,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "eh2ix9"
+ "id": "etca1sw"
}
],
"width": 3,
@@ -877,61 +883,36 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "sendBundleToNextReviewer",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "form.emit('customEvent', {\n type: \"actionComplete\", \n component: component,\n actionType:'Accepted'\n });",
"input": true,
"keyModified": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -939,6 +920,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -948,13 +930,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "em2s64"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "ey4wl2h"
},
{
"label": "Approved",
@@ -1031,7 +1032,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "e2wcgt7"
+ "id": "eqnqvd6"
}
],
"width": 3,
@@ -1118,7 +1119,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "e0z6swf"
+ "id": "ejbws4"
}
],
"size": "md",
@@ -1205,7 +1206,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "eq7crx"
+ "id": "ee403b"
}
],
"size": "md",
@@ -1280,39 +1281,31 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "etzdd6x"
+ "id": "ei1ile"
}
],
"keyModified": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1322,38 +1315,50 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e7ancpq"
+ "id": "eppmkgr"
},
{
"title": "Assign Reviewers",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
"collapsible": true,
- "key": "cssaReviewerAssignment",
- "customConditional": " if (data.riskclassification === \"exempt\"){\r\n const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n const roles = UserDetails[\"role\"];\r\n \r\n if(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "deraReviewerAssignment",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n \r\nif (data.riskclassification === \"exempt\" ||\r\nroles.includes(\"formsflow-client\")||\r\nroles.includes(\"formsflow-reviewer/cssa-team\")||\r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/caseworker\") ||\r\nroles.includes(\"formsflow-reviewer/sdm\")\r\n){\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "panel",
"label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
"collapsed": false,
"input": false,
"tableView": false,
@@ -1365,31 +1370,10 @@
"components": [
{
"label": "Select SDM",
- "labelPosition": "top",
"widget": "choicesjs",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "uniqueOptions": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
"dataSrc": "url",
"data": {
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "resource": "",
- "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
"headers": [
{
@@ -1405,96 +1389,107 @@
"value": "application/json"
}
],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
"custom": ""
},
"dataType": "string",
- "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
- "refreshOn": "",
- "refreshOnBlur": "",
- "clearOnRefresh": false,
- "searchEnabled": true,
- "selectThreshold": 0.3,
- "readOnlyValue": false,
- "customOptions": {},
- "useExactSearch": false,
- "persistent": true,
+ "key": "selectDeraSdm",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
"protected": false,
- "dbIndex": false,
- "encrypted": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
"clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "allowCalculateOverride": false,
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "selectDeraSdm",
- "tags": [],
- "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "select",
- "indexeddb": {
- "filter": {}
- },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
"lazyLoad": true,
- "selectValues": "data",
- "selectFields": "",
- "disableLimit": false,
- "searchField": "",
+ "filter": "",
+ "searchEnabled": true,
"searchDebounce": 0.3,
+ "searchField": "",
"minSearch": 0,
- "filter": "",
- "limit": 100,
+ "readOnlyValue": false,
"authenticate": false,
"ignoreCache": false,
- "redrawOn": "",
- "input": true,
- "keyModified": true,
- "prefix": "",
- "suffix": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "id": "efplfsc",
- "defaultValue": "",
- "sort": ""
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "ee2k2k"
}
],
"width": 4,
@@ -1508,31 +1503,10 @@
"components": [
{
"label": "Select Caseworker",
- "labelPosition": "top",
"widget": "choicesjs",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "uniqueOptions": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
"dataSrc": "url",
"data": {
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "resource": "",
- "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
"headers": [
{
@@ -1548,96 +1522,108 @@
"value": "application/json"
}
],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
"custom": ""
},
"dataType": "string",
- "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
- "refreshOn": "",
- "refreshOnBlur": "",
- "clearOnRefresh": false,
- "searchEnabled": true,
- "selectThreshold": 0.3,
- "readOnlyValue": false,
- "customOptions": {},
- "useExactSearch": false,
- "persistent": true,
+ "key": "selectDeraCaseworker",
+ "customConditional": "if (data.typeOfReview==='applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc')\n{\n show = false;\n}\nelse {\n show = true;\n}",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
"protected": false,
- "dbIndex": false,
- "encrypted": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
"clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "allowCalculateOverride": false,
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "selectDeraCaseworker",
- "tags": [],
- "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "if (data.typeOfReview==='applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc')\n{\n show = false;\n}\nelse {\n show = true;\n}",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "select",
- "indexeddb": {
- "filter": {}
- },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
"lazyLoad": true,
- "selectValues": "data",
- "selectFields": "",
- "disableLimit": false,
- "searchField": "",
+ "filter": "",
+ "searchEnabled": true,
"searchDebounce": 0.3,
+ "searchField": "",
"minSearch": 0,
- "filter": "",
- "limit": 100,
+ "readOnlyValue": false,
"authenticate": false,
"ignoreCache": false,
- "redrawOn": "",
- "input": true,
- "keyModified": true,
- "prefix": "",
- "suffix": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "id": "ead6qr",
- "defaultValue": "",
- "sort": ""
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "e51zw6d"
}
],
"width": 4,
@@ -1721,39 +1707,31 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "ek5j0sc"
+ "id": "ecvc539"
}
],
"keyModified": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1763,30 +1741,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e48c647"
+ "id": "ehgpjvr"
},
{
"label": "Notes",
@@ -5582,7 +5545,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -36178,7 +36141,7 @@
}
],
"collapsible": false,
- "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
index 7cc70009..44fb5289 100644
--- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
@@ -2763,50 +2763,10 @@
"breadcrumb": "default",
"tabindex": "",
"input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
"tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
"components": [
{
"label": "HTML",
- "tag": "p",
- "className": "",
"attrs": [
{
"attr": "",
@@ -2815,43 +2775,24 @@
],
"content": "\nCollection Notice for Environmental Protection Platform: \nYour personal information is collected under 26(c) of the Freedom of Information and Protection of Privacy Act for the purpose of accessing services of the Environmental Protection Division. If you have any questions about the collection of your information, please contact Site Remediation Services at site@gov.bc.ca \nCollection Notice for Site Remediation Forms: \nYour personal information is collected under 26(c) of the Freedom of Information and Protection of Privacy Act for the purpose of receiving site remediation services. If you have any questions about the collection of your information, please contact Site Remediation Services at site@gov.bc.ca \n
",
"refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
"key": "html",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "htmlelement",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
@@ -2866,6 +2807,7 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -2875,16 +2817,68 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "ef9l67"
+ "tag": "p",
+ "id": "e39btfg"
}
],
- "id": "e37ho8k"
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eieh49c"
},
{
"id": "ecrddmq",
@@ -5154,7 +5148,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -14566,7 +14560,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -18509,7 +18503,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 9007961c..3dd83784 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -23,7 +23,7 @@
"key": "formActions",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nconsole.log('data-----', data);\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)) {\r\n show = false;\r\n } else {\r\n show = true;\r\n }\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nconst isSoscAvailable = (data.submissionTypeTwo ? data.submissionTypeTwo.reportsSubmitted : false) || (data.applicationsrequested ? data.applicationsrequested.siteReclassification ||data.applicationsrequested.approvalOfBackgroundConcentrations : false) || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite || data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) || (data.deraStatus !== null || data.deraStatus !== undefined) ? true : false;\r\nconsole.log('isSoscAvailable-----',isSoscAvailable);\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (data.riskclassification === \"exempt\" && !(isSoscAvailable)) {\r\n show = false;\r\n } else {\r\n show = true;\r\n }\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -56,60 +56,35 @@
"label": "Previous Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "sendToPreviousReviewer",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.soscBundleStatus === \"soscCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -117,6 +92,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -126,13 +102,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "et6hmui"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "etk0doi"
}
],
"width": 3,
@@ -148,61 +143,36 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "sendToNextReviewer",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")) {\r\n\tif((data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" && data.bundleStatus === 'cssaMgrAccepted')||\r\n\tdata.soscBundleStatus === 'soscCaseworkerAccepted')\r\n \t \tshow = false;\r\n\telse\r\n\t\tshow = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
"input": true,
"keyModified": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -210,6 +180,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -219,13 +190,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "ejbnyn7"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "efn2hwmj"
},
{
"label": "Approved",
@@ -307,7 +297,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "eajutmg"
+ "id": "eqdfrab"
}
],
"width": 3,
@@ -394,7 +384,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "euwstpw"
+ "id": "eewetd5"
}
],
"size": "md",
@@ -481,7 +471,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "enfhldh"
+ "id": "esoctjq"
}
],
"size": "md",
@@ -556,7 +546,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "ewhwp1e"
+ "id": "e3p3nf"
}
],
"keyModified": true,
@@ -598,7 +588,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "eoq8qxp"
+ "id": "e07qwtb"
},
{
"title": "Reviewer Actions",
@@ -613,7 +603,7 @@
"key": "soscBundleActions",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")) {\r\n if (data.riskclassification === \"exempt\"){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n} else if (roles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !(data.SoSC || data.certificationdocumentradioGroup.determinationOfContaminatedSite \r\n|| data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance)){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = (data.submissionTypeTwo ? data.submissionTypeTwo.reportsSubmitted : false) || (data.applicationsrequested ? data.applicationsrequested.siteReclassification ||data.applicationsrequested.approvalOfBackgroundConcentrations : false) || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite || data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) || (data.deraStatus !== null || data.deraStatus !== undefined) ? true : false;\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")) {\r\n if (data.riskclassification === \"exempt\"){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n} else if (roles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\" && !(isSoscAvailable)){\r\n if (data.deraStatus)\r\n show = false;\r\n else\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -717,7 +707,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "eppsbjd"
+ "id": "eweuy80g"
}
],
"width": 3,
@@ -733,61 +723,36 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"key": "sendBundleToNextReviewer",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\") || \r\nroles.includes(\"formsflow-reviewer/sdm\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "button",
"custom": "form.emit('customEvent', {\n type: \"actionComplete\", \n component: component,\n actionType:'Accepted'\n });",
"input": true,
"keyModified": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
+ "description": "",
"errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -795,6 +760,7 @@
"widget": {
"type": "input"
},
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -804,13 +770,32 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "ez5eeme"
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "e90fzmc"
},
{
"label": "Approved",
@@ -887,7 +872,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "ewrzali"
+ "id": "e2imk9"
}
],
"width": 3,
@@ -974,7 +959,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "eidbuob"
+ "id": "e5wyb2q"
}
],
"size": "md",
@@ -1061,7 +1046,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "eyj3ukl"
+ "id": "er5g2kk"
}
],
"size": "md",
@@ -1136,7 +1121,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "esyinhy"
+ "id": "e9hv797"
}
],
"keyModified": true,
@@ -1178,7 +1163,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "excfqro"
+ "id": "e3ee7vn"
},
{
"title": "Assign Reviewers",
@@ -1193,7 +1178,7 @@
"key": "sdmAssignment",
"tags": [],
"properties": {},
- "customConditional": " if (data.riskclassification === \"exempt\" && (data.SoSC || \r\n data.certificationdocumentradioGroup.determinationOfContaminatedSite ||\r\n data.certificationdocumentradioGroup.approvalInPrinciple ||\r\n data.certificationdocumentradioGroup.certificateOfCompliance \r\n //|| data.applicationsrequested.553\r\n )){\r\n const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n const roles = UserDetails[\"role\"];\r\n \r\n if(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconst isSoscAvailable = (data.submissionTypeTwo ? data.submissionTypeTwo.reportsSubmitted : false) || (data.applicationsrequested ? data.applicationsrequested.siteReclassification ||data.applicationsrequested.approvalOfBackgroundConcentrations : false) || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite || data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) || (data.deraStatus !== null || data.deraStatus !== undefined) ? true : false;\r\n\r\n if(roles.includes(\"formsflow-client\") ||\r\n roles.includes(\"formsflow-reviewer/cssa-team\")||\r\n roles.includes(\"formsflow-reviewer/caseworker\")||\r\n roles.includes(\"formsflow-reviewer/sdm\")) {\r\n show = false;\r\n }\r\n else if (data.riskclassification === \"exempt\" && isSoscAvailable){\r\n if(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -1225,31 +1210,10 @@
"components": [
{
"label": "Select SDM",
- "labelPosition": "top",
"widget": "choicesjs",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "uniqueOptions": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
"dataSrc": "url",
"data": {
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "resource": "",
- "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
"headers": [
{
@@ -1265,96 +1229,107 @@
"value": "application/json"
}
],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
"custom": ""
},
"dataType": "string",
- "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
- "refreshOn": "",
- "refreshOnBlur": "",
- "clearOnRefresh": false,
- "searchEnabled": true,
- "selectThreshold": 0.3,
- "readOnlyValue": false,
- "customOptions": {},
- "useExactSearch": false,
- "persistent": true,
+ "key": "selectSoscSdm",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
"protected": false,
- "dbIndex": false,
- "encrypted": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
"clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "allowCalculateOverride": false,
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "selectSoscSdm",
- "tags": [],
- "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "select",
- "indexeddb": {
- "filter": {}
- },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
"lazyLoad": true,
- "selectValues": "data",
- "selectFields": "",
- "disableLimit": false,
- "searchField": "",
+ "filter": "",
+ "searchEnabled": true,
"searchDebounce": 0.3,
+ "searchField": "",
"minSearch": 0,
- "filter": "",
- "limit": 100,
+ "readOnlyValue": false,
"authenticate": false,
"ignoreCache": false,
- "redrawOn": "",
- "input": true,
- "keyModified": true,
- "prefix": "",
- "suffix": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "id": "eu2uncg",
- "defaultValue": "",
- "sort": ""
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "el2pbj"
}
],
"width": 4,
@@ -1368,31 +1343,10 @@
"components": [
{
"label": "Select Caseworker",
- "labelPosition": "top",
"widget": "choicesjs",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "uniqueOptions": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
"dataSrc": "url",
"data": {
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "resource": "",
- "json": "",
"url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
"headers": [
{
@@ -1408,96 +1362,107 @@
"value": "application/json"
}
],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
"custom": ""
},
"dataType": "string",
- "idPath": "id",
"valueProperty": "username",
"template": "{{ item.lastName }}, {{ item.firstName }} ",
- "refreshOn": "",
- "refreshOnBlur": "",
- "clearOnRefresh": false,
- "searchEnabled": true,
- "selectThreshold": 0.3,
- "readOnlyValue": false,
- "customOptions": {},
- "useExactSearch": false,
- "persistent": true,
+ "key": "selectSoscCaseworker",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
"protected": false,
- "dbIndex": false,
- "encrypted": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
"clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "allowCalculateOverride": false,
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "selectSoscCaseworker",
- "tags": [],
- "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "select",
- "indexeddb": {
- "filter": {}
- },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
"lazyLoad": true,
- "selectValues": "data",
- "selectFields": "",
- "disableLimit": false,
- "searchField": "",
+ "filter": "",
+ "searchEnabled": true,
"searchDebounce": 0.3,
+ "searchField": "",
"minSearch": 0,
- "filter": "",
- "limit": 100,
+ "readOnlyValue": false,
"authenticate": false,
"ignoreCache": false,
- "redrawOn": "",
- "input": true,
- "keyModified": true,
- "prefix": "",
- "suffix": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
"fuseOptions": {
"include": "score",
"threshold": 0.3
},
- "id": "ekgmst",
- "defaultValue": "",
- "sort": ""
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "e8wamyn"
}
],
"width": 4,
@@ -1581,7 +1546,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "eslru1i"
+ "id": "e9igs18"
}
],
"keyModified": true,
@@ -1623,7 +1588,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "enrnknh"
+ "id": "enevvh"
},
{
"label": "Notes",
@@ -9358,7 +9323,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10398,7 +10363,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10930,7 +10895,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -11029,7 +10994,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12477,7 +12442,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13510,7 +13475,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14109,7 +14074,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14153,7 +14118,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15102,7 +15067,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22644,7 +22609,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23441,7 +23406,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24050,7 +24015,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24580,7 +24545,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25351,7 +25316,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29425,7 +29390,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30360,7 +30325,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30980,7 +30945,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31600,7 +31565,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32220,7 +32185,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32840,7 +32805,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33546,7 +33511,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34287,7 +34252,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38240,7 +38205,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38746,7 +38711,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39065,7 +39030,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39384,7 +39349,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39703,7 +39668,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41814,7 +41779,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42611,7 +42576,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43519,7 +43484,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 782a57f5..6d9533f3 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -6,10 +6,11 @@
- Gateway_1lfy3cm
- Activity_1qnqtak
Gateway_1chdumm
Activity_0vo5rls
+ Activity_1qnqtak
+ Gateway_1lfy3cm
+ Gateway_04645fs
Activity_15e3ho6
@@ -362,7 +363,7 @@ system.out.println('srcrBundleURL'+execution.getVariable('bundleUrl'));
${action == 'Accepted'}
-
+
Flow_0jxnrvm
@@ -520,7 +521,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
- sosc_subforms_updated
+ cssa_subforms_updated
Flow_0vixcwm
@@ -1028,6 +1029,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
Flow_16ek6dk
Flow_1258dam
Flow_01zmsuo
+ Flow_045t5oq
Flow_14qx1q0
@@ -1310,7 +1312,8 @@ system.out.println ("form signed");
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','CSSA Manager');
@@ -1934,6 +1937,48 @@ system.out.println ("Sent to SDM");
Flow_0drs8s9
Flow_0i3fcvy
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+var system = java.lang.System;
+execution.setVariable('srcrStatus','Approved');
+system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+ ${riskclassification == 'exempt'}
+
+
+
+
+ execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
+
+var system = java.lang.System;
+execution.setVariable('soscStatus','Approved');
+system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
+
+
+ ${isSoscAvailable==false}
+
+
+ Flow_0fa3idu
+ Flow_0lo7pee
+ Flow_1l4qibu
+ Flow_1nowy63
+
+
+ Flow_1m5dyj2
+ Flow_0poa227
+ Flow_0lo7pee
+
+
+
+ Flow_1phkhb3
+ Flow_177eab8
+ Flow_1l4qibu
+
+
Flow_02ysv7t
@@ -1975,52 +2020,17 @@ execution.setVariable('srcoAssignment',selectSrco);
system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
- Flow_0gcqir8
+ Flow_1dtmwt0
Flow_02ysv7t
Flow_0lgivc3
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-var system = java.lang.System;
-execution.setVariable('srcrStatus','Approved');
-system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
- ${riskclassification == 'exempt'}
-
-
-
-
- execution.setVariable('soscFormUrl', execution.getVariable('formUrl'));
-
-var system = java.lang.System;
-execution.setVariable('soscStatus','Approved');
-system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
-
- ${isSoscAvailable==false}
-
-
- Flow_0fa3idu
- Flow_0lo7pee
- Flow_1l4qibu
- Flow_1nowy63
+
+
+ Flow_0gcqir8
+ Flow_1dtmwt0
+ Flow_045t5oq
-
- Flow_1m5dyj2
- Flow_0poa227
- Flow_0lo7pee
-
-
-
- Flow_1phkhb3
- Flow_177eab8
- Flow_1l4qibu
-
-
+
@@ -2060,6 +2070,16 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
+
+
+
+
+
+
+
+
+
+
@@ -2921,13 +2941,6 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
-
-
-
-
-
-
@@ -3346,28 +3359,28 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
+
@@ -3396,6 +3409,15 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 306a4294..abf866a4 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -835,6 +835,16 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
Flow_0go33vq
+
+
+ execution.setVariable('bundleStatus', "deraCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
${action == 'Accepted'}
@@ -1034,15 +1044,15 @@ system.out.println ("Sent to SDM");
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'DERA');
-task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SoSC');
+task.execution.setVariable('soscStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('userRole','Statutory Decision Maker');
-task.execution.setVariable('subFormName','DERA Form');
+task.execution.setVariable('subFormName','SoSC Form');
-
+
Flow_11d9mar
@@ -1149,7 +1159,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
- sosc_subforms_updated
+ dera_subforms_updated
Flow_15rrs2v
@@ -1170,6 +1180,16 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
Flow_0oeq414
+
+
+ execution.setVariable('soscBundleStatus', "soscCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "soscBundleStatus"]
+
+
+
${action == 'Accepted'}
@@ -1376,6 +1396,11 @@ execution.setVariable('requestType', 'SoSC');
execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('soscFormUrl'));
@@ -1575,7 +1600,8 @@ system.out.println ("form signed");
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','CSSA Manager');
@@ -1828,7 +1854,7 @@ system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSocie
${isSoscAvailable==true}
-
+
Flow_1phnzgm
Flow_0kehuqf
@@ -2364,7 +2390,7 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
+
@@ -2420,7 +2446,7 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
+
@@ -2504,9 +2530,6 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
@@ -2525,12 +2548,6 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
-
-
-
@@ -2544,11 +2561,20 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+
+
+
+
+
+
+
-
+
@@ -2559,12 +2585,12 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
+
+
-
+
@@ -2608,18 +2634,18 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
+
-
-
+
+
-
+
-
+
@@ -2647,7 +2673,7 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
+
@@ -2896,7 +2922,7 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
+
@@ -3194,6 +3220,9 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+
From 4d788dd6c89d98f1bb840a8aa89d9271a971be6f Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Tue, 6 Feb 2024 08:53:00 -0800
Subject: [PATCH 51/88] removed console log
---
forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 3dd83784..0264963e 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -23,7 +23,7 @@
"key": "formActions",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nconst isSoscAvailable = (data.submissionTypeTwo ? data.submissionTypeTwo.reportsSubmitted : false) || (data.applicationsrequested ? data.applicationsrequested.siteReclassification ||data.applicationsrequested.approvalOfBackgroundConcentrations : false) || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite || data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) || (data.deraStatus !== null || data.deraStatus !== undefined) ? true : false;\r\nconsole.log('isSoscAvailable-----',isSoscAvailable);\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (data.riskclassification === \"exempt\" && !(isSoscAvailable)) {\r\n show = false;\r\n } else {\r\n show = true;\r\n }\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nconst isSoscAvailable = (data.submissionTypeTwo ? data.submissionTypeTwo.reportsSubmitted : false) || (data.applicationsrequested ? data.applicationsrequested.siteReclassification ||data.applicationsrequested.approvalOfBackgroundConcentrations : false) || (data.certificationdocumentradioGroup ? data.certificationdocumentradioGroup.determinationOfContaminatedSite || data.certificationdocumentradioGroup.approvalInPrinciple || data.certificationdocumentradioGroup.certificateOfCompliance : false) || (data.deraStatus !== null || data.deraStatus !== undefined) ? true : false;\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\") || \r\nroles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")|| \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") ||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (data.riskclassification === \"exempt\" && !(isSoscAvailable)) {\r\n show = false;\r\n } else {\r\n show = true;\r\n }\r\n}",
"conditional": {
"json": "",
"show": null,
From 04155bfbc81784471379fc1eef05b1ac4bdfa0fd Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Tue, 6 Feb 2024 10:24:05 -0800
Subject: [PATCH 52/88] issue fix for 242
---
.../subProcess/CSSABundleWorklow.bpmn | 50 +++++++++----------
1 file changed, 23 insertions(+), 27 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 6d9533f3..9d0a7422 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -1867,7 +1867,7 @@ execution.setVariable('requestType', 'SRCR');
Flow_07eueok
Flow_0aabyhy
-
+
task.execution.setVariable('isSdm',false);
@@ -1888,7 +1888,7 @@ task.execution.setVariable('userRole','Statutory Decision Maker');Flow_07vh0na
Flow_08c8ij1
-
+
task.execution.setVariable('isCaseworker',false);
@@ -1986,38 +1986,34 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );var system = java.lang.System;
var selectCssaSdm= execution.getVariable('selectCssaSdm');
system.out.println ("selectCssaSdm"+selectCssaSdm);
-execution.setVariable('cssaSdmAssignment',selectCssaSdm);
-system.out.println ("cssaSdmAssignment"+execution.getVariable('cssaSdmAssignment'));
var selectCssaCaseworker= execution.getVariable('selectCssaCaseworker');
system.out.println ("selectCssaCaseworker"+selectCssaCaseworker);
-execution.setVariable('cssaCaseworkerAssignment',selectCssaCaseworker);
-system.out.println ("cssaCaseworkerAssignment"+execution.getVariable('cssaCaseworkerAssignment'));
var selectSoscSdm= execution.getVariable('selectSoscSdm');
system.out.println ("selectSoscSdm"+selectSoscSdm);
-execution.setVariable('soscSdmAssignment',selectSoscSdm);
-system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
-execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
-system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
-var selectSdm= execution.getVariable('selectSdm');
+var selectSrcrSdm= execution.getVariable('selectSdm');
system.out.println ("selectSdm"+selectSdm);
-execution.setVariable('sdmAssignment',selectSdm);
-system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-var selectCaseworker= execution.getVariable('selectCaseworker');
+var selectSrcrCaseworker= execution.getVariable('selectCaseworker');
system.out.println ("selectCaseworker"+selectCaseworker);
-execution.setVariable('caseworkerAssignment',selectCaseworker);
-system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
var selectSrco= execution.getVariable('selectSrco');
system.out.println ("selectSrco"+selectSrco);
execution.setVariable('srcoAssignment',selectSrco);
-system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+var selectCaseworker = selectCssaCaseworker? selectCssaCaseworker:(selectSoscCaseworker?selectSoscCaseworker:(selectSrcrCaseworker?selectSrcrCaseworker:null));
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
+
+var selectSdm = selectCssaSdm? selectCssaSdm:(selectSoscSdm?selectSoscSdm:(selectSrcrSdm?selectSrcrSdm:null));
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
Flow_1dtmwt0
@@ -2070,16 +2066,6 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
-
-
-
-
-
-
-
-
-
@@ -2953,6 +2939,16 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+
+
+
+
+
+
+
+
From c159948e9d3ead60683601961d9f4fab6ae67cf8 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Tue, 6 Feb 2024 10:55:37 -0800
Subject: [PATCH 53/88] unit test issue fix
---
.../subProcess/DERABundleWorkflow.bpmn | 69 +++++++++----------
1 file changed, 33 insertions(+), 36 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index abf866a4..54993bcd 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -70,7 +70,7 @@
Flow_07eueok
Flow_0aabyhy
-
+
task.execution.setVariable('isSdm',false);
@@ -92,7 +92,7 @@ task.execution.setVariable('userRole','Statutory Decision Maker');Flow_07vh0na
Flow_08c8ij1
-
+
task.execution.setVariable('isCaseworker',false);
@@ -707,7 +707,7 @@ execution.setVariable('requestType', 'SRCR');
var system = java.lang.System;
system.out.println ("Sent to SDM");
-
+
@@ -763,7 +763,7 @@ task.execution.setVariable('subFormName','DERA Form');
Flow_07enxwq
Flow_0yy721o
-
+
@@ -1028,7 +1028,7 @@ execution.setVariable('requestType', 'DERA');
var system = java.lang.System;
system.out.println ("Sent to SDM");
-
+
@@ -1084,7 +1084,7 @@ task.execution.setVariable('subFormName','SoSC Form');
Flow_0f2ltzc
Flow_1uju8pu
-
+
@@ -1625,40 +1625,37 @@ task.execution.setVariable('userRole','CSSA Manager');
Flow_02ysv7t
Flow_026ykts
var system = java.lang.System;
-var selectSdm= execution.getVariable('selectSdm');
-system.out.println ("selectSdm"+selectSdm);
-execution.setVariable('sdmAssignment',selectSdm);
-system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
var selectDeraSdm= execution.getVariable('selectDeraSdm');
system.out.println ("selectDeraSdm"+selectDeraSdm);
-execution.setVariable('sdmDeraAssignment',selectDeraSdm);
-system.out.println ("sdmDeraAssignment"+execution.getVariable('sdmDeraAssignment'));
-
-var selectSoscSdm= execution.getVariable('selectSoscSdm');
-system.out.println ("selectSoscSdm"+selectSoscSdm);
-execution.setVariable('sdmSoscAssignment',selectSoscSdm);
-system.out.println ("sdmSoscAssignment"+execution.getVariable('sdmSoscAssignment'));
-
-var selectCaseworker= execution.getVariable('selectCaseworker');
-system.out.println ("selectCaseworker"+selectCaseworker);
-execution.setVariable('caseworkerAssignment',selectCaseworker);
-system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
var selectDeraCaseworker= execution.getVariable('selectDeraCaseworker');
system.out.println ("selectDeraCaseworker"+selectDeraCaseworker);
-execution.setVariable('caseworkerDeraAssignment',selectDeraCaseworker);
-system.out.println ("caseworkerDeraAssignment"+execution.getVariable('caseworkerDeraAssignment'));
+
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
-execution.setVariable('caseworkerSoscAssignment',selectSoscCaseworker);
-system.out.println ("caseworkerSoscAssignment"+execution.getVariable('caseworkerSoscAssignment'));
+
+var selectSrcrSdm= execution.getVariable('selectSdm');
+system.out.println ("selectSrcrSdm"+selectSrcrSdm);
+
+var selectSrcrCaseworker= execution.getVariable('selectCaseworker');
+system.out.println ("selectSrcrCaseworker"+selectSrcrCaseworker);
var selectSrco= execution.getVariable('selectSrco');
system.out.println ("selectSrco"+selectSrco);
execution.setVariable('srcoAssignment',selectSrco);
-system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+var selectCaseworker = selectDeraCaseworker? selectDeraCaseworker:(selectSoscCaseworker?selectSoscCaseworker:(selectSrcrCaseworker?selectSrcrCaseworker:null));
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
+
+var selectSdm = selectDeraSdm? selectDeraSdm:(selectSoscSdm?selectSoscSdm:(selectSrcrSdm?selectSrcrSdm:null));
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
Flow_00pfp2v
@@ -2530,6 +2527,9 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+
@@ -2548,6 +2548,12 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+
+
+
+
@@ -2561,15 +2567,6 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
-
-
-
-
-
-
From 3ab7ae5b4e6f4220e6a233486031d311708bc97e Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Wed, 7 Feb 2024 23:52:13 -0800
Subject: [PATCH 54/88] changes for showing message incase for custom
submission api failure
---
.../src/app/controllers/form.controller.ts | 9 +
.../components/Application/ViewApplication.js | 40 +-
.../Bundle/item/submission/index.js | 160 ++++++++
.../Form/Item/Submission/Item/index.js | 155 +++++++
.../ServiceFlow/details/ServiceTaskDetails.js | 378 ++++++++++++++++++
5 files changed, 729 insertions(+), 13 deletions(-)
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Bundle/item/submission/index.js
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Form/Item/Submission/Item/index.js
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/ServiceFlow/details/ServiceTaskDetails.js
diff --git a/backend/applications/src/app/controllers/form.controller.ts b/backend/applications/src/app/controllers/form.controller.ts
index f0838149..c4f374a6 100644
--- a/backend/applications/src/app/controllers/form.controller.ts
+++ b/backend/applications/src/app/controllers/form.controller.ts
@@ -24,6 +24,15 @@ export class FormController {
submissionId,
formId,
);
+
+ if(!savedSubmission)
+ {
+ return Promise.reject({
+ statusCode: 404,
+ message: 'Form data not found'
+ })
+ }
+
const submissionResponse: SubmissionResponse =
this.transformResult(savedSubmission);
return submissionResponse;
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Application/ViewApplication.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Application/ViewApplication.js
index 31ac51f3..0b76be0a 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Application/ViewApplication.js
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Application/ViewApplication.js
@@ -1,4 +1,4 @@
-import React, { useEffect } from "react";
+import React, { useEffect, useState } from "react";
import { Link, useParams } from "react-router-dom";
import { useDispatch, useSelector } from "react-redux";
import startCase from "lodash/startCase";
@@ -28,6 +28,7 @@ import { setBundleSubmissionData } from "../../actions/bundleActions";
import BundleView from "../Bundle/item/submission/View";
import BundleHistory from "./BundleHistory";
import { TYPE_BUNDLE } from "../../constants/applicationConstants";
+import Nodata from "../Nodata";
const ViewApplication = React.memo(() => {
const { t } = useTranslation();
@@ -49,6 +50,7 @@ const ViewApplication = React.memo(() => {
const tenantKey = useSelector((state) => state.tenants?.tenantId);
const dispatch = useDispatch();
const redirectUrl = MULTITENANCY_ENABLED ? `/tenant/${tenantKey}/` : "/";
+ const [customSubmissionAPIFailed,setCustomSubmissionAPIFailed] = useState(false);
useEffect(() => {
dispatch(setApplicationDetailLoader(true));
@@ -62,9 +64,17 @@ const ViewApplication = React.memo(() => {
getCustomSubmission(
res.submissionId,
res.formId,
- (err, data) => {
- if (res.formType === TYPE_BUNDLE) {
- dispatch(setBundleSubmissionData({ data: data.data }));
+ (err, data) => {
+ if(err)
+ {
+ setCustomSubmissionAPIFailed(true);
+ dispatch(setBundleSubmissionData({ data: null }));
+ }
+ else
+ {
+ if (res.formType === TYPE_BUNDLE) {
+ dispatch(setBundleSubmissionData({ data: data.data }));
+ }
}
}
)
@@ -149,15 +159,19 @@ const ViewApplication = React.memo(() => {
}
>
- {applicationDetail.formType === TYPE_BUNDLE &&
- currentForm.isBundle ? (
-
- ) : (
-
- )}
+ {
+
+ customSubmissionAPIFailed ? ( ) :
+ applicationDetail.formType === TYPE_BUNDLE &&
+ currentForm.isBundle ? (
+
+ ) : (
+
+ )
+ }
{
+ const { bundleId, submissionId } = useParams();
+ const dispatch = useDispatch();
+ // const showViewSubmissions= useSelector((state) => state.user.showViewSubmissions);
+ //const path = props.location.pathname;
+ const applicationId = useSelector(
+ (state) => state.bundle?.bundleSubmission?.data?.applicationId || null
+ );
+ const userRoles = useSelector((state) => {
+ return selectRoot("user", state).roles;
+ });
+ const applicationStatus = useSelector(
+ (state) => state.applications.applicationDetail?.applicationStatus || ""
+ );
+ const [showSubmissionLoading, setShowSubmissionLoading] = useState(true);
+ const [editAllowed, setEditAllowed] = useState(false);
+ const [loading, setLoading] = useState(true);
+ const [customSubmissionAPIFailed,setCustomSubmissionAPIFailed] = useState(false);
+
+ useEffect(() => {
+ dispatch(clearSubmissionError("submission"));
+ dispatch(resetSubmission("submission"));
+ dispatch(clearFormError("form"));
+ dispatch(resetBundleData());
+ setLoading(true);
+
+ if (CUSTOM_SUBMISSION_URL && CUSTOM_SUBMISSION_ENABLE) {
+ console.log("invoking here 1 ");
+ dispatch(
+ getCustomSubmission(submissionId, bundleId, (err, res) => {
+ console.log('here i am ');
+ if(err)
+ {
+ if(window.location.href.indexOf("undefined") != -1)
+ {
+ console.log("error occurred",err,res);
+ }
+ else
+ {
+ setCustomSubmissionAPIFailed(true);
+ //dispatch(setApiCallError({message: 'Unable to fetch form data. Please contact support.'}));
+ console.log("error occurred dp ",err,res);
+ }
+ }
+ dispatch(setBundleSubmissionData({ data: res.data }));
+ setLoading(false);
+ })
+ );
+ } else {
+ formioGetSubmission(bundleId, submissionId)
+ .then((res) => {
+ dispatch(setBundleSubmissionData({ data: res.data.data }));
+ setLoading(false);
+ })
+ .catch(() => {
+ setLoading(false);
+ });
+ }
+ }, [submissionId, bundleId, dispatch]);
+
+ useEffect(() => {
+ if (applicationId) {
+ dispatch(setApplicationDetailLoader(true));
+ dispatch(getApplicationById(applicationId));
+ }
+ }, [applicationId, dispatch]);
+
+ useEffect(() => {
+ if (getUserRolePermission(userRoles, STAFF_REVIEWER)) {
+ setEditAllowed(true);
+ } else if (applicationStatus) {
+ if (getUserRolePermission(userRoles, CLIENT)) {
+ setEditAllowed(CLIENT_EDIT_STATUS.includes(applicationStatus));
+ setShowSubmissionLoading(false);
+ }
+ }
+ }, [applicationStatus, userRoles]);
+
+ useEffect(() => {
+ if (editAllowed && applicationStatus) setShowSubmissionLoading(false);
+ }, [applicationStatus, editAllowed]);
+
+ if (customSubmissionAPIFailed)
+ {
+ return (
+
+ );
+ }
+ else
+ {
+ return (
+
+
+
+
+ {showSubmissionLoading ? (
+
+ ) : null}
+ {editAllowed ? (
+
+ ) : null}
+
+
+
+ );
+ }
+});
+
+export default Item;
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Form/Item/Submission/Item/index.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Form/Item/Submission/Item/index.js
new file mode 100644
index 00000000..12d1ef4d
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Form/Item/Submission/Item/index.js
@@ -0,0 +1,155 @@
+import { Redirect, Route, Switch, useParams } from "react-router-dom";
+import React, { useEffect, useState } from "react";
+import { useDispatch, useSelector } from "react-redux";
+import { getSubmission, selectRoot } from "react-formio";
+import View from "./View";
+import Edit from "./Edit";
+import { getApplicationById } from "../../../../../apiManager/services/applicationServices";
+import { setApplicationDetailLoader } from "../../../../../actions/applicationActions";
+import { getUserRolePermission } from "../../../../../helper/user";
+import {
+ BASE_ROUTE,
+ CLIENT,
+ CUSTOM_SUBMISSION_URL,
+ CUSTOM_SUBMISSION_ENABLE,
+ STAFF_REVIEWER,
+} from "../../../../../constants/constants";
+import { CLIENT_EDIT_STATUS } from "../../../../../constants/applicationConstants";
+import Loading from "../../../../../containers/Loading";
+import { clearSubmissionError} from "../../../../../actions/formActions";
+import { getCustomSubmission } from "../../../../../apiManager/services/FormServices";
+import { useTranslation } from "react-i18next";
+import NotFound from "../../../../NotFound";
+import { setApiCallError } from "../../../../../actions/ErroHandling";
+
+const Item = React.memo(() => {
+ const { formId, submissionId } = useParams();
+ const dispatch = useDispatch();
+ const { t } = useTranslation();
+
+ const applicationId = useSelector(
+ (state) =>
+ state[CUSTOM_SUBMISSION_ENABLE ? "customSubmission" : "submission"]?.submission?.data?.applicationId ||
+ null
+ );
+ const userRoles = useSelector((state) => {
+ return selectRoot("user", state).roles;
+ });
+ const applicationStatus = useSelector(
+ (state) => state.applications.applicationDetail?.applicationStatus || ""
+ );
+ const [showSubmissionLoading, setShowSubmissionLoading] = useState(true);
+ const [editAllowed, setEditAllowed] = useState(false);
+ const submissionError = useSelector((state) => state.submission?.error);
+
+ // const redirectUrl = MULTITENANCY_ENABLED ? `/tenant/${tenantKey}/` : `/`
+
+
+
+ useEffect(() => {
+ dispatch(clearSubmissionError("submission"));
+ if(CUSTOM_SUBMISSION_URL && CUSTOM_SUBMISSION_ENABLE) {
+
+ dispatch(getCustomSubmission(submissionId,formId, (err, data) => {
+ if(err)
+ {
+ if(window.location.href.indexOf("undefined") != -1)
+ {
+ console.log("error occurred",err,data);
+ }
+ else
+ {
+ dispatch(setApiCallError({message: 'Unable to fetch form data. Please contact support.'}));
+ console.log("error occurred",err,data);
+ }
+ }
+ }));
+ } else {
+ dispatch(getSubmission("submission", submissionId, formId));
+ }
+ }, [submissionId, formId, dispatch]);
+
+
+ useEffect(() => {
+ if (applicationId) {
+ dispatch(setApplicationDetailLoader(true));
+ dispatch(getApplicationById(applicationId));
+ }
+ }, [applicationId, dispatch]);
+
+ useEffect(() => {
+ if (getUserRolePermission(userRoles, STAFF_REVIEWER)) {
+ setEditAllowed(true);
+ } else if (applicationStatus) {
+ if (getUserRolePermission(userRoles, CLIENT)) {
+ setEditAllowed(CLIENT_EDIT_STATUS.includes(applicationStatus));
+ setShowSubmissionLoading(false);
+ }
+ }
+ }, [applicationStatus, userRoles]);
+
+ useEffect(() => {
+ if (editAllowed && applicationStatus) setShowSubmissionLoading(false);
+ }, [applicationStatus, editAllowed]);
+
+ return (
+
+
+ {/* {showViewSubmissions && getUserRolePermission(userRoles, STAFF_REVIEWER) ?
+
+
+
+
+ :null} */}
+ {/*{(path.indexOf("edit") > 0) ?
+
+
+ View
+
+
+ :
+ editAllowed ? (
+
+ Edit
+
+ ) : null
+ }*/}
+
+
+ {!submissionError ? (
+
+ ) : }
+
+ {showSubmissionLoading ? (
+
+ ) : null}
+ {editAllowed ? (
+
+ ) : null}
+
+
+
+ );
+});
+
+export default Item;
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/ServiceFlow/details/ServiceTaskDetails.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/ServiceFlow/details/ServiceTaskDetails.js
new file mode 100644
index 00000000..fffca10e
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/ServiceFlow/details/ServiceTaskDetails.js
@@ -0,0 +1,378 @@
+import React, { useCallback, useEffect, useState } from "react";
+import { Row, Tab, Tabs } from "react-bootstrap";
+import TaskHeader from "./TaskHeader";
+import {
+ reloadTaskFormSubmission,
+ setBPMTaskDetailLoader,
+ setSelectedTaskID,
+} from "../../../actions/bpmTaskActions";
+import {
+ fetchServiceTaskList,
+ getBPMGroups,
+ getBPMTaskDetail,
+ onBPMTaskFormSubmit,
+} from "../../../apiManager/services/bpmTaskServices";
+import { useDispatch, useSelector } from "react-redux";
+import Loading from "../../../containers/Loading";
+import ProcessDiagram from "../../BPMN/ProcessDiagramHook";
+import {
+ getFormIdSubmissionIdFromURL,
+ getFormUrlWithFormIdSubmissionId,
+ getProcessDataObjectFromList,
+} from "../../../apiManager/services/formatterService";
+import History from "../../Application/ApplicationHistory";
+import FormEdit from "../../Form/Item/Submission/Item/Edit";
+import BundleEdit from "../../Bundle/item/submission/Edit";
+import BundleVIew from "../../Bundle/item/submission/View";
+import FormView from "../../Form/Item/Submission/Item/View";
+import LoadingOverlay from "react-loading-overlay";
+import { getForm, getSubmission, Formio, resetSubmission } from "react-formio";
+import { CUSTOM_EVENT_TYPE } from "../constants/customEventTypes";
+import { getTaskSubmitFormReq } from "../../../apiManager/services/bpmServices";
+import { useParams } from "react-router-dom";
+import { push } from "connected-react-router";
+import {
+ resetFormData,
+ setFormSubmissionLoading,
+} from "../../../actions/formActions";
+import { useTranslation } from "react-i18next";
+import {
+ CUSTOM_SUBMISSION_URL,
+ CUSTOM_SUBMISSION_ENABLE,
+ MULTITENANCY_ENABLED,
+} from "../../../constants/constants";
+import { getCustomSubmission } from "../../../apiManager/services/FormServices";
+import { getFormioRoleIds } from "../../../apiManager/services/userservices";
+import { setBundleSubmissionData } from "../../../actions/bundleActions";
+import BundleHistory from "../../Application/BundleHistory";
+import { TYPE_BUNDLE } from "../../../constants/applicationConstants";
+
+import { bpmActionError } from "../../../actions/bpmTaskActions";
+import { setCustomSubmission } from "../../../actions/checkListActions";
+import Nodata from "../../Nodata";
+
+const ServiceFlowTaskDetails = React.memo(() => {
+ const { t } = useTranslation();
+ const { taskId } = useParams();
+ const bpmTaskId = useSelector((state) => state.bpmTasks.taskId);
+ const task = useSelector((state) => state.bpmTasks.taskDetail);
+ const processList = useSelector((state) => state.bpmTasks.processList);
+ const currentForm = useSelector((state) => state.form?.form || {} );
+ const isTaskLoading = useSelector(
+ (state) => state.bpmTasks.isTaskDetailLoading
+ );
+ const isTaskUpdating = useSelector(
+ (state) => state.bpmTasks.isTaskDetailUpdating
+ );
+ const reqData = useSelector((state) => state.bpmTasks.listReqParams);
+ const taskFormSubmissionReload = useSelector(
+ (state) => state.bpmTasks.taskFormSubmissionReload
+ );
+ const dispatch = useDispatch();
+ const currentUser = useSelector(
+ (state) => state.user?.userDetail?.preferred_username || ""
+ );
+ const selectedFilter = useSelector((state) => state.bpmTasks.selectedFilter);
+ const firstResult = useSelector((state) => state.bpmTasks.firstResult);
+ const [processKey, setProcessKey] = useState("");
+ const [processTenant, setProcessTenant] = useState(null);
+ const [processInstanceId, setProcessInstanceId] = useState("");
+ const tenantKey = useSelector((state) => state.tenants?.tenantId);
+ const redirectUrl = MULTITENANCY_ENABLED ? `/tenant/${tenantKey}/` : "/";
+ const error = useSelector((state) => state.bpmTasks.error);
+ const [customSubmissionAPIFailed, setCustomSubmissionAPIFailed] = useState(false);
+
+
+ useEffect(() => {
+ if (taskId) {
+ dispatch(setSelectedTaskID(taskId));
+ }
+ }, [taskId, dispatch]);
+
+ useEffect(() => {
+ if (bpmTaskId) {
+ dispatch(setBPMTaskDetailLoader(true));
+ dispatch(getBPMTaskDetail(bpmTaskId));
+ dispatch(getBPMGroups(bpmTaskId));
+ }
+ return () => {
+ Formio.clearCache();
+ };
+ }, [bpmTaskId, dispatch]);
+
+ useEffect(() => {
+ if (error) {
+ dispatch(push('/404'));
+ }
+ return () => {
+ dispatch(bpmActionError(''));
+ };
+ }, [error,dispatch]);
+
+ useEffect(() => {
+ if (processList.length && task?.processDefinitionId) {
+ const pKey = getProcessDataObjectFromList(
+ processList,
+ task?.processDefinitionId
+ );
+ setProcessKey(pKey["key"]);
+ setProcessTenant(pKey["tenantId"]);
+ }
+ }, [processList, task?.processDefinitionId]);
+
+ useEffect(() => {
+ if (task?.processInstanceId) {
+ setProcessInstanceId(task?.processInstanceId);
+ }
+ }, [task?.processInstanceId]);
+
+ const getFormSubmissionData = useCallback(
+ (formUrl, taskDetail) => {
+ const { formId, submissionId } = getFormIdSubmissionIdFromURL(formUrl);
+ Formio.clearCache();
+ dispatch(resetFormData("form"));
+ const isBundle = taskDetail?.formType === TYPE_BUNDLE;
+ if(isBundle){
+ dispatch(setBundleSubmissionData({}));
+ }
+ const isBundleSubmissionSaveCallBack = (err,res,formResult)=>{
+ if(isBundle && formResult.isBundle){
+ dispatch(setBundleSubmissionData({data:res.data}));
+ }
+ dispatch(setBPMTaskDetailLoader(false));
+ };
+ function fetchForm() {
+ dispatch(
+ getForm("form", formId, (err,formResult) => {
+ if (!err) {
+ if (CUSTOM_SUBMISSION_URL && CUSTOM_SUBMISSION_ENABLE) {
+ dispatch(setCustomSubmission({}));
+ dispatch(getCustomSubmission(submissionId, formId,(err,res)=>{
+
+ if(err)
+ {
+ setCustomSubmissionAPIFailed(true);
+ }
+
+ isBundleSubmissionSaveCallBack(err,res,formResult);
+
+ }));
+ } else {
+ dispatch(resetSubmission("submission"));
+ dispatch(getSubmission("submission", submissionId, formId,(err,res)=>{
+ isBundleSubmissionSaveCallBack(err,res,formResult);
+
+ }));
+ }
+ dispatch(setFormSubmissionLoading(false));
+ } else {
+ if (err === "Bad Token" || err === "Token Expired") {
+ dispatch(resetFormData("form"));
+ dispatch(
+ getFormioRoleIds((err) => {
+ if (!err) {
+ fetchForm();
+ } else {
+ dispatch(setFormSubmissionLoading(false));
+ }
+ })
+ );
+ } else {
+ dispatch(setFormSubmissionLoading(false));
+ }
+ }
+ })
+ );
+ }
+ fetchForm();
+ },
+ [dispatch]
+ );
+
+ useEffect(() => {
+ if (task?.formUrl) {
+ getFormSubmissionData(task?.formUrl, task);
+ }
+ }, [task?.formUrl, dispatch, getFormSubmissionData]);
+
+ useEffect(() => {
+ if (task?.formUrl && taskFormSubmissionReload) {
+ dispatch(setFormSubmissionLoading(false));
+ getFormSubmissionData(task?.formUrl, task);
+ dispatch(reloadTaskFormSubmission(false));
+ }
+ }, [
+ task?.formUrl,
+ taskFormSubmissionReload,
+ dispatch,
+ getFormSubmissionData,
+ ]);
+
+ const reloadTasks = () => {
+ dispatch(setBPMTaskDetailLoader(true));
+ dispatch(setSelectedTaskID(null)); // unSelect the Task Selected
+ dispatch(fetchServiceTaskList(selectedFilter.id, firstResult, reqData)); //Refreshes the Tasks
+ dispatch(push(`${redirectUrl}task/`));
+ };
+
+ const reloadCurrentTask = () => {
+ if (selectedFilter && task?.id) {
+ dispatch(setBPMTaskDetailLoader(true));
+ dispatch(
+ getBPMTaskDetail(task.id, (err, taskDetail) => {
+ if (!err) {
+ dispatch(setFormSubmissionLoading(true));
+ getFormSubmissionData(taskDetail?.formUrl, taskDetail);
+ }
+ })
+ ); // Refresh the Task Selected
+ dispatch(getBPMGroups(task.id));
+ dispatch(fetchServiceTaskList(selectedFilter.id, firstResult, reqData)); //Refreshes the Tasks
+ }
+ };
+
+ const onCustomEventCallBack = (customEvent) => {
+ switch (customEvent.type) {
+ case CUSTOM_EVENT_TYPE.RELOAD_TASKS:
+ reloadTasks();
+ break;
+ case CUSTOM_EVENT_TYPE.RELOAD_CURRENT_TASK:
+ reloadCurrentTask();
+ break;
+ case CUSTOM_EVENT_TYPE.ACTION_COMPLETE:
+ onFormSubmitCallback(customEvent.actionType);
+ break;
+ default:
+ return;
+ }
+ };
+
+ const onFormSubmitCallback = (actionType = "") => {
+ if (bpmTaskId) {
+ dispatch(setBPMTaskDetailLoader(true));
+ const { formId, submissionId } = getFormIdSubmissionIdFromURL(
+ task?.formUrl
+ );
+ const formUrl = getFormUrlWithFormIdSubmissionId(formId, submissionId);
+ const origin = `${window.location.origin}${redirectUrl}`;
+ const webFormUrl = `${origin}form/${formId}/submission/${submissionId}`;
+ dispatch(
+ onBPMTaskFormSubmit(
+ bpmTaskId,
+ getTaskSubmitFormReq(
+ formUrl,
+ task?.applicationId,
+ actionType,
+ webFormUrl
+ ),
+ (err) => {
+ if (!err) {
+ reloadTasks();
+ } else {
+ dispatch(setBPMTaskDetailLoader(false));
+ }
+ }
+ )
+ );
+ } else {
+ reloadCurrentTask();
+ }
+ };
+
+ if (!bpmTaskId) {
+ return (
+
+
+ {t("Select a task in the list.")}
+
+ );
+ }
+ else if (customSubmissionAPIFailed)
+ {
+ return (
+
+
+
+ );
+ }
+ else if (isTaskLoading) {
+ return (
+
+
+
+ );
+ } else {
+ /*TODO split render*/
+ return (
+
+
+
+
+
+
+ {
+ task?.formType === TYPE_BUNDLE && currentForm.isBundle ? (
+
+ {
+ task?.assignee === currentUser ? (
+
+ ) : (
+
+ )
+ }
+
+ ) : (
+ ({
+ ...base,
+ background: "rgba(0, 0, 0, 0.2)",
+ cursor: "not-allowed !important",
+ }),
+ }}
+ >
+ {task?.assignee === currentUser ? (
+
+ ) : (
+
+ )}
+
+ )}
+
+
+ {task?.formType === "bundle" ? (
+
+ ) : (
+
+ )}
+
+
+
+
+
+
+
+ );
+ }
+});
+
+export default ServiceFlowTaskDetails;
From 1b9c44242e50339632ab3983f3c4faec058d4a01 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Thu, 8 Feb 2024 15:50:25 -0800
Subject: [PATCH 55/88] added required for notes fields and fix sosc form form
utils key name
---
.../epd-forms/Site Disclosure Statements.json | 189 ++++++++------
.../Site Information Request Application.json | 185 +++++++------
.../Site Risk Classification Report.json | 187 +++++++------
.../epd-forms/Summary of Site Condition.json | 241 +++++++++--------
...nated Sites Services Application Form.json | 205 ++++++++-------
... Ecological Risk Assessment Checklist.json | 185 +++++++------
...tification of Independent Remediation.json | 199 +++++++-------
...ication of Likely or Actual Migration.json | 187 +++++++------
.../Site Risk Classification Report.json | 187 +++++++------
.../bundling/Summary of Site Condition.json | 245 ++++++++++--------
10 files changed, 1100 insertions(+), 910 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Disclosure Statements.json b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
index 1a77c601..7c100c93 100644
--- a/forms-flow-ai/epd-forms/Site Disclosure Statements.json
+++ b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
@@ -1233,87 +1233,97 @@
"components": [
{
"label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "comments",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "eieupup"
+ "id": "e1y3akh",
+ "defaultValue": ""
}
],
"width": 4,
@@ -1327,9 +1337,19 @@
"components": [
{
"label": "Visibility",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -1343,69 +1363,68 @@
"shortcut": ""
}
],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
+ "dataType": "",
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "commentFor",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ef219v"
+ "id": "e47latm"
}
],
"width": 2,
@@ -7213,7 +7232,7 @@
}
],
"collapsible": false,
- "id": "e7nge5b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e7nge5b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -7687,7 +7706,7 @@
}
],
"collapsible": false,
- "id": "eapos76000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eapos7600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -7903,7 +7922,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "e7fs5c5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e7fs5c500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13315,4 +13334,4 @@
]
}
]
-}
+}
\ No newline at end of file
diff --git a/forms-flow-ai/epd-forms/Site Information Request Application.json b/forms-flow-ai/epd-forms/Site Information Request Application.json
index da145998..a5604581 100644
--- a/forms-flow-ai/epd-forms/Site Information Request Application.json
+++ b/forms-flow-ai/epd-forms/Site Information Request Application.json
@@ -603,87 +603,97 @@
"components": [
{
"label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "comments",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "eov3xma"
+ "id": "e1mltsn",
+ "defaultValue": ""
}
],
"width": 4,
@@ -697,9 +707,20 @@
"components": [
{
"label": "Radio",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "defaultValue": "external",
"values": [
{
"label": "Internal",
@@ -712,70 +733,68 @@
"shortcut": ""
}
],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "defaultValue": "external",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
+ "dataType": "",
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "commentFor",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "evbnqlo"
+ "id": "eza1cw8"
}
],
"width": 2,
@@ -5755,7 +5774,7 @@
"attributes": {},
"components": [
{
- "id": "ecmzjdn0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecmzjdn000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tree": false,
"type": "panel",
diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
index cd529e6c..8af5c4eb 100644
--- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
@@ -1338,87 +1338,97 @@
"components": [
{
"label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "comments",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "e93jze"
+ "id": "edsnc3n",
+ "defaultValue": ""
}
],
"width": 4,
@@ -1432,9 +1442,19 @@
"components": [
{
"label": "Visibility",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -1448,69 +1468,68 @@
"shortcut": ""
}
],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
+ "dataType": "",
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "commentFor",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ets2u1"
+ "id": "eiybe7t"
}
],
"width": 2,
@@ -4303,7 +4322,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -13713,7 +13732,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -17656,7 +17675,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index 3ec0de60..234f6316 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -1356,87 +1356,97 @@
"components": [
{
"label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "comments",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "ehatfha"
+ "id": "es92qsq",
+ "defaultValue": ""
}
],
"width": 4,
@@ -1450,9 +1460,19 @@
"components": [
{
"label": "Visibility",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -1466,69 +1486,68 @@
"shortcut": ""
}
],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
+ "dataType": "",
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "commentFor",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e5ae88f"
+ "id": "eobcmf8"
}
],
"width": 2,
@@ -8991,7 +9010,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10031,7 +10050,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10563,7 +10582,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10662,7 +10681,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12110,7 +12129,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13143,7 +13162,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13742,7 +13761,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13786,7 +13805,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14695,7 +14714,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22237,7 +22256,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23034,7 +23053,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23643,7 +23662,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24173,7 +24192,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24944,7 +24963,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29018,7 +29037,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29928,7 +29947,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30523,7 +30542,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31118,7 +31137,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31713,7 +31732,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32308,7 +32327,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33014,7 +33033,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33755,7 +33774,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37775,7 +37794,7 @@
"id": "eofuark"
}
],
- "id": "eutz630000000000000000000000000000",
+ "id": "eutz63000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38300,7 +38319,7 @@
"id": "e330ei"
}
],
- "id": "e31uav9000000000000000000000000000",
+ "id": "e31uav900000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38627,7 +38646,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti00000000000000000000000000",
+ "id": "evh2ti0000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38965,7 +38984,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n00000000000000000000000000000000000"
+ "id": "ey7gr2n0000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -39272,7 +39291,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv20000000000000000000000000",
+ "id": "e6zxvv2000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41359,7 +41378,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa000000000000000000000000000000000000",
+ "id": "ehf1fa00000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42115,7 +42134,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m00000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks09m0000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43105,7 +43124,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index 9ec6d63b..855ba4fa 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -2197,87 +2197,97 @@
"components": [
{
"label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "comments",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "esjbis"
+ "id": "ek30ye6",
+ "defaultValue": ""
}
],
"width": 4,
@@ -2291,9 +2301,19 @@
"components": [
{
"label": "Visibility",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -2307,69 +2327,68 @@
"shortcut": ""
}
],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
+ "dataType": "",
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "commentFor",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "emglp3"
+ "id": "exs1e9a"
}
],
"width": 2,
@@ -7691,7 +7710,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "ehmz9lv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9334,7 +9353,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ewhx8sm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18493,7 +18512,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elva88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18573,7 +18592,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey48nu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18948,7 +18967,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyxe45n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19041,7 +19060,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "efdcvf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19255,7 +19274,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "emf4u7g000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20307,7 +20326,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev43oe9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20387,7 +20406,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eb3d0l000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20762,7 +20781,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyv4fcu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20855,7 +20874,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecgeub000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21069,7 +21088,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eguyyh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index cb5a427c..5e04682b 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -1835,87 +1835,97 @@
"components": [
{
"label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "comments",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "er821f"
+ "id": "e777n6",
+ "defaultValue": ""
}
],
"width": 4,
@@ -1929,9 +1939,19 @@
"components": [
{
"label": "Visibility",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -1945,69 +1965,68 @@
"shortcut": ""
}
],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
+ "dataType": "",
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "commentFor",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ev2pc6"
+ "id": "ebz27xk"
}
],
"width": 2,
@@ -5545,7 +5564,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -36141,7 +36160,7 @@
}
],
"collapsible": false,
- "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
index d36ce834..9f6573d8 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
@@ -593,87 +593,97 @@
"components": [
{
"label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "comments",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "ex1e4u"
+ "id": "ek9e16f",
+ "defaultValue": ""
}
],
"width": 4,
@@ -687,9 +697,19 @@
"components": [
{
"label": "Visibility",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -703,69 +723,68 @@
"shortcut": ""
}
],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
+ "dataType": "",
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "commentFor",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ekd68k"
+ "id": "efxf63"
}
],
"width": 2,
@@ -9153,7 +9172,7 @@
"attributes": {},
"components": [
{
- "id": "epivnsp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "epivnsp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -9230,7 +9249,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "el3hlvr000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el3hlvr00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -9975,7 +9994,7 @@
"attributes": {},
"components": [
{
- "id": "esedw4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esedw400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -10052,7 +10071,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "esor906000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esor90600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -10794,7 +10813,7 @@
"attributes": {},
"components": [
{
- "id": "ej0y41000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej0y4100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -10871,7 +10890,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "e8qg9fh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e8qg9fh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -11619,7 +11638,7 @@
"attributes": {},
"components": [
{
- "id": "eevqmo900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eevqmo90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -11696,7 +11715,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "et223l300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "et223l30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -13896,4 +13915,4 @@
]
}
]
-}
+}
\ No newline at end of file
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
index d9aa8b48..8eacd7ae 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
@@ -617,87 +617,97 @@
"components": [
{
"label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "comments",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "egyqbwu"
+ "id": "e1u1zd",
+ "defaultValue": ""
}
],
"width": 4,
@@ -711,9 +721,19 @@
"components": [
{
"label": "Visibility",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -727,69 +747,68 @@
"shortcut": ""
}
],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
+ "dataType": "",
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "commentFor",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "efp1n2"
+ "id": "eh3r9b"
}
],
"width": 2,
@@ -1307,7 +1326,7 @@
"attributes": {},
"components": [
{
- "id": "ea2btv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ea2btv00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "Panel-InformationForAffectedAndLikelyAffectedParcels",
"tree": false,
"type": "panel",
@@ -9179,7 +9198,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emrk44b00000000000000000000000000000000"
+ "id": "emrk44b0000000000000000000000000000000000"
}
],
"errorLabel": "",
@@ -10933,4 +10952,4 @@
]
}
]
-}
+}
\ No newline at end of file
diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
index 44fb5289..7cfe2cd5 100644
--- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
@@ -2199,87 +2199,97 @@
"components": [
{
"label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "comments",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "emqkff9"
+ "id": "efd5oyb",
+ "defaultValue": ""
}
],
"width": 4,
@@ -2293,9 +2303,19 @@
"components": [
{
"label": "Visibility",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -2309,69 +2329,68 @@
"shortcut": ""
}
],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
+ "dataType": "",
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "commentFor",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e6fpgbb"
+ "id": "end7mn7"
}
],
"width": 2,
@@ -5148,7 +5167,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -14560,7 +14579,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -18503,7 +18522,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 0264963e..787994b6 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -1674,87 +1674,97 @@
"components": [
{
"label": "Notes",
- "autoExpand": false,
- "tableView": true,
- "key": "comments",
- "type": "textarea",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": "",
"minWords": "",
- "maxWords": ""
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "comments",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
- "inputFormat": "html",
"inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
"fixedSize": true,
- "id": "ehatfha"
+ "id": "eyeszvh",
+ "defaultValue": ""
}
],
"width": 4,
@@ -1768,9 +1778,19 @@
"components": [
{
"label": "Visibility",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": true,
+ "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -1784,69 +1804,68 @@
"shortcut": ""
}
],
- "key": "commentFor",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
+ "dataType": "",
"persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "commentFor",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e5ae88f"
+ "id": "exnv2q9"
}
],
"width": 2,
@@ -9323,7 +9342,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10363,7 +10382,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10895,7 +10914,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10994,7 +11013,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12442,7 +12461,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13475,7 +13494,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14074,7 +14093,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14118,7 +14137,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15067,7 +15086,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22609,7 +22628,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23406,7 +23425,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24015,7 +24034,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24545,7 +24564,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25316,7 +25335,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29390,7 +29409,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30325,7 +30344,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30945,7 +30964,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31565,7 +31584,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32185,7 +32204,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32805,7 +32824,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33511,7 +33530,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34252,7 +34271,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38205,7 +38224,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38711,7 +38730,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39030,7 +39049,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39349,7 +39368,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39668,7 +39687,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41779,7 +41798,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42576,7 +42595,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43484,7 +43503,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
@@ -45369,7 +45388,7 @@
"customDefaultValue": "const soscKeys = Object.keys(\n   utils.flattenComponents(form.components, false)\n  );\n\nvalue = soscKeys;",
"calculateValue": "",
"calculateServer": false,
- "key": "cssaUtilKeys",
+ "key": "soscUtilKeys",
"tags": [],
"properties": {},
"logic": [],
@@ -45426,7 +45445,7 @@
"allowMultipleMasks": false,
"addons": [],
"inputType": "hidden",
- "id": "e0wiiqr"
+ "id": "epx906h"
}
]
}
From 528cdefb12b69f2b4d7820af4f86260d94e96b76 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Thu, 8 Feb 2024 22:18:20 -0800
Subject: [PATCH 56/88] issue fix for 251
---
.../subProcess/CSSABundleWorklow.bpmn | 112 ++++++++++++++++--
.../subProcess/DERABundleWorkflow.bpmn | 103 ++++++++++++++--
2 files changed, 198 insertions(+), 17 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 9d0a7422..6cb308df 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -228,15 +228,41 @@ system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSocie
+
+
+ execution.setVariable('bundleStatus', "cssaSdmApproved");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
${action == 'Rejected' or action == 'Approved' }
+
+
+ execution.setVariable('bundleStatus', "cssaSdmRecheck");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
${action == 'Recheck' and isSentFromSociety == true}
- execution.setVariable('isSdm',true);
+ execution.setVariable('isSdm',true);
+execution.setVariable('bundleStatus', "cssaSdmReturned");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
${action == 'Returned'}
@@ -249,6 +275,16 @@ system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSocie
+
+
+ execution.setVariable('bundleStatus', "cssaSdmRecheck");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
${action == 'Recheck' and isSentFromSociety == false}
@@ -595,13 +631,19 @@ execution.setVariable('isSoscResubmitted', false);
- execution.setVariable('isSoscResubmitted', true);
+ execution.setVariable('isSoscResubmitted', true);
+execution.setVariable('bundleStatus', "soscSdmReturned");
["applicationId", "applicationStatus", "isSoscResubmitted"]
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
${action == 'Returned'}
@@ -611,7 +653,13 @@ execution.setVariable('isSoscResubmitted', false);
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('bundleStatus', "soscSdmApproved");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
${action == 'Rejected' or action == 'Approved' }
@@ -620,6 +668,14 @@ execution.setVariable('isSoscResubmitted', false);
+
+ execution.setVariable('bundleStatus', "soscSdmRecheck");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
${action == 'Recheck' and isSentFromSociety == false}
@@ -879,13 +935,19 @@ execution.setVariable('isCssaResubmitted', false);
- execution.setVariable('isCssaResubmitted', true);
+ execution.setVariable('isCssaResubmitted', true);
+execution.setVariable('bundleStatus', "cssaSdmReturned");
["applicationId", "applicationStatus", "isCssaResubmitted"]
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
${action == 'Returned'}
@@ -894,7 +956,13 @@ execution.setVariable('isCssaResubmitted', false);
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('bundleStatus', "cssaSdmApproved");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
${action == 'Rejected' or action == 'Approved' }
@@ -1002,6 +1070,14 @@ execution.setVariable('isCssaResubmitted', false);
+
+ execution.setVariable('bundleStatus', "cssaSdmRecheck");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
${action == 'Recheck' and isSentFromSociety == false}
@@ -1801,6 +1877,16 @@ execution.setVariable('requestType', 'SRCR');
Flow_0k5l8nk
+
+
+ execution.setVariable('bundleStatus', "srcrSdmRecheck");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
${action == 'Recheck' }
@@ -1809,13 +1895,19 @@ execution.setVariable('requestType', 'SRCR');
- execution.setVariable('isSrcrResubmitted', true);
+ execution.setVariable('isSrcrResubmitted', true);
+execution.setVariable('bundleStatus', "srcrSdmReturned");
["applicationId", "applicationStatus", "isSrcrResubmitted"]
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
${action == 'Returned' }
@@ -1825,7 +1917,13 @@ execution.setVariable('requestType', 'SRCR');
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('bundleStatus', "srcrSdmApproved");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
${action == 'Approved' or action == 'Rejected' }
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 54993bcd..605973c5 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -496,7 +496,13 @@ execution.setVariable('isSrcrResubmitted', false);
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('srcrBundleStatus', "srcrSdmApproved");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
${action == 'Approved' or action == 'Rejected' }
@@ -507,11 +513,12 @@ execution.setVariable('isSrcrResubmitted', false);
- execution.setVariable('isSrcrResubmitted', true);
+ execution.setVariable('isSrcrResubmitted', true);
+execution.setVariable('srcrBundleStatus', "srcrSdmReturned");
- ["applicationId", "applicationStatus", "isSrcrResubmitted"]
+ ["applicationId", "applicationStatus", "srcrBundleStatus", "isSrcrResubmitted"]
@@ -613,6 +620,16 @@ execution.setVariable('requestType', 'SRCR');
Flow_1q2jho1
+
+
+ execution.setVariable('srcrBundleStatus', "srcrSdmRecheck");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
${action == 'Recheck' }
@@ -888,11 +905,12 @@ execution.setVariable('isDeraResubmitted', false);
- execution.setVariable('isDeraResubmitted', true);
+ execution.setVariable('isDeraResubmitted', true);
+execution.setVariable('bundleStatus', "deraSdmReturned");
- ["applicationId", "applicationStatus", "isDeraResubmitted"]
+ ["applicationId", "applicationStatus", "bundleStatus", "isDeraResubmitted"]
@@ -902,6 +920,14 @@ execution.setVariable('isDeraResubmitted', false);
+
+ execution.setVariable('bundleStatus', "deraSdmRecheck");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
${action == 'Recheck' and isSentFromSociety == false}
@@ -910,7 +936,13 @@ execution.setVariable('isDeraResubmitted', false);
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('bundleStatus', "deraSdmApproved");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
${action == 'Rejected' or action == 'Approved' }
@@ -1233,11 +1265,12 @@ execution.setVariable('isDeraResubmitted', false);
- execution.setVariable('isSoscResubmitted', true);
+ execution.setVariable('isSoscResubmitted', true);
+execution.setVariable('soscBundleStatus', "soscSdmReturned");
- ["applicationId", "applicationStatus", "isSoscResubmitted"]
+ ["applicationId", "applicationStatus", "soscBundleStatus", "isSoscResubmitted"]
@@ -1248,6 +1281,14 @@ execution.setVariable('isDeraResubmitted', false);
+
+ execution.setVariable('soscBundleStatus', "soscSdmRecheck");
+
+
+
+ ["applicationId", "applicationStatus", "soscBundleStatus"]
+
+
${action == 'Recheck' and isSentFromSociety == false}
@@ -1256,7 +1297,13 @@ execution.setVariable('isDeraResubmitted', false);
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('soscBundleStatus', "soscSdmApproved");
+
+
+
+ ["applicationId", "applicationStatus", "soscBundleStatus"]
+
${action == 'Rejected' or action == 'Approved' }
@@ -1345,7 +1392,13 @@ execution.setVariable('requestType', 'SoSC');
- execution.setVariable('isSdm',true);
+ execution.setVariable('isSdm',true);
+execution.setVariable('bundleStatus', "deraSdmReturned");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
${action == 'Returned'}
@@ -1360,13 +1413,43 @@ execution.setVariable('requestType', 'SoSC');
${action == 'Recheck'}
+
+
+ execution.setVariable('bundleStatus', "deraSdmRecheck");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
${action == 'Recheck' and isSentFromSociety == true}
+
+
+ execution.setVariable('bundleStatus', "deraSdmApproved");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
${action == 'Rejected' or action == 'Approved' }
+
+
+ execution.setVariable('bundleStatus', "deraSdmRecheck");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
${action == 'Recheck' and isSentFromSociety == false}
From 51582736686745ab69128fea82ea71b4518d31ce Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Mon, 12 Feb 2024 11:02:33 -0800
Subject: [PATCH 57/88] issue fix for 259
---
.../processes/Bundling/subProcess/DERABundleWorkflow.bpmn | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 605973c5..8c666605 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -1908,6 +1908,14 @@ system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSocie
+
+ execution.setVariable('bundleStatus', "cssaMgrAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
${action == 'Accepted'}
From 37a245ac2c20169b082b5721a120378557021be6 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Tue, 13 Feb 2024 16:12:57 -0800
Subject: [PATCH 58/88] added async after to save workflow state
---
.../subProcess/CSSABundleWorklow.bpmn | 2108 ++++++++---------
.../subProcess/DERABundleWorkflow.bpmn | 2040 ++++++++--------
.../subProcess/NIRBundleWorkflow.bpmn | 10 +-
.../subProcess/NOMBundleWorkflow.bpmn | 14 +-
.../processes/SDS/SDSWorkflow.bpmn | 4 +-
.../processes/SIR/SIRWorkflow.bpmn | 138 +-
.../processes/SRCR/SRCRWorkflow.bpmn | 8 +-
.../processes/SoSC/SOSCWorklow.bpmn | 14 +-
8 files changed, 2168 insertions(+), 2168 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 6cb308df..90c17ee9 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -1,5 +1,5 @@
-
+
@@ -564,7 +564,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
Flow_1n9gcsu
Flow_11sb4e2
-
+
Flow_1dc1l9u
Flow_0es7x0e
Flow_0vixcwm
@@ -572,7 +572,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
Flow_11sb4e2
-
+
Flow_0yi6pa7
Flow_0mjgxil
Flow_1n9gcsu
@@ -1018,7 +1018,7 @@ execution.setVariable('bundleStatus', "cssaSdmApproved");
Flow_0jf2e1l
-
+
Flow_13zl1nd
Flow_16qbig6
Flow_1sbxvgx
@@ -1029,7 +1029,7 @@ execution.setVariable('bundleStatus', "cssaSdmApproved");
-
+
Flow_04rzv3x
Flow_0xnspeg
Flow_0rsx4qs
@@ -1114,7 +1114,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
Flow_0wxa7vb
Flow_1esdw3m
-
+
Flow_19ik9s7
Flow_15f3evi
Flow_1i04zkp
@@ -1131,12 +1131,12 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
Flow_1nowy63
Flow_0n61nyr
-
+
Flow_08c8ij1
Flow_0c90maq
Flow_17tf2x2
-
+
Flow_0bz8atu
Flow_0iubwul
Flow_16ek6dk
@@ -1847,14 +1847,14 @@ execution.setVariable('requestType', 'SRCR');
Flow_1g9gkqq
-
+
Flow_0h34vew
Flow_168htzm
Flow_0dn9scp
-
+
Flow_1ccbyzk
Flow_02gyla8
Flow_0v3xmtu
@@ -1864,7 +1864,7 @@ execution.setVariable('requestType', 'SRCR');
Flow_1g9gkqq
-
+
Flow_0mtd57d
Flow_007p6h2
Flow_1jm1bhe
@@ -1929,12 +1929,12 @@ execution.setVariable('bundleStatus', "srcrSdmApproved");
${action == 'Approved' or action == 'Rejected' }
-
+
Flow_0b418rv
Flow_0kumbes
Flow_01zmsuo
-
+
Flow_0d8ruax
Flow_0itdetv
Flow_1258dam
@@ -1958,7 +1958,7 @@ execution.setVariable('bundleStatus', "srcrSdmApproved");
Flow_1b2svdy
Flow_0poa227
-
+
Flow_0c90maq
Flow_0b5e332
Flow_1jxxrt6
@@ -2059,7 +2059,7 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );
${isSoscAvailable==false}
-
+
Flow_0fa3idu
Flow_0lo7pee
Flow_1l4qibu
@@ -2119,7 +2119,7 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));Flow_0lgivc3
-
+
Flow_0gcqir8
Flow_1dtmwt0
Flow_045t5oq
@@ -2157,1361 +2157,1361 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
-
-
+
+
-
+
-
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
+
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
+
+
+
-
-
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 605973c5..5bc13658 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -1,5 +1,5 @@
-
+
@@ -63,7 +63,7 @@
Gateway_17raw62
-
+
Flow_0io9st8
Flow_0b5e332
Flow_1jxxrt6
@@ -137,7 +137,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
var system = java.lang.System;
system.out.println ("Sent to SDM");
-
+
Flow_0fa3idu
Flow_1qdnyub
Flow_09v5hyw
@@ -157,7 +157,7 @@ system.out.println ("Sent to SDM");
Flow_0y1xa83
-
+
Flow_08c8ij1
Flow_0io9st8
Flow_032upr4
@@ -648,7 +648,7 @@ execution.setVariable('requestType', 'SRCR');
${isSentFromSociety == true}
-
+
Flow_0h34vew
Flow_1mxzqgt
Flow_0lklj13
@@ -667,14 +667,14 @@ execution.setVariable('requestType', 'SRCR');
-
+
Flow_1ccbyzk
Flow_09v3kpi
Flow_18o75ov
-
+
Flow_0mtd57d
Flow_0qvoubs
Flow_1u837pr
@@ -692,7 +692,7 @@ execution.setVariable('requestType', 'SRCR');
Flow_1esdw3m
Flow_1xju4ax
-
+
Flow_19ik9s7
Flow_1s58qkt
Flow_1v6zje9
@@ -1029,7 +1029,7 @@ execution.setVariable('requestType', 'DERA');
Flow_19nit40
-
+
Flow_13zl1nd
Flow_1qn2dpn
Flow_0zq3j61
@@ -1042,7 +1042,7 @@ execution.setVariable('requestType', 'DERA');
-
+
Flow_04rzv3x
Flow_1wvb9m4
Flow_04eqln5
@@ -1198,7 +1198,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
Flow_0oeq414
Flow_141nwha
-
+
Flow_09s9m5h
Flow_1cy9wf5
Flow_15rrs2v
@@ -1206,7 +1206,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
Flow_141nwha
-
+
Flow_0tqsk2f
Flow_1x5geew
Flow_0oeq414
@@ -1763,7 +1763,7 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));Flow_0qw9o9a
Flow_0pzpbn7
-
+
Flow_0bz8atu
Flow_1j8wa3r
Flow_1sj5fc8
@@ -1784,17 +1784,17 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
Flow_1kvztr8
-
+
Flow_0b418rv
Flow_0fv5367
Flow_16ofiye
-
+
Flow_0d8ruax
Flow_1rlisdb
Flow_15d65om
-
+
Flow_0gcqir8
Flow_00pfp2v
Flow_183ni86
@@ -2011,1333 +2011,1333 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
-
-
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
-
-
+
+
+
+
+
-
-
+
+
+
+
+
-
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
+
+
+
-
-
+
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
-
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
-
-
+
+
+
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn
index 872f67fe..8aadbab8 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn
@@ -32,7 +32,7 @@
Gateway_1w01edb
-
+
@@ -536,7 +536,7 @@ execution.setVariable('requestType', 'SRCR');
Flow_0usnr75
-
+
Flow_0h34vew
Flow_0ok0leq
Flow_1s0g73f
@@ -547,14 +547,14 @@ execution.setVariable('requestType', 'SRCR');
-
+
Flow_1ccbyzk
Flow_1k1fe9x
Flow_1ul7bba
-
+
Flow_0mtd57d
Flow_031wsso
Flow_1bt2bp2
@@ -683,7 +683,7 @@ execution.setVariable('nirStatus', "Resubmitted");
-
+
Flow_1oam11w
Flow_1a96k7r
Flow_1rvfhly
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn
index 1b988872..5e9ef52e 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn
@@ -110,7 +110,7 @@ task.execution.setVariable('userRole','Site Information Advisor');Flow_1oam11w
Flow_0l71ern
-
+
@@ -204,7 +204,7 @@ execution.setVariable('returnedBy', "cssaTeam");
-
+
Flow_1ua4w6m
Flow_04r78pc
Flow_1twoj9j
@@ -639,17 +639,17 @@ execution.setVariable('requestType', 'SRCR');
-
+
Flow_0wzucup
Flow_0wuyk5q
Flow_0o1fhdi
-
+
Flow_0jq9w2c
Flow_0ojaeu2
Flow_0s3yccc
-
+
Flow_1j4ubaw
Flow_17jc772
Flow_03ti4c1
@@ -664,7 +664,7 @@ execution.setVariable('requestType', 'SRCR');
Flow_115hro3
Flow_1tvwlrp
-
+
@@ -713,7 +713,7 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
-
+
Flow_1oam11w
Flow_1xaizis
Flow_153luo3
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn
index 59d4a749..66431533 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn
@@ -188,7 +188,7 @@ task.execution.setVariable('userRole','Site Information Advisor');Flow_05t61qf
Flow_05135h6
-
+
Flow_1k5fi3f
Flow_05t61qf
Flow_1lfvq5z
@@ -197,7 +197,7 @@ task.execution.setVariable('userRole','Site Information Advisor');
Flow_05135h6
-
+
Flow_1vu5vy0
Flow_0q4y5zz
Flow_1yl0zu1
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn
index 200a4919..4ec64f0c 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn
@@ -1,5 +1,5 @@
-
+
@@ -70,7 +70,7 @@ execution.setVariable('name',firstname);
Flow_1la2yud
-
+
@@ -183,6 +183,73 @@ system.out.println ("Reviewed by SDM");
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -234,73 +301,6 @@ system.out.println ("Reviewed by SDM");
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn
index 4662a246..c4427e90 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn
@@ -230,7 +230,7 @@ task.execution.setVariable('userRole','CSSA Team');
Flow_1qaodt0
Flow_0bo4cc7
-
+
Flow_0bo4cc7
Flow_13r7dqy
Flow_1d8a6i9
@@ -532,7 +532,7 @@ task.execution.setVariable('userRole','Statutory Decision Maker');Flow_12ysqpj
Flow_0ted4eh
-
+
Flow_1ifelq5
Flow_0tc1zyz
Flow_0e8b4d4
@@ -574,7 +574,7 @@ task.execution.setVariable('userRole','Case Worker');
Flow_1lj8tdk
Flow_0klnns9
-
+
Flow_0klnns9
Flow_1lhwgrf
Flow_1gnzs70
@@ -623,7 +623,7 @@ task.execution.setVariable('userRole','Site Risk Classification Officer');
Flow_19r835c
Flow_0njekxy
-
+
Flow_0njekxy
Flow_1bqktnr
Flow_1s9sm8u
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn
index 0b47468c..197070df 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn
@@ -436,7 +436,7 @@ task.execution.setVariable('deleteReason', "completed");
Flow_1ev1kr6
-
+
Flow_0bz8atu
Flow_1e5ig6c
Flow_0q6vtm0
@@ -463,7 +463,7 @@ system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCasewo
Flow_0lgivc3
-
+
Flow_0gcqir8
Flow_0ox6f9z
Flow_1hnx4nj
@@ -522,7 +522,7 @@ task.execution.setVariable('deleteReason', "completed");
Flow_01suxh6
Flow_19ik9s7
-
+
Flow_19ik9s7
Flow_0on1goq
Flow_0z0wj6z
@@ -554,7 +554,7 @@ task.execution.setVariable('deleteReason', "completed");
Flow_07eueok
Flow_0aabyhy
-
+
Flow_08c8ij1
Flow_1l3oqze
Flow_0op6tja
@@ -584,7 +584,7 @@ task.execution.setVariable('deleteReason', "completed");
-
+
Flow_07eueok
Flow_1m7z9cq
Flow_0mrjkt1
@@ -592,13 +592,13 @@ task.execution.setVariable('deleteReason', "completed");
-
+
Flow_1xju4ax
Flow_1q3zpib
Flow_1hksq9t
-
+
Flow_0qbjx6e
Flow_14l7yi6
Flow_0a5mfei
From 6c201f3942d407b583bbdd7230fcf97f8b9f85c3 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 14 Feb 2024 10:04:05 -0800
Subject: [PATCH 59/88] issue fix for 259
---
...ailed Ecological Risk Assessment Checklist.json | 14 +++++++-------
.../Bundling/subProcess/DERABundleWorkflow.bpmn | 9 ++++++---
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 5e04682b..6cbfd2af 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -1338,7 +1338,7 @@
"key": "deraReviewerAssignment",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n \r\nif (data.riskclassification === \"exempt\" ||\r\nroles.includes(\"formsflow-client\")||\r\nroles.includes(\"formsflow-reviewer/cssa-team\")||\r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/caseworker\") ||\r\nroles.includes(\"formsflow-reviewer/sdm\")\r\n){\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n \r\nif (data.riskclassification === \"exempt\" ||\r\nroles.includes(\"formsflow-client\")||\r\nroles.includes(\"formsflow-reviewer/cssa-team\")||\r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/caseworker\") ||\r\nroles.includes(\"formsflow-reviewer/sdm\")||\r\nroles.includes(\"formsflow-reviewer/csap\")||\r\nroles.includes(\"formsflow-reviewer/csap-society\")\r\n){\r\n show = false;\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -1489,7 +1489,7 @@
},
"customOptions": {},
"useExactSearch": false,
- "id": "ee2k2k"
+ "id": "e9au1tp"
}
],
"width": 4,
@@ -1623,7 +1623,7 @@
},
"customOptions": {},
"useExactSearch": false,
- "id": "e51zw6d"
+ "id": "epdmmou"
}
],
"width": 4,
@@ -1707,7 +1707,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "ecvc539"
+ "id": "eaawkmb"
}
],
"keyModified": true,
@@ -1749,7 +1749,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehgpjvr"
+ "id": "ehtokdl"
},
{
"label": "Notes",
@@ -5564,7 +5564,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -36160,7 +36160,7 @@
}
],
"collapsible": false,
- "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 8c666605..9f49ac6c 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -1529,7 +1529,8 @@ task.execution.setVariable('userRole','CSSA Team');
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','CSSA Team');
@@ -1619,7 +1620,8 @@ task.execution.setVariable('userRole','CSAP Society');
task.execution.setVariable('deleteReason', "completed");
var system = java.lang.System;
task.execution.setVariable('isSentFromSociety',true);
-system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
+system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
+task.execution.setVariable('userRole','CSAP Society');
@@ -1642,7 +1644,8 @@ task.execution.setVariable('userRole','CSAP');
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Contaminated Sites Approved Professional');
From 3ef56c369195cdfd9e039d8062b00acfc604e45a Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Wed, 14 Feb 2024 14:17:43 -0800
Subject: [PATCH 60/88] updated DERA and CSSA with async after for parallel
flows
---
.../processes/Bundling/subProcess/CSSABundleWorklow.bpmn | 4 ++--
.../processes/Bundling/subProcess/DERABundleWorkflow.bpmn | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 90c17ee9..6d98e341 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -2007,7 +2007,7 @@ task.execution.setVariable('userRole','Caseworker');
Flow_01suxh6
Flow_19ik9s7
-
+
Flow_0qiqnks
Flow_057qs1x
Flow_01suxh6
@@ -2348,7 +2348,7 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index e95508f1..42499edf 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -2344,7 +2344,7 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
+
From 7ef379789cfc998dad3497ed6377f48789bc2b4e Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Thu, 15 Feb 2024 09:22:18 -0800
Subject: [PATCH 61/88] fixed form skip issue in bundle
---
.../Bundle/item/BundleSubmissionComponent.js | 397 ++++++++++++++++++
1 file changed, 397 insertions(+)
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Bundle/item/BundleSubmissionComponent.js
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Bundle/item/BundleSubmissionComponent.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Bundle/item/BundleSubmissionComponent.js
new file mode 100644
index 00000000..3b16b5c1
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Bundle/item/BundleSubmissionComponent.js
@@ -0,0 +1,397 @@
+import React, { useState, useEffect, useRef } from "react";
+import { useDispatch, useSelector } from "react-redux";
+import { fetchFormById } from "../../../apiManager/services/bpmFormServices";
+import Loading from "../../../containers/Loading";
+import { Form, Errors } from "react-formio";
+import Stepper from "@material-ui/core/Stepper";
+import Step from "@material-ui/core/Step";
+import { Formio } from "formiojs";
+import {
+ setBundleSelectedForms,
+ setBundleSubmissionData,
+ setBundleSubmitLoading,
+} from "../../../actions/bundleActions";
+import LoadingOverlay from "react-loading-overlay";
+import {
+ clearFormError,
+ setFormFailureErrorData,
+} from "../../../actions/formActions";
+import { executeRule } from "../../../apiManager/services/bundleServices";
+import { useTranslation } from "react-i18next";
+import StepButton from "@material-ui/core/StepButton";
+import { textTruncate } from "../../../helper/helper";
+import { formio_resourceBundles } from "../../../resourceBundles/formio_resourceBundles";
+import { StepLabel } from "@material-ui/core";
+
+const BundleSubmissionComponent = ({
+ readOnly,
+ onSubmit,
+ onChange,
+ submitButtonDisable = false,
+}) => {
+ const { t } = useTranslation();
+ const dispatch = useDispatch();
+ const onChangeFunction = onChange ? onChange : () => {};
+ const options = readOnly ? { readOnly: true, viewAsHtml: true } : {};
+ const bundleData = useSelector((state) => state.process.formProcessList);
+ const selectedForms = useSelector((state) => state.bundle.selectedForms);
+ const { error } = useSelector((state) => state.form);
+ const [validationError, setValidationError] = useState("");
+ const [validationErrorIndex, setValidationErroIndex] = useState(null);
+ const [formStep, setFormStep] = useState({ step: 0 });
+ const [getFormLoading, setGetFormLoading] = useState(false);
+ const [form, setForm] = useState({});
+ const bundleSubmission = useSelector(
+ (state) => state.bundle.bundleSubmission
+ );
+ const [submission, setSubmission] = useState(null);
+ const bundleSubmitLoading = useSelector(
+ (state) => state.bundle.bundleSubmitLoading
+ );
+ const formRef = useRef();
+ const [formCache, setFormCache] = useState({});
+ const lang = useSelector((state) => state.user.lang);
+
+ let isFormValidationPending = true;
+
+ useEffect(() => {
+ getForm();
+ document.getElementById("main")?.scrollTo({ top: 0, behavior: "smooth" });
+ }, [formStep]);
+
+ const getForm = (done = () => {}) => {
+ if (selectedForms?.length) {
+ dispatch(clearFormError("form"));
+ setGetFormLoading(true);
+ fetchFormById(selectedForms[formStep.step].formId)
+ .then((res) => {
+ if (!readOnly) {
+ !formCache[res.data._id] &&
+ setFormCache({ ...formCache, [res.data._id]: res.data });
+ }
+ setForm(res.data);
+ })
+ .catch((err) => {
+ dispatch(
+ setFormFailureErrorData("form", err.response?.data || err.message)
+ );
+ })
+ .finally(() => {
+ setGetFormLoading(false);
+ done();
+ });
+ }
+ };
+
+ const handleSubmisionData = () => {
+ dispatch(
+ setBundleSubmissionData({
+ data: { ...bundleSubmission.data, ...submission.data },
+ })
+ );
+ };
+
+ // checking the forms order changed or not
+ const checkFormStepChange = (responseData) => {
+ let changed = null;
+ if (responseData) {
+ responseData.forEach((i, index) => {
+ if (changed === null && selectedForms[index]?.formId !== i.formId) {
+ changed = index;
+ }
+ });
+ }
+ return changed;
+ };
+
+ const onLabelClick = (step) => {
+ if (step === formStep.step) {
+ return;
+ }
+ if (readOnly) {
+ setFormStep({ step: step });
+ return;
+ }
+ handleSubmisionData();
+ setValidationErroIndex(null);
+ setValidationError(false);
+ dispatch(setBundleSubmitLoading(true));
+ if (validationErrorIndex !== null) {
+ setValidationErroIndex(null);
+ }
+ executeRule({ data: submission.data }, bundleData.id)
+ .then((res) => {
+ let changed = null;
+ if (res.data?.length !== selectedForms?.length) {
+ changed = checkFormStepChange(res.data);
+ if (changed == null) {
+ changed = formStep.step;
+ }
+ }
+ dispatch(setBundleSelectedForms(res.data));
+ setFormStep({ step: changed !== null ? changed : step });
+ })
+ .finally(() => {
+ dispatch(setBundleSubmitLoading(false));
+ });
+ };
+
+ const handleNextForm = () => {
+ if (readOnly) {
+ setFormStep({ step: formStep.step + 1 });
+ return;
+ }
+ handleSubmisionData();
+ // try to submit current form if any validation error it through
+ formRef.current
+ .submit()
+ .then(() => {
+ setValidationErroIndex(null);
+ setValidationError(false);
+ dispatch(setBundleSubmitLoading(true));
+ executeRule({ data: submission.data }, bundleData.id)
+ .then((res) => {
+ let changed = null;
+ const { data } = res;
+ if (data?.length !== selectedForms?.length) {
+ changed = checkFormStepChange(data);
+ }
+ dispatch(setBundleSelectedForms(data));
+ // checking the result forms are less than form step or grater than form step
+ let updatedStep = null;
+ if (changed !== null) {
+ updatedStep = changed;
+ if(selectedForms.length > 1)
+ {
+ updatedStep = formStep.step + 1;
+ }
+ } else if (data?.length - 1 > formStep.step) {
+ updatedStep = formStep.step + 1;
+ } else if (data?.length - 1 < formStep.step) {
+ updatedStep = data?.length - 1;
+ } else {
+ updatedStep = formStep.step;
+ }
+
+ setFormStep({ step: updatedStep });
+ })
+ .finally(() => {
+ dispatch(setBundleSubmitLoading(false));
+ });
+ })
+ .catch(() => {
+ // if any error caught it will show here
+ setValidationErroIndex(formStep.step);
+ setValidationError(true);
+ });
+ };
+
+ const handleBackForm = () => {
+ setFormStep({ step: formStep.step - 1 });
+ };
+
+ const bundleFormValidation = async (valid, index) => {
+ // the form is not valid
+ //form validationNotOver is once this variable true then don't need to check other forms
+ if (!valid && isFormValidationPending) {
+ isFormValidationPending = valid;
+ setValidationErroIndex(index);
+ setFormStep({ step: index });
+ setValidationError(true);
+ dispatch(setBundleSubmitLoading(false));
+ return;
+ }
+ if (valid && index === selectedForms?.length - 1 && isFormValidationPending) {
+ isFormValidationPending = false;
+ // maybe the current form is not be last one so need to execute rule again
+ const response = await executeRule(
+ { data: submission.data },
+ bundleData.id
+ );
+ if (response && response.data?.length !== selectedForms?.length) {
+ // if the previous lenght of form and response form length are not same
+ const changed = checkFormStepChange(response.data);
+ dispatch(setBundleSelectedForms(response.data));
+ setFormStep({ step: changed });
+ dispatch(setBundleSubmitLoading(false));
+ return;
+ }
+ onSubmit({ data: submission.data }, bundleData.formId);
+ }
+ };
+
+ const checkAllFormsCachedToValidate = async () => {
+ // cache all forms if some forms are not cached then need to fetch those form's data
+ if (selectedForms.length == formCache.length) {
+ handleSubmit(formCache);
+ } else {
+ const cachedForms = { ...formCache };
+ for (const form of selectedForms) {
+ {
+ if (!formCache[form.formId]) {
+ try {
+ const { data } = await fetchFormById(form.formId);
+ setFormCache((prev) => ({ ...prev, [data._id]: data }));
+ cachedForms[form.formId] = data;
+ } catch (err) {
+ console.error(err);
+ }
+ }
+ }
+ }
+ handleSubmit(cachedForms);
+ }
+ };
+
+ const handleSubmit = async (cachedForms) => {
+ handleSubmisionData();
+ formRef.current
+ .submit()
+ .then(() => {
+ dispatch(setBundleSubmitLoading(true));
+ setValidationErroIndex(null);
+ setValidationError(false);
+ selectedForms.forEach(async (form, index) => {
+ const formioForm = await Formio.createForm(cachedForms[form.formId], {
+ alwaysDirty: true,
+ });
+ formioForm.submission = { data: submission.data };
+ formioForm.on("change", function () {
+ formioForm.setPristine(false);
+ formioForm.redraw();
+ bundleFormValidation(formioForm.checkValidity(null, true), index);
+ });
+ });
+ })
+ .catch(() => {
+ setValidationErroIndex(formStep.step);
+ setValidationError(true);
+ });
+ };
+
+ useEffect(() => {
+ const sucessELement = document.querySelector(".alert-success");
+ if (sucessELement) sucessELement.style.display = "none";
+ });
+
+ const onCustomEvent = (customEventData) => {
+ onSubmit(
+ { data: formRef.current.data },
+ bundleData.formId,
+ customEventData
+ );
+ };
+
+ if (!form.title && getFormLoading) {
+ return ;
+ }
+
+ return (
+
+
+ {/* {
+ validationError ?
Please check the form and correct all the errors
+ : ""
+ } */}
+
+
+
+ {selectedForms?.map((form, index) => (
+ {
+ onLabelClick(index);
+ }}
+ >
+
+
+ {form.formName.includes(" ")
+ ? form.formName
+ : textTruncate(30, 20, form.formName)}
+
+
+
+ ))}
+
+
+
+
+
{form.title}
+
+
+
+ {validationError ? (
+
+ Please check the form and correct all the errors
+
+ ) : (
+ ""
+ )}
+
+ {formStep.step === 0 ? (
+ ""
+ ) : (
+
+ {t("Previous Form")}
+
+ )}
+ {(readOnly || submitButtonDisable) &&
+ selectedForms?.length - 1 == formStep.step ? (
+ ""
+ ) : (
+
+ {selectedForms?.length - 1 === formStep.step
+ ? "Submit Form"
+ : "Next Form"}
+
+ )}
+
+
+
+
+
+
+
+ );
+};
+
+export default BundleSubmissionComponent;
From 87a8524a6cf6249d0cbc2dfda2613e449083db85 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Fri, 16 Feb 2024 08:01:54 -0800
Subject: [PATCH 62/88] issue fix for 265
---
... Ecological Risk Assessment Checklist.json | 65 ++++-----
.../bundling/Summary of Site Condition.json | 123 +++++++++---------
2 files changed, 99 insertions(+), 89 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 6cbfd2af..1426339d 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -473,10 +473,41 @@
"action": "custom",
"showValidations": false,
"theme": "warning",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
"disabled": true,
"tableView": false,
+ "modalEdit": false,
"key": "needsMoreInfo",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \tvar applicationStatus = response.applicationStatus ? response.applicationStatus.value : '';\r\n\tvar isResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \tvar applicationStatus = response.applicationStatus ? response.applicationStatus.value : '';\r\n\tvar isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;+submissionId;\r\nconst filteredData = _.pick(data, data.deraUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
"input": true,
@@ -484,25 +515,18 @@
"keyModified": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -510,7 +534,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -520,31 +543,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "er4piec"
+ "id": "e5azrwm"
}
],
"size": "md",
@@ -5564,7 +5569,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -36160,7 +36165,7 @@
}
],
"collapsible": false,
- "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof79400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 787994b6..eae80b7e 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -314,35 +314,59 @@
"action": "custom",
"showValidations": false,
"theme": "warning",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "sendToApplicant",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \t\r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n\t var isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\t var isCssaResubmitted = response.isCssaResubmitted ? response.isCssaResubmitted.value : false;\r\n show = true;\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isCssaResubmitted){\r\n\t\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \t\r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n\t var isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\t var isCssaResubmitted = response.isCssaResubmitted ? response.isCssaResubmitted.value : false;\r\n \t var isDeraResubmitted = response.isDeraResubmitted ? response.isDeraResubmitted.value : false;\r\n \t show = true;\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isCssaResubmitted){\r\n\t\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isDeraResubmitted){\r\n\t\t component.disabled = true;\r\n\t component.description = 'Disabled since DERA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.soscUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -350,7 +374,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -360,31 +383,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "id": "eewetd5"
+ "id": "ee50ra2"
}
],
"size": "md",
@@ -9342,7 +9347,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10382,7 +10387,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10914,7 +10919,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -11013,7 +11018,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12461,7 +12466,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13494,7 +13499,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14093,7 +14098,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14137,7 +14142,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15086,7 +15091,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22628,7 +22633,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23425,7 +23430,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24034,7 +24039,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24564,7 +24569,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25335,7 +25340,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29409,7 +29414,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30344,7 +30349,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30964,7 +30969,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31584,7 +31589,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32204,7 +32209,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32824,7 +32829,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33530,7 +33535,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34271,7 +34276,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38224,7 +38229,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38730,7 +38735,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39049,7 +39054,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39368,7 +39373,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39687,7 +39692,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41798,7 +41803,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42595,7 +42600,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43503,7 +43508,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
From 326dfb71951ef5af89522b130d8f08c116f5977d Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Thu, 22 Feb 2024 16:17:37 -0800
Subject: [PATCH 63/88] BCBOX changes on latest workflows & forms
---
.../epd-forms/Site Disclosure Statements.json | 146 ++++-
.../Site Information Request Application.json | 142 ++++-
.../Site Risk Classification Report.json | 146 ++++-
.../epd-forms/Summary of Site Condition.json | 200 +++++-
...nated Sites Services Application Form.json | 168 ++++-
... Ecological Risk Assessment Checklist.json | 148 ++++-
...tification of Independent Remediation.json | 160 ++++-
...ication of Likely or Actual Migration.json | 148 ++++-
.../Site Risk Classification Report.json | 146 ++++-
.../bundling/Summary of Site Condition.json | 200 +++++-
.../forms-flow-bpm/docker-compose.yml | 10 +
.../subProcess/CSSABundleWorklow.bpmn | 206 ++++--
.../subProcess/DERABundleWorkflow.bpmn | 87 ++-
.../subProcess/NIRBundleWorkflow.bpmn | 84 ++-
.../subProcess/NOMBundleWorkflow.bpmn | 132 +++-
.../processes/Common/CommonEmailWorkflow.bpmn | 67 +-
.../Common/CreateBucketWorkflow.bpmn | 594 ++++++++++++++++++
.../processes/Common/email-template.dmn | 52 +-
.../processes/SDS/SDSWorkflow.bpmn | 126 +++-
.../processes/SIR/SIRWorkflow.bpmn | 83 ++-
.../processes/SRCR/SRCRWorkflow.bpmn | 88 ++-
.../processes/SoSC/SOSCWorklow.bpmn | 142 ++++-
.../forms-flow-bpm/templates/upload_doc.ftl | 72 +++
.../templates/user_search_failed.ftl | 72 +++
.../docker-compose.yml | 3 +-
.../Application-file-upload/AppFileUpload.js | 95 +++
.../Application-file-upload/README.md | 0
.../appFileUpload.settingsForm.js | 38 ++
.../src/custom-components/index.js | 2 +
.../src/app/features/bcbox/FileUpload.tsx | 100 +++
.../src/app/features/dashboard/Dashboard.tsx | 11 +-
frontend/src/app/helpers/utility.ts | 2 +-
frontend/src/app/routes/ProtectedRoute.tsx | 7 +-
frontend/src/app/routes/Routes.tsx | 2 +
34 files changed, 3365 insertions(+), 314 deletions(-)
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CreateBucketWorkflow.bpmn
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/upload_doc.ftl
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/user_search_failed.ftl
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/AppFileUpload.js
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/README.md
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/appFileUpload.settingsForm.js
create mode 100644 frontend/src/app/features/bcbox/FileUpload.tsx
diff --git a/forms-flow-ai/epd-forms/Site Disclosure Statements.json b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
index 7c100c93..0b806654 100644
--- a/forms-flow-ai/epd-forms/Site Disclosure Statements.json
+++ b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
@@ -10,6 +10,146 @@
"common"
],
"components": [
+ {
+ "title": "Application Documents",
+ "collapsible": false,
+ "key": "applicationDocuments",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\r\n{\r\n\tconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\tconst groups = UserDetails[\"groups\"];\r\n\tif((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n\t{\r\n\t\tshow = true;\r\n\t}\r\n\telse\r\n\t{\r\n\t\tshow= false;\r\n\t}\t\r\n}\r\nelse\r\n{\r\n \tshow= false;\r\n}",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "File Upload",
+ "hideLabel": true,
+ "tableView": false,
+ "key": "fileUpload",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\n{\n\tshow = true;\n}\nelse\n{\n \tshow= false;\n}",
+ "type": "AppFileUpload",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e9uhzba"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e8nz7e"
+ },
{
"label": "Text Area",
"autoExpand": false,
@@ -7232,7 +7372,7 @@
}
],
"collapsible": false,
- "id": "e7nge5b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e7nge5b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -7706,7 +7846,7 @@
}
],
"collapsible": false,
- "id": "eapos7600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eapos760000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -7922,7 +8062,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "e7fs5c500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e7fs5c50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/Site Information Request Application.json b/forms-flow-ai/epd-forms/Site Information Request Application.json
index a5604581..5d0d7da3 100644
--- a/forms-flow-ai/epd-forms/Site Information Request Application.json
+++ b/forms-flow-ai/epd-forms/Site Information Request Application.json
@@ -10,6 +10,146 @@
"common"
],
"components": [
+ {
+ "title": "Application Documents",
+ "collapsible": false,
+ "key": "applicationDocuments",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\r\n{\r\n\tconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\tconst groups = UserDetails[\"groups\"];\r\n\tif((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n\t{\r\n\t\tshow = true;\r\n\t}\r\n\telse\r\n\t{\r\n\t\tshow= false;\r\n\t}\t\r\n}\r\nelse\r\n{\r\n \tshow= false;\r\n}",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "File Upload",
+ "hideLabel": true,
+ "tableView": false,
+ "key": "fileUpload",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\n{\n\tshow = true;\n}\nelse\n{\n \tshow= false;\n}",
+ "type": "AppFileUpload",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e9pyu7"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ewsl1i8"
+ },
{
"label": "Text Area",
"autoExpand": false,
@@ -5774,7 +5914,7 @@
"attributes": {},
"components": [
{
- "id": "ecmzjdn000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecmzjdn00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tree": false,
"type": "panel",
diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
index 8af5c4eb..7f24abf5 100644
--- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
@@ -10,6 +10,146 @@
"common"
],
"components": [
+ {
+ "title": "Application Documents",
+ "collapsible": false,
+ "key": "applicationDocuments",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\r\n{\r\n\tconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\tconst groups = UserDetails[\"groups\"];\r\n\tif((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n\t{\r\n\t\tshow = true;\r\n\t}\r\n\telse\r\n\t{\r\n\t\tshow= false;\r\n\t}\t\r\n}\r\nelse\r\n{\r\n \tshow= false;\r\n}",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "File Upload",
+ "hideLabel": true,
+ "tableView": false,
+ "key": "fileUpload",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\n{\n\tshow = true;\n}\nelse\n{\n \tshow= false;\n}",
+ "type": "AppFileUpload",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e8ax7ve"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "efrdna"
+ },
{
"label": "Text Area",
"autoExpand": false,
@@ -4322,7 +4462,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -13732,7 +13872,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -17675,7 +17815,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index 234f6316..56908da1 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -10,6 +10,146 @@
"common"
],
"components": [
+ {
+ "title": "Application Documents",
+ "collapsible": false,
+ "key": "applicationDocuments",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\r\n{\r\n\tconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\tconst groups = UserDetails[\"groups\"];\r\n\tif((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n\t{\r\n\t\tshow = true;\r\n\t}\r\n\telse\r\n\t{\r\n\t\tshow= false;\r\n\t}\t\r\n}\r\nelse\r\n{\r\n \tshow= false;\r\n}",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "File Upload",
+ "hideLabel": true,
+ "tableView": false,
+ "key": "fileUpload",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\n{\n\tshow = true;\n}\nelse\n{\n \tshow= false;\n}",
+ "type": "AppFileUpload",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eahrwg"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e83pfpd"
+ },
{
"label": "Text Area",
"labelPosition": "top",
@@ -9010,7 +9150,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10050,7 +10190,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10582,7 +10722,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10681,7 +10821,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12129,7 +12269,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13162,7 +13302,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13761,7 +13901,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13805,7 +13945,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14714,7 +14854,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22256,7 +22396,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23053,7 +23193,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23662,7 +23802,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24192,7 +24332,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24963,7 +25103,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29037,7 +29177,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29947,7 +30087,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30542,7 +30682,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31137,7 +31277,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31732,7 +31872,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32327,7 +32467,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33033,7 +33173,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33774,7 +33914,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37794,7 +37934,7 @@
"id": "eofuark"
}
],
- "id": "eutz63000000000000000000000000000000",
+ "id": "eutz6300000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38319,7 +38459,7 @@
"id": "e330ei"
}
],
- "id": "e31uav900000000000000000000000000000",
+ "id": "e31uav90000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38646,7 +38786,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti0000000000000000000000000000",
+ "id": "evh2ti000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38984,7 +39124,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n0000000000000000000000000000000000000"
+ "id": "ey7gr2n000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -39291,7 +39431,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv2000000000000000000000000000",
+ "id": "e6zxvv200000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41378,7 +41518,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa00000000000000000000000000000000000000",
+ "id": "ehf1fa0000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42134,7 +42274,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m0000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks09m000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43124,7 +43264,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index 855ba4fa..bcd2451d 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -10,6 +10,150 @@
"common"
],
"components": [
+ {
+ "title": "Application Documents",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "applicationDocuments",
+ "tags": [],
+ "properties": {},
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\r\n{\r\n\tconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\tconst groups = UserDetails[\"groups\"];\r\n\tif((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n\t{\r\n\t\tshow = true;\r\n\t}\r\n\telse\r\n\t{\r\n\t\tshow= false;\r\n\t}\t\r\n}\r\nelse\r\n{\r\n \tshow= false;\r\n}\r\n",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "File Upload",
+ "hideLabel": true,
+ "tableView": false,
+ "key": "fileUpload",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\n{\n\tshow = true;\n}\nelse\n{\n \tshow= false;\n}",
+ "type": "AppFileUpload",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eo6xkq"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eakh76f"
+ },
{
"label": "Text Area",
"labelPosition": "top",
@@ -7710,7 +7854,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "ehmz9lv00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9353,7 +9497,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ewhx8sm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18512,7 +18656,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elva8800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18592,7 +18736,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey48nu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18967,7 +19111,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyxe45n00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19060,7 +19204,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "efdcvf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19274,7 +19418,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "emf4u7g00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20326,7 +20470,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev43oe900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20406,7 +20550,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eb3d0l00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20781,7 +20925,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyv4fcu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20874,7 +21018,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecgeub00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21088,7 +21232,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eguyyh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 1426339d..84dafabc 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -10,6 +10,150 @@
"common"
],
"components": [
+ {
+ "title": "Application Documents",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "applicationDocuments",
+ "tags": [],
+ "properties": {},
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\r\n{\r\n\tconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\tconst groups = UserDetails[\"groups\"];\r\n\tif((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n\t{\r\n\t\tshow = true;\r\n\t}\r\n\telse\r\n\t{\r\n\t\tshow= false;\r\n\t}\t\r\n}\r\nelse\r\n{\r\n \tshow= false;\r\n}\r\n",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "File Upload",
+ "hideLabel": true,
+ "tableView": false,
+ "key": "fileUpload",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\n{\n\tshow = true;\n}\nelse\n{\n \tshow= false;\n}",
+ "type": "AppFileUpload",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eysc1rn"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ex53k8l"
+ },
{
"label": "Text Area",
"labelPosition": "top",
@@ -5569,7 +5713,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -36165,7 +36309,7 @@
}
],
"collapsible": false,
- "id": "eof79400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
index 9f6573d8..12e8c337 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
@@ -10,6 +10,150 @@
"common"
],
"components": [
+ {
+ "title": "Application Documents",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "applicationDocuments",
+ "tags": [],
+ "properties": {},
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\r\n{\r\n\tconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\tconst groups = UserDetails[\"groups\"];\r\n\tif((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n\t{\r\n\t\tshow = true;\r\n\t}\r\n\telse\r\n\t{\r\n\t\tshow= false;\r\n\t}\t\r\n}\r\nelse\r\n{\r\n \tshow= false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "File Upload",
+ "hideLabel": true,
+ "tableView": false,
+ "key": "fileUpload",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\n{\n\tshow = true;\n}\nelse\n{\n \tshow= false;\n}",
+ "type": "AppFileUpload",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eoo7gud"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ex533bv"
+ },
{
"label": "Text Area",
"autoExpand": false,
@@ -9172,7 +9316,7 @@
"attributes": {},
"components": [
{
- "id": "epivnsp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "epivnsp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -9249,7 +9393,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "el3hlvr00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el3hlvr0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -9994,7 +10138,7 @@
"attributes": {},
"components": [
{
- "id": "esedw400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esedw40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -10071,7 +10215,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "esor90600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esor9060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -10813,7 +10957,7 @@
"attributes": {},
"components": [
{
- "id": "ej0y4100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej0y410000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -10890,7 +11034,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "e8qg9fh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e8qg9fh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -11638,7 +11782,7 @@
"attributes": {},
"components": [
{
- "id": "eevqmo90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eevqmo9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -11715,7 +11859,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "et223l30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "et223l3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
index 8eacd7ae..403b1c7a 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
@@ -10,6 +10,150 @@
"common"
],
"components": [
+ {
+ "title": "Application Documents",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "applicationDocuments",
+ "tags": [],
+ "properties": {},
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\r\n{\r\n\tconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\tconst groups = UserDetails[\"groups\"];\r\n\tif((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n\t{\r\n\t\tshow = true;\r\n\t}\r\n\telse\r\n\t{\r\n\t\tshow= false;\r\n\t}\t\r\n}\r\nelse\r\n{\r\n \tshow= false;\r\n}\r\n",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "File Upload",
+ "hideLabel": true,
+ "tableView": false,
+ "key": "fileUpload",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\n{\n\tshow = true;\n}\nelse\n{\n \tshow= false;\n}",
+ "type": "AppFileUpload",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eg49r0v"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "elclee8"
+ },
{
"label": "Text Area",
"labelPosition": "top",
@@ -1326,7 +1470,7 @@
"attributes": {},
"components": [
{
- "id": "ea2btv00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ea2btv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "Panel-InformationForAffectedAndLikelyAffectedParcels",
"tree": false,
"type": "panel",
@@ -9198,7 +9342,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emrk44b0000000000000000000000000000000000"
+ "id": "emrk44b000000000000000000000000000000000000000000"
}
],
"errorLabel": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
index 7cfe2cd5..cb836948 100644
--- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
@@ -10,6 +10,146 @@
"common"
],
"components": [
+ {
+ "title": "Application Documents",
+ "collapsible": false,
+ "key": "applicationDocuments",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\r\n{\r\n\tconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\tconst groups = UserDetails[\"groups\"];\r\n\tif((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n\t{\r\n\t\tshow = true;\r\n\t}\r\n\telse\r\n\t{\r\n\t\tshow= false;\r\n\t}\t\r\n}\r\nelse\r\n{\r\n \tshow= false;\r\n}",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "File Upload",
+ "hideLabel": true,
+ "tableView": false,
+ "key": "fileUpload",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\n{\n\tshow = true;\n}\nelse\n{\n \tshow= false;\n}",
+ "type": "AppFileUpload",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep2h6l"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eu66tua"
+ },
{
"label": "Text Area",
"autoExpand": false,
@@ -5167,7 +5307,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -14579,7 +14719,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -18522,7 +18662,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index eae80b7e..557b8a59 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -10,6 +10,146 @@
"common"
],
"components": [
+ {
+ "title": "Application Documents",
+ "collapsible": false,
+ "key": "applicationDocuments",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\r\n{\r\n\tconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\tconst groups = UserDetails[\"groups\"];\r\n\tif((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n\t{\r\n\t\tshow = true;\r\n\t}\r\n\telse\r\n\t{\r\n\t\tshow= false;\r\n\t}\t\r\n}\r\nelse\r\n{\r\n \tshow= false;\r\n}",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "File Upload",
+ "hideLabel": true,
+ "tableView": false,
+ "key": "fileUpload",
+ "customConditional": "if( data.applicationStatus!=\"New\" && data.applicationStatus!=\"\" && data.applicationStatus!=null)\n{\n\tshow = true;\n}\nelse\n{\n \tshow= false;\n}",
+ "type": "AppFileUpload",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ecz8389"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eebo9z"
+ },
{
"title": "Reviewer Actions",
"theme": "default",
@@ -9347,7 +9487,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10387,7 +10527,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10919,7 +11059,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -11018,7 +11158,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12466,7 +12606,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13499,7 +13639,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14098,7 +14238,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14142,7 +14282,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15091,7 +15231,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22633,7 +22773,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23430,7 +23570,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24039,7 +24179,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24569,7 +24709,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25340,7 +25480,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29414,7 +29554,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30349,7 +30489,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30969,7 +31109,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31589,7 +31729,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32209,7 +32349,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32829,7 +32969,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33535,7 +33675,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34276,7 +34416,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38229,7 +38369,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38735,7 +38875,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39054,7 +39194,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39373,7 +39513,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39692,7 +39832,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41803,7 +41943,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42600,7 +42740,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43508,7 +43648,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/docker-compose.yml b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/docker-compose.yml
index ae008742..de4db25b 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/docker-compose.yml
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/docker-compose.yml
@@ -76,6 +76,16 @@ services:
- CHES_SECRET=56b613b2-fbf8-481a-b464-38967c66e066
- CHES_AUTH_URL=https://dev.loginproxy.gov.bc.ca/auth/realms/comsvcauth/protocol/openid-connect/token
- CHES_HOST_URL=https://ches-dev.api.gov.bc.ca
+ - COMS_ENDPOINT=${COMS_ENDPOINT}
+ - COMS_BUCKET=${COMS_BUCKET}
+ - COMS_ACCESS_KEY_ID=${COMS_ACCESS_KEY_ID}
+ - COMS_ACCESS_KEY=${COMS_ACCESS_KEY}
+ - BCBOX_AUTH_URL=https://epd-keycloak-dev.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/protocol/openid-connect/token
+ - BCBOX_CLIENT_ID=${BCBOX_CLIENT_ID}
+ - BCBOX_SECRET=${BCBOX_SECRET}
+ - BCBOX_HOST_URL=https://bcbox-e38158-dev.apps.silver.devops.gov.bc.ca
+ - COMS_API_HOST_URL=https://common-object-management-service-coms-custom-e38158-dev.apps.silver.devops.gov.bc.ca
+ - EPD_SUPPORT_EMAIL=midhun.murali@aot-technologies.com
- APP_HOST=${APP_HOST:-epd-frontend-dev.apps.silver.devops.gov.bc.ca}
networks:
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index 6d98e341..97b616f5 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -55,14 +55,18 @@
Gateway_17raw62
- Activity_15772wo
Gateway_08cgufe
StartEvent_1
Activity_0k6ixqm
Activity_1ozfgid
Activity_1v5ffpw
+ Activity_15772wo
Gateway_1qqphxe
Activity_0a9pnut
+ Gateway_1gvu1qg
+ Gateway_0o1oxx6
+ Event_0z3ea6o
+ Activity_0yw5we4
@@ -123,7 +127,6 @@ system.out.println ("site owner flow");
${action == 'Returned'}
-
@@ -1183,28 +1186,6 @@ task.execution.setVariable('userRole','CSSA Team');
Flow_0lgivc3
Flow_0bz8atu
-
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_1xx7tz6
- Flow_16fwgn1
-
-
- Flow_05pndkl
- Flow_1asq9fa
- Flow_1xx7tz6
-
@@ -1276,7 +1257,7 @@ var listOwnerEmailAddress = [];
listOwnerEmailAddress.push(clientEmail);
execution.setVariable('EmailType','CSSA');
execution.setVariable('name','User');
-execution.setVariable("emailTo", Java.to(listOwnerEmailAddress, "java.lang.Object[]"));
+execution.setVariable("emailTo", JSON.stringify(listOwnerEmailAddress));
execution.setVariable('formName','Contaminated Sites Services Application Form');
var applicationsrequested = execution.getVariable('applicationsrequested');
@@ -1292,7 +1273,9 @@ applicationsrequested.approvalOfBackgroundConcentrations : false) || (certificat
|| certificationdocumentradioGroup.approvalInPrinciple || certificationdocumentradioGroup.certificateOfCompliance : false) ? true : false;
system.out.println ("isSoscAvailable "+isSoscAvailable );
-execution.setVariable('isSoscAvailable',isSoscAvailable);
+execution.setVariable('isSoscAvailable',isSoscAvailable);
+
+execution.setVariable('emailsIdsToProcess',JSON.stringify(listOwnerEmailAddress));
Flow_1rc30l8
@@ -1360,17 +1343,6 @@ task.execution.setVariable('userRole','Contaminated Sites Approved Professional'
Flow_0527h3y
Flow_0b418rv
-
-
-
- var system = java.lang.System;
-system.out.println ("form signed");
-
-
- Flow_1asq9fa
- Flow_16fwgn1
- Flow_0ohuh4k
-
Flow_0ohuh4k
Flow_1xj96i6
@@ -2125,6 +2097,74 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));Flow_045t5oq
+
+
+
+ var system = java.lang.System;
+system.out.println ("form signed");
+
+
+ Flow_1asq9fa
+ Flow_16fwgn1
+ Flow_0ohuh4k
+
+
+ Flow_1loq3ni
+ Flow_1asq9fa
+ Flow_1xx7tz6
+
+
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1xx7tz6
+ Flow_16fwgn1
+
+
+
+ Flow_03phi1y
+ Flow_1fbm96a
+ Flow_1b01psv
+
+
+ ${applicationStatus!='New'}
+
+
+ ${applicationStatus=='New'}
+
+
+
+
+
+ Flow_05pndkl
+ Flow_03phi1y
+ Flow_1loq3ni
+
+
+ Flow_1nigg0r
+ Flow_1fbm96a
+
+
+
+
+
+
+ sds_updated
+
+
+ Flow_1b01psv
+ Flow_1nigg0r
+
@@ -2157,6 +2197,33 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2426,7 +2493,7 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
+
@@ -2458,15 +2525,15 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-
-
+
+
+
-
-
+
+
-
+
@@ -2525,10 +2592,6 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-
-
-
@@ -2566,10 +2629,10 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-
+
+
-
+
@@ -3047,16 +3110,6 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-
-
-
-
-
-
-
-
-
@@ -3087,10 +3140,6 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-
-
-
@@ -3512,6 +3561,33 @@ system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 42499edf..08fc39d9 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -61,6 +61,10 @@
Gateway_08cgufe
Activity_15772wo
Gateway_17raw62
+ Event_14cf5zz
+ Activity_0yw5we4
+ Gateway_0unjwtf
+ Gateway_18m8fgi
@@ -1587,9 +1591,10 @@ execution.setVariable('EmailType','DERA');
execution.setVariable('name','User');
var emailsToArray = [];
emailsToArray.push(clientEmail)
-execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
-
-execution.setVariable('isSoscAvailable',true);
+execution.setVariable("emailTo", JSON.stringify(emailsToArray));
+execution.setVariable('isSoscAvailable',true);
+execution.setVariable('emailsIdsToProcess',JSON.stringify(emailsToArray));
+
Flow_1rc30l8
@@ -1666,7 +1671,7 @@ task.execution.setVariable('userRole','Contaminated Sites Approved Professional'
system.out.println ("form signed");
- Flow_05pndkl
+ Flow_1u0uon6
Flow_0ohuh4k
@@ -1865,7 +1870,7 @@ system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSocie
-
+
@@ -1990,6 +1995,40 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
${riskclassification == 'exempt'}
+
+ Flow_1nigg0r
+ Flow_0vl5vjp
+
+
+
+
+
+
+ sds_updated
+
+
+ Flow_1b01psv
+ Flow_1nigg0r
+
+
+ Flow_0wil3ad
+ Flow_0vl5vjp
+ Flow_1b01psv
+
+
+
+ ${applicationStatus!='New'}
+
+
+ ${applicationStatus=='New'}
+
+
+
+ Flow_05pndkl
+ Flow_1u0uon6
+ Flow_0wil3ad
+
+
@@ -2022,6 +2061,29 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2204,7 +2266,7 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
+
@@ -3349,6 +3411,19 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn
index 8aadbab8..d5c0224d 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn
@@ -25,6 +25,10 @@
Event_02fettt
Activity_1ozfgid
Task_05ulff4
+ Activity_19ajxrx
+ Event_0h810td
+ Gateway_1qaboft
+ Gateway_1kn8dso
Activity_132ba5z
@@ -56,7 +60,7 @@
var clientEmail = execution.getVariable('simpleemail3');
var emailsToArray = [];
emailsToArray.push(clientEmail)
-execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
+execution.setVariable("emailTo", JSON.stringify(emailsToArray));
var riskclassification = execution.getVariable('riskclassification');
system.out.println ("formUrl "+execution.getVariable('formUrl'));
var siteRiskClassification = execution.getVariable('siteRiskClassification');
@@ -65,7 +69,9 @@ execution.setVariable('siteRiskClassification',siteRiskClassification);
var name=execution.getVariable('nirName');
system.out.println ("name "+execution.getVariable('nirName'));
execution.setVariable('name','User');
-execution.setVariable('formName','Notification of Independent Remediation');
+execution.setVariable('formName','Notification of Independent Remediation');
+execution.setVariable("emailsIdsToProcess", JSON.stringify(emailsToArray));
+
@@ -101,8 +107,8 @@ task.execution.setVariable('userRole','Site Information Advisor');
- Flow_0unffch
Flow_1wavf5u
+ Flow_0dmnoou
Flow_1ua4w6m
Flow_1oam11w
Flow_1g1b94u
@@ -598,7 +604,7 @@ execution.setVariable("applicationStatus", "Rejected");
${action == 'Returned'}
-
+
@@ -720,6 +726,40 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
${action == 'Recheck'}
+
+
+
+
+
+ sds_updated
+
+
+ Flow_1k2tnps
+ Flow_1i8d2gw
+
+
+ Flow_1i8d2gw
+ Flow_14wc5h8
+
+
+ ${applicationStatus=='New'}
+
+
+
+ ${applicationStatus!='New'}
+
+
+
+ Flow_0unffch
+ Flow_0dmnoou
+ Flow_0zy72tg
+
+
+
+ Flow_0zy72tg
+ Flow_1k2tnps
+ Flow_14wc5h8
+
@@ -745,6 +785,27 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -813,7 +874,7 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
+
@@ -1207,6 +1268,19 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn
index 5e9ef52e..f91534e6 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn
@@ -13,6 +13,10 @@
Event_02fettt
Activity_1ozfgid
+ Activity_0yw5we4
+ Event_04mee55
+ Gateway_1g6gqbl
+ Gateway_0vt72pb
Activity_1e0i2ru
@@ -39,7 +43,9 @@
Flow_1la2yud
Flow_10r3k9c
Flow_0unffch
- var system = java.lang.System;
+
+
+var system = java.lang.System;
var clientEmail = execution.getVariable('ownerContactEmail');
execution.setVariable('clientEmail',clientEmail);
var riskclassification = execution.getVariable('riskclassification');
@@ -75,13 +81,14 @@ for(i in dataGridObject)
if(listOwnerEmailAddress.length > 0)
{
- execution.setVariable("emailTo", Java.to(listOwnerEmailAddress, "java.lang.Object[]"));
+ execution.setVariable('emailTo',JSON.stringify(listOwnerEmailAddress));
}
execution.setVariable('EmailType','nom');
system.out.println ("emailsToArray after "+execution.getVariable('emailsToArray'));
execution.setVariable('formName','Notification of Likely or Actual Migration');
+execution.setVariable('emailsIdsToProcess',JSON.stringify(listOwnerEmailAddress));
@@ -104,8 +111,8 @@ task.execution.setVariable('userRole','Site Information Advisor');
- Flow_0unffch
Flow_0gzrwfr
+ Flow_0oif1h7
Flow_1ua4w6m
Flow_1oam11w
Flow_0l71ern
@@ -132,7 +139,7 @@ task.execution.setVariable('userRole','Site Information Advisor');
-
+
${action == 'Returned'}
@@ -167,23 +174,6 @@ execution.setVariable("applicationStatus", "Rejected");
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-execution.setVariable('returnedBy', "cssaTeam");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_04r78pc
- Flow_10r3k9c
-
@@ -778,6 +768,57 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
${action == 'Recheck'}
+
+
+
+
+
+ sds_updated
+
+
+ Flow_13ehiar
+ Flow_1nigg0r
+
+
+ Flow_1nigg0r
+ Flow_1nbjw65
+
+
+ ${applicationStatus=='New'}
+
+
+
+ ${applicationStatus!='New'}
+
+
+
+
+ Flow_036ynk2
+ Flow_13ehiar
+ Flow_1nbjw65
+
+
+ Flow_0unffch
+ Flow_0oif1h7
+ Flow_036ynk2
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+execution.setVariable('returnedBy', "cssaTeam");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_04r78pc
+ Flow_10r3k9c
+
@@ -799,6 +840,27 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -858,7 +920,7 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
+
@@ -875,8 +937,7 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
-
+
@@ -912,9 +973,9 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
+
-
+
@@ -939,9 +1000,6 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
-
-
@@ -1284,6 +1342,22 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn
index f0be9a38..24e32a64 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn
@@ -1,5 +1,5 @@
-
+
Flow_15fflso
@@ -58,7 +58,12 @@ system.out.println ("name: "+name);
POST
- var p = {
+ var toEmailAddresses = JSON.parse(execution.getVariable("emailTo"));
+var toEmailAddressesArr = Java.to(toEmailAddresses, "java.lang.Object[]");
+
+
+
+var p = {
"bcc": [],
"bodyType": "html",
"body": execution.getVariable("text"),
@@ -68,7 +73,7 @@ system.out.println ("name: "+name);
"from": "NOREPLYEPD@gov.bc.ca",
"priority": "normal",
"subject": execution.getVariable("subject"),
- "to": execution.getVariable("emailTo"),
+ "to": toEmailAddressesArr,
"tag": "",
"attachments": []
}
@@ -151,6 +156,34 @@ execution.setVariable("host", host);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -182,34 +215,6 @@ execution.setVariable("host", host);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CreateBucketWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CreateBucketWorkflow.bpmn
new file mode 100644
index 00000000..ca53afec
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CreateBucketWorkflow.bpmn
@@ -0,0 +1,594 @@
+
+
+
+
+ Flow_15fflso
+
+
+ Flow_15fflso
+ Flow_1v2p747
+ var system = java.lang.System;
+//execution.setVariable('token',execution.getVariable('idirToken'));
+
+system.out.println ("appId"+execution.getVariable('applicationId'));
+
+
+
+
+
+
+
+ Bearer ${token}
+ application/json
+
+
+ PUT
+
+ var system = java.lang.System;
+var p = {
+ "accessKeyId": system.getenv('COMS_ACCESS_KEY_ID'),
+ "active": true,
+ "bucket": system.getenv('COMS_BUCKET'),
+ "bucketName": "application/"+execution.getVariable("applicationId"),
+ "endpoint": system.getenv('COMS_ENDPOINT'),
+ "region": "ca-central-1",
+ "secretAccessKey": system.getenv('COMS_ACCESS_KEY'),
+ "key": "application/"+execution.getVariable("applicationId")
+}
+
+console.log("Payload")
+console.log(JSON.stringify(p))
+JSON.stringify(p)
+
+
+ var system = java.lang.System;
+system.getenv('COMS_API_HOST_URL')+"/api/v1/bucket"
+
+ ${S(response)}
+
+ http-connector
+
+
+ Flow_1xs70ve
+ Flow_093urcj
+
+
+ Flow_1bwkhdc
+ Flow_0bn2xps
+
+
+
+
+
+
+
+
+
+ Flow_093urcj
+ Flow_1lr16lw
+ var system = java.lang.System;
+system.out.println ("bucketInfo:"+bucketInfo);
+execution.setVariable('bucketId',bucketInfo.prop("bucketId").value());
+system.out.println ("bucketId:"+execution.getVariable('bucketId'));
+
+
+
+
+
+ ${statusCode == 200 && !noUserFound }
+
+
+ Flow_02ipbuj
+ Flow_0w1oeqg
+ var system = java.lang.System;
+system.out.println ("response:"+userInfoResponse);
+var responseArray = userInfoResponse.mapTo("java.util.ArrayList");
+execution.setVariable('userId',responseArray[0].userId);
+responseArray.splice(0,1);
+execution.setVariable('remainingResponseArray',responseArray);
+execution.setVariable('remainingResponseArrayLength',responseArray.length);
+system.out.println ("processing userId:"+execution.getVariable('userId'));
+
+
+
+
+
+
+
+
+ Bearer ${token}
+ application/json
+
+
+ PUT
+
+ var p = [{
+ "permCode": "CREATE",
+ "userId": execution.getVariable("userId")
+}]
+
+console.log("Payload")
+console.log(JSON.stringify(p))
+JSON.stringify(p)
+
+
+ var system = java.lang.System;
+system.getenv('COMS_API_HOST_URL')+"/api/v1/permission/bucket/"+execution.getVariable("bucketId")
+
+ ${S(response)}
+
+ http-connector
+
+
+ Flow_0w1oeqg
+ Flow_193qrp0
+ Flow_0yp68e5
+ Flow_10lidzx
+
+
+ ${ remainingResponseArrayLength == 0 }
+
+
+ Flow_0yp68e5
+ Flow_1kisrm5
+ var system = java.lang.System;
+system.out.println ("permissionInfo:"+permissionInfo);
+execution.setVariable('uploadLink',system.getenv('BCBOX_HOST_URL')+'/list/objects?bucketId='+execution.getVariable('bucketId'));
+execution.setVariable('name','User');
+
+var emailAddresses = [];
+emailAddresses.push(userEmail);
+execution.setVariable("emailTo", JSON.stringify(emailAddresses));
+
+
+
+
+
+
+
+
+
+ upload_doc
+
+
+ Flow_1kisrm5
+ Flow_0kyeyt4
+
+
+ Flow_1lr16lw
+ Flow_1ya0pii
+ var failedEmailIdsToProcess = [];
+
+var emailsIdsToProcessArr = JSON.parse(emailsIdsToProcess);
+
+if(emailsIdsToProcessArr.length > 0 )
+{
+execution.setVariable('remaningEmailsToProcess',emailsIdsToProcess);
+}
+
+execution.setVariable('failedEmailIdsToProcess',JSON.stringify(failedEmailIdsToProcess));
+
+
+
+
+ Flow_1ya0pii
+ Flow_0qkju4r
+ Flow_0nj9lqa
+ Flow_1xir34m
+
+var system = java.lang.System;
+
+
+system.out.println ("remaningEmailsToProcess"+execution.getVariable('remaningEmailsToProcess'));
+
+var remaningEmailsToProcessArr = JSON.parse(execution.getVariable('remaningEmailsToProcess'));
+
+system.out.println ("remaningEmailsToProcess count "+remaningEmailsToProcessArr.length);
+
+if(remaningEmailsToProcessArr.length > 0 )
+{
+
+execution.setVariable('userEmail',remaningEmailsToProcessArr[0]);
+
+remaningEmailsToProcessArr.splice(0,1);
+
+execution.setVariable('remaningEmailsToProcessLength',remaningEmailsToProcessArr.length);
+
+execution.setVariable('remaningEmailsToProcess',JSON.stringify(remaningEmailsToProcessArr));
+
+}
+
+execution.setVariable('noUserFound',false);
+
+
+ Flow_0kyeyt4
+ Flow_0nma40t
+ Flow_0qkju4r
+
+
+ ${ remaningEmailsToProcessLength < 1 }
+
+
+ ${ remaningEmailsToProcessLength > 0 }
+
+
+
+
+
+
+ var system = java.lang.System;
+system.getenv('COMS_API_HOST_URL')+"/api/v1/user?email="+execution.getVariable("userEmail")
+
+ GET
+
+
+ Bearer ${token}
+ application/json
+
+
+
+ statusCode;
+
+ ${S(response)}
+
+ http-connector
+
+
+ var system = java.lang.System;
+system.out.println ("response:"+userInfoResponse);
+
+
+ Flow_1xir34m
+ Flow_1rpz5q5
+
+
+
+ Flow_161wtr2
+ Flow_0n4uyt9
+ var system = java.lang.System;
+system.out.println ("failed statusCode"+statusCode);
+
+var failedEmailIdsToProcessArr = JSON.parse(execution.getVariable('failedEmailIdsToProcess'));
+
+failedEmailIdsToProcessArr.push(execution.getVariable("userEmail"));
+
+execution.setVariable('failedEmailIdsToProcess',JSON.stringify(failedEmailIdsToProcessArr));
+
+
+ ${statusCode != 200 || noUserFound}
+
+
+
+ Flow_1rpz5q5
+ Flow_161wtr2
+ Flow_02ipbuj
+ var system = java.lang.System;
+system.out.println ("status"+statusCode);
+system.out.println ("userInfoResponse"+userInfoResponse);
+var responseArray = userInfoResponse.mapTo("java.util.ArrayList");
+if(responseArray.length == 0 )
+{
+execution.setVariable('noUserFound',true);
+}
+
+
+ Flow_0n4uyt9
+ Flow_1htcy25
+ Flow_0nj9lqa
+
+
+ ${ remaningEmailsToProcessLength == 0 }
+
+
+ ${ failedUsersCount > 0 }
+
+
+ Flow_0nma40t
+ Flow_1htcy25
+ Flow_0akk38p
+ Flow_0bn2xps
+ var system = java.lang.System;
+
+var supportEmailAddressStr = system.getenv('EPD_SUPPORT_EMAIL');
+var supportEmailAddresses = supportEmailAddressStr.split(',');
+
+
+var failedEmailIdsToProcessArr = JSON.parse(execution.getVariable('failedEmailIdsToProcess'));
+
+system.out.println ("failedEmailIdsToProcessArr"+failedEmailIdsToProcessArr);
+
+var failedUsersCount = failedEmailIdsToProcessArr.length;
+
+execution.setVariable('failedUsersCount',failedUsersCount);
+
+execution.setVariable('emailsToArray',failedEmailIdsToProcessArr.toString());
+
+execution.setVariable('emailTo',JSON.stringify(supportEmailAddresses));
+
+
+ ${ remaningEmailsToProcessLength > 0 }
+
+
+
+
+
+ user_search_failed
+
+
+ Flow_0akk38p
+ Flow_1bwkhdc
+
+
+
+ Flow_10lidzx
+ Flow_193qrp0
+ var system = java.lang.System;
+var responseArray = execution.getVariable('remainingResponseArray');
+execution.setVariable('userId',responseArray[0].userId);
+responseArray.splice(0,1);
+execution.setVariable('remainingResponseArray',responseArray);
+execution.setVariable('remainingResponseArrayLength',responseArray.length);
+system.out.println ("processing userId:"+execution.getVariable('userId'));
+
+
+ ${ remainingResponseArrayLength > 0 }
+
+
+
+
+
+
+
+
+ application/x-www-form-urlencoded
+
+
+ POST
+
+ var system = java.lang.System;
+var clientId=system.getenv('BCBOX_CLIENT_ID');
+var clientSecret= system.getenv('BCBOX_SECRET');
+system.out.println(system.getenv())
+var mypayload = "";
+mypayload=mypayload.concat("grant_type=client_credentials&client_id=",clientId,"&client_secret=",clientSecret);
+system.out.println ("mypayload: "+mypayload);
+mypayload;
+
+
+ var system = java.lang.System;
+var authUrl = system.getenv('BCBOX_AUTH_URL');
+authUrl;
+
+ ${S(response).prop("access_token").value()}
+
+ http-connector
+
+
+ Flow_1v2p747
+ Flow_0cog7s9
+
+
+ Flow_0cog7s9
+ Flow_1xs70ve
+ var system = java.lang.System;
+system.out.println ("token: "+token);
+
+system.out.println ("category: "+category);
+system.out.println ("name: "+name);
+
+
+
+
+ ${ failedUsersCount < 1 }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
index bd2ae726..783e4b0f 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
@@ -1,5 +1,5 @@
-
+
@@ -300,29 +300,55 @@
"epd-support@gov.bc.ca"
-
-
- "sosc_subforms_updated"
+
+
+ "upload_doc"
-
+
-
+
"NOREPLYEPD@gov.bc.ca"
-
+
-
+
-
- "Summary of Site Condition Report Update"
+
+ "File Upload Notification"
-
- "templates/request_updated.ftl"
+
+ "templates/upload_doc.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
+
+
+ "user_search_failed"
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ " Users Not Found : Upload Document Email Process"
+
+
+ "templates/user_search_failed.ftl"
-
+
"epd-support@gov.bc.ca"
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn
index 66431533..b2e81d28 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn
@@ -6,11 +6,15 @@
- Gateway_1cvtuda
Activity_1ozfgid
Event_02fettt
Task_05ulff4
Activity_0dughh2
+ Gateway_1cvtuda
+ Activity_0yw5we4
+ Gateway_0l22xcz
+ Event_06jjxcg
+ Gateway_0l6sbm8
Gateway_0ojnh7a
@@ -29,11 +33,6 @@
Activity_1ra9ugf
-
- Flow_0y97y5q
- Flow_1ezlpcw
- Flow_152v1ui
-
Flow_1la2yud
Flow_0di55l0
@@ -43,8 +42,7 @@ var clientEmail= execution.getVariable('contactPersonEmailAddress');
execution.setVariable('clientEmail',clientEmail);
var emailsToArray = [];
emailsToArray.push(clientEmail)
-execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
-
+execution.setVariable('emailTo',JSON.stringify(emailsToArray));
var siteOwnerEmail = execution.getVariable('ownerEmailAddress');
execution.setVariable('siteOwnerEmail',siteOwnerEmail);
@@ -70,7 +68,15 @@ system.out.println ("contactPersonName"+execution.getVariable('Section1C-FirstNa
execution.setVariable('name','User');
-execution.setVariable('formName','Site Disclosure Statements');
+execution.setVariable('formName','Site Disclosure Statements');
+
+var emailsIdsToProcess = [];
+
+emailsIdsToProcess.push(clientEmail);
+
+emailsIdsToProcess.push(siteOwnerEmail);
+execution.setVariable('emailsIdsToProcess',JSON.stringify(emailsIdsToProcess));
+
Flow_1la2yud
@@ -100,7 +106,7 @@ execution.setVariable('formName','Site Disclosure Statements');
${action == 'Signed'}
-
+
${isAgentFillingForm== false}
@@ -282,6 +288,45 @@ execution.setVariable('isApprovingAuthorityReqd',!(decommissioning||ceasingOpera
system.out.println ("isApprovingAuthorityReqd"+execution.getVariable('isApprovingAuthorityReqd'));
+
+ ${applicationStatus=='New'}
+
+
+
+ ${applicationStatus!='New'}
+
+
+ Flow_0mzdaba
+ Flow_1ezlpcw
+ Flow_152v1ui
+
+
+
+
+
+
+
+ sds_updated
+
+
+ Flow_1bvjcnh
+ Flow_1jou1jo
+
+
+ Flow_118d8q0
+ Flow_1bvjcnh
+ Flow_0d3zok7
+
+
+ Flow_1jou1jo
+ Flow_0d3zok7
+
+
+ Flow_0y97y5q
+ Flow_0mzdaba
+ Flow_118d8q0
+
+
@@ -306,6 +351,30 @@ system.out.println ("isApprovingAuthorityReqd"+execution.getVariable('isApprovin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -397,34 +466,28 @@ system.out.println ("isApprovingAuthorityReqd"+execution.getVariable('isApprovin
-
+
-
+
-
+
-
-
+
+
-
+
-
-
-
-
-
-
@@ -487,6 +550,25 @@ system.out.println ("isApprovingAuthorityReqd"+execution.getVariable('isApprovin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn
index 4ec64f0c..24bc5f00 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn
@@ -9,6 +9,10 @@
Activity_1ozfgid
Event_02fettt
Task_05ulff4
+ Activity_0pd0z3i
+ Event_1bh0vup
+ Gateway_0w9hujc
+ Gateway_0vtit18
Activity_06nypz0
@@ -22,7 +26,7 @@
Event_0ml6v2t
-
+
@@ -59,12 +63,13 @@ system.out.println ("simpleemail"+execution.getVariable('simpleemail'));
var clientEmail = execution.getVariable('simpleemail');
var emailsToArray = [];
emailsToArray.push(clientEmail)
-execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
+execution.setVariable('emailTo',JSON.stringify(emailsToArray));
system.out.println ("emailTo"+execution.getVariable('emailTo'));
system.out.println ("firstname "+execution.getVariable('s1-firstname'));
var firstname=execution.getVariable('s1-firstname');
system.out.println ("firstname"+firstname);
execution.setVariable('name',firstname);
+execution.setVariable('emailsIdsToProcess',JSON.stringify(emailsToArray));
@@ -87,7 +92,7 @@ execution.setVariable('name',firstname);
- Flow_0unffch
+ Flow_1bvw0ti
Flow_1ua4w6m
Flow_036aw17
Flow_1e1420i
@@ -167,6 +172,40 @@ system.out.println ("Reviewed by SDM");
Flow_03fx6t9
+
+
+
+
+
+ sds_updated
+
+
+ Flow_1w8lhf8
+ Flow_0whjg45
+
+
+ Flow_0whjg45
+ Flow_0o9h8u6
+
+
+ Flow_06fygyw
+ Flow_1w8lhf8
+ Flow_0o9h8u6
+
+
+ ${applicationStatus=='New'}
+
+
+
+ ${applicationStatus!='New'}
+
+
+
+
+ Flow_0unffch
+ Flow_1bvw0ti
+ Flow_06fygyw
+
@@ -183,6 +222,27 @@ system.out.println ("Reviewed by SDM");
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -245,9 +305,9 @@ system.out.println ("Reviewed by SDM");
-
+
-
+
@@ -301,6 +361,19 @@ system.out.println ("Reviewed by SDM");
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn
index c4427e90..e821d064 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn
@@ -26,6 +26,10 @@
Event_02fettt
Activity_0j9b17x
Task_05ulff4
+ Activity_0yw5we4
+ Event_0z3ea6o
+ Gateway_09r4irp
+ Gateway_0fnk2iy
Gateway_0g6vr2y
@@ -97,7 +101,7 @@ for(i in dataGridObject)
if(listOwnerEmailAddress.length > 0)
{
- execution.setVariable("emailTo", Java.to(listOwnerEmailAddress, "java.lang.Object[]"));
+ execution.setVariable('emailTo',JSON.stringify(listOwnerEmailAddress));
}
execution.setVariable('name','User');
@@ -119,10 +123,13 @@ if (triggers == 'ministryServiceApplicationWithTheRecommendationOfAnApprovedProf
execution.setVariable('EmailType','nom');
-execution.setVariable('formName','Site Risk Classification Report');
+execution.setVariable('formName','Site Risk Classification Report');
+
+
+execution.setVariable('emailsIdsToProcess',JSON.stringify(listOwnerEmailAddress));
- Flow_0xiuxfc
+ Flow_0uiz94v
Flow_1mjvum7
Flow_1wf5te7
Flow_128jxf3
@@ -336,7 +343,7 @@ execution.setVariable('isSrco',false);
-
+
${applicationStatus== 'Resubmitted' and isAp== true}
@@ -693,6 +700,40 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
Flow_1igr7br
Flow_0s43gpy
+
+
+
+
+
+ sds_updated
+
+
+ Flow_05gdenp
+ Flow_1nigg0r
+
+
+ Flow_1nigg0r
+ Flow_0ibktt6
+
+
+ ${applicationStatus=='New'}
+
+
+
+ ${applicationStatus!='New'}
+
+
+
+ Flow_0xiuxfc
+ Flow_0uiz94v
+ Flow_1t619q7
+
+
+
+ Flow_1t619q7
+ Flow_05gdenp
+ Flow_0ibktt6
+
@@ -729,6 +770,30 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1024,7 +1089,7 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
+
@@ -1267,6 +1332,19 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn
index 197070df..dd0b45b0 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn
@@ -10,8 +10,12 @@
Activity_1v5ffpw
Activity_1ozfgid
Activity_0k6ixqm
- Gateway_17raw62
Gateway_08cgufe
+ Activity_0yw5we4
+ Event_0z3ea6o
+ Gateway_0c7dsst
+ Gateway_17raw62
+ Gateway_0lnue0a
Gateway_04o747e
@@ -97,7 +101,7 @@
${action == 'Returned'}
-
+
@@ -378,7 +382,8 @@ if(agentEmail){
if(apEmail){
emailsToArray.push(apEmail);
}
-execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
+
+execution.setVariable('emailTo',JSON.stringify(emailsToArray));
system.out.println ("emailTo"+execution.getVariable('emailTo'));
var apFirstName= execution.getVariable('apFirstName');
@@ -388,7 +393,8 @@ execution.setVariable('apRequired',true);
} else {
execution.setVariable('apRequired',false);
}
-system.out.println ("apRequired"+execution.getVariable('apRequired'));
+system.out.println ("apRequired"+execution.getVariable('apRequired'));
+execution.setVariable('emailsIdsToProcess',JSON.stringify(emailsToArray));
Flow_1rc30l8
@@ -559,15 +565,6 @@ task.execution.setVariable('deleteReason', "completed");
Flow_1l3oqze
Flow_0op6tja
-
- Flow_05pndkl
- Flow_1xj96i6
- Flow_0527h3y
- Flow_0543g25
- Flow_0wr0mei
- Flow_0d8ioqs
- Flow_0ovj0pk
-
Flow_1xj96i6
Flow_0xviquu
@@ -626,6 +623,49 @@ task.execution.setVariable('deleteReason', "completed");
Flow_1q3zpib
Flow_14l7yi6
+
+
+
+
+
+ sds_updated
+
+
+ Flow_0i0exg3
+ Flow_1nigg0r
+
+
+ Flow_1nigg0r
+ Flow_0wi54pp
+
+
+ Flow_1imcfl2
+ Flow_0i0exg3
+ Flow_0wi54pp
+
+
+ ${applicationStatus=='New'}
+
+
+
+ ${applicationStatus!='New'}
+
+
+ Flow_03iu1cx
+ Flow_1xj96i6
+ Flow_0527h3y
+ Flow_0543g25
+ Flow_0wr0mei
+ Flow_0d8ioqs
+ Flow_0ovj0pk
+
+
+
+ Flow_05pndkl
+ Flow_03iu1cx
+ Flow_1imcfl2
+
+
@@ -662,6 +702,27 @@ task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -849,45 +910,45 @@ task.execution.setVariable('deleteReason', "completed");
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
@@ -957,7 +1018,7 @@ task.execution.setVariable('deleteReason', "completed");
-
+
@@ -1115,12 +1176,6 @@ task.execution.setVariable('deleteReason', "completed");
-
-
-
-
-
-
@@ -1146,6 +1201,25 @@ task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/upload_doc.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/upload_doc.ftl
new file mode 100644
index 00000000..324b77c4
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/upload_doc.ftl
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Site Remediation Services
+
+
+
+
+
+
+
+
+
+
+
+
+ File Upload Notification.
+
+
+
+
+
+
+ Hello,
+
+
+ Please upload the documents related to Application ID : ${applicationId} by clicking on the below link.
+
+
+ Upload Documents
+
+
+
+
+
+
+ If you need any help, don’t hesitate to reach out to us at ${support}
+
+
+
+
+
+
+
+
+
+
+
+ Site Remediation Services will never send an email that asks you to provide, confirm or verify personal, log on or account information.
+ DO NOT reply to this email as it was sent from an unmonitored account.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/user_search_failed.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/user_search_failed.ftl
new file mode 100644
index 00000000..9c769ab2
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/user_search_failed.ftl
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Site Remediation Services
+
+
+
+
+
+
+
+
+
+
+
+
+ Users Not Found : Upload Document Email Process
+
+
+
+
+
+
+ Hello,
+
+
+ The following users were not found while processing application # Application ID : ${applicationId} and is not notified regarding the document upload link/option.
+
+
+ ${emailsToArray}
+
+
+
+
+
+
+ If you need any help, don’t hesitate to reach out to us at ${support}
+
+
+
+
+
+
+
+
+
+
+
+ Site Remediation Services will never send an email that asks you to provide, confirm or verify personal, log on or account information.
+ DO NOT reply to this email as it was sent from an unmonitored account.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/docker-compose.yml b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/docker-compose.yml
index 86a5a4e9..50903f7e 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/docker-compose.yml
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config/docker-compose.yml
@@ -29,7 +29,7 @@ services:
- REACT_APP_MT_ADMIN_BASE_URL=${MT_ADMIN_BASE_URL}
- REACT_APP_MT_ADMIN_BASE_URL_VERSION=${MT_ADMIN_BASE_URL_VERSION}
- REACT_APP_CUSTOM_SUBMISSION_URL=${CUSTOM_SUBMISSION_URL}
- - REACT_APP_CUSTOM_SUBMISSION_ENABLED=${CUSTOM_SUBMISSION_ENABLED:-false}
+ - REACT_APP_CUSTOM_SUBMISSION_ENABLED=${CUSTOM_SUBMISSION_ENABLED:-true}
- REACT_APP_DRAFT_ENABLED=${DRAFT_ENABLED:-false}
- REACT_APP_DRAFT_POLLING_RATE=${DRAFT_POLLING_RATE:-15000}
- REACT_APP_EXPORT_PDF_ENABLED=${EXPORT_PDF_ENABLED:-false}
@@ -45,6 +45,7 @@ services:
- REACT_APP_ENABLE_APPLICATIONS_MODULE=${ENABLE_APPLICATIONS_MODULE:-true}
- REACT_APP_CUSTOM_MAP_URL=${EPD_CUSTOM_MAP_URL:-http://localhost:4000/map}
- REACT_APP_CUSTOM_LOGOUT_URL=${EPD_IDP_LOGOUT_URL:-https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi?retnow=1&returl=https://epd-keycloak-dev.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/protocol/openid-connect/logout?post_logout_redirect_uri=http://localhost:4000}
+ - REACT_APP_CUSTOM_FILE_UPLOAD=${EPD_APP_FILE_UPLOAD:-http://localhost:4000/fileupload}
- REACT_APP_SUPPORT_EMAIL=${EPD_SUPPORT_EMAIL:-support@epp.gov.bc.ca}
ports:
- "3000:8080"
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/AppFileUpload.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/AppFileUpload.js
new file mode 100644
index 00000000..2fe28432
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/AppFileUpload.js
@@ -0,0 +1,95 @@
+import React from "react";
+import ReactDOM from "react-dom";
+import { ReactComponent } from "react-formio";
+import settingsForm from "./appFileUpload.settingsForm";
+
+
+export default class AppFileUpload extends ReactComponent {
+ /**
+ * This function tells the form builder about your component. It's name, icon and what group it should be in.
+ *
+ * @returns {{title: string, icon: string, group: string, documentation: string, weight: number, schema: *}}
+ */
+ static get builderInfo() {
+ return {
+ title: "Application File Upload",
+ icon: "map-marker",
+ group: "basic",
+ documentation: "", //TODO
+ weight: 120,
+ schema: AppFileUpload.schema(),
+ };
+ }
+
+ /**
+ * This function is the default settings for the component. At a minimum you want to set the type to the registered
+ * type of your component (i.e. when you call Components.setComponent('type', MyComponent) these types should match.
+ *
+ * @param sources
+ * @returns {*}
+ */
+ static schema() {
+ return ReactComponent.schema({
+ type: "AppFileUpload",
+ label: "File Upload",
+ });
+ }
+
+ /*
+ * Defines the settingsForm when editing a component in the builder.
+ */
+ static editForm = settingsForm;
+
+ static eventRegistered = false;
+
+ /**
+ * This function is called when the DIV has been rendered and added to the DOM. You can now instantiate the react component.
+ *
+ * @param DOMElement
+ * #returns ReactInstance
+ *
+ *
+ */
+ attachReact(element) {
+ let instance;
+
+ ReactDOM.render(
+ {
+ console.log('file upload');
+ var customeApplicationId = this.data.applicationId;
+
+
+ let mapURL =
+ process.env.REACT_APP_CUSTOM_FILE_UPLOAD || window._env_.REACT_APP_CUSTOM_FILE_UPLOAD;
+
+ window.open(
+ mapURL + "?appId=" + customeApplicationId ,
+ "_blank",
+ "popup=yes,width=500px,heigth=500px"
+ );
+
+ console.log("adding listner end");
+
+ return false;
+ }}
+ >
+ View / Upload Documents
+ ,
+ element,
+ () => (this.reactInstance = instance)
+ );
+ }
+
+ /**
+ * Automatically detach any react components.
+ *
+ * @param element
+ */
+ detachReact(element) {
+ if (element) {
+ ReactDOM.unmountComponentAtNode(element);
+ }
+ }
+}
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/README.md b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/README.md
new file mode 100644
index 00000000..e69de29b
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/appFileUpload.settingsForm.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/appFileUpload.settingsForm.js
new file mode 100644
index 00000000..9122dee9
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/appFileUpload.settingsForm.js
@@ -0,0 +1,38 @@
+import baseEditForm from 'formiojs/components/_classes/component/Component.form';
+
+const settingsForm = (...extend) => {
+ return baseEditForm([
+ {
+ key: 'display',
+ components: [
+ {
+ key: 'placeholder',
+ ignore: true,
+ },
+ ]
+ },
+ {
+ key: 'data',
+ components: [],
+ },
+ {
+ key: 'validation',
+ components: [],
+ },
+ {
+ key: 'api',
+ components: [],
+ },
+ {
+ key: 'conditional',
+ components: [],
+ },
+ {
+ key: 'logic',
+ components: [],
+ },
+ ], ...extend);
+};
+
+export default settingsForm;
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
index 1662cd78..df26e12e 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
@@ -1,9 +1,11 @@
import fileUpload from "./custom-file-upload/fileUpload";
import Maps from './map-component/Mapservice';
+import AppFileUpload from "./Application-file-upload/AppFileUpload";
const components = {
fileUpload: fileUpload,
Maps: Maps,
+ AppFileUpload:AppFileUpload,
};
export default components;
diff --git a/frontend/src/app/features/bcbox/FileUpload.tsx b/frontend/src/app/features/bcbox/FileUpload.tsx
new file mode 100644
index 00000000..1afbd181
--- /dev/null
+++ b/frontend/src/app/features/bcbox/FileUpload.tsx
@@ -0,0 +1,100 @@
+// Needs to be moved to utility class later
+import axios from "axios";
+import { useState } from "react";
+import { getUser } from "../../helpers/utility";
+import { useEffect } from "react";
+// import { builtinModules } from "module";
+import { useAuth } from "react-oidc-context";
+
+export const FileUpload = () => {
+ const auth = useAuth();
+ const [appId, setAppId] = useState("");
+ useEffect(() => {
+ const queryString = window.location.search;
+ const urlParams = new URLSearchParams(queryString);
+ const applicationId = urlParams.get("appId");
+ setAppId(applicationId as string);
+
+ if (
+ auth != null &&
+ auth.user != null &&
+ auth.user.profile != null &&
+ auth.user.profile.identity_provider !== "bceid"
+ ) {
+ alert("You are not allowed to use this functionality");
+ window.close();
+ } else {
+ }
+ }, []);
+
+ console.log(auth);
+
+ const bcBoxAPPUI =
+ process.env.REACT_APP_BCBOX_APP_URL ||
+ ((window as any)._env_ && (window as any)._env_.REACT_APP_BCBOX_APP_URL);
+
+ const bcBoxBaseURL =
+ process.env.REACT_APP_BCBOX_BASE_URL ||
+ ((window as any)._env_ && (window as any)._env_.REACT_APP_BCBOX_BASE_URL);
+ const bcBoxBucketURL =
+ process.env.REACT_APP_BCBOX_BUCKET_URL ||
+ ((window as any)._env_ && (window as any)._env_.REACT_APP_BCBOX_BUCKET_URL);
+ const token = getUser()?.access_token;
+
+ const accessKeyId =
+ process.env.REACT_APP_COMS_ACCESS_KEY_ID ||
+ ((window as any)._env_ &&
+ (window as any)._env_.REACT_APP_COMS_ACCESS_KEY_ID);
+ const bucket =
+ process.env.REACT_APP_COMS_BUCKET ||
+ ((window as any)._env_ && (window as any)._env_.REACT_APP_COMS_BUCKET);
+ const comsEndPoint =
+ process.env.REACT_APP_COMS_ENDPOINT ||
+ ((window as any)._env_ && (window as any)._env_.REACT_APP_COMS_ENDPOINT);
+ const comsAccessKey =
+ process.env.REACT_APP_COMS_ACCESS_KEY ||
+ ((window as any)._env_ && (window as any)._env_.REACT_APP_COMS_ACCESS_KEY);
+ const comsAccessRegion =
+ process.env.REACT_APP_COMS_ACCESS_REGION ||
+ ((window as any)._env_ &&
+ (window as any)._env_.REACT_APP_COMS_ACCESS_REGION);
+
+ const axiosInstance = axios.create({
+ baseURL: bcBoxBaseURL,
+ timeout: 1000,
+ headers: {
+ Authorization: "Bearer " + token,
+ "Content-Type": "application/json",
+ },
+ });
+
+ useEffect(() => {
+ if (appId !== "") {
+ axiosInstance
+ .put(bcBoxBucketURL, {
+ accessKeyId: accessKeyId,
+ active: true,
+ bucket: bucket,
+ bucketName: "application/" + appId,
+ endpoint: comsEndPoint,
+ region: comsAccessRegion,
+ secretAccessKey: comsAccessKey,
+ key: "application/" + appId,
+ })
+ .then(
+ (result) => {
+ console.log(result);
+ if (result.data != null && result.data.bucketId != "")
+ window.location.assign(
+ bcBoxAPPUI + "/list/objects?bucketId=" + result.data.bucketId
+ );
+ },
+ (error) => {
+ alert("Unable to Proceed. Please try again.");
+ }
+ );
+ }
+ }, [appId]);
+
+ return Redirecting to BC BOX please wait
;
+};
diff --git a/frontend/src/app/features/dashboard/Dashboard.tsx b/frontend/src/app/features/dashboard/Dashboard.tsx
index 39798e9b..d49d8aec 100644
--- a/frontend/src/app/features/dashboard/Dashboard.tsx
+++ b/frontend/src/app/features/dashboard/Dashboard.tsx
@@ -52,7 +52,16 @@ const Dashboard = () => {
const handleFormsflowWebRedirection = () => {
const formsFlowWebURL = process.env.REACT_APP_FORMSFLOW_WEB_URL || ((window as any)._env_ && (window as any)._env_.REACT_APP_FORMSFLOW_WEB_URL) || "";
- window.location.assign(formsFlowWebURL);
+ const locationBeforeAuthRedirect = sessionStorage.getItem('locationBeforeAuthRedirect');
+ if(locationBeforeAuthRedirect!=="" && locationBeforeAuthRedirect !==null && locationBeforeAuthRedirect.indexOf("/fileupload")!== -1)
+ {
+
+ window.location.assign(locationBeforeAuthRedirect);
+ }
+ else
+ {
+ window.location.assign(formsFlowWebURL);
+ }
}
//Automatically redirect to formsflow dashboard, don't render dashboard prototype
diff --git a/frontend/src/app/helpers/utility.ts b/frontend/src/app/helpers/utility.ts
index 26edbbe5..3c817d49 100644
--- a/frontend/src/app/helpers/utility.ts
+++ b/frontend/src/app/helpers/utility.ts
@@ -4,7 +4,7 @@ import axios from "axios";
import { User } from "oidc-client-ts"
import { getClientSettings } from '../auth/UserManagerSetting';
-function getUser() {
+export function getUser() {
const oidcStorage = sessionStorage.getItem(`oidc.user:`+getClientSettings().authority+`:`+getClientSettings().client_id)
if (!oidcStorage) {
return null;
diff --git a/frontend/src/app/routes/ProtectedRoute.tsx b/frontend/src/app/routes/ProtectedRoute.tsx
index 81332642..2a9ad2f9 100644
--- a/frontend/src/app/routes/ProtectedRoute.tsx
+++ b/frontend/src/app/routes/ProtectedRoute.tsx
@@ -1,5 +1,6 @@
import { useAuth } from "react-oidc-context";
import { Navigate } from "react-router";
+import { useLocation } from "react-router-dom";
export type ProtectedRouteProps = {
element: JSX.Element;
@@ -7,12 +8,14 @@ export type ProtectedRouteProps = {
function ProtectedRoute({ element }: ProtectedRouteProps) {
const auth = useAuth();
+ const prevLocation = useLocation();
if (auth.isLoading) {
return loading
;
}
- if (auth.isAuthenticated) {
+ if (auth.isAuthenticated) {
return element;
- } else {
+ } else {
+ sessionStorage.setItem('locationBeforeAuthRedirect',window.location.href);
return ;
}
}
diff --git a/frontend/src/app/routes/Routes.tsx b/frontend/src/app/routes/Routes.tsx
index 60a41762..b43c7100 100644
--- a/frontend/src/app/routes/Routes.tsx
+++ b/frontend/src/app/routes/Routes.tsx
@@ -8,6 +8,7 @@ import ProtectedRoute from "./ProtectedRoute";
import { SignUp } from "../features/signup/signup";
import { UserProfile } from "../features/users/UserProfile";
import Map from '../features/Map/Map'
+import {FileUpload} from "../features/bcbox/FileUpload";
const AppRoutes = () => {
return (
@@ -18,6 +19,7 @@ const AppRoutes = () => {
}/>}/>
}/>
}/>
+ }/>}/>
}>
}>
Page not found}>
From 9fafd7c1c337e5f536d240bb07b27fe4669a99e0 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Fri, 23 Feb 2024 13:21:45 -0800
Subject: [PATCH 64/88] fixed review comments
---
.../processes/Common/email-template.dmn | 26 +++++++++++++++++++
.../src/custom-components/index.js | 2 +-
2 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
index 783e4b0f..342c83e8 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
@@ -352,6 +352,32 @@
"epd-support@gov.bc.ca"
+
+
+ "sosc_subforms_updated"
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ "Summary of Site Condition Report Update"
+
+
+ "templates/request_updated.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
index df26e12e..a152f294 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
@@ -1,6 +1,6 @@
import fileUpload from "./custom-file-upload/fileUpload";
import Maps from './map-component/Mapservice';
-import AppFileUpload from "./Application-file-upload/AppFileUpload";
+import AppFileUpload from "./application-file-upload/AppFileUpload";
const components = {
fileUpload: fileUpload,
From f887dd7920a9fb7193010179d5f6b37d2d6100b7 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Fri, 23 Feb 2024 15:13:15 -0800
Subject: [PATCH 65/88] updated folder name
---
.../application-file-upload/AppFileUpload.js | 95 +++++++++++++++++++
.../application-file-upload/README.md | 0
.../appFileUpload.settingsForm.js | 38 ++++++++
3 files changed, 133 insertions(+)
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/AppFileUpload.js
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/README.md
create mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/appFileUpload.settingsForm.js
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/AppFileUpload.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/AppFileUpload.js
new file mode 100644
index 00000000..2fe28432
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/AppFileUpload.js
@@ -0,0 +1,95 @@
+import React from "react";
+import ReactDOM from "react-dom";
+import { ReactComponent } from "react-formio";
+import settingsForm from "./appFileUpload.settingsForm";
+
+
+export default class AppFileUpload extends ReactComponent {
+ /**
+ * This function tells the form builder about your component. It's name, icon and what group it should be in.
+ *
+ * @returns {{title: string, icon: string, group: string, documentation: string, weight: number, schema: *}}
+ */
+ static get builderInfo() {
+ return {
+ title: "Application File Upload",
+ icon: "map-marker",
+ group: "basic",
+ documentation: "", //TODO
+ weight: 120,
+ schema: AppFileUpload.schema(),
+ };
+ }
+
+ /**
+ * This function is the default settings for the component. At a minimum you want to set the type to the registered
+ * type of your component (i.e. when you call Components.setComponent('type', MyComponent) these types should match.
+ *
+ * @param sources
+ * @returns {*}
+ */
+ static schema() {
+ return ReactComponent.schema({
+ type: "AppFileUpload",
+ label: "File Upload",
+ });
+ }
+
+ /*
+ * Defines the settingsForm when editing a component in the builder.
+ */
+ static editForm = settingsForm;
+
+ static eventRegistered = false;
+
+ /**
+ * This function is called when the DIV has been rendered and added to the DOM. You can now instantiate the react component.
+ *
+ * @param DOMElement
+ * #returns ReactInstance
+ *
+ *
+ */
+ attachReact(element) {
+ let instance;
+
+ ReactDOM.render(
+ {
+ console.log('file upload');
+ var customeApplicationId = this.data.applicationId;
+
+
+ let mapURL =
+ process.env.REACT_APP_CUSTOM_FILE_UPLOAD || window._env_.REACT_APP_CUSTOM_FILE_UPLOAD;
+
+ window.open(
+ mapURL + "?appId=" + customeApplicationId ,
+ "_blank",
+ "popup=yes,width=500px,heigth=500px"
+ );
+
+ console.log("adding listner end");
+
+ return false;
+ }}
+ >
+ View / Upload Documents
+ ,
+ element,
+ () => (this.reactInstance = instance)
+ );
+ }
+
+ /**
+ * Automatically detach any react components.
+ *
+ * @param element
+ */
+ detachReact(element) {
+ if (element) {
+ ReactDOM.unmountComponentAtNode(element);
+ }
+ }
+}
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/README.md b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/README.md
new file mode 100644
index 00000000..e69de29b
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/appFileUpload.settingsForm.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/appFileUpload.settingsForm.js
new file mode 100644
index 00000000..9122dee9
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/appFileUpload.settingsForm.js
@@ -0,0 +1,38 @@
+import baseEditForm from 'formiojs/components/_classes/component/Component.form';
+
+const settingsForm = (...extend) => {
+ return baseEditForm([
+ {
+ key: 'display',
+ components: [
+ {
+ key: 'placeholder',
+ ignore: true,
+ },
+ ]
+ },
+ {
+ key: 'data',
+ components: [],
+ },
+ {
+ key: 'validation',
+ components: [],
+ },
+ {
+ key: 'api',
+ components: [],
+ },
+ {
+ key: 'conditional',
+ components: [],
+ },
+ {
+ key: 'logic',
+ components: [],
+ },
+ ], ...extend);
+};
+
+export default settingsForm;
+
From dd6b794927ab01a3503e62128c3516f21fa26974 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Mon, 26 Feb 2024 09:15:33 -0800
Subject: [PATCH 66/88] minor form chagnes
---
.../epd-forms/Summary of Site Condition.json | 158 ++++++------
... Ecological Risk Assessment Checklist.json | 225 +++++++++---------
.../bundling/Summary of Site Condition.json | 158 ++++++------
3 files changed, 281 insertions(+), 260 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index 56908da1..9e1c82cb 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -9150,7 +9150,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10190,7 +10190,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10722,7 +10722,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10821,7 +10821,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12269,7 +12269,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13302,7 +13302,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13901,7 +13901,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13945,7 +13945,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14854,7 +14854,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22396,7 +22396,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23193,7 +23193,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23802,7 +23802,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24332,7 +24332,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25103,7 +25103,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29177,7 +29177,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30087,7 +30087,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30682,7 +30682,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31277,7 +31277,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31872,7 +31872,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32467,7 +32467,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33173,7 +33173,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33914,7 +33914,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37934,7 +37934,7 @@
"id": "eofuark"
}
],
- "id": "eutz6300000000000000000000000000000000000",
+ "id": "eutz630000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38459,7 +38459,7 @@
"id": "e330ei"
}
],
- "id": "e31uav90000000000000000000000000000000000",
+ "id": "e31uav9000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38786,7 +38786,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti000000000000000000000000000000000",
+ "id": "evh2ti00000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39124,7 +39124,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n000000000000000000000000000000000000000000"
+ "id": "ey7gr2n00000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -39431,7 +39431,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv200000000000000000000000000000000",
+ "id": "e6zxvv20000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41518,7 +41518,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa0000000000000000000000000000000000000000000",
+ "id": "ehf1fa000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42274,7 +42274,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks09m00000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43264,7 +43264,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
@@ -43869,80 +43869,90 @@
},
{
"label": "Last Name",
- "tableView": true,
- "key": "lastName",
- "type": "textfield",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": ""
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "lastName",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"addons": [],
- "mask": false,
"inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eq5xc5d"
+ "id": "edhxkeo",
+ "defaultValue": ""
},
{
"label": "Signature of Owner/Agent/Lessee",
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 84dafabc..36d78f3b 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -5713,7 +5713,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -5859,82 +5859,92 @@
"truncateMultipleSpaces": false
},
{
- "id": "ec171ks",
- "key": "street",
- "mask": false,
- "type": "textfield",
- "input": true,
"label": "Street",
- "hidden": false,
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
"suffix": "",
- "unique": false,
"widget": {
"type": "input"
},
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
"disabled": false,
+ "tableView": false,
+ "modalEdit": false,
"multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
"redrawOn": "",
- "tabindex": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
"required": true,
- "maxLength": "",
- "minLength": "",
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
+ "unique": false,
"errorLabel": "",
- "persistent": true,
+ "errors": "",
+ "key": "qpPanelStreet",
+ "tags": [],
"properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": "",
+ "json": ""
},
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
"hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
+ "inputType": "text",
+ "id": "ehbud4",
+ "defaultValue": ""
}
],
"currentWidth": 6
@@ -35095,7 +35105,7 @@
"id": "e4arbe"
},
{
- "title": "Section 6 Site Risk Classification",
+ "title": "Section 6 - Site Risk Classification",
"theme": "default",
"tooltip": "",
"customClass": "",
@@ -35196,7 +35206,7 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "ehytbos"
+ "id": "e0z2apm"
},
{
"key": "riskclassification",
@@ -35283,7 +35293,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ea12nv8"
+ "id": "exm9qo9"
},
{
"key": "exemptions",
@@ -35296,19 +35306,10 @@
"components": [
{
"label": "riskclassificationchange",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
"hideLabel": true,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"values": [
{
"label": "Duplicate site risk classification information – simultaneous triggers exemption",
@@ -35351,70 +35352,70 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "riskclassificationexemption",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "emm5c9e",
- "defaultValue": ""
+ "id": "ew2kwvnc"
},
{
"key": "dateOfMostRecentSiteRiskClassificationReport",
@@ -35528,7 +35529,7 @@
"arrowkeys": true
},
"customOptions": {},
- "id": "ewu3oql"
+ "id": "ekqhayr"
}
],
"collapsible": false,
@@ -35593,7 +35594,7 @@
"lazyLoad": false,
"theme": "default",
"breadcrumb": "default",
- "id": "eqgytw8"
+ "id": "e8z1r1"
},
{
"key": "siteRiskClassificationAtTimeOfApplication",
@@ -35685,7 +35686,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "egt4sg9"
+ "id": "ecss1qk"
}
],
"placeholder": "",
@@ -35726,7 +35727,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ebzju88"
+ "id": "ewzmnos"
},
{
"id": "ezcibp",
@@ -36309,7 +36310,7 @@
}
],
"collapsible": false,
- "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 557b8a59..81892be8 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -9487,7 +9487,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10527,7 +10527,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -11059,7 +11059,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -11158,7 +11158,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12606,7 +12606,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13639,7 +13639,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14238,7 +14238,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14282,7 +14282,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15231,7 +15231,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22773,7 +22773,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23570,7 +23570,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24179,7 +24179,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24709,7 +24709,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25480,7 +25480,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29554,7 +29554,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30489,7 +30489,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31109,7 +31109,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31729,7 +31729,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32349,7 +32349,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32969,7 +32969,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33675,7 +33675,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34416,7 +34416,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38369,7 +38369,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38875,7 +38875,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39194,7 +39194,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39513,7 +39513,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39832,7 +39832,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41943,7 +41943,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42740,7 +42740,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43648,7 +43648,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
@@ -44253,80 +44253,90 @@
},
{
"label": "Last Name",
- "tableView": true,
- "key": "lastName",
- "type": "textfield",
- "input": true,
+ "labelPosition": "top",
"placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
- "customClass": "",
"suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
"hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
"autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
"dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
+ "allowCalculateOverride": false,
"validateOn": "change",
"validate": {
- "required": false,
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
"custom": "",
"customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
+ "json": "",
"minLength": "",
"maxLength": "",
- "pattern": ""
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "lastName",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"addons": [],
- "mask": false,
"inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eq5xc5d"
+ "id": "e7sxwz",
+ "defaultValue": ""
},
{
"label": "Signature of Owner/Agent/Lessee",
From 1c5a8c7c962125f4f243c9442cd937b06c680b4b Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Tue, 27 Feb 2024 13:27:32 -0800
Subject: [PATCH 67/88] fixed duplicate api keys
---
... Ecological Risk Assessment Checklist.json | 248 ++++++++++--------
1 file changed, 132 insertions(+), 116 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 36d78f3b..0addbd2f 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -4374,86 +4374,92 @@
"offset": 0,
"components": [
{
- "id": "em48kxg",
- "key": "postalCode",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
"label": "Postal Code",
- "hidden": false,
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
"suffix": "",
- "unique": false,
"widget": {
"type": "input"
},
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
"disabled": false,
+ "tableView": false,
+ "modalEdit": false,
"multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
"redrawOn": "",
- "tabindex": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
"required": true,
- "maxLength": "",
- "minLength": "",
+ "pattern": "",
"customMessage": "",
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
+ "unique": false,
"errorLabel": "",
- "persistent": true,
+ "errors": "",
+ "key": "landDescriptionPostalCode",
+ "tags": [],
"properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
- "json": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": "",
+ "json": ""
},
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
"customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
"hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
+ "inputType": "text",
+ "id": "ebokmq8",
+ "defaultValue": ""
}
],
"currentWidth": 4
@@ -5713,7 +5719,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -6536,82 +6542,92 @@
"offset": 0,
"components": [
{
- "id": "elnny7",
- "key": "postalCode",
- "mask": false,
- "type": "textfield",
- "input": true,
"label": "Postal Code",
- "hidden": false,
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
"suffix": "",
- "unique": false,
"widget": {
"type": "input"
},
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
"disabled": false,
+ "tableView": false,
+ "modalEdit": false,
"multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
"redrawOn": "",
- "tabindex": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
"required": true,
- "maxLength": "",
- "minLength": "",
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
+ "unique": false,
"errorLabel": "",
- "persistent": true,
+ "errors": "",
+ "key": "qpPostalCode",
+ "tags": [],
"properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": "",
+ "json": ""
},
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
"hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
+ "inputType": "text",
+ "id": "evevhp3",
+ "defaultValue": ""
}
],
"currentWidth": 4
@@ -36310,7 +36326,7 @@
}
],
"collapsible": false,
- "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
From 1a01a65b57f803f87ebdeb738602f3d020d79e89 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Wed, 28 Feb 2024 09:32:25 -0800
Subject: [PATCH 68/88] Fixed Section Heading
---
...etailed Ecological Risk Assessment Checklist.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 36d78f3b..753d75de 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -5713,7 +5713,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -34862,7 +34862,7 @@
"lazyLoad": false
},
{
- "title": "Section 5 - REVIEW PROCESS REQUESTED",
+ "title": "Section 5 - Review Process Requested",
"theme": "default",
"tooltip": "",
"customClass": "",
@@ -34979,7 +34979,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e6k7dw"
+ "id": "eyuip1"
},
{
"key": "resubmission",
@@ -35061,7 +35061,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "etr18q6"
+ "id": "egzh4gr"
}
],
"placeholder": "",
@@ -35102,7 +35102,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e4arbe"
+ "id": "ezm8zkq"
},
{
"title": "Section 6 - Site Risk Classification",
@@ -36310,7 +36310,7 @@
}
],
"collapsible": false,
- "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
From 9b74fde7984dab02314c2376db5c23fa4fd793ed Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Wed, 28 Feb 2024 09:56:19 -0800
Subject: [PATCH 69/88] Fixed Rows in the note creation table are misaligned
with the table headers
---
.../epd-forms/Site Disclosure Statements.json | 260 ++++++-----
.../Site Information Request Application.json | 256 ++++++-----
.../Site Risk Classification Report.json | 356 +++++++--------
.../epd-forms/Summary of Site Condition.json | 410 +++++++++---------
...nated Sites Services Application Form.json | 278 ++++++------
... Ecological Risk Assessment Checklist.json | 258 ++++++-----
...tification of Independent Remediation.json | 270 ++++++------
...ication of Likely or Actual Migration.json | 258 ++++++-----
.../Site Risk Classification Report.json | 260 ++++++-----
.../bundling/Summary of Site Condition.json | 410 +++++++++---------
10 files changed, 1423 insertions(+), 1593 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Disclosure Statements.json b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
index 0b806654..f8fa8d6b 100644
--- a/forms-flow-ai/epd-forms/Site Disclosure Statements.json
+++ b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
@@ -1373,97 +1373,87 @@
"components": [
{
"label": "Notes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
"autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
"minLength": "",
"maxLength": "",
+ "pattern": "",
"minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "maxWords": ""
},
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "comments",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
+ "inputFormat": "html",
"inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
"fixedSize": true,
- "id": "e1y3akh",
- "defaultValue": ""
+ "id": "e0f2i"
}
],
"width": 4,
@@ -1477,19 +1467,9 @@
"components": [
{
"label": "Visibility",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -1503,76 +1483,77 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "commentFor",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e47latm"
+ "id": "ehiqvlq"
}
],
- "width": 2,
+ "width": 1,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 2
+ "currentWidth": 1
},
{
"components": [
@@ -1651,7 +1632,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ehgoit"
+ "id": "eph9vkp"
}
],
"size": "md",
@@ -1738,7 +1719,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e359aek"
+ "id": "ew1nru8"
}
],
"size": "md",
@@ -1825,7 +1806,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ehegp6h"
+ "id": "e53b0y"
}
],
"size": "md",
@@ -1836,30 +1817,50 @@
"currentWidth": 2
}
],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
"key": "columns",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -1868,7 +1869,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1878,29 +1878,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "autoAdjust": false,
- "id": "e1qmsg"
+ "id": "e5uxdvs"
}
],
"placeholder": "",
@@ -7372,7 +7358,7 @@
}
],
"collapsible": false,
- "id": "e7nge5b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e7nge5b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -7846,7 +7832,7 @@
}
],
"collapsible": false,
- "id": "eapos760000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eapos76000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -8062,7 +8048,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "e7fs5c50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e7fs5c5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/Site Information Request Application.json b/forms-flow-ai/epd-forms/Site Information Request Application.json
index 5d0d7da3..3374a3a2 100644
--- a/forms-flow-ai/epd-forms/Site Information Request Application.json
+++ b/forms-flow-ai/epd-forms/Site Information Request Application.json
@@ -743,97 +743,87 @@
"components": [
{
"label": "Notes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
"autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
"minLength": "",
"maxLength": "",
+ "pattern": "",
"minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "maxWords": ""
},
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "comments",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
+ "inputFormat": "html",
"inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
"fixedSize": true,
- "id": "e1mltsn",
- "defaultValue": ""
+ "id": "ew00x87"
}
],
"width": 4,
@@ -847,19 +837,9 @@
"components": [
{
"label": "Radio",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -873,76 +853,77 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "commentFor",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eza1cw8"
+ "id": "eb9gmf"
}
],
- "width": 2,
+ "width": 1,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 2
+ "currentWidth": 1
},
{
"components": [
@@ -1021,7 +1002,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eog1cy"
+ "id": "ehrzbwa"
}
],
"size": "md",
@@ -1108,7 +1089,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ev2c1sr"
+ "id": "ekz9qmp"
}
],
"size": "md",
@@ -1195,7 +1176,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e52p82"
+ "id": "ek7hk2f"
}
],
"size": "md",
@@ -1206,30 +1187,50 @@
"currentWidth": 2
}
],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
"key": "columns",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -1238,7 +1239,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1248,29 +1248,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "autoAdjust": false,
- "id": "etxqyzk"
+ "id": "edd2bqh"
}
],
"placeholder": "",
@@ -5914,7 +5900,7 @@
"attributes": {},
"components": [
{
- "id": "ecmzjdn00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecmzjdn0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tree": false,
"type": "panel",
diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
index 7f24abf5..adf18c51 100644
--- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
@@ -1478,97 +1478,87 @@
"components": [
{
"label": "Notes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
"autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
"minLength": "",
"maxLength": "",
+ "pattern": "",
"minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "maxWords": ""
},
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "comments",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
+ "inputFormat": "html",
"inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
"fixedSize": true,
- "id": "edsnc3n",
- "defaultValue": ""
+ "id": "e235l8b"
}
],
"width": 4,
@@ -1582,19 +1572,9 @@
"components": [
{
"label": "Visibility",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -1608,165 +1588,156 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "commentFor",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eiybe7t"
+ "id": "emaimk8"
}
],
- "width": 2,
+ "width": 1,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 2
+ "currentWidth": 1
},
{
"components": [
{
"label": "Role",
- "labelPosition": "top",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\n{\n value = 'Client'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\n{\n value = 'Approved Professional'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\n{\n value = 'CSAP Society'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\n{\n value = 'CSSA Team'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\n{\n value = 'CSSA Manager'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\n{\n value = 'Caseworker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\n{\n value = 'Statutory Decision Maker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\n{\n value = 'Site Risk Classification Officer'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\n{\n value = 'Site Information Advisor'\n}",
+ "key": "role",
+ "type": "textfield",
+ "input": true,
"placeholder": "",
- "description": "",
- "tooltip": "",
"prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
"customClass": "",
- "tabindex": "",
- "autocomplete": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
"hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
+ "tabindex": "",
"autofocus": false,
- "spellcheck": true,
- "disabled": true,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
"dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\n{\n value = 'Client'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\n{\n value = 'Approved Professional'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\n{\n value = 'CSAP Society'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\n{\n value = 'CSSA Team'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\n{\n value = 'CSSA Manager'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\n{\n value = 'Caseworker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\n{\n value = 'Statutory Decision Maker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\n{\n value = 'Site Risk Classification Officer'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\n{\n value = 'Site Information Advisor'\n}",
"calculateValue": "",
"calculateServer": false,
- "allowCalculateOverride": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
},
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "role",
- "tags": [],
- "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
"addons": [],
+ "mask": false,
"inputType": "text",
- "id": "ezzq7as",
- "defaultValue": ""
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqr2dhl"
}
],
"size": "md",
@@ -1853,7 +1824,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ed1zxlm"
+ "id": "er8xbye"
}
],
"size": "md",
@@ -1940,7 +1911,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ez7cua"
+ "id": "em4pfek"
}
],
"size": "md",
@@ -1951,30 +1922,50 @@
"currentWidth": 2
}
],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
"key": "columns",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -1983,7 +1974,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1993,29 +1983,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "autoAdjust": false,
- "id": "eczcz0o"
+ "id": "e04b0rd"
}
],
"placeholder": "",
@@ -4462,7 +4438,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -13872,7 +13848,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -17815,7 +17791,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index 9e1c82cb..0c2a34dc 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -1496,97 +1496,87 @@
"components": [
{
"label": "Notes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
"autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
"minLength": "",
"maxLength": "",
+ "pattern": "",
"minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "maxWords": ""
},
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "comments",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
+ "inputFormat": "html",
"inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
"fixedSize": true,
- "id": "es92qsq",
- "defaultValue": ""
+ "id": "e89l0m"
}
],
"width": 4,
@@ -1600,19 +1590,9 @@
"components": [
{
"label": "Visibility",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -1626,165 +1606,156 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "commentFor",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eobcmf8"
+ "id": "eydtwzd"
}
],
- "width": 2,
+ "width": 1,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 2
+ "currentWidth": 1
},
{
"components": [
{
"label": "Role",
- "labelPosition": "top",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\r\n{\r\n value = 'CSSA Manager'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}",
+ "key": "role",
+ "type": "textfield",
+ "input": true,
"placeholder": "",
- "description": "",
- "tooltip": "",
"prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
"customClass": "",
- "tabindex": "",
- "autocomplete": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
"hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
+ "tabindex": "",
"autofocus": false,
- "spellcheck": true,
- "disabled": true,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
"dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\r\n{\r\n value = 'CSSA Manager'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}",
"calculateValue": "",
"calculateServer": false,
- "allowCalculateOverride": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
},
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "role",
- "tags": [],
- "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
"addons": [],
+ "mask": false,
"inputType": "text",
- "id": "e0b0whl",
- "defaultValue": ""
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eote9yp"
}
],
"size": "md",
@@ -1871,7 +1842,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e6ev9oy"
+ "id": "eh6ku3x"
}
],
"size": "md",
@@ -1958,7 +1929,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ekd6aud"
+ "id": "ecrlf2"
}
],
"size": "md",
@@ -1969,30 +1940,50 @@
"currentWidth": 2
}
],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
"key": "columns",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -2001,7 +1992,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -2011,29 +2001,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "autoAdjust": false,
- "id": "eayjpuw"
+ "id": "ebrxp"
}
],
"keyModified": true,
@@ -9150,7 +9126,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10190,7 +10166,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10722,7 +10698,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10821,7 +10797,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12269,7 +12245,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13302,7 +13278,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13901,7 +13877,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13945,7 +13921,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14854,7 +14830,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22396,7 +22372,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23193,7 +23169,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23802,7 +23778,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24332,7 +24308,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25103,7 +25079,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29177,7 +29153,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30087,7 +30063,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30682,7 +30658,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31277,7 +31253,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31872,7 +31848,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32467,7 +32443,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33173,7 +33149,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33914,7 +33890,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37934,7 +37910,7 @@
"id": "eofuark"
}
],
- "id": "eutz630000000000000000000000000000000000000",
+ "id": "eutz63000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38459,7 +38435,7 @@
"id": "e330ei"
}
],
- "id": "e31uav9000000000000000000000000000000000000",
+ "id": "e31uav900000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38786,7 +38762,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti00000000000000000000000000000000000",
+ "id": "evh2ti0000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39124,7 +39100,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n00000000000000000000000000000000000000000000"
+ "id": "ey7gr2n0000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -39431,7 +39407,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv20000000000000000000000000000000000",
+ "id": "e6zxvv2000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41518,7 +41494,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa000000000000000000000000000000000000000000000",
+ "id": "ehf1fa00000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42274,7 +42250,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m00000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks09m0000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43264,7 +43240,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index bcd2451d..c39f6288 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -2341,97 +2341,87 @@
"components": [
{
"label": "Notes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
"autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
"minLength": "",
"maxLength": "",
+ "pattern": "",
"minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "maxWords": ""
},
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "comments",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
+ "inputFormat": "html",
"inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
"fixedSize": true,
- "id": "ek30ye6",
- "defaultValue": ""
+ "id": "eldsh4o"
}
],
"width": 4,
@@ -2445,19 +2435,9 @@
"components": [
{
"label": "Visibility",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -2471,76 +2451,77 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "commentFor",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "exs1e9a"
+ "id": "edvvlxr"
}
],
- "width": 2,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 2
+ "currentWidth": 1,
+ "width": 1
},
{
"components": [
@@ -2619,7 +2600,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e1iyv7"
+ "id": "eg2eqt"
}
],
"size": "md",
@@ -2706,7 +2687,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ee6xse8"
+ "id": "ehd37wq"
}
],
"size": "md",
@@ -2793,7 +2774,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e5ks7xs"
+ "id": "e1ibmir"
}
],
"size": "md",
@@ -2804,30 +2785,50 @@
"currentWidth": 2
}
],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
"key": "columns1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -2836,7 +2837,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -2846,29 +2846,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "autoAdjust": false,
- "id": "eecwc3"
+ "id": "ek4ixfe"
}
],
"placeholder": "",
@@ -7854,7 +7840,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "ehmz9lv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9497,7 +9483,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ewhx8sm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18656,7 +18642,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva8800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elva880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18736,7 +18722,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey48nu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19111,7 +19097,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyxe45n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19204,7 +19190,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "efdcvf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19418,7 +19404,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "emf4u7g0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20470,7 +20456,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev43oe90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20550,7 +20536,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eb3d0l0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20925,7 +20911,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyv4fcu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -21018,7 +21004,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecgeub0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21232,7 +21218,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eguyyh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 36d78f3b..3ffd6c40 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -1984,97 +1984,87 @@
"components": [
{
"label": "Notes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
"autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
"minLength": "",
"maxLength": "",
+ "pattern": "",
"minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "maxWords": ""
},
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "comments",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
+ "inputFormat": "html",
"inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
"fixedSize": true,
- "id": "e777n6",
- "defaultValue": ""
+ "id": "e491yu"
}
],
"width": 4,
@@ -2088,19 +2078,9 @@
"components": [
{
"label": "Visibility",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -2114,76 +2094,77 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "commentFor",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ebz27xk"
+ "id": "epnpgxa"
}
],
- "width": 2,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 2
+ "currentWidth": 1,
+ "width": 1
},
{
"components": [
@@ -2262,7 +2243,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e9ovig"
+ "id": "e3p7a7o"
}
],
"size": "md",
@@ -2349,7 +2330,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e9mkaf6"
+ "id": "e34wiki"
}
],
"size": "md",
@@ -2436,7 +2417,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ex1fdip"
+ "id": "e9nqihl"
}
],
"size": "md",
@@ -2447,30 +2428,50 @@
"currentWidth": 2
}
],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
"key": "columns1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -2479,7 +2480,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -2489,29 +2489,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "autoAdjust": false,
- "id": "e35oaqh"
+ "id": "eubd36d"
}
],
"placeholder": "",
@@ -5713,7 +5699,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -36310,7 +36296,7 @@
}
],
"collapsible": false,
- "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
index 12e8c337..a94591c7 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
@@ -737,97 +737,87 @@
"components": [
{
"label": "Notes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
"autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
"minLength": "",
"maxLength": "",
+ "pattern": "",
"minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "maxWords": ""
},
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "comments",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
+ "inputFormat": "html",
"inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
"fixedSize": true,
- "id": "ek9e16f",
- "defaultValue": ""
+ "id": "eqfxfp"
}
],
"width": 4,
@@ -841,19 +831,9 @@
"components": [
{
"label": "Visibility",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -867,76 +847,77 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "commentFor",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "efxf63"
+ "id": "erma6t"
}
],
- "width": 2,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 2
+ "currentWidth": 1,
+ "width": 1
},
{
"components": [
@@ -1015,7 +996,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e3ncm9r"
+ "id": "ecuoest"
}
],
"size": "md",
@@ -1102,7 +1083,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eylboa"
+ "id": "emcr43f"
}
],
"size": "md",
@@ -1189,7 +1170,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ejbifaj"
+ "id": "ev07s3"
}
],
"size": "md",
@@ -1200,30 +1181,50 @@
"currentWidth": 2
}
],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
"key": "columns1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -1232,7 +1233,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1242,29 +1242,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "autoAdjust": false,
- "id": "eplwoo"
+ "id": "erdwg2u"
}
],
"placeholder": "",
@@ -9316,7 +9302,7 @@
"attributes": {},
"components": [
{
- "id": "epivnsp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "epivnsp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -9393,7 +9379,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "el3hlvr0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el3hlvr000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -10138,7 +10124,7 @@
"attributes": {},
"components": [
{
- "id": "esedw40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esedw4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -10215,7 +10201,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "esor9060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esor906000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -10957,7 +10943,7 @@
"attributes": {},
"components": [
{
- "id": "ej0y410000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej0y41000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -11034,7 +11020,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "e8qg9fh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e8qg9fh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -11782,7 +11768,7 @@
"attributes": {},
"components": [
{
- "id": "eevqmo9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eevqmo900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -11859,7 +11845,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "et223l3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "et223l300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
index 403b1c7a..1c8757cf 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
@@ -761,97 +761,87 @@
"components": [
{
"label": "Notes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
"autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
"minLength": "",
"maxLength": "",
+ "pattern": "",
"minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "maxWords": ""
},
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "comments",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
+ "inputFormat": "html",
"inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
"fixedSize": true,
- "id": "e1u1zd",
- "defaultValue": ""
+ "id": "emscq2s"
}
],
"width": 4,
@@ -865,19 +855,9 @@
"components": [
{
"label": "Visibility",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -891,76 +871,77 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "commentFor",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eh3r9b"
+ "id": "ethzm0g"
}
],
- "width": 2,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 2
+ "currentWidth": 1,
+ "width": 1
},
{
"components": [
@@ -1039,7 +1020,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ehsbjkg"
+ "id": "eoaall"
}
],
"size": "md",
@@ -1126,7 +1107,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e8afsa9"
+ "id": "eezcp8"
}
],
"size": "md",
@@ -1213,7 +1194,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ee0j5y"
+ "id": "ec1cic7"
}
],
"size": "md",
@@ -1224,30 +1205,50 @@
"currentWidth": 2
}
],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
"key": "columns1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -1256,7 +1257,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1266,29 +1266,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "autoAdjust": false,
- "id": "ecpzuu"
+ "id": "ezbqsnr"
}
],
"placeholder": "",
@@ -1470,7 +1456,7 @@
"attributes": {},
"components": [
{
- "id": "ea2btv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ea2btv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "Panel-InformationForAffectedAndLikelyAffectedParcels",
"tree": false,
"type": "panel",
@@ -9342,7 +9328,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emrk44b000000000000000000000000000000000000000000"
+ "id": "emrk44b00000000000000000000000000000000000000000000"
}
],
"errorLabel": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
index cb836948..12a07512 100644
--- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
@@ -2339,97 +2339,87 @@
"components": [
{
"label": "Notes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
"autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
"minLength": "",
"maxLength": "",
+ "pattern": "",
"minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "maxWords": ""
},
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "comments",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
+ "inputFormat": "html",
"inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
"fixedSize": true,
- "id": "efd5oyb",
- "defaultValue": ""
+ "id": "euix8z"
}
],
"width": 4,
@@ -2443,19 +2433,9 @@
"components": [
{
"label": "Visibility",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -2469,76 +2449,77 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "commentFor",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "end7mn7"
+ "id": "epq3y8"
}
],
- "width": 2,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 2
+ "currentWidth": 1,
+ "width": 1
},
{
"components": [
@@ -2617,7 +2598,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "epef9wl"
+ "id": "ei396cl"
}
],
"size": "md",
@@ -2704,7 +2685,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eh7dia"
+ "id": "e00150o"
}
],
"size": "md",
@@ -2791,7 +2772,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ejuu0r"
+ "id": "elg3l5"
}
],
"size": "md",
@@ -2802,30 +2783,50 @@
"currentWidth": 2
}
],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
"key": "columns",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -2834,7 +2835,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -2844,29 +2844,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "autoAdjust": false,
- "id": "e6aewb"
+ "id": "eufzxyv"
}
],
"placeholder": "",
@@ -5307,7 +5293,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -14719,7 +14705,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -18662,7 +18648,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 81892be8..d0c3502d 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -1819,97 +1819,87 @@
"components": [
{
"label": "Notes",
- "labelPosition": "top",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
"autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
"validate": {
"required": true,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
"minLength": "",
"maxLength": "",
+ "pattern": "",
"minWords": "",
- "maxWords": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
+ "maxWords": ""
},
+ "key": "comments",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "errors": "",
- "key": "comments",
- "tags": [],
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textarea",
- "rows": 3,
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"mask": false,
"inputType": "text",
+ "inputFormat": "html",
"inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
"fixedSize": true,
- "id": "eyeszvh",
- "defaultValue": ""
+ "id": "eh5f0lk"
}
],
"width": 4,
@@ -1923,19 +1913,9 @@
"components": [
{
"label": "Visibility",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
"tableView": true,
- "modalEdit": false,
"defaultValue": "external",
"values": [
{
@@ -1949,165 +1929,156 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "commentFor",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "exnv2q9"
+ "id": "ercqg0q"
}
],
- "width": 2,
+ "width": 1,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 2
+ "currentWidth": 1
},
{
"components": [
{
"label": "Role",
- "labelPosition": "top",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\r\n{\r\n value = 'CSSA Manager'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}",
+ "key": "role",
+ "type": "textfield",
+ "input": true,
"placeholder": "",
- "description": "",
- "tooltip": "",
"prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
"customClass": "",
- "tabindex": "",
- "autocomplete": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
"hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
+ "tabindex": "",
"autofocus": false,
- "spellcheck": true,
- "disabled": true,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
"dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\r\n{\r\n value = 'CSSA Manager'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}",
"calculateValue": "",
"calculateServer": false,
- "allowCalculateOverride": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
},
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "role",
- "tags": [],
- "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
"addons": [],
+ "mask": false,
"inputType": "text",
- "id": "e0b0whl",
- "defaultValue": ""
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5fx36r"
}
],
"size": "md",
@@ -2194,7 +2165,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e6ev9oy"
+ "id": "e51pt55"
}
],
"size": "md",
@@ -2281,7 +2252,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ekd6aud"
+ "id": "ekphnyu"
}
],
"size": "md",
@@ -2292,30 +2263,50 @@
"currentWidth": 2
}
],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
"key": "columns",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
- "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -2324,7 +2315,6 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -2334,29 +2324,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "autoAdjust": false,
- "id": "eayjpuw"
+ "id": "eq26xf"
}
],
"keyModified": true,
@@ -9487,7 +9463,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10527,7 +10503,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -11059,7 +11035,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -11158,7 +11134,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12606,7 +12582,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13639,7 +13615,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14238,7 +14214,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14282,7 +14258,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15231,7 +15207,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22773,7 +22749,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23570,7 +23546,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24179,7 +24155,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24709,7 +24685,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25480,7 +25456,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29554,7 +29530,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30489,7 +30465,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31109,7 +31085,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31729,7 +31705,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32349,7 +32325,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32969,7 +32945,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33675,7 +33651,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34416,7 +34392,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38369,7 +38345,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38875,7 +38851,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39194,7 +39170,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39513,7 +39489,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39832,7 +39808,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41943,7 +41919,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42740,7 +42716,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43648,7 +43624,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
From 95939fcd29db174a4c4bc466f5356ce27aa8ec54 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Thu, 29 Feb 2024 10:21:47 -0800
Subject: [PATCH 70/88] Fixed required fields being displayed as not required
---
.../epd-forms/Summary of Site Condition.json | 634 ++++++++-------
.../bundling/Summary of Site Condition.json | 724 ++++++++++--------
2 files changed, 744 insertions(+), 614 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index 9e1c82cb..209ac57c 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -9150,7 +9150,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10190,7 +10190,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10722,7 +10722,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10821,7 +10821,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12269,7 +12269,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13302,7 +13302,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13901,7 +13901,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13945,7 +13945,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14854,7 +14854,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22396,7 +22396,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23193,7 +23193,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23802,7 +23802,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24332,7 +24332,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25103,7 +25103,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -26554,8 +26554,23 @@
"components": [
{
"label": "Completed?",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
"values": [
{
"label": "Yes",
@@ -26568,73 +26583,68 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "completed4",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "defaultValue": {
- "yes": false,
- "no": false
+ "unique": false
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "completed4",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "e4gsdhh"
+ "id": "e1f6iak"
},
{
"label": "Includes quantitative human health and ecological risk assessment report information or screening level risk assessment per EMA, CSR and current applicable ministry protocols, guidelines, checklists? ",
@@ -26764,8 +26774,23 @@
"components": [
{
"label": "Completed?",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
"values": [
{
"label": "Yes",
@@ -26778,78 +26803,89 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "completed5",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "defaultValue": {
- "yes": false,
- "no": false
+ "unique": false
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "completed5",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "el5sg7"
+ "id": "ely9nq4"
},
{
"label": "Includes CSR specified information for a Remediation Plan (see CSR S.1, 16, 47) and current applicable ministry protocols, guidelines, checklists, etc.?",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false,
+ "nA": false
+ },
"values": [
{
"label": "Yes",
@@ -26867,74 +26903,68 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists1",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "defaultValue": {
- "yes": false,
- "no": false,
- "nA": false
+ "unique": false
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists1",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "e8p4jr"
+ "id": "e4rt4jh"
}
],
"placeholder": "",
@@ -27016,8 +27046,23 @@
"components": [
{
"label": "Completed?",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
"values": [
{
"label": "Yes",
@@ -27030,78 +27075,84 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "completed6",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "defaultValue": {
- "yes": false,
- "no": false
+ "unique": false
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "completed6",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "ejkw9fd"
+ "id": "e4gtih"
},
{
"label": "Includes CSR specified information (see CSR S.49) and any current applicable ministry protocols, guidelines, checklists for COR reports? ",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"defaultValue": {
"yes": false,
"no": false,
@@ -27124,69 +27175,68 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
- "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists2",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists2",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "ezc4bx5"
+ "id": "eypt3lp"
}
],
"placeholder": "",
@@ -27268,8 +27318,23 @@
"components": [
{
"label": "Completed?",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
"values": [
{
"label": "Yes",
@@ -27282,73 +27347,68 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "completed7",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "defaultValue": {
- "yes": false,
- "no": false
+ "unique": false
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "completed7",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "ew6b1fi"
+ "id": "emieduk"
},
{
"label": "According to other guidelines? (Provide explanation in notes below. Indicate how reports assist understanding of conditions and/or remediation.) ",
@@ -27400,7 +27460,7 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
+ "onlyAvailableItems": true,
"customMessage": "",
"custom": "",
"customPrivate": false,
@@ -27448,7 +27508,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e9z694e"
+ "id": "e75945"
},
{
"label": "Notes",
@@ -29177,7 +29237,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30087,7 +30147,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30682,7 +30742,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31277,7 +31337,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31872,7 +31932,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32467,7 +32527,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33173,7 +33233,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33914,7 +33974,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37934,7 +37994,7 @@
"id": "eofuark"
}
],
- "id": "eutz630000000000000000000000000000000000000",
+ "id": "eutz63000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38459,7 +38519,7 @@
"id": "e330ei"
}
],
- "id": "e31uav9000000000000000000000000000000000000",
+ "id": "e31uav900000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38786,7 +38846,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti00000000000000000000000000000000000",
+ "id": "evh2ti0000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39124,7 +39184,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n00000000000000000000000000000000000000000000"
+ "id": "ey7gr2n0000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -39431,7 +39491,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv20000000000000000000000000000000000",
+ "id": "e6zxvv2000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41518,7 +41578,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa000000000000000000000000000000000000000000000",
+ "id": "ehf1fa00000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42274,7 +42334,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m00000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks09m0000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43264,7 +43324,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 81892be8..26a7a05b 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -9487,7 +9487,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10527,7 +10527,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -11059,7 +11059,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -11158,7 +11158,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12606,7 +12606,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13639,7 +13639,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14238,7 +14238,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14282,7 +14282,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15231,7 +15231,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22773,7 +22773,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23570,7 +23570,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24179,7 +24179,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24709,7 +24709,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25480,7 +25480,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -26931,8 +26931,23 @@
"components": [
{
"label": "Completed?",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
"values": [
{
"label": "Yes",
@@ -26945,78 +26960,84 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "completed4",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "defaultValue": {
- "yes": false,
- "no": false
+ "unique": false
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "completed4",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "e4gsdhh"
+ "id": "eca9do99"
},
{
"label": "Includes quantitative human health and ecological risk assessment report information or screening level risk assessment per EMA, CSR and current applicable ministry protocols, guidelines, checklists? ",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"values": [
{
"label": "Yes",
@@ -27034,70 +27055,69 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
- "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "ezw7671c"
+ "id": "edrm6i9",
+ "defaultValue": ""
}
],
"id": "ejp45z9"
@@ -27141,8 +27161,23 @@
"components": [
{
"label": "Completed?",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
"values": [
{
"label": "Yes",
@@ -27155,78 +27190,89 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "completed5",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "defaultValue": {
- "yes": false,
- "no": false
+ "unique": false
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "completed5",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "el5sg7"
+ "id": "elfg30v"
},
{
"label": "Includes CSR specified information for a Remediation Plan (see CSR S.1, 16, 47) and current applicable ministry protocols, guidelines, checklists, etc.?",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false,
+ "nA": false
+ },
"values": [
{
"label": "Yes",
@@ -27244,74 +27290,68 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists1",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "defaultValue": {
- "yes": false,
- "no": false,
- "nA": false
+ "unique": false
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists1",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "e8p4jr"
+ "id": "ednb0lb"
}
],
"placeholder": "",
@@ -27393,8 +27433,23 @@
"components": [
{
"label": "Completed?",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
"values": [
{
"label": "Yes",
@@ -27407,78 +27462,84 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "completed6",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "defaultValue": {
- "yes": false,
- "no": false
+ "unique": false
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "completed6",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "ejkw9fd"
+ "id": "ec2xhnk"
},
{
"label": "Includes CSR specified information (see CSR S.49) and any current applicable ministry protocols, guidelines, checklists for COR reports? ",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"defaultValue": {
"yes": false,
"no": false,
@@ -27501,69 +27562,68 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
- "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists2",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists2",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "ezc4bx5"
+ "id": "eyhordx"
}
],
"placeholder": "",
@@ -27645,8 +27705,23 @@
"components": [
{
"label": "Completed?",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
"values": [
{
"label": "Yes",
@@ -27659,73 +27734,68 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "completed7",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "defaultValue": {
- "yes": false,
- "no": false
+ "unique": false
},
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "completed7",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "ew6b1fi"
+ "id": "ew83x5"
},
{
"label": "According to other guidelines? (Provide explanation in notes below. Indicate how reports assist understanding of conditions and/or remediation.) ",
@@ -27777,7 +27847,7 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
+ "onlyAvailableItems": true,
"customMessage": "",
"custom": "",
"customPrivate": false,
@@ -27825,7 +27895,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e9z694e"
+ "id": "erjaym"
},
{
"label": "Notes",
@@ -29554,7 +29624,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30489,7 +30559,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31109,7 +31179,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31729,7 +31799,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32349,7 +32419,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32969,7 +33039,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33675,7 +33745,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34416,7 +34486,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38369,7 +38439,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38875,7 +38945,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39194,7 +39264,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39513,7 +39583,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39832,7 +39902,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41943,7 +42013,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42740,7 +42810,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43648,7 +43718,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
From 9efbc233b1484ad33e2805e316ce1c1d0730120b Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Thu, 29 Feb 2024 13:56:30 -0800
Subject: [PATCH 71/88] fixed folder name issue
---
.../application-file-upload/AppFileUpload.js | 95 -------------------
.../application-file-upload/README.md | 0
.../appFileUpload.settingsForm.js | 38 --------
.../AppFileUpload.js | 0
.../README.md | 0
.../appFileUpload.settingsForm.js | 0
.../src/custom-components/index.js | 2 +-
7 files changed, 1 insertion(+), 134 deletions(-)
delete mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/AppFileUpload.js
delete mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/README.md
delete mode 100644 forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/appFileUpload.settingsForm.js
rename forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/{Application-file-upload => custom-application-file-upload}/AppFileUpload.js (100%)
rename forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/{Application-file-upload => custom-application-file-upload}/README.md (100%)
rename forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/{Application-file-upload => custom-application-file-upload}/appFileUpload.settingsForm.js (100%)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/AppFileUpload.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/AppFileUpload.js
deleted file mode 100644
index 2fe28432..00000000
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/AppFileUpload.js
+++ /dev/null
@@ -1,95 +0,0 @@
-import React from "react";
-import ReactDOM from "react-dom";
-import { ReactComponent } from "react-formio";
-import settingsForm from "./appFileUpload.settingsForm";
-
-
-export default class AppFileUpload extends ReactComponent {
- /**
- * This function tells the form builder about your component. It's name, icon and what group it should be in.
- *
- * @returns {{title: string, icon: string, group: string, documentation: string, weight: number, schema: *}}
- */
- static get builderInfo() {
- return {
- title: "Application File Upload",
- icon: "map-marker",
- group: "basic",
- documentation: "", //TODO
- weight: 120,
- schema: AppFileUpload.schema(),
- };
- }
-
- /**
- * This function is the default settings for the component. At a minimum you want to set the type to the registered
- * type of your component (i.e. when you call Components.setComponent('type', MyComponent) these types should match.
- *
- * @param sources
- * @returns {*}
- */
- static schema() {
- return ReactComponent.schema({
- type: "AppFileUpload",
- label: "File Upload",
- });
- }
-
- /*
- * Defines the settingsForm when editing a component in the builder.
- */
- static editForm = settingsForm;
-
- static eventRegistered = false;
-
- /**
- * This function is called when the DIV has been rendered and added to the DOM. You can now instantiate the react component.
- *
- * @param DOMElement
- * #returns ReactInstance
- *
- *
- */
- attachReact(element) {
- let instance;
-
- ReactDOM.render(
- {
- console.log('file upload');
- var customeApplicationId = this.data.applicationId;
-
-
- let mapURL =
- process.env.REACT_APP_CUSTOM_FILE_UPLOAD || window._env_.REACT_APP_CUSTOM_FILE_UPLOAD;
-
- window.open(
- mapURL + "?appId=" + customeApplicationId ,
- "_blank",
- "popup=yes,width=500px,heigth=500px"
- );
-
- console.log("adding listner end");
-
- return false;
- }}
- >
- View / Upload Documents
- ,
- element,
- () => (this.reactInstance = instance)
- );
- }
-
- /**
- * Automatically detach any react components.
- *
- * @param element
- */
- detachReact(element) {
- if (element) {
- ReactDOM.unmountComponentAtNode(element);
- }
- }
-}
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/README.md b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/README.md
deleted file mode 100644
index e69de29b..00000000
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/appFileUpload.settingsForm.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/appFileUpload.settingsForm.js
deleted file mode 100644
index 9122dee9..00000000
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/application-file-upload/appFileUpload.settingsForm.js
+++ /dev/null
@@ -1,38 +0,0 @@
-import baseEditForm from 'formiojs/components/_classes/component/Component.form';
-
-const settingsForm = (...extend) => {
- return baseEditForm([
- {
- key: 'display',
- components: [
- {
- key: 'placeholder',
- ignore: true,
- },
- ]
- },
- {
- key: 'data',
- components: [],
- },
- {
- key: 'validation',
- components: [],
- },
- {
- key: 'api',
- components: [],
- },
- {
- key: 'conditional',
- components: [],
- },
- {
- key: 'logic',
- components: [],
- },
- ], ...extend);
-};
-
-export default settingsForm;
-
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/AppFileUpload.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/custom-application-file-upload/AppFileUpload.js
similarity index 100%
rename from forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/AppFileUpload.js
rename to forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/custom-application-file-upload/AppFileUpload.js
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/README.md b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/custom-application-file-upload/README.md
similarity index 100%
rename from forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/README.md
rename to forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/custom-application-file-upload/README.md
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/appFileUpload.settingsForm.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/custom-application-file-upload/appFileUpload.settingsForm.js
similarity index 100%
rename from forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/Application-file-upload/appFileUpload.settingsForm.js
rename to forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/custom-application-file-upload/appFileUpload.settingsForm.js
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
index a152f294..86d64ddf 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
@@ -1,6 +1,6 @@
import fileUpload from "./custom-file-upload/fileUpload";
import Maps from './map-component/Mapservice';
-import AppFileUpload from "./application-file-upload/AppFileUpload";
+import AppFileUpload from "./custom-application-file-upload/AppFileUpload";
const components = {
fileUpload: fileUpload,
From 7a02c7f540050df2d655b039befb67282fc17309 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Thu, 29 Feb 2024 16:10:59 -0800
Subject: [PATCH 72/88] updated file name as well
---
.../{AppFileUpload.js => userFileUpload.js} | 0
.../forms-flow-web/src/custom-components/index.js | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/custom-application-file-upload/{AppFileUpload.js => userFileUpload.js} (100%)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/custom-application-file-upload/AppFileUpload.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/custom-application-file-upload/userFileUpload.js
similarity index 100%
rename from forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/custom-application-file-upload/AppFileUpload.js
rename to forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/custom-application-file-upload/userFileUpload.js
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
index 86d64ddf..0eb75c52 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/custom-components/index.js
@@ -1,6 +1,6 @@
import fileUpload from "./custom-file-upload/fileUpload";
import Maps from './map-component/Mapservice';
-import AppFileUpload from "./custom-application-file-upload/AppFileUpload";
+import AppFileUpload from "./custom-application-file-upload/userFileUpload";
const components = {
fileUpload: fileUpload,
From 37154949511b84dfbe5fdbfd3d449e5d2dda77ac Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Thu, 29 Feb 2024 16:24:00 -0800
Subject: [PATCH 73/88] added additional applications id field added
---
.../Site Risk Classification Report.json | 403 ++++++++++++++-
.../epd-forms/Summary of Site Condition.json | 457 ++++++++++++++++--
2 files changed, 827 insertions(+), 33 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
index adf18c51..05807982 100644
--- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
@@ -150,6 +150,403 @@
"breadcrumb": "default",
"id": "efrdna"
},
+ {
+ "title": "Associated Application ID ( if any)",
+ "collapsible": false,
+ "key": "associatedApplicationIdIfAny",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please enter the associated application ID (in case this application accompanies another application already submitted in the system).",
+ "refreshOnChange": false,
+ "key": "html",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "ez8txui"
+ },
+ {
+ "label": "Edit Grid",
+ "hideLabel": true,
+ "tableView": false,
+ "rowDrafts": false,
+ "key": "editGrid",
+ "type": "editgrid",
+ "displayAsTable": false,
+ "input": true,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Application ID",
+ "tableView": true,
+ "key": "applicationId",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "etraas"
+ }
+ ],
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 2
+ },
+ {
+ "components": [],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eoo3f8r"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "removeRow": "Cancel",
+ "defaultOpen": false,
+ "openWhenEmpty": false,
+ "modal": false,
+ "inlineEdit": false,
+ "templates": {
+ "header": "\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n
{{ t(component.label) }}
\n {% } %}\n {% }) %}\n
",
+ "row": "\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n
\n {{ isVisibleInRow(component) ? getView(component, row[component.key]) : ''}}\n
\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n
\n
\n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n {% } %}\n
",
+ "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": ""
+ },
+ "id": "e3j7z5l"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e0v23wm"
+ },
{
"label": "Text Area",
"autoExpand": false,
@@ -4438,7 +4835,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -13848,7 +14245,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -17791,7 +18188,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index 16db04dc..c4597611 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -150,6 +150,403 @@
"breadcrumb": "default",
"id": "e83pfpd"
},
+ {
+ "title": "Associated Application ID ( if any)",
+ "collapsible": false,
+ "key": "associatedApplicationIdIfAny",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please enter the associated application ID (in case this application accompanies another application already submitted in the system).",
+ "refreshOnChange": false,
+ "key": "html",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e54opua"
+ },
+ {
+ "label": "Edit Grid",
+ "hideLabel": true,
+ "tableView": false,
+ "rowDrafts": false,
+ "key": "editGrid",
+ "type": "editgrid",
+ "displayAsTable": false,
+ "input": true,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Application ID",
+ "tableView": true,
+ "key": "applicationId",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e8ov6d"
+ }
+ ],
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 2
+ },
+ {
+ "components": [],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eav7l4"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "removeRow": "Cancel",
+ "defaultOpen": false,
+ "openWhenEmpty": false,
+ "modal": false,
+ "inlineEdit": false,
+ "templates": {
+ "header": "\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n
{{ t(component.label) }}
\n {% } %}\n {% }) %}\n
",
+ "row": "\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n
\n {{ isVisibleInRow(component) ? getView(component, row[component.key]) : ''}}\n
\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n
\n
\n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n {% } %}\n
",
+ "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": ""
+ },
+ "id": "eeiyt74"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "er67i3f"
+ },
{
"label": "Text Area",
"labelPosition": "top",
@@ -9126,7 +9523,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10166,7 +10563,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10698,7 +11095,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10797,7 +11194,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12245,7 +12642,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13278,7 +13675,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13877,7 +14274,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13921,7 +14318,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14830,7 +15227,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22372,7 +22769,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23169,7 +23566,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23778,7 +24175,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24308,7 +24705,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25079,7 +25476,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29213,7 +29610,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30123,7 +30520,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30718,7 +31115,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31313,7 +31710,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31908,7 +32305,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32503,7 +32900,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33209,7 +33606,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33950,7 +34347,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37970,7 +38367,7 @@
"id": "eofuark"
}
],
- "id": "eutz63000000000000000000000000000000000000000",
+ "id": "eutz6300000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38495,7 +38892,7 @@
"id": "e330ei"
}
],
- "id": "e31uav900000000000000000000000000000000000000",
+ "id": "e31uav90000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38822,7 +39219,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti0000000000000000000000000000000000000",
+ "id": "evh2ti000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39160,7 +39557,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n0000000000000000000000000000000000000000000000"
+ "id": "ey7gr2n000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -39467,7 +39864,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv2000000000000000000000000000000000000",
+ "id": "e6zxvv200000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41554,7 +41951,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa00000000000000000000000000000000000000000000000",
+ "id": "ehf1fa0000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42310,7 +42707,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m0000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks09m000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43300,7 +43697,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
From 73f6386fe4f61dd24fe6d7dc0ab9c10f7bce0cca Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Mon, 4 Mar 2024 09:45:45 -0800
Subject: [PATCH 74/88] Fixed notes section display issue with lower resolution
---
.../epd-forms/Site Disclosure Statements.json | 28 ++--
.../Site Risk Classification Report.json | 28 ++--
.../epd-forms/Summary of Site Condition.json | 82 ++++++------
...nated Sites Services Application Form.json | 46 +++----
... Ecological Risk Assessment Checklist.json | 69 +++++-----
...tification of Independent Remediation.json | 81 ++++++------
...ication of Likely or Actual Migration.json | 26 ++--
.../Site Risk Classification Report.json | 28 ++--
.../bundling/Summary of Site Condition.json | 125 +++++++++---------
9 files changed, 249 insertions(+), 264 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Disclosure Statements.json b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
index f8fa8d6b..b6dfd3ea 100644
--- a/forms-flow-ai/epd-forms/Site Disclosure Statements.json
+++ b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
@@ -1306,9 +1306,9 @@
"tableView": true,
"modalEdit": false,
"templates": {
- "header": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
+ "header": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if( component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\t\t\r\n\t\t {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "row": "{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\t\t\r\n\t\t {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": ""
},
@@ -1453,7 +1453,7 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "e0f2i"
+ "id": "eifyo3e"
}
],
"width": 4,
@@ -1545,15 +1545,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ehiqvlq"
+ "id": "emjzvct"
}
],
- "width": 1,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 1
+ "currentWidth": 2,
+ "width": 2
},
{
"components": [
@@ -1632,7 +1632,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eph9vkp"
+ "id": "eaku5gr"
}
],
"size": "md",
@@ -1719,7 +1719,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ew1nru8"
+ "id": "eofazbr"
}
],
"size": "md",
@@ -1806,7 +1806,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e53b0y"
+ "id": "e752qvp"
}
],
"size": "md",
@@ -1886,7 +1886,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e5uxdvs"
+ "id": "edizbwe"
}
],
"placeholder": "",
@@ -1905,7 +1905,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "e664pv2"
+ "id": "eellgat"
},
{
"logic": [
@@ -7358,7 +7358,7 @@
}
],
"collapsible": false,
- "id": "e7nge5b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e7nge5b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -7832,7 +7832,7 @@
}
],
"collapsible": false,
- "id": "eapos76000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eapos76000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -8048,7 +8048,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "e7fs5c5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e7fs5c5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
index adf18c51..ae422786 100644
--- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
@@ -1411,9 +1411,9 @@
"tableView": false,
"modalEdit": false,
"templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% if(component.label === 'Notes') { %}\n
{{ t(component.label) }}
\n {% } else if(component.key !== 'comments') { %}\n
{{ t(component.label) }}
\n {% } %}\n {% } %}\n {% }) %}\n
\n\n{% } else { %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n \n {% if(component.key == 'comments') { %}\n
{{ t(component.label)}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ t(component.label)}}
\n{% } else { %}\n
{{ t(component.label)}}
\n{% } %} \n\n \n {% } %}\n {% }) %}\n
\n\n{% } %}\n\n\n\n\n",
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n \r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n\r\n \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}\r\n\r\n\r\n\r\n\r\n",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "{% console.log(\"row-key main srcr\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% console.log('rendering edit grid body')%}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n\n\n\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% console.log(\"row-key\",component.key,row[component.key]) %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n{% if(component.key == 'comments') { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{% } else { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{%}%}\n \n\n {% } %}\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n \n {% } %}\n {% } %}\n
\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\n \n {% util.eachComponent(components, function(component) { %}\n {% console.log('for sia') %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ getView(component, row[component.key])}}
\n{% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ getView(component, row[component.key])}}
\n{% } else { %}\n
{{ getView(component, row[component.key])}}
\n{% } %} \n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n {% } %}\n
\n {% } %}\n \n \n \n{% const emptyElements = []; %}\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\n{% for (let i = 0; i < elements.length; i++) { %}\n{% const element = elements[i]; %}\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "row": "{% console.log(\"row-key main srcr\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
@@ -1558,7 +1558,7 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "e235l8b"
+ "id": "ewek8u"
}
],
"width": 4,
@@ -1650,15 +1650,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "emaimk8"
+ "id": "e11qt4"
}
],
- "width": 1,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 1
+ "currentWidth": 2,
+ "width": 2
},
{
"components": [
@@ -1737,7 +1737,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eqr2dhl"
+ "id": "eo4qfk7"
}
],
"size": "md",
@@ -1824,7 +1824,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "er8xbye"
+ "id": "ed3zsv"
}
],
"size": "md",
@@ -1911,7 +1911,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "em4pfek"
+ "id": "e4drfr8"
}
],
"size": "md",
@@ -1991,7 +1991,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e04b0rd"
+ "id": "eqb31yq"
}
],
"placeholder": "",
@@ -2010,7 +2010,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "ea6ohxj"
+ "id": "ejimmk"
},
{
"title": "Collection Notice",
@@ -4438,7 +4438,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -13848,7 +13848,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -17791,7 +17791,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index 16db04dc..fc7ecbb6 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -1429,9 +1429,9 @@
"tableView": false,
"modalEdit": false,
"templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n \r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n\r\n \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}\r\n\r\n\r\n\r\n\r\n",
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n \r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n\r\n \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}\r\n\r\n\r\n\r\n\r\n",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "{% console.log(\"row-key main sosc\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "row": "{% console.log(\"row-key main sosc\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else if( component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
@@ -1576,7 +1576,7 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "e89l0m"
+ "id": "e0i0k8h"
}
],
"width": 4,
@@ -1668,15 +1668,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eydtwzd"
+ "id": "es924sh"
}
],
- "width": 1,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 1
+ "currentWidth": 2,
+ "width": 2
},
{
"components": [
@@ -1755,7 +1755,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eote9yp"
+ "id": "eo4mhb9"
}
],
"size": "md",
@@ -1842,7 +1842,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eh6ku3x"
+ "id": "ej09r1p"
}
],
"size": "md",
@@ -1929,7 +1929,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ecrlf2"
+ "id": "ewznlnb"
}
],
"size": "md",
@@ -2009,7 +2009,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ebrxp"
+ "id": "e51cys5"
}
],
"keyModified": true,
@@ -2029,7 +2029,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "ec9q8u"
+ "id": "e5xzm1q"
},
{
"label": "isClientRole",
@@ -9126,7 +9126,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10166,7 +10166,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10698,7 +10698,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -10797,7 +10797,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12245,7 +12245,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13278,7 +13278,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13877,7 +13877,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -13921,7 +13921,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14830,7 +14830,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22372,7 +22372,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23169,7 +23169,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23778,7 +23778,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24308,7 +24308,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25079,7 +25079,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29213,7 +29213,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30123,7 +30123,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30718,7 +30718,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31313,7 +31313,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31908,7 +31908,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32503,7 +32503,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33209,7 +33209,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -33950,7 +33950,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -37970,7 +37970,7 @@
"id": "eofuark"
}
],
- "id": "eutz63000000000000000000000000000000000000000",
+ "id": "eutz63000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38495,7 +38495,7 @@
"id": "e330ei"
}
],
- "id": "e31uav900000000000000000000000000000000000000",
+ "id": "e31uav900000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38822,7 +38822,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti0000000000000000000000000000000000000",
+ "id": "evh2ti0000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39160,7 +39160,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n0000000000000000000000000000000000000000000000"
+ "id": "ey7gr2n0000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -39467,7 +39467,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv2000000000000000000000000000000000000",
+ "id": "e6zxvv2000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41554,7 +41554,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa00000000000000000000000000000000000000000000000",
+ "id": "ehf1fa00000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42310,7 +42310,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m0000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks09m0000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43300,7 +43300,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index c39f6288..b96601ee 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -2274,9 +2274,9 @@
"tableView": false,
"modalEdit": false,
"templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if( component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
@@ -2421,7 +2421,7 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "eldsh4o"
+ "id": "e6il5r"
}
],
"width": 4,
@@ -2513,15 +2513,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "edvvlxr"
+ "id": "ekskeao"
}
],
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 1,
- "width": 1
+ "currentWidth": 2,
+ "width": 2
},
{
"components": [
@@ -2600,7 +2600,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eg2eqt"
+ "id": "en7b88"
}
],
"size": "md",
@@ -2687,7 +2687,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ehd37wq"
+ "id": "e1m2ge7"
}
],
"size": "md",
@@ -2774,7 +2774,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e1ibmir"
+ "id": "ebi2t6q"
}
],
"size": "md",
@@ -2854,7 +2854,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ek4ixfe"
+ "id": "eq68yd9"
}
],
"placeholder": "",
@@ -2873,7 +2873,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "ectp8dh"
+ "id": "emdrf3e"
},
{
"title": "Collection Notice",
@@ -7840,7 +7840,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "ehmz9lv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9483,7 +9483,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ewhx8sm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18642,7 +18642,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elva880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18722,7 +18722,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey48nu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19097,7 +19097,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyxe45n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19190,7 +19190,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "efdcvf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19404,7 +19404,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "emf4u7g0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20456,7 +20456,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev43oe90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20536,7 +20536,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eb3d0l0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20911,7 +20911,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyv4fcu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -21004,7 +21004,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecgeub0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21218,7 +21218,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eguyyh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 1747663c..53e5e3cf 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -1917,9 +1917,9 @@
"tableView": false,
"modalEdit": false,
"templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if( component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "\r\n\r\n{% console.log(\"row-key main 22\",'commentFor',row['commentFor'],row) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
@@ -2064,7 +2064,7 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "e491yu"
+ "id": "ew8k7va"
}
],
"width": 4,
@@ -2156,15 +2156,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "epnpgxa"
+ "id": "ev199n2j"
}
],
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 1,
- "width": 1
+ "currentWidth": 2,
+ "width": 2
},
{
"components": [
@@ -2243,7 +2243,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e3p7a7o"
+ "id": "e4vn51q"
}
],
"size": "md",
@@ -2330,7 +2330,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e34wiki"
+ "id": "e1wj2e"
}
],
"size": "md",
@@ -2417,7 +2417,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e9nqihl"
+ "id": "e56f25s"
}
],
"size": "md",
@@ -2428,50 +2428,30 @@
"currentWidth": 2
}
],
- "autoAdjust": false,
- "customClass": "",
- "hidden": false,
- "hideLabel": false,
- "modalEdit": false,
"key": "columns1",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
+ "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -2480,6 +2460,7 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -2489,15 +2470,29 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "eubd36d"
+ "autoAdjust": false,
+ "id": "e0oxzsl"
}
],
"placeholder": "",
@@ -2516,7 +2511,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "eu37j0v"
+ "id": "eydsd2"
},
{
"id": "ecmxmh",
@@ -5705,7 +5700,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -36312,7 +36307,7 @@
}
],
"collapsible": false,
- "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
index a94591c7..8d6e0980 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
@@ -670,9 +670,9 @@
"tableView": false,
"modalEdit": false,
"templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% if(component.label === 'Notes') { %}\n
{{ t(component.label) }}
\n {% } else if(component.key !== 'comments') { %}\n
{{ t(component.label) }}
\n {% } %}\n {% } %}\n {% }) %}\n
\n\n{% } else { %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ t(component.label)}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ t(component.label)}}
\n{% } else { %}\n
{{ t(component.label)}}
\n{% } %} \n {% } %}\n {% }) %}\n
\n\n{% } %}",
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "\n\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% console.log('rendering edit grid body')%}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n\n\n\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% console.log(\"row-key\",component.key,row[component.key]) %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n{% if(component.key == 'comments') { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{% } else { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{%}%}\n \n\n {% } %}\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n \n {% } %}\n {% } %}\n
\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\n \n {% util.eachComponent(components, function(component) { %}\n {% console.log('for sia') %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ getView(component, row[component.key])}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ getView(component, row[component.key])}}
\n{% } else { %}\n
{{ getView(component, row[component.key])}}
\n{% } %} \n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n {% } %}\n
\n {% } %}\n \n \n \n{% const emptyElements = []; %}\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\n{% for (let i = 0; i < elements.length; i++) { %}\n{% const element = elements[i]; %}\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
@@ -817,7 +817,7 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "eqfxfp"
+ "id": "esvaasq"
}
],
"width": 4,
@@ -909,15 +909,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "erma6t"
+ "id": "ecmth0og"
}
],
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 1,
- "width": 1
+ "currentWidth": 2,
+ "width": 2
},
{
"components": [
@@ -996,7 +996,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ecuoest"
+ "id": "ejozxb"
}
],
"size": "md",
@@ -1083,7 +1083,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "emcr43f"
+ "id": "ewv7zz"
}
],
"size": "md",
@@ -1170,7 +1170,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ev07s3"
+ "id": "e2p551"
}
],
"size": "md",
@@ -1181,50 +1181,30 @@
"currentWidth": 2
}
],
- "autoAdjust": false,
- "customClass": "",
- "hidden": false,
- "hideLabel": false,
- "modalEdit": false,
"key": "columns1",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
+ "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -1233,6 +1213,7 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1242,15 +1223,29 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "erdwg2u"
+ "autoAdjust": false,
+ "id": "emip7at"
}
],
"placeholder": "",
@@ -1269,7 +1264,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "e1a3j4p"
+ "id": "exzr643"
},
{
"id": "ecf3gbp",
@@ -9302,7 +9297,7 @@
"attributes": {},
"components": [
{
- "id": "epivnsp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "epivnsp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -9379,7 +9374,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "el3hlvr000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el3hlvr000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -10124,7 +10119,7 @@
"attributes": {},
"components": [
{
- "id": "esedw4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esedw4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -10201,7 +10196,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "esor906000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esor906000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -10943,7 +10938,7 @@
"attributes": {},
"components": [
{
- "id": "ej0y41000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej0y41000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -11020,7 +11015,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "e8qg9fh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e8qg9fh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -11768,7 +11763,7 @@
"attributes": {},
"components": [
{
- "id": "eevqmo900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eevqmo900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -11845,7 +11840,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "et223l300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "et223l300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
index 1c8757cf..6353cf91 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
@@ -694,9 +694,9 @@
"tableView": false,
"modalEdit": false,
"templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% if(component.label === 'Notes') { %}\n
{{ t(component.label) }}
\n {% } else if(component.key !== 'comments') { %}\n
{{ t(component.label) }}
\n {% } %}\n {% } %}\n {% }) %}\n
\n\n{% } else { %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ t(component.label)}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ t(component.label)}}
\n{% } else { %}\n
{{ t(component.label)}}
\n{% } %} \n {% } %}\n {% }) %}\n
\n\n{% } %}",
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "\n\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% console.log('rendering edit grid body')%}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n\n\n\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% console.log(\"row-key\",component.key,row[component.key]) %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n{% if(component.key == 'comments') { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{% } else { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{%}%}\n \n\n {% } %}\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n \n {% } %}\n {% } %}\n
\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\n \n {% util.eachComponent(components, function(component) { %}\n {% console.log('for sia') %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ getView(component, row[component.key])}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ getView(component, row[component.key])}}
\n{% } else { %}\n
{{ getView(component, row[component.key])}}
\n{% } %} \n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n {% } %}\n
\n {% } %}\n \n \n \n{% const emptyElements = []; %}\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\n{% for (let i = 0; i < elements.length; i++) { %}\n{% const element = elements[i]; %}\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
@@ -841,7 +841,7 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "emscq2s"
+ "id": "ept407k"
}
],
"width": 4,
@@ -933,15 +933,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ethzm0g"
+ "id": "erh8f7h"
}
],
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 1,
- "width": 1
+ "currentWidth": 2,
+ "width": 2
},
{
"components": [
@@ -1020,7 +1020,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eoaall"
+ "id": "e42cxzm"
}
],
"size": "md",
@@ -1107,7 +1107,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eezcp8"
+ "id": "e26niaz"
}
],
"size": "md",
@@ -1194,7 +1194,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ec1cic7"
+ "id": "esjasqa"
}
],
"size": "md",
@@ -1274,7 +1274,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ezbqsnr"
+ "id": "ewjny69"
}
],
"placeholder": "",
@@ -1293,7 +1293,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "e8fn76k"
+ "id": "e3msns"
},
{
"id": "evi8v2p",
@@ -1456,7 +1456,7 @@
"attributes": {},
"components": [
{
- "id": "ea2btv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ea2btv00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "Panel-InformationForAffectedAndLikelyAffectedParcels",
"tree": false,
"type": "panel",
@@ -9328,7 +9328,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emrk44b00000000000000000000000000000000000000000000"
+ "id": "emrk44b0000000000000000000000000000000000000000000000000"
}
],
"errorLabel": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
index 12a07512..354e9a75 100644
--- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
@@ -2272,9 +2272,9 @@
"tableView": false,
"modalEdit": false,
"templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% if(component.label === 'Notes') { %}\n
{{ t(component.label) }}
\n {% } else if(component.key !== 'comments') { %}\n
{{ t(component.label) }}
\n {% } %}\n {% } %}\n {% }) %}\n
\n\n{% } else { %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n \n {% if(component.key == 'comments') { %}\n
{{ t(component.label)}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ t(component.label)}}
\n{% } else { %}\n
{{ t(component.label)}}
\n{% } %} \n\n \n {% } %}\n {% }) %}\n
\n\n{% } %}",
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n \r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n\r\n \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "{% console.log(\"row-key main srcr\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "row": "{% console.log(\"row-key main srcr\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
@@ -2419,7 +2419,7 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "euix8z"
+ "id": "e0gdmf"
}
],
"width": 4,
@@ -2511,15 +2511,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "epq3y8"
+ "id": "e8dz2k"
}
],
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 1,
- "width": 1
+ "currentWidth": 2,
+ "width": 2
},
{
"components": [
@@ -2598,7 +2598,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ei396cl"
+ "id": "ewov38i"
}
],
"size": "md",
@@ -2685,7 +2685,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e00150o"
+ "id": "e6z2qhx"
}
],
"size": "md",
@@ -2772,7 +2772,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "elg3l5"
+ "id": "e03dz5h"
}
],
"size": "md",
@@ -2852,7 +2852,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "eufzxyv"
+ "id": "e8iojva"
}
],
"placeholder": "",
@@ -2871,7 +2871,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "e2kbdyi"
+ "id": "eirhha9"
},
{
"title": "Collection Notice",
@@ -5293,7 +5293,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -14705,7 +14705,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -18648,7 +18648,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index f380d0f9..fc6ada18 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -1752,9 +1752,9 @@
"tableView": false,
"modalEdit": false,
"templates": {
- "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n \r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n\r\n \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}\r\n\r\n\r\n\r\n\r\n",
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n \r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n\r\n \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}\r\n\r\n\r\n\r\n\r\n",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "{% console.log(\"row-key main sosc\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "row": "{% console.log(\"row-key main sosc\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
@@ -1899,7 +1899,7 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "eh5f0lk"
+ "id": "eu0iuod"
}
],
"width": 4,
@@ -1991,15 +1991,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ercqg0q"
+ "id": "eglpeqc"
}
],
- "width": 1,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 1
+ "currentWidth": 2,
+ "width": 2
},
{
"components": [
@@ -2078,7 +2078,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e5fx36r"
+ "id": "e3994p"
}
],
"size": "md",
@@ -2165,7 +2165,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e51pt55"
+ "id": "ev70z0e"
}
],
"size": "md",
@@ -2252,7 +2252,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ekphnyu"
+ "id": "e7j48p"
}
],
"size": "md",
@@ -2263,50 +2263,30 @@
"currentWidth": 2
}
],
- "autoAdjust": false,
- "customClass": "",
- "hidden": false,
- "hideLabel": false,
- "modalEdit": false,
"key": "columns",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "columns",
"input": false,
"tableView": false,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
+ "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
"tooltip": "",
+ "hideLabel": false,
"tabindex": "",
"disabled": false,
"autofocus": false,
@@ -2315,6 +2295,7 @@
"calculateValue": "",
"calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -2324,15 +2305,29 @@
"multiple": false,
"unique": false
},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "eq26xf"
+ "autoAdjust": false,
+ "id": "e5b1fl"
}
],
"keyModified": true,
@@ -2352,7 +2347,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "ec9q8u"
+ "id": "eb43hj"
},
{
"label": "Text Area",
@@ -9463,7 +9458,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10503,7 +10498,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -11035,7 +11030,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -11134,7 +11129,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12582,7 +12577,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13615,7 +13610,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14214,7 +14209,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14258,7 +14253,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15207,7 +15202,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22749,7 +22744,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23546,7 +23541,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24155,7 +24150,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24685,7 +24680,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25456,7 +25451,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -29600,7 +29595,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30535,7 +30530,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31155,7 +31150,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31775,7 +31770,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32395,7 +32390,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33015,7 +33010,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33721,7 +33716,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34462,7 +34457,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38415,7 +38410,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38921,7 +38916,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39240,7 +39235,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39559,7 +39554,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39878,7 +39873,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41989,7 +41984,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42786,7 +42781,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43694,7 +43689,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
From ace78ee218d97f1bee3380bc328625d469b7c0b1 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Tue, 5 Mar 2024 10:22:31 -0800
Subject: [PATCH 75/88] issue fix for 265
---
.../subProcess/DERABundleWorkflow.bpmn | 2082 ++++++++---------
1 file changed, 1041 insertions(+), 1041 deletions(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 08fc39d9..8534dabc 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -1,5 +1,5 @@
-
+
@@ -1234,8 +1234,8 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('deraStatus', "Resubmitted");
-execution.setVariable('isDeraResubmitted', false);
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
@@ -1359,8 +1359,8 @@ execution.setVariable('soscBundleStatus', "soscSdmApproved");
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('deraStatus', "Resubmitted");
-execution.setVariable('isDeraResubmitted', false);
+execution.setVariable('soscStatus', "Resubmitted");
+execution.setVariable('isSoscResubmitted', false);
@@ -2061,1369 +2061,1369 @@ system.out.println ("srcrStatus "+execution.getVariable('srcrStatus') );
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
+
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
-
-
-
-
+
+
-
-
-
+
+
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From f533928cd15f253435334429306f1925571a2119 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Tue, 5 Mar 2024 10:28:03 -0800
Subject: [PATCH 76/88] changed wording
---
.../bundling/Contaminated Sites Services Application Form.json | 2 +-
.../bundling/Detailed Ecological Risk Assessment Checklist.json | 2 +-
.../epd-forms/bundling/Site Risk Classification Report.json | 2 +-
forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index b96601ee..451a3862 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -696,7 +696,7 @@
"disabled": true,
"tableView": false,
"key": "needsMoreInfo",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \t\r\n\tvar isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \t\r\n\tvar isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission is in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission is in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
"input": true,
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 53e5e3cf..fed75b7d 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -641,7 +641,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \tvar applicationStatus = response.applicationStatus ? response.applicationStatus.value : '';\r\n\tvar isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n \tvar applicationStatus = response.applicationStatus ? response.applicationStatus.value : '';\r\n\tvar isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n \t show = true;\r\n \t \r\n\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission is in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission is in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
index 354e9a75..dd6b155c 100644
--- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
@@ -1420,7 +1420,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n \tvar isCssaResubmitted = response.isCssaResubmitted ? response.isCssaResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n\tvar isDeraResubmitted = response.isDeraResubmitted ? response.isDeraResubmitted.value : false;\r\n\r\n\r\n\t show = true;\t \r\n\r\n \t\t\r\n\t if (isCssaResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isDeraResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since DERA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t \r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n \tvar isCssaResubmitted = response.isCssaResubmitted ? response.isCssaResubmitted.value : false;\r\n\tvar isSoscResubmitted = response.isSoscResubmitted ? response.isSoscResubmitted.value : false;\r\n\tvar isDeraResubmitted = response.isDeraResubmitted ? response.isDeraResubmitted.value : false;\r\n\r\n\r\n\t show = true;\t \r\n\r\n \t\t\r\n\t if (isCssaResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission is in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isSoscResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SoSC resubmission is in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isDeraResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since DERA resubmission is in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t \r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index fc6ada18..42d7f92f 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -478,7 +478,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \t\r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n\t var isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\t var isCssaResubmitted = response.isCssaResubmitted ? response.isCssaResubmitted.value : false;\r\n \t var isDeraResubmitted = response.isDeraResubmitted ? response.isDeraResubmitted.value : false;\r\n \t show = true;\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isCssaResubmitted){\r\n\t\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isDeraResubmitted){\r\n\t\t component.disabled = true;\r\n\t component.description = 'Disabled since DERA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \t\r\n\t if(roles.includes(\"formsflow-reviewer\")) {\r\n\t var isSrcrResubmitted = response.isSrcrResubmitted ? response.isSrcrResubmitted.value : false;\r\n\t var isCssaResubmitted = response.isCssaResubmitted ? response.isCssaResubmitted.value : false;\r\n \t var isDeraResubmitted = response.isDeraResubmitted ? response.isDeraResubmitted.value : false;\r\n \t show = true;\r\n \t\t\r\n\t if (isSrcrResubmitted) {\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since SRCR resubmission is in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isCssaResubmitted){\r\n\t\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission is in progress';\r\n\t instance.triggerRedraw();\r\n\t } else if (isDeraResubmitted){\r\n\t\t component.disabled = true;\r\n\t component.description = 'Disabled since DERA resubmission is in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t }\r\n\t else\r\n\t {\r\n \t\tshow = false;\r\n\t }\r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
From ad289ce06f0e960c9dcdb5f075120a51b2c5b4f7 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Wed, 6 Mar 2024 11:37:48 -0800
Subject: [PATCH 77/88] issue fix for 307
---
.../forms-flow-ai-ee/forms-flow-bpm/templates/upload_doc.ftl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/upload_doc.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/upload_doc.ftl
index 324b77c4..1c209d04 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/upload_doc.ftl
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/upload_doc.ftl
@@ -38,7 +38,7 @@
Hello,
- Please upload the documents related to Application ID : ${applicationId} by clicking on the below link.
+ Please upload the documents related to Application ID: ${applicationId} by clicking on the below link.
Upload Documents
From a6e56aceedbe01a576df156e94784e5e9827c49d Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Wed, 6 Mar 2024 16:40:11 -0800
Subject: [PATCH 78/88] fixed lower resolution issue for SIR form
---
.../Site Information Request Application.json | 22 +++++++++----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Information Request Application.json b/forms-flow-ai/epd-forms/Site Information Request Application.json
index 3374a3a2..388403db 100644
--- a/forms-flow-ai/epd-forms/Site Information Request Application.json
+++ b/forms-flow-ai/epd-forms/Site Information Request Application.json
@@ -678,7 +678,7 @@
"templates": {
"header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor-society\")){ %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% if(component.label === 'Notes') { %}\n
{{ t(component.label) }}
\n {% } else if(component.key !== 'comments') { %}\n
{{ t(component.label) }}
\n {% } %}\n {% } %}\n {% }) %}\n
\n\n{% } else { %}\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ t(component.label)}}
\n{% } else { %}\n
{{ t(component.label)}}
\n{% } %} \n {% } %}\n {% }) %}\n
\n\n{% } %}\n",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "row": "{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% console.log('rendering edit grid body')%}\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor-society\")) && row['commentFor']==='external'){ %}\n\n\n\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% console.log(\"row-key\",component.key,row[component.key]) %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor-society\")) && row['commentFor']==='external'){ %}\n{% if(component.key == 'comments') { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{% } else { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{%}%}\n \n\n {% } %}\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor-society\")) && row['commentFor']==='external'){ %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n \n {% } %}\n {% } %}\n
\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\n \n {% util.eachComponent(components, function(component) { %}\n {% console.log('for sia') %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ getView(component, row[component.key])}}
\n {% } else if(component.key == 'commentFor' || component.key == 'role' || component.key == 'createdBy') { %}\n
{{ getView(component, row[component.key])}}
\n{% } else { %}\n
{{ getView(component, row[component.key])}}
\n{% } %} \n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n {% } %}\n
\n {% } %}\n \n \n \n{% const emptyElements = []; %}\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\n{% for (let i = 0; i < elements.length; i++) { %}\n{% const element = elements[i]; %}\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% console.log('in validation remove'); %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
@@ -823,7 +823,7 @@
"wysiwyg": false,
"editor": "",
"fixedSize": true,
- "id": "ew00x87"
+ "id": "en9kcop"
}
],
"width": 4,
@@ -915,15 +915,15 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eb9gmf"
+ "id": "ewnmm4l"
}
],
- "width": 1,
"offset": 0,
"push": 0,
"pull": 0,
"size": "md",
- "currentWidth": 1
+ "currentWidth": 2,
+ "width": 2
},
{
"components": [
@@ -1002,7 +1002,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ehrzbwa"
+ "id": "eab89il"
}
],
"size": "md",
@@ -1089,7 +1089,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ekz9qmp"
+ "id": "e6yzaav"
}
],
"size": "md",
@@ -1176,7 +1176,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ek7hk2f"
+ "id": "ewnph7"
}
],
"size": "md",
@@ -1256,7 +1256,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "edd2bqh"
+ "id": "eajrmtj"
}
],
"placeholder": "",
@@ -1275,7 +1275,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "er8w6ss"
+ "id": "ef4mwz"
},
{
"id": "et4x1z",
@@ -5900,7 +5900,7 @@
"attributes": {},
"components": [
{
- "id": "ecmzjdn0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecmzjdn0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tree": false,
"type": "panel",
From a01cd5b118d57b770a6424ae29427669e14508e4 Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Thu, 7 Mar 2024 14:03:41 -0800
Subject: [PATCH 79/88] Disabling edit grid controls
---
.../Site Risk Classification Report.json | 148 +++++++------
.../epd-forms/Summary of Site Condition.json | 202 ++++++++++--------
2 files changed, 195 insertions(+), 155 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
index 96f1196b..6a184323 100644
--- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
@@ -152,10 +152,58 @@
},
{
"title": "Associated Application ID ( if any)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
"collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
"key": "associatedApplicationIdIfAny",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [
+ {
+ "name": "Disable Logic",
+ "trigger": {
+ "type": "javascript",
+ "javascript": "result = true;\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\tconst groups = UserDetails[\"groups\"];\r\n\tif(!(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n\t{\r\n\t\tresult = true;\r\n\t}\r\n\telse\r\n\t{\r\n\t\tresult= false;\r\n\t}\t\r\n\t\r\n\t\t\t"
+ },
+ "actions": [
+ {
+ "name": "Disable Action",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "panel",
"label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
"input": false,
"tableView": false,
"components": [
@@ -231,7 +279,7 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
- "id": "ez8txui"
+ "id": "egcu3jc"
},
{
"label": "Edit Grid",
@@ -323,7 +371,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "etraas"
+ "id": "ejn0z6b"
}
],
"width": 2,
@@ -407,7 +455,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "eoo3f8r"
+ "id": "e1ko0yr"
}
],
"placeholder": "",
@@ -481,38 +529,30 @@
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": ""
},
- "id": "e3j7z5l"
+ "id": "e8wkano"
}
],
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -522,30 +562,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e0v23wm"
+ "id": "erd4jar"
},
{
"label": "Text Area",
@@ -1834,7 +1859,7 @@
"validate": {
"required": false,
"customMessage": "",
- "custom": "const emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\"))\n{\n\tif(document.querySelector(\"[ref='editgrid-srcrNotes-addRow']\")!==null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-srcrNotes-addRow']\").remove();\n\t}\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\nfor(i=0;ix.commentFor==='external').length > 0)\nshow = true;\nelse\nshow = false;\n}\nelse\n{\n show = true;\n}\n\nif(UserDetails){\nvar addRowButton = document.querySelector(\"button[ref=editgrid-srcrNotes-addRow]\");\nif(addRowButton!=null)\n{\naddRowButton.addEventListener('click',\n(e)=>{\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n\t\t{\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\n\t\t for (let i = 0; i < internalRadio.length; i++) {\n\t\t\tif(internalRadio[i].parentElement !== null)\n\t\t\t{\n\t\t\t\tinternalRadio[i].parentElement.remove();\n\t\t\t}\n\t\t }\n\t\t}\n})\n\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n}\n\n\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") )\n{\n\tif(document.querySelector(\"[ref='editgrid-srcrNotes-addRow']\")!==null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-srcrNotes-addRow']\").remove();\n\t}\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nif(UserDetails){\r\nvar addRowButton = document.querySelector(\"button[ref=editgrid-srcrNotes-addRow]\");\r\nif(addRowButton!=null)\r\n{\r\naddRowButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tif(internalRadio[i].parentElement !== null)\r\n\t\t\t{\r\n\t\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t\t}\r\n\t\t }\r\n\t\t}\r\n})\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n}\r\n\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") )\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-srcrNotes-addRow']\")!==null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-srcrNotes-addRow']\").remove();\r\n\t}\r\nvar editButtons = document.querySelectorAll('.formio-component-srcrNotes button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;i\n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": ""
},
- "id": "eeiyt74"
+ "id": "e0du9x"
}
],
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": false,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
"labelPosition": "top",
"description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
"autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
"widget": null,
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -522,30 +562,15 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": false,
"lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "er67i3f"
+ "id": "ek29u5"
},
{
"label": "Text Area",
@@ -1852,7 +1877,7 @@
"validate": {
"required": false,
"customMessage": "",
- "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-soscNotes-addRow']\")!==null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-soscNotes-addRow']\").remove();\r\n\t}\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nif(UserDetails){\r\nvar addRowButton = document.querySelector(\"button[ref=editgrid-soscNotes-addRow]\");\r\nif(addRowButton!=null)\r\n{\r\naddRowButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tif(internalRadio[i].parentElement !== null)\r\n\t\t\t{\r\n\t\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t\t}\r\n\t\t }\r\n\t\t}\r\n})\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n}\r\n\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-soscNotes-addRow']\")!==null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-soscNotes-addRow']\").remove();\r\n\t}\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nif(UserDetails){\r\nvar addRowButton = document.querySelector(\"button[ref=editgrid-soscNotes-addRow]\");\r\nif(addRowButton!=null)\r\n{\r\naddRowButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tif(internalRadio[i].parentElement !== null)\r\n\t\t\t{\r\n\t\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t\t}\r\n\t\t }\r\n\t\t}\r\n})\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n}\r\n\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-soscNotes-addRow']\")!==null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-soscNotes-addRow']\").remove();\r\n\t}\r\nvar editButtons = document.querySelectorAll('.formio-component-soscNotes button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;i
Date: Thu, 7 Mar 2024 22:40:42 -0800
Subject: [PATCH 80/88] made cssa declaration mandatory
---
...nated Sites Services Application Form.json | 103 ++++++++++--------
1 file changed, 56 insertions(+), 47 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index 451a3862..692378af 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -7840,7 +7840,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "ehmz9lv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9483,7 +9483,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ewhx8sm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18642,7 +18642,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elva88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18722,7 +18722,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey48nu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19097,7 +19097,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyxe45n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19190,7 +19190,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "efdcvf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19404,7 +19404,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "emf4u7g000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20456,7 +20456,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev43oe9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20536,7 +20536,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eb3d0l000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20911,7 +20911,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyv4fcu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -21004,7 +21004,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecgeub000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21218,7 +21218,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eguyyh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23397,71 +23397,80 @@
},
{
"label": "By checking this box, I authorize the collection and submission of my information to the Ministry by a consultant on my behalf.",
- "tableView": false,
- "key": "byCheckingThisBoxIAuthorizeTheCollectionAndSubmissionOfMyInformationToTheMinistryByAConsultantOnMyBehalf",
- "type": "checkbox",
- "input": true,
- "defaultValue": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
"description": "",
- "errorLabel": "",
"tooltip": "",
- "hideLabel": false,
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
"tabindex": "",
- "disabled": false,
+ "hidden": false,
+ "hideLabel": false,
"autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
"dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "allowCalculateOverride": false,
"validate": {
- "required": false,
+ "required": true,
+ "customMessage": "",
"custom": "",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
"unique": false
},
+ "errorLabel": "",
+ "errors": "",
+ "key": "byCheckingThisBoxIAuthorizeTheCollectionAndSubmissionOfMyInformationToTheMinistryByAConsultantOnMyBehalf",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "e3743a"
+ "id": "eihp5j8"
}
],
"placeholder": "",
From c6ebdc33d10c58f8dfe2a77cc51ca631df9d8c12 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Fri, 8 Mar 2024 07:06:47 -0800
Subject: [PATCH 81/88] issue fix for 308
---
... Ecological Risk Assessment Checklist.json | 126 +++++++++---------
1 file changed, 66 insertions(+), 60 deletions(-)
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index fed75b7d..6dadc31a 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -4263,86 +4263,92 @@
"offset": 0,
"components": [
{
- "id": "erq3m3",
- "key": "city",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
"label": "City",
- "hidden": false,
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
"suffix": "",
- "unique": false,
"widget": {
"type": "input"
},
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
"disabled": false,
+ "tableView": false,
+ "modalEdit": false,
"multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
"redrawOn": "",
- "tabindex": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
"required": true,
- "maxLength": "",
- "minLength": "",
+ "pattern": "",
"customMessage": "",
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
+ "unique": false,
"errorLabel": "",
- "persistent": true,
+ "errors": "",
+ "key": "landDescriptionCity",
+ "tags": [],
"properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
- "json": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": "",
+ "json": ""
},
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
"customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
"hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
+ "inputType": "text",
+ "id": "eklzwvc",
+ "defaultValue": ""
}
],
"currentWidth": 4
@@ -5700,7 +5706,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -36307,7 +36313,7 @@
}
],
"collapsible": false,
- "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof79400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
From 5371d4b703e66c2af44e24cb7a061f79797056c4 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Fri, 8 Mar 2024 10:06:50 -0800
Subject: [PATCH 82/88] issue fix for 262
---
.../Site Risk Classification Report.json | 456 ++++++++++--------
...nated Sites Services Application Form.json | 273 ++++++-----
... Ecological Risk Assessment Checklist.json | 68 ++-
3 files changed, 454 insertions(+), 343 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
index 6a184323..3f619b1b 100644
--- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
@@ -4855,7 +4855,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -7153,66 +7153,68 @@
"addons": []
},
{
- "id": "epsq596",
- "key": "sectionApplicableTriggers",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
"title": "Section 4: Applicable Triggers",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
"hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionApplicableTriggers",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [
+ {
+ "name": "Disable on Resubmit",
+ "trigger": {
+ "type": "javascript",
+ "javascript": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst groups = UserDetails[\"groups\"];\n\nresult = data.applicationStatus === 'Resubmit' \n&& groups.includes(\"/formsflow/formsflow-client\")"
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "attributes": {},
"overlay": {
- "top": "",
- "left": "",
"style": "",
+ "page": "",
+ "left": "",
+ "top": "",
"width": "",
"height": ""
},
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
"tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
+ "input": false,
"collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
"tableView": false,
- "attributes": {},
- "breadcrumb": "default",
"components": [
{
"label": "Check the applicable triggers for submission of this Site Risk Classification Report to the Director: ",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"values": [
{
"label": "Notification of Initiation of Independent Remediation",
@@ -7255,99 +7257,111 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "applicabletriggers",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e9akayf",
- "defaultValue": ""
+ "id": "eci9pdr"
}
],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
"placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
"defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
"dataGridLabel": false,
"labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
"addons": [],
- "lazyLoad": false
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e0fz8uq"
},
{
"id": "edlff9l",
@@ -13006,62 +13020,69 @@
"lazyLoad": false
},
{
- "id": "e0hz2w8",
- "key": "sectionSiteRiskClassification",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
"title": "Section 7: Site Risk Classification",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
"hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionSiteRiskClassification",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [
+ {
+ "name": "Disable on Resubmit",
+ "trigger": {
+ "type": "javascript",
+ "javascript": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst groups = UserDetails[\"groups\"];\n\nresult = data.applicationStatus === 'Resubmit' \n&& groups.includes(\"/formsflow/formsflow-client\");"
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "attributes": {},
"overlay": {
- "top": "",
- "left": "",
"style": "",
+ "page": "",
+ "left": "",
+ "top": "",
"width": "",
"height": ""
},
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
"tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
+ "input": false,
"collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
"tableView": false,
- "attributes": {},
- "breadcrumb": "default",
"components": [
{
- "id": "ethg5nf",
"key": "siteRiskClassification",
"type": "radio",
"input": true,
"label": "Site Risk Classification",
- "hidden": false,
"inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
"values": [
{
"label": "High Risk",
@@ -13084,97 +13105,110 @@
"shortcut": ""
}
],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": true,
- "customMessage": "",
+ "custom": "",
"customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputType": "radio",
- "modalEdit": false,
+ "tableView": false,
+ "optionsLabelPosition": "right",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
"protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
- "tableView": false,
- "attributes": {},
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
"errorLabel": "",
- "persistent": true,
- "properties": {},
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
"validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
- "json": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eiri7lk"
}
],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
"placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
"defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
"dataGridLabel": false,
"labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
"calculateValue": "",
"calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
"addons": [],
- "lazyLoad": false
+ "tree": false,
+ "lazyLoad": false,
+ "id": "es6dfbt"
},
{
"id": "el9qgq3",
@@ -14265,7 +14299,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -18208,7 +18242,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index 692378af..d06f019b 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -7840,7 +7840,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "ehmz9lv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -9483,7 +9483,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ewhx8sm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -16845,17 +16845,20 @@
"breadcrumb": "default",
"components": [
{
- "id": "e40pkyq",
- "key": "typeOfReview",
- "type": "radio",
- "input": true,
"label": "Type of review ",
- "addons": [],
- "hidden": false,
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
"inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
"values": [
{
"label": "Direct to ministry application",
@@ -16868,66 +16871,89 @@
"shortcut": ""
}
],
- "widget": null,
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
"dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
+ "encrypted": false,
"redrawOn": "",
- "tabindex": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": true,
+ "onlyAvailableItems": false,
"customMessage": "",
+ "custom": "",
"customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
"errorLabel": "",
- "persistent": true,
+ "errors": "",
+ "key": "typeOfReview",
+ "tags": [],
"properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
- "json": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": "",
+ "json": ""
},
- "customClass": "",
- "description": "",
+ "customConditional": "",
+ "logic": [
+ {
+ "name": "Disable on Resubmit",
+ "trigger": {
+ "type": "javascript",
+ "javascript": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst groups = UserDetails[\"groups\"];\n\nresult = data.applicationStatus === 'Resubmit' \n&& groups.includes(\"/formsflow/formsflow-client\") &&\ndata.bundleStatus !== '';"
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
"placeholder": "",
- "defaultValue": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
"dataGridLabel": false,
- "labelPosition": "top",
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eeept5",
+ "defaultValue": ""
},
{
"id": "ef0w5p",
@@ -18642,7 +18668,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elva8800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18722,7 +18748,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey48nu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19097,7 +19123,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyxe45n00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19190,7 +19216,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "efdcvf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -19404,7 +19430,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "emf4u7g00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20456,7 +20482,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev43oe900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20536,7 +20562,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eb3d0l00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20911,7 +20937,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyv4fcu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -21004,7 +21030,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecgeub00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -21218,7 +21244,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eguyyh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22640,7 +22666,27 @@
"when": null,
"eq": ""
},
- "logic": [],
+ "logic": [
+ {
+ "name": "Disable on Resubmit",
+ "trigger": {
+ "type": "javascript",
+ "javascript": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst groups = UserDetails[\"groups\"];\n\nresult = data.applicationStatus === 'Resubmit' \n&& groups.includes(\"/formsflow/formsflow-client\") &&\ndata.bundleStatus !== '';"
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
"attributes": {},
"overlay": {
"style": "",
@@ -22722,7 +22768,7 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "exlrqd"
+ "id": "erh1klu"
},
{
"key": "riskclassification",
@@ -22809,7 +22855,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "evx89p"
+ "id": "e7m4e14"
},
{
"key": "exemptions",
@@ -22822,19 +22868,10 @@
"components": [
{
"label": "riskclassificationchange",
- "labelPosition": "top",
"optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
"inline": false,
- "hidden": false,
"hideLabel": true,
- "autofocus": false,
- "disabled": false,
"tableView": false,
- "modalEdit": false,
"values": [
{
"label": "Duplicate site risk classification information – simultaneous triggers exemption",
@@ -22877,70 +22914,70 @@
"shortcut": ""
}
],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "onlyAvailableItems": false
},
- "errorLabel": "",
- "errors": "",
"key": "riskclassificationexemption",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"type": "radio",
"input": true,
"hideOnChildrenHidden": false,
"placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
"unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
"refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
"dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
"widget": null,
+ "attributes": {},
"validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
+ "properties": {},
"allowMultipleMasks": false,
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "edjjbpl",
- "defaultValue": ""
+ "id": "eo3vk9d"
},
{
"key": "dateOfMostRecentSiteRiskClassificationReport",
@@ -23054,7 +23091,7 @@
"arrowkeys": true
},
"customOptions": {},
- "id": "es57k5g"
+ "id": "ekovi49"
}
],
"collapsible": false,
@@ -23119,7 +23156,7 @@
"lazyLoad": false,
"theme": "default",
"breadcrumb": "default",
- "id": "e3er853"
+ "id": "e9hx1fk"
},
{
"key": "siteRiskClassificationAtTimeOfApplication",
@@ -23211,7 +23248,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e8u5znr"
+ "id": "ee37avk"
}
],
"placeholder": "",
@@ -23252,7 +23289,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "elwo3a"
+ "id": "efy1x9"
}
],
"errorLabel": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 6dadc31a..6c19cbf3 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -5706,7 +5706,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -34884,7 +34884,27 @@
"when": null,
"eq": ""
},
- "logic": [],
+ "logic": [
+ {
+ "name": "Disable on Resubmit",
+ "trigger": {
+ "type": "javascript",
+ "javascript": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst groups = UserDetails[\"groups\"];\n\nresult = data.applicationStatus === 'Resubmit' \n&& groups.includes(\"/formsflow/formsflow-client\") &&\ndata.bundleStatus !== '';"
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
"attributes": {},
"overlay": {
"style": "",
@@ -34982,7 +35002,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eyuip1"
+ "id": "erymdko"
},
{
"key": "resubmission",
@@ -35064,7 +35084,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "egzh4gr"
+ "id": "eb857zr"
}
],
"placeholder": "",
@@ -35105,7 +35125,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ezm8zkq"
+ "id": "eut85qr"
},
{
"title": "Section 6 - Site Risk Classification",
@@ -35127,7 +35147,27 @@
"when": null,
"eq": ""
},
- "logic": [],
+ "logic": [
+ {
+ "name": "Disable on Resubmit",
+ "trigger": {
+ "type": "javascript",
+ "javascript": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst groups = UserDetails[\"groups\"];\n\nresult = data.applicationStatus === 'Resubmit' \n&& groups.includes(\"/formsflow/formsflow-client\") &&\ndata.bundleStatus !== '';"
+ },
+ "actions": [
+ {
+ "name": "Disable",
+ "type": "property",
+ "property": {
+ "label": "Disabled",
+ "value": "disabled",
+ "type": "boolean"
+ },
+ "state": true
+ }
+ ]
+ }
+ ],
"attributes": {},
"overlay": {
"style": "",
@@ -35209,7 +35249,7 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
- "id": "e0z2apm"
+ "id": "e66dif4"
},
{
"key": "riskclassification",
@@ -35296,7 +35336,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "exm9qo9"
+ "id": "efkzhd"
},
{
"key": "exemptions",
@@ -35418,7 +35458,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ew2kwvnc"
+ "id": "e39eef"
},
{
"key": "dateOfMostRecentSiteRiskClassificationReport",
@@ -35532,7 +35572,7 @@
"arrowkeys": true
},
"customOptions": {},
- "id": "ekqhayr"
+ "id": "ef32gt"
}
],
"collapsible": false,
@@ -35597,7 +35637,7 @@
"lazyLoad": false,
"theme": "default",
"breadcrumb": "default",
- "id": "e8z1r1"
+ "id": "e3lrq9"
},
{
"key": "siteRiskClassificationAtTimeOfApplication",
@@ -35689,7 +35729,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ecss1qk"
+ "id": "e5tir0a"
}
],
"placeholder": "",
@@ -35730,7 +35770,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ewzmnos"
+ "id": "er9nehr"
},
{
"id": "ezcibp",
@@ -36313,7 +36353,7 @@
}
],
"collapsible": false,
- "id": "eof79400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
From 015a11735a38ec28ca98ac555055361256b9080d Mon Sep 17 00:00:00 2001
From: midhun-aot
Date: Mon, 11 Mar 2024 10:12:44 -0700
Subject: [PATCH 83/88] Fixed required validation issue
---
.../epd-forms/Summary of Site Condition.json | 194 +++++++++---------
.../bundling/Summary of Site Condition.json | 108 +++++-----
2 files changed, 156 insertions(+), 146 deletions(-)
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index 3e90a4a7..3c1ff7b8 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -9543,7 +9543,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10583,7 +10583,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -11115,7 +11115,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -11214,7 +11214,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12662,7 +12662,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13695,7 +13695,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14294,7 +14294,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14338,7 +14338,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15247,7 +15247,7 @@
"id": "egqqs34"
}
],
- "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22789,7 +22789,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23586,7 +23586,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24195,7 +24195,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24725,7 +24725,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25496,7 +25496,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -26989,9 +26989,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "if(typeof(input) === 'object')\r\nvalid = 'Completed? is Required. Please select';\r\nelse\r\nvalid = true;\r\n\r\n",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27037,12 +27037,23 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e1f6iak"
+ "id": "edphrxt"
},
{
"label": "Includes quantitative human health and ecological risk assessment report information or screening level risk assessment per EMA, CSR and current applicable ministry protocols, guidelines, checklists? ",
+ "labelPosition": "top",
"optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"values": [
{
"label": "Yes",
@@ -27060,70 +27071,69 @@
"shortcut": ""
}
],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
"validate": {
"required": true,
- "custom": "",
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "\r\nif(typeof(input) === 'object')\r\nvalid = 'Includes quantitative human health and ecological risk assessment report information or screening level risk assessment per EMA, CSR and current applicable ministry protocols, guidelines, checklists? is Required. Please select';\r\nelse\r\nvalid = true;\r\n",
"customPrivate": false,
+ "json": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false,
- "onlyAvailableItems": false
+ "unique": false
},
- "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists",
- "type": "radio",
- "input": true,
- "inputType": "radio",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
+ "errors": "",
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "allowCalculateOverride": false,
- "encrypted": false,
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
+ "inputType": "radio",
"fieldSet": false,
- "id": "ezw7671c"
+ "id": "e1tu2wa",
+ "defaultValue": ""
}
],
"id": "ejp45z9"
@@ -27209,9 +27219,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "if(typeof(input) === 'object')\r\nvalid = 'Completed? is Required. Please select';\r\nelse\r\nvalid = true;\r\n\r\n",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27257,7 +27267,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ely9nq4"
+ "id": "eed6gd"
},
{
"label": "Includes CSR specified information for a Remediation Plan (see CSR S.1, 16, 47) and current applicable ministry protocols, guidelines, checklists, etc.?",
@@ -27309,9 +27319,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "if(typeof(input) === 'object')\r\nvalid = 'Includes CSR specified information for a Remediation Plan (see CSR S.1, 16, 47) and current applicable ministry protocols, guidelines, checklists, etc.? is Required. Please select';\r\nelse\r\nvalid = true;\r\n",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27357,7 +27367,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e4rt4jh"
+ "id": "elhc32g"
}
],
"placeholder": "",
@@ -27481,9 +27491,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "if(typeof(input) === 'object')\r\nvalid = 'Completed? is Required. Please select';\r\nelse\r\nvalid = true;\r\n\r\n",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27529,7 +27539,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e4gtih"
+ "id": "edqbjro"
},
{
"label": "Includes CSR specified information (see CSR S.49) and any current applicable ministry protocols, guidelines, checklists for COR reports? ",
@@ -27581,9 +27591,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "if(typeof(input) === 'object')\r\nvalid = 'Includes CSR specified information (see CSR S.49) and any current applicable ministry protocols, guidelines, checklists for COR reports? is Required. Please select';\r\nelse\r\nvalid = true;\r\n\r\n",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27629,7 +27639,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eypt3lp"
+ "id": "e1m75wb"
}
],
"placeholder": "",
@@ -27753,9 +27763,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "if(typeof(input) === 'object')\r\nvalid = 'Completed? is Required. Please select';\r\nelse\r\nvalid = true;\r\n\r\n",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27801,7 +27811,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "emieduk"
+ "id": "ex27gd"
},
{
"label": "According to other guidelines? (Provide explanation in notes below. Indicate how reports assist understanding of conditions and/or remediation.) ",
@@ -27853,9 +27863,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "\r\nif(typeof(input) === 'object')\r\nvalid = 'According to other guidelines? is Required. Please select';\r\nelse\r\nvalid = true;",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27901,7 +27911,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "e75945"
+ "id": "ekf0lp7"
},
{
"label": "Notes",
@@ -29630,7 +29640,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30540,7 +30550,7 @@
"id": "eb274z"
}
],
- "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31135,7 +31145,7 @@
"id": "euj2r2l"
}
],
- "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31730,7 +31740,7 @@
"id": "ehez7s"
}
],
- "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32325,7 +32335,7 @@
"id": "et10s3fg"
}
],
- "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32920,7 +32930,7 @@
"id": "eu50tno"
}
],
- "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33626,7 +33636,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34367,7 +34377,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38387,7 +38397,7 @@
"id": "eofuark"
}
],
- "id": "eutz630000000000000000000000000000000000000000000000000",
+ "id": "eutz63000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38912,7 +38922,7 @@
"id": "e330ei"
}
],
- "id": "e31uav9000000000000000000000000000000000000000000000000",
+ "id": "e31uav900000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39239,7 +39249,7 @@
"id": "eokwemh"
}
],
- "id": "evh2ti00000000000000000000000000000000000000000000000",
+ "id": "evh2ti0000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39577,7 +39587,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ey7gr2n00000000000000000000000000000000000000000000000000000000"
+ "id": "ey7gr2n0000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -39884,7 +39894,7 @@
"id": "ex2vu9k"
}
],
- "id": "e6zxvv20000000000000000000000000000000000000000000000",
+ "id": "e6zxvv2000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41971,7 +41981,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehf1fa000000000000000000000000000000000000000000000000000000000",
+ "id": "ehf1fa00000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42727,7 +42737,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "eks09m00000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks09m0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43717,7 +43727,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
diff --git a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
index 42d7f92f..09eaae33 100644
--- a/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/bundling/Summary of Site Condition.json
@@ -9458,7 +9458,7 @@
"id": "ej1mdrb"
}
],
- "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -10498,7 +10498,7 @@
"id": "eqnyhh"
}
],
- "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -11030,7 +11030,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"layoutFixed": false,
@@ -11129,7 +11129,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -12577,7 +12577,7 @@
"id": "e6o3au0o"
}
],
- "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -13610,7 +13610,7 @@
"id": "eg4rrls"
}
],
- "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -14209,7 +14209,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -14253,7 +14253,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -15202,7 +15202,7 @@
"id": "edt3c4"
}
],
- "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -22744,7 +22744,7 @@
"id": "es5kcwo"
}
],
- "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -23541,7 +23541,7 @@
"id": "erxxdli"
}
],
- "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24150,7 +24150,7 @@
"id": "eu9o53q"
}
],
- "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -24680,7 +24680,7 @@
"id": "ef617zf"
}
],
- "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -25451,7 +25451,7 @@
"id": "eak2oy8"
}
],
- "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -26944,9 +26944,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "\r\nif(typeof(input) === 'object')\r\nvalid = 'Completed? is Required. Please select';\r\nelse\r\nvalid = true;\r\n",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -26992,7 +26992,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eca9do99"
+ "id": "ez7bkhc"
},
{
"label": "Includes quantitative human health and ecological risk assessment report information or screening level risk assessment per EMA, CSR and current applicable ministry protocols, guidelines, checklists? ",
@@ -27039,9 +27039,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "if(typeof(input) === 'object')\r\nvalid = 'Includes quantitative human health and ecological risk assessment report information or screening level risk assessment per EMA, CSR and current applicable ministry protocols, guidelines, checklists? is Required. Please select';\r\nelse\r\nvalid = true;\r\n",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27087,7 +27087,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "edrm6i9",
+ "id": "ep7ddpn",
"defaultValue": ""
}
],
@@ -27174,9 +27174,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "\r\nif(typeof(input) === 'object')\r\nvalid = 'Completed? is Required. Please select';\r\nelse\r\nvalid = true;\r\n",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27222,7 +27222,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "elfg30v"
+ "id": "e6zi7vk"
},
{
"label": "Includes CSR specified information for a Remediation Plan (see CSR S.1, 16, 47) and current applicable ministry protocols, guidelines, checklists, etc.?",
@@ -27274,9 +27274,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "if(typeof(input) === 'object')\r\nvalid = 'Includes CSR specified information for a Remediation Plan (see CSR S.1, 16, 47) and current applicable ministry protocols, guidelines, checklists, etc.? is Required. Please select';\r\nelse\r\nvalid = true;",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27322,7 +27322,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ednb0lb"
+ "id": "egwowqq"
}
],
"placeholder": "",
@@ -27446,9 +27446,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "\r\nif(typeof(input) === 'object')\r\nvalid = 'Completed? is Required. Please select';\r\nelse\r\nvalid = true;\r\n",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27494,7 +27494,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ec2xhnk"
+ "id": "ehyimhd"
},
{
"label": "Includes CSR specified information (see CSR S.49) and any current applicable ministry protocols, guidelines, checklists for COR reports? ",
@@ -27546,9 +27546,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "if(typeof(input) === 'object')\r\nvalid = 'Includes CSR specified information (see CSR S.49) and any current applicable ministry protocols, guidelines, checklists for COR reports? is Required. Please select';\r\nelse\r\nvalid = true;",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27594,7 +27594,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "eyhordx"
+ "id": "ee0tw6t"
}
],
"placeholder": "",
@@ -27718,9 +27718,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "\r\nif(typeof(input) === 'object')\r\nvalid = 'Completed? is Required. Please select';\r\nelse\r\nvalid = true;\r\n",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27766,7 +27766,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "ew83x5"
+ "id": "ec2rpv"
},
{
"label": "According to other guidelines? (Provide explanation in notes below. Indicate how reports assist understanding of conditions and/or remediation.) ",
@@ -27818,9 +27818,9 @@
"allowCalculateOverride": false,
"validate": {
"required": true,
- "onlyAvailableItems": true,
+ "onlyAvailableItems": false,
"customMessage": "",
- "custom": "",
+ "custom": "if(typeof(input) === 'object')\r\nvalid = 'According to other guidelines? is Required. Please select';\r\nelse\r\nvalid = true;",
"customPrivate": false,
"json": "",
"strictDateValidation": false,
@@ -27866,7 +27866,7 @@
"addons": [],
"inputType": "radio",
"fieldSet": false,
- "id": "erjaym"
+ "id": "ebdo669"
},
{
"label": "Notes",
@@ -29595,7 +29595,7 @@
"id": "e9e5bm"
}
],
- "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -30530,7 +30530,7 @@
"id": "ex2otfp"
}
],
- "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31150,7 +31150,7 @@
"id": "em3poaa"
}
],
- "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -31770,7 +31770,7 @@
"id": "ebu3n7"
}
],
- "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -32390,7 +32390,7 @@
"id": "eincm2l"
}
],
- "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33010,7 +33010,7 @@
"id": "elx2wbn"
}
],
- "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -33716,7 +33716,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
],
"placeholder": "",
@@ -34457,7 +34457,7 @@
"defaultValue": ""
}
],
- "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38410,7 +38410,7 @@
"id": "estazfs"
}
],
- "id": "ef5nwt00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -38916,7 +38916,7 @@
"id": "eq5jxk"
}
],
- "id": "eoq12ev0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39235,7 +39235,7 @@
"id": "enjn8bkh"
}
],
- "id": "ett43n0j000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39554,7 +39554,7 @@
"id": "ee9w9ok"
}
],
- "id": "euuaaa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -39873,7 +39873,7 @@
"id": "e6efm7o"
}
],
- "id": "edr4h050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -41984,7 +41984,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ev4kpmc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -42781,7 +42781,7 @@
"type": "columns",
"input": false,
"tableView": false,
- "id": "ehbime00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -43689,7 +43689,7 @@
"refreshOn": "",
"addons": [],
"inputType": "text",
- "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"defaultValue": ""
}
],
From 309359118aa60bf9e2c087d7788778db31346a60 Mon Sep 17 00:00:00 2001
From: nikhila-aot
Date: Mon, 11 Mar 2024 17:51:58 -0700
Subject: [PATCH 84/88] health check api
---
.../src/app/controllers/form.controller.ts | 28 +++++++++++++++----
.../src/app/services/form.service.ts | 16 +++++++----
2 files changed, 32 insertions(+), 12 deletions(-)
diff --git a/backend/applications/src/app/controllers/form.controller.ts b/backend/applications/src/app/controllers/form.controller.ts
index c4f374a6..2a43738f 100644
--- a/backend/applications/src/app/controllers/form.controller.ts
+++ b/backend/applications/src/app/controllers/form.controller.ts
@@ -1,5 +1,5 @@
import { Body, Controller, Get, Param, Patch, Post, Put } from '@nestjs/common';
-import { Resource, Unprotected } from 'nest-keycloak-connect';
+import { Unprotected } from 'nest-keycloak-connect';
import { SubmissionResponse } from '../dto/submissionResponse.dto';
import { Form } from '../entities/form.entity';
import { FormService } from '../services/form.service';
@@ -8,7 +8,24 @@ import { FormService } from '../services/form.service';
//@Resource('application-service')
@Unprotected()
export class FormController {
- constructor(private formService: FormService) {}
+ constructor(private formService: FormService) { }
+
+ /**
+ * Gets count of submitted forms
+ * @returns form count
+ */
+ @Get('health')
+ async getFormCount(): Promise {
+ const formCount = await this.formService.formCount();
+
+ if (formCount == 0) {
+ return Promise.reject({
+ statusCode: 404,
+ message: 'Form data not found',
+ });
+ }
+ return formCount;
+ }
/**
* Get a submitted form using
@@ -25,12 +42,11 @@ export class FormController {
formId,
);
- if(!savedSubmission)
- {
+ if (!savedSubmission) {
return Promise.reject({
statusCode: 404,
- message: 'Form data not found'
- })
+ message: 'Form data not found',
+ });
}
const submissionResponse: SubmissionResponse =
diff --git a/backend/applications/src/app/services/form.service.ts b/backend/applications/src/app/services/form.service.ts
index 53fff6d9..08c5ce73 100644
--- a/backend/applications/src/app/services/form.service.ts
+++ b/backend/applications/src/app/services/form.service.ts
@@ -7,7 +7,15 @@ import { Form } from '../entities/form.entity';
export class FormService {
constructor(
@InjectRepository(Form) private readonly formRepository: Repository