From b7b9744f173ed1ae65419eab7389fdd516854e54 Mon Sep 17 00:00:00 2001 From: midhun-aot Date: Wed, 29 Nov 2023 11:14:25 -0800 Subject: [PATCH] Fixed SRS-141 --- .../epd-forms/Summary of Site Condition.json | 6093 ++++++++--------- 1 file changed, 2827 insertions(+), 3266 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 739ab405..506eb49d 100644 --- a/forms-flow-ai/epd-forms/Summary of Site Condition.json +++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json @@ -141,7 +141,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\"))\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{\r\n show = true;\r\n} else if (roles.includes(\"formsflow-reviewer/caseworker\"))\r\n{\r\n if(data.soscStatus === 'mgrAccepted' &&\r\n (data.apFirstName === null || \r\n data.apFirstName === undefined || \r\n data.apFirstName === \"\"))\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", "logic": [], "attributes": {}, "overlay": { @@ -193,7 +193,7 @@ "showWordCount": false, "allowMultipleMasks": false, "addons": [], - "id": "evqa0v" + "id": "e7neyfr" }, { "label": "Approved", @@ -591,13 +591,182 @@ "breadcrumb": "default", "id": "exzzrf" }, + { + "label": "isApprovedProfessional", + "customClass": "", + "modalEdit": false, + "defaultValue": null, + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "customDefaultValue": "\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/csap\")) {\n value = 'true';\n}\nelse\n{\n value = 'false';\n}", + "calculateValue": "\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/csap\")) {\n value = 'true';\n}\nelse\n{\n value = 'false';\n}", + "calculateServer": false, + "key": "isApprovedProfessional", + "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": "enak81i" + }, + { + "label": "isCSSAMgrRole", + "customClass": "", + "modalEdit": false, + "defaultValue": null, + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "customDefaultValue": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\n value = 'true';\n}\nelse\n{\n value = 'false';\n}", + "calculateValue": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\n value = 'true';\n}\nelse\n{\n value = 'false';\n}", + "calculateServer": false, + "key": "isCssaMgrRole", + "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": "ehohe7q" + }, { "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": "", + "conditional": { + "json": "", + "show": true, + "when": "isCssaMgrRole", + "eq": "true" + }, + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "type": "panel", "label": "", + "breadcrumb": "default", + "tabindex": "", "collapsed": false, "input": false, "tableView": false, @@ -609,31 +778,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 +797,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 }, - "unique": false, - "errorLabel": "", - "errors": "", "key": "selectSoscSdm", - "tags": [], - "properties": {}, "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" + "show": true, + "when": "isCssaMgrRole", + "eq": "true" }, - "customConditional": "", - "logic": [], + "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", "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": "ewjbbikd" } ], "width": 4, @@ -752,31 +911,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 +930,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 }, - "unique": false, - "errorLabel": "", - "errors": "", "key": "selectSoscCaseworker", - "tags": [], - "properties": {}, "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" + "show": true, + "when": "isCssaMgrRole", + "eq": "true" }, - "customConditional": "", - "logic": [], + "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", "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": "e1b0cbg" } ], "width": 4, @@ -965,39 +1114,31 @@ "tree": false, "lazyLoad": false, "autoAdjust": false, - "id": "e4hrtb" + "id": "e02kli6" } ], "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 +1148,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": "exwvpod" }, { "label": "Notes", @@ -1656,6 +1782,77 @@ "defaultOpen": false, "id": "ec9q8u" }, + { + "label": "isClientRole", + "customClass": "", + "modalEdit": false, + "defaultValue": null, + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "customDefaultValue": "\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\nif(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") || roles.includes(\"formsflow-client\"))\n{\n value = 'true'\n}\nelse\n{\n value = 'false'\n}", + "calculateValue": "\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\nif(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") || roles.includes(\"formsflow-client\"))\n{\n value = 'true'\n}\nelse\n{\n value = 'false'\n}", + "calculateServer": false, + "key": "isClientRole", + "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": "efpnex6" + }, { "label": "hiddenUserIdForFormSharingApplicantAsOwner", "customClass": "", @@ -7929,7 +8126,7 @@ "required": true, "pattern": "", "customMessage": "", - "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n", + "custom": "", "customPrivate": false, "json": "", "minLength": "", @@ -7968,7 +8165,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "er86sr", + "id": "ej4283", "defaultValue": "" } ], @@ -8027,7 +8224,7 @@ "required": true, "pattern": "", "customMessage": "", - "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}", + "custom": "", "customPrivate": false, "json": "", "minLength": "", @@ -8066,7 +8263,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "eiu61m", + "id": "exj2tgn", "defaultValue": "" } ], @@ -8125,7 +8322,7 @@ "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", + "custom": "", "customPrivate": false, "json": "", "minLength": "", @@ -8164,7 +8361,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "er0cc1a", + "id": "ew69io", "defaultValue": "" } ], @@ -8363,7 +8560,7 @@ "required": true, "pattern": "", "customMessage": "", - "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n", + "custom": "", "customPrivate": false, "json": "", "minLength": "", @@ -8402,7 +8599,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "e252afv", + "id": "ee3hzk4oe", "defaultValue": "" } ], @@ -8461,7 +8658,7 @@ "required": true, "pattern": "", "customMessage": "", - "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}", + "custom": "", "customPrivate": false, "json": "", "minLength": "", @@ -8500,7 +8697,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "e4vku6d", + "id": "eidw1st", "defaultValue": "" } ], @@ -8559,7 +8756,7 @@ "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", + "custom": "", "customPrivate": false, "json": "", "minLength": "", @@ -8598,7 +8795,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "evsub3p", + "id": "e9ytskc", "defaultValue": "" } ], @@ -8670,7 +8867,7 @@ "id": "ej1mdrb" } ], - "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -9710,7 +9907,7 @@ "id": "eqnyhh" } ], - "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -10242,7 +10439,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "layoutFixed": false, @@ -10341,7 +10538,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -11003,92 +11200,82 @@ "offset": 0, "components": [ { + "key": "section2LatitudeDegrees2", + "type": "textfield", + "input": true, "label": "Degrees", - "labelPosition": "top", + "validate": { + "required": true, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "" + }, + "tableView": false, + "hideOnChildrenHidden": false, "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, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": 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 + "widget": { + "type": "input" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "section2LatitudeDegrees2", - "tags": [], - "properties": {}, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textfield", - "input": true, - "hideOnChildrenHidden": false, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, "addons": [], + "mask": false, "inputType": "text", - "id": "e9nam5l", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "ey5x9g8" } ], "currentWidth": 4 @@ -11101,92 +11288,82 @@ "offset": 0, "components": [ { + "key": "section2LatitudeMinutes2", + "type": "textfield", + "input": true, "label": "Minutes", - "labelPosition": "top", + "validate": { + "required": true, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "" + }, + "tableView": false, + "hideOnChildrenHidden": false, "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, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": 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 + "widget": { + "type": "input" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "section2LatitudeMinutes2", - "tags": [], - "properties": {}, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textfield", - "input": true, - "hideOnChildrenHidden": false, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, "addons": [], + "mask": false, "inputType": "text", - "id": "edhzq1e", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "e1ftky" } ], "currentWidth": 4 @@ -11199,92 +11376,82 @@ "offset": 0, "components": [ { + "key": "section2LatitudeSeconds2", + "type": "textfield", + "input": true, "label": "Seconds", - "labelPosition": "top", + "validate": { + "required": true, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "" + }, + "tableView": false, + "hideOnChildrenHidden": false, "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, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": 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 + "widget": { + "type": "input" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "section2LatitudeSeconds2", - "tags": [], - "properties": {}, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textfield", - "input": true, - "hideOnChildrenHidden": false, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, "addons": [], + "mask": false, "inputType": "text", - "id": "eacl9yw", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "e4whd08" } ], "currentWidth": 4 @@ -11437,92 +11604,82 @@ "offset": 0, "components": [ { + "key": "section2LongitudeDegrees2", + "type": "textfield", + "input": true, "label": "Degrees", - "labelPosition": "top", + "validate": { + "required": true, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "" + }, + "tableView": false, + "hideOnChildrenHidden": false, "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, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": 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 + "widget": { + "type": "input" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "section2LongitudeDegrees2", - "tags": [], - "properties": {}, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textfield", - "input": true, - "hideOnChildrenHidden": false, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, "addons": [], + "mask": false, "inputType": "text", - "id": "ep4hqx", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "eayewmr" } ], "currentWidth": 4 @@ -11535,92 +11692,82 @@ "offset": 0, "components": [ { + "key": "section2LongitudeMinutes2", + "type": "textfield", + "input": true, "label": "Minutes", - "labelPosition": "top", + "validate": { + "required": true, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "" + }, + "tableView": false, + "hideOnChildrenHidden": false, "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, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": 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 + "widget": { + "type": "input" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "section2LongitudeMinutes2", - "tags": [], - "properties": {}, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textfield", - "input": true, - "hideOnChildrenHidden": false, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, "addons": [], + "mask": false, "inputType": "text", - "id": "eo8ju6o", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "eg5a19" } ], "currentWidth": 4 @@ -11633,92 +11780,82 @@ "offset": 0, "components": [ { + "key": "section2LongitudeSeconds2", + "type": "textfield", + "input": true, "label": "Seconds", - "labelPosition": "top", + "validate": { + "required": true, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "" + }, + "tableView": false, + "hideOnChildrenHidden": false, "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, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": 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 + "widget": { + "type": "input" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "section2LongitudeSeconds2", - "tags": [], - "properties": {}, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textfield", - "input": true, - "hideOnChildrenHidden": false, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, "addons": [], + "mask": false, "inputType": "text", - "id": "eo46qw", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "evt9aao" } ], "currentWidth": 4 @@ -11789,7 +11926,7 @@ "id": "e6o3au0o" } ], - "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -12822,7 +12959,7 @@ "id": "eg4rrls" } ], - "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -13421,7 +13558,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "placeholder": "", @@ -13465,7 +13602,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -14286,135 +14423,95 @@ }, { "label": "Document Date", - "labelPosition": "top", - "displayInTimezone": "viewer", + "hideInputLabels": false, + "inputsLabelPosition": "top", "useLocaleSettings": false, - "allowInput": true, - "format": "yyyy-MM-dd", + "tableView": false, + "fields": { + "day": { + "hide": false, + "type": "number", + "placeholder": "", + "required": false + }, + "month": { + "hide": false, + "type": "select", + "placeholder": "", + "required": false + }, + "year": { + "hide": false, + "type": "number", + "placeholder": "", + "required": false + } + }, + "key": "documentDate", + "type": "day", + "input": true, + "defaultValue": "00/00/0000", "placeholder": "", - "description": "", - "tooltip": "", + "prefix": "", "customClass": "", - "tabindex": "", + "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, - "autofocus": false, + "tabindex": "", "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, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, "validateOn": "change", "validate": { - "required": true, - "customMessage": "", + "required": false, "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": "" + "eq": "" }, - "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, + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "datepickerMode": "day", - "id": "edt3c4" + "dayFirst": false, + "id": "egqqs34" } ], - "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -21956,7 +22053,7 @@ "id": "es5kcwo" } ], - "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -22753,7 +22850,7 @@ "id": "erxxdli" } ], - "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -23362,7 +23459,7 @@ "id": "eu9o53q" } ], - "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -23892,7 +23989,7 @@ "id": "ef617zf" } ], - "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -24663,7 +24760,7 @@ "id": "eak2oy8" } ], - "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -28737,7 +28834,7 @@ "id": "e9e5bm" } ], - "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -29558,59 +29655,40 @@ "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 - }, + "inputsLabelPosition": "top", + "useLocaleSettings": 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 + "fields": { + "day": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + }, + "month": { + "hide": false, + "required": true, + "type": "select", + "placeholder": "" + }, + "year": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + } }, - "enableTime": false, + "defaultValue": "00/00/0000", + "key": "proposedOrActualCompletionDate", + "type": "day", + "input": true, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": "", "protected": false, "unique": false, "persistent": true, @@ -29632,8 +29710,17 @@ "customDefaultValue": "", "calculateValue": "", "calculateServer": false, + "widget": null, "attributes": {}, "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, "conditional": { "show": null, "when": null, @@ -29653,26 +29740,11 @@ "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" + "dayFirst": false, + "id": "eb274z" } ], - "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -30178,59 +30250,40 @@ "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 - }, + "inputsLabelPosition": "top", + "useLocaleSettings": 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 + "fields": { + "day": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + }, + "month": { + "hide": false, + "required": true, + "type": "select", + "placeholder": "" + }, + "year": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + } }, - "enableTime": false, + "defaultValue": "00/00/0000", + "key": "proposedOrActualCompletionDate", + "type": "day", + "input": true, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": "", "protected": false, "unique": false, "persistent": true, @@ -30252,8 +30305,17 @@ "customDefaultValue": "", "calculateValue": "", "calculateServer": false, + "widget": null, "attributes": {}, "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, "conditional": { "show": null, "when": null, @@ -30273,26 +30335,11 @@ "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" + "dayFirst": false, + "id": "euj2r2l" } ], - "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -30798,59 +30845,40 @@ "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 - }, + "inputsLabelPosition": "top", + "useLocaleSettings": 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 + "fields": { + "day": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + }, + "month": { + "hide": false, + "required": true, + "type": "select", + "placeholder": "" + }, + "year": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + } }, - "enableTime": false, + "defaultValue": "00/00/0000", + "key": "proposedOrActualCompletionDate", + "type": "day", + "input": true, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": "", "protected": false, "unique": false, "persistent": true, @@ -30872,8 +30900,17 @@ "customDefaultValue": "", "calculateValue": "", "calculateServer": false, + "widget": null, "attributes": {}, "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, "conditional": { "show": null, "when": null, @@ -30893,26 +30930,11 @@ "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" + "dayFirst": false, + "id": "ehez7s" } ], - "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -31418,59 +31440,40 @@ "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 - }, + "inputsLabelPosition": "top", + "useLocaleSettings": 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 + "fields": { + "day": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + }, + "month": { + "hide": false, + "required": true, + "type": "select", + "placeholder": "" + }, + "year": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + } }, - "enableTime": false, + "defaultValue": "00/00/0000", + "key": "proposedOrActualCompletionDate", + "type": "day", + "input": true, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": "", "protected": false, "unique": false, "persistent": true, @@ -31492,8 +31495,17 @@ "customDefaultValue": "", "calculateValue": "", "calculateServer": false, + "widget": null, "attributes": {}, "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, "conditional": { "show": null, "when": null, @@ -31513,26 +31525,11 @@ "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" + "dayFirst": false, + "id": "et10s3fg" } ], - "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -32038,59 +32035,40 @@ "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 - }, + "inputsLabelPosition": "top", + "useLocaleSettings": 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 + "fields": { + "day": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + }, + "month": { + "hide": false, + "required": true, + "type": "select", + "placeholder": "" + }, + "year": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + } }, - "enableTime": false, + "defaultValue": "00/00/0000", + "key": "proposedOrActualCompletionDate", + "type": "day", + "input": true, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": "", "protected": false, "unique": false, "persistent": true, @@ -32112,8 +32090,17 @@ "customDefaultValue": "", "calculateValue": "", "calculateServer": false, + "widget": null, "attributes": {}, "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, "conditional": { "show": null, "when": null, @@ -32133,26 +32120,11 @@ "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" + "dayFirst": false, + "id": "eu50tno" } ], - "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -32858,7 +32830,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "placeholder": "", @@ -33599,7 +33571,7 @@ "defaultValue": "" } ], - "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -34682,7 +34654,7 @@ "tooltip": "", "hideLabel": false, "tabindex": "", - "disabled": false, + "disabled": true, "autofocus": false, "dbIndex": false, "customDefaultValue": "", @@ -34704,7 +34676,7 @@ "showWordCount": false, "allowMultipleMasks": false, "addons": [], - "id": "ep2pdaq" + "id": "e8qsswn" }, { "label": "Recommendation under Protocol 6", @@ -34718,7 +34690,7 @@ "hidden": false, "hideLabel": false, "autofocus": false, - "disabled": false, + "disabled": true, "tableView": false, "modalEdit": false, "values": [ @@ -34766,7 +34738,7 @@ "eq": "", "json": "" }, - "customConditional": "", + "customConditional": "if(data.isClientRole === 'true')\n{\n show = false;\n component.disabled = true;\n}\nelse if(data.isApprovedProfessional === 'true')\n{\n show = true;\n component.disabled = false;\n}\nelse\n{ \n component.disabled = true;\n}\n", "logic": [], "attributes": {}, "overlay": { @@ -34794,14 +34766,24 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "e6idi1p", + "id": "ekebgpg", "defaultValue": "" }, { "label": "Direct to ministry application?", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": true, "tableView": false, + "modalEdit": false, "values": [ { "label": "Yes", @@ -34814,70 +34796,69 @@ "shortcut": "" } ], - "key": "directToMinistryApplication", - "type": "radio", - "input": true, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "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, + "onlyAvailableItems": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, - "unique": false, - "onlyAvailableItems": false + "unique": false }, + "errorLabel": "", + "errors": "", + "key": "directToMinistryApplication", + "tags": [], + "properties": {}, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "if(data.isClientRole === 'true')\n{\n show = false;\n component.disabled = true;\n}\nelse if(data.isApprovedProfessional === 'true')\n{\n show = true;\n component.disabled = false;\n}\nelse\n{ \n component.disabled = true;\n}\n", + "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": "e7lksy9" + "id": "e4jn62", + "defaultValue": "" }, { "title": "SECTION I - Certification Document and Summary Recommendation", @@ -34887,12 +34868,12 @@ "collapsible": false, "hidden": false, "hideLabel": false, - "disabled": false, + "disabled": true, "modalEdit": false, "key": "panel9", "tags": [], "properties": {}, - "customConditional": "", + "customConditional": "if(data.isClientRole === 'true')\n{\n show = false;\n component.disabled = true;\n}\nelse if(data.isApprovedProfessional === 'true')\n{\n show = true;\n component.disabled = false;\n}\nelse\n{ \n component.disabled = true;\n}\n", "conditional": { "json": "", "show": null, @@ -34919,44 +34900,25 @@ { "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": "", + "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": true, + "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -34971,6 +34933,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -34980,116 +34943,108 @@ "multiple": false, "unique": false }, + "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": "e1y6n5q" + "id": "em0id2o" }, { "label": "Approved Professional Name", - "labelPosition": "top", + "tableView": true, + "validate": { + "required": true, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "" + }, + "key": "approvedProfessionalName", + "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, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": 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 + "widget": { + "type": "input" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "approvedProfessionalName", - "tags": [], - "properties": {}, + "attributes": {}, + "validateOn": "change", "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": "evgk94d", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "ewplsl" }, { "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, @@ -35124,205 +35079,177 @@ "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 + "unique": false, + "onlyAvailableItems": 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": "", + "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": "egkjvv6" + "inline": false, + "id": "enjoewa" }, { "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": "", + "strictDateValidation": false, + "multiple": false, + "unique": false, "minLength": "", "maxLength": "", + "pattern": "", "minWords": "", - "maxWords": "", - "strictDateValidation": false, - "multiple": false, - "unique": false + "maxWords": "" }, + "key": "describe1", + "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": "describe1", - "tags": [], - "properties": {}, - "conditional": { - "show": "", - "when": "", - "eq": "", - "json": "" + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": { + "type": "input" }, - "customConditional": "", - "logic": [], "attributes": {}, + "validateOn": "change", + "conditional": { + "show": null, + "when": null, + "eq": "" + }, "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": "e6u9cg", - "defaultValue": "" + "id": "eabch3" }, { "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": "", + "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": true, + "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -35337,6 +35264,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -35346,55 +35274,49 @@ "multiple": false, "unique": false }, + "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": "e2cnv1r" + "id": "epsvutd" }, { "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": "", + "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": true, + "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -35409,6 +35331,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -35418,13 +35341,26 @@ "multiple": false, "unique": false }, + "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": "ehkcebn" + "id": "eyfwh8b" }, { "label": "For a recommendation for a Determination", @@ -35506,7 +35442,7 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "e6m3fu" + "id": "egi2yyh" }, { "label": "For a recommendation for an Approval in Principle and for a Certificate of Compliance", @@ -35588,23 +35524,13 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "es27vr8" + "id": "e3mkqz8" }, { "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", @@ -35617,104 +35543,82 @@ "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": "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": "", + "customClass": "", "suffix": "", "multiple": false, + "defaultValue": null, + "protected": false, "unique": false, + "persistent": true, + "hidden": false, + "clearOnHide": true, "refreshOn": "", + "redrawOn": "", + "modalEdit": false, "dataGridLabel": 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": "el2mw07", - "defaultValue": "" + "id": "el5gb4g" }, { - "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": [ @@ -35783,7 +35687,7 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "ep5zkki" + "id": "el8xkw" }, { "label": "Please select those that apply:", @@ -35870,7 +35774,7 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "eax6pvb" + "id": "eozvce" }, { "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.", @@ -35938,30 +35842,37 @@ "inputType": "checkbox", "value": "", "name": "", - "id": "emb80v" + "id": "ef6dbp" } ], "placeholder": "", "prefix": "", + "customClass": "", "suffix": "", "multiple": 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, @@ -35971,50 +35882,38 @@ "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, - "id": "emq5me" - }, - { "title": "Panel", "theme": "default", - "tooltip": "", - "customClass": "", + "breadcrumb": "default", + "id": "ekq9hjo" + }, + { "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": [ @@ -36083,7 +35982,7 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "eht7ie" + "id": "ez2piyc" }, { "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", @@ -36151,7 +36050,7 @@ "inputType": "checkbox", "value": "", "name": "", - "id": "e83hcb" + "id": "eld5ltb" }, { "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 ", @@ -36219,7 +36118,7 @@ "inputType": "checkbox", "value": "", "name": "", - "id": "eife04m" + "id": "eygk41" }, { "label": "And:", @@ -36310,7 +36209,7 @@ "addons": [], "fieldSet": false, "inline": false, - "id": "ecf28xg" + "id": "e7q6e96" }, { "label": "When this Summary of Site Condition was prepared", @@ -36392,30 +36291,37 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "e4himt9" + "id": "e7a6n0i" } ], "placeholder": "", "prefix": "", + "customClass": "", "suffix": "", "multiple": 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, @@ -36425,50 +36331,38 @@ "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, - "id": "ecumlo6" - }, - { "title": "Panel", "theme": "default", - "tooltip": "", - "customClass": "", + "breadcrumb": "default", + "id": "eezow4k" + }, + { "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": [ @@ -36537,7 +36431,7 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "ekdiwsi" + "id": "esb466v" }, { "label": "Please select", @@ -36619,30 +36513,37 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "eiohx6i" + "id": "ephsvqn" } ], "placeholder": "", "prefix": "", + "customClass": "", "suffix": "", "multiple": 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, @@ -36652,15 +36553,26 @@ "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, - "id": "e3y0rp9" + "title": "Panel", + "theme": "default", + "breadcrumb": "default", + "id": "egnfsi5" } ], "placeholder": "", @@ -36701,7 +36613,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "exfhnl" + "id": "evikie" }, { "title": "SECTION II - Substances Remediated or Standards or Criteria Applied", @@ -36716,7 +36628,7 @@ "key": "sectionIiSubstancesRemediatedOrStandardsOrCriteriaApplied", "tags": [], "properties": {}, - "customConditional": "", + "customConditional": "if(data.isClientRole === 'true')\n{\n show = false;\n component.disabled = true;\n}\nelse if(data.isApprovedProfessional === 'true')\n{\n show = true;\n component.disabled = false;\n}\nelse\n{ \n component.disabled = true;\n}\n", "conditional": { "json": "", "show": null, @@ -36738,87 +36650,30 @@ "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": "", + "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": true, + "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -36833,6 +36688,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -36842,29 +36698,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": "egplxle" + "id": "e5z7b9c" }, { "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", @@ -36897,112 +36755,94 @@ "shortcut": "" } ], - "persistent": true, + "key": "substancesRemediated", + "type": "selectboxes", + "input": true, + "inputType": "checkbox", + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", + "multiple": false, + "defaultValue": null, "protected": false, - "dbIndex": false, - "encrypted": false, - "redrawOn": "", + "unique": false, + "persistent": true, + "hidden": false, "clearOnHide": true, + "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, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "onlyAvailableItems": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, - "unique": false + "unique": false, + "onlyAvailableItems": false }, - "errorLabel": "", - "minSelectedCountMessage": "", - "maxSelectedCountMessage": "", - "errors": "", - "key": "substancesRemediated", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "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", + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "inputType": "checkbox", "fieldSet": false, - "id": "ec3tb", - "defaultValue": {} + "inline": false, + "id": "euffz0v" }, { "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, + "tableView": false, "placeholder": "", "prefix": "", + "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": true, + "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", - "tableView": false, + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -37017,6 +36857,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -37026,35 +36867,35 @@ "multiple": false, "unique": false }, + "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": "ep1zcdl" + "id": "exqgc6t" }, { "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": "", @@ -37073,50 +36914,11 @@ } } ], - "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": "" + "eq": "soil" }, "type": "datagrid", "input": true, @@ -37206,7 +37008,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "emlo7p" + "id": "ewyeebd" }, { "label": "Risk-based standards", @@ -37283,7 +37085,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "en9kpdt" + "id": "e1ochz" }, { "label": "P2 site specific numerical standards", @@ -37360,7 +37162,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "emstd8s" + "id": "e7a3qbc" }, { "label": "P4 Background concentrations", @@ -37437,7 +37239,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ez67mug" + "id": "e9nz4a8" }, { "label": "What land use has the substance been remediated to in soil? (Please select all that apply)", @@ -37549,10 +37351,10 @@ "addons": [], "fieldSet": false, "inline": false, - "id": "estazfs" + "id": "ei214eh" } ], - "id": "ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ersifrn000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -37617,41 +37419,68 @@ ], "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 + }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": true, "lazyLoad": false, - "id": "edy1cum" + "disableAddingRemovingRows": false, + "id": "etqkdcf" }, { "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": "", @@ -37667,50 +37496,11 @@ } } ], - "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": "" + "eq": "water" }, "type": "datagrid", "input": true, @@ -37799,7 +37589,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ehpkhqe" + "id": "eeagxql" }, { "label": "Risk-based standards", @@ -37876,7 +37666,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ebrjb1o" + "id": "ej3jl2l" }, { "label": "P9 Background concentration", @@ -37953,7 +37743,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ee4f77p" + "id": "eqspyqo" }, { "label": "What water use has the substance been remediated to? (Please select all that apply)", @@ -38055,10 +37845,10 @@ "addons": [], "fieldSet": false, "inline": false, - "id": "eq5jxk" + "id": "eebt3mr" } ], - "id": "eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ejsnwxh000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -38124,91 +37914,79 @@ ], "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 + }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": true, "lazyLoad": false, - "id": "e7or7bq" + "disableAddingRemovingRows": false, + "id": "ennb396" }, { "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": "" + "eq": "vapour" }, "type": "datagrid", "input": true, @@ -38297,7 +38075,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ecjqd2" + "id": "einjine" }, { "label": "Risk-based standards", @@ -38374,10 +38152,10 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "enjn8bkh" + "id": "e91mka" } ], - "id": "ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ekqfyul000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -38443,91 +38221,79 @@ ], "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 + }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": true, "lazyLoad": false, - "id": "eghuf8" + "disableAddingRemovingRows": false, + "id": "ejkaqya" }, { "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": "" + "eq": "sediment" }, "type": "datagrid", "input": true, @@ -38616,7 +38382,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "esi48dn" + "id": "efnpkm" }, { "label": "Risk-based standards", @@ -38693,10 +38459,10 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ee9w9ok" + "id": "eoriizp" } ], - "id": "euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e967hv000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -38762,91 +38528,79 @@ ], "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 + }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": true, "lazyLoad": false, - "id": "ecd1ylh" + "disableAddingRemovingRows": false, + "id": "eq5k4rv" }, { "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": "" + "eq": "other" }, "type": "datagrid", "input": true, @@ -38935,7 +38689,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "e5cfjgb" + "id": "etu5rsc" }, { "label": "Risk-based standards", @@ -39012,10 +38766,10 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "e6efm7o" + "id": "ek7mxz" } ], - "id": "edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eb3uncp000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -39081,77 +38835,32 @@ ], "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, + "persistent": true, + "hidden": false, + "clearOnHide": true, "refreshOn": "", "redrawOn": "", - "tableView": false, + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", "errorLabel": "", + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, "autofocus": false, "dbIndex": false, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -39161,56 +38870,56 @@ "multiple": false, "unique": false }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "allowCalculateOverride": false, "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "tree": false, + "tree": true, "lazyLoad": false, + "disableAddingRemovingRows": false, + "id": "e3whrw9" + }, + { + "title": "", + "collapsible": false, + "key": "panel11", + "type": "panel", + "label": "Panel", + "input": false, + "tableView": 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, + "tableView": false, "placeholder": "", "prefix": "", + "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": true, + "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", - "tableView": false, + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -39225,6 +38934,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -39234,536 +38944,465 @@ "multiple": false, "unique": false }, + "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": "e8rd8qj" + "id": "e4ifqrw" }, { "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, + "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", - "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": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": 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": {}, + "widget": null, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "ebuc0qn" + }, + { + "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", + "tableView": false, + "validate": { + "required": true, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "key": "theApprovedProfessionalsSigningThisSummaryOfSiteConditionHaveReviewedTable1Protocol6ForContaminatedSitesEligibilityOfApplicationsForReviewByApprovedProfessionalsAndConfirmThatTheApplicationForContaminatedSitesServicesMayBeProcessedInTheMannerForNonHighRiskSitesUnderTheRosterOfApprovedProfessionalsProcess", + "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", + "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": "eso2ic", - "defaultValue": false + "inputType": "checkbox", + "value": "", + "name": "", + "id": "e3fm8jg" }, { "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": {}, + "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", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "exyczpg" + }, + { + "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;", + "tableView": false, + "key": "asAppropriateTheSourceSiteHasBeenSatisfactorilyInvestigatedForAllAreasOfPotentialEnvironmentalConcernAndPotentialContaminantsOfConcernToDetermineTheLateralAndVerticalExtentsOfContaminationWithDueRegardToEmaTheCsrAndTheHwr", + "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", - "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": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "eqyom27" + }, + { + "label": "(as appropriate) The submitted documentation meets the requirements of Sections 1, 47, 49, 58 and 59 of the CSR;", + "tableView": false, + "key": "asAppropriateTheSubmittedDocumentationMeetsTheRequirementsOfSections1474958And59OfTheCsr", + "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", - "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": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "erd5f4c" + }, + { + "label": "(as appropriate) The Screening Level Risk Assessment meets the requirements of Protocol 13;", + "tableView": false, + "key": "asAppropriateTheScreeningLevelRiskAssessmentMeetsTheRequirementsOfProtocol13", + "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", - "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": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "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", + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "ewud17", - "defaultValue": false + "inputType": "checkbox", + "value": "", + "name": "", + "id": "eq3epom" } ], - "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": "", + "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": false, + "hidden": false, "clearOnHide": false, "refreshOn": "", "redrawOn": "", - "tableView": false, + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", "errorLabel": "", + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, "autofocus": false, "dbIndex": false, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -39773,56 +39412,62 @@ "multiple": false, "unique": false }, + "conditional": { + "show": null, + "when": 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": "e9vhc8h" + }, + { + "title": "", + "collapsible": false, + "key": "panel12", + "type": "panel", + "label": "Panel", + "input": false, + "tableView": 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": "", + "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": true, + "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -39837,6 +39482,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -39846,414 +39492,372 @@ "multiple": false, "unique": false }, + "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": "e3om77a" + "id": "e9aldbh" }, { "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", + "tableView": false, + "key": "forAiPsTheSubmittedRemediationPlanIfImplementedInAccordanceWithTheSpecifiedConditionsImposedInItsDraftScheduleBOfTheAipWillResultInTheSourceSiteBeingRemediatedInAccordanceWithTheApplicableStandardsOfTheCsrAndTheHwr", + "type": "checkbox", + "input": true, + "defaultValue": false, + "placeholder": "", + "prefix": "", "customClass": "", - "tabindex": "", + "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, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "eos6j9e" + }, + { + "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", + "tableView": false, + "key": "forAiPsItIsFeasibleToImplementAllProvisionsOfTheRemediationPlanAndToAchieveItsObjectivesAndTheConditionsOfTheAipWithin5YearsOfIssuanceOfTheAip", + "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", - "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": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "eoo7gi" + }, + { + "label": "(for AiPs) The confirmation of remediation report meets the requirements of section 49(2) of the CSR;", + "tableView": false, + "key": "forAiPsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr", + "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", - "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": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "e6ovmy5" + }, + { + "label": "(for CoCs) The confirmation of remediation report meets the requirements of section 49 (2) of the CSR", + "tableView": false, + "key": "forCoCsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr", + "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", - "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": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "ezmd1of" + }, + { + "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;", + "tableView": false, + "key": "forCoCsTheOnsiteManagementAreaSHasHaveBeenSatisfactorilyRemediatedInAccordanceWithSection533OfTheEmaAndSection492OfTheCsrInAccordanceWithApplicableStandardsAsIdentifiedInTheDraftCoc", + "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", - "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": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "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", + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "e5sr4p4", - "defaultValue": false + "inputType": "checkbox", + "value": "", + "name": "", + "id": "eu606ea" }, { "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", @@ -40266,345 +39870,361 @@ "shortcut": "" } ], - "dataType": "", - "persistent": true, + "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundaries", + "type": "radio", + "input": true, + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", + "multiple": false, + "defaultValue": null, "protected": false, - "dbIndex": false, - "encrypted": false, - "redrawOn": "", + "unique": false, + "persistent": true, + "hidden": false, "clearOnHide": true, + "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, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "onlyAvailableItems": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, - "unique": false + "unique": false, + "onlyAvailableItems": false }, - "errorLabel": "", - "errors": "", - "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundaries", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "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", + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "inputType": "radio", "fieldSet": false, - "id": "e2vnfbod", - "defaultValue": "" + "id": "ea0silk" }, { "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", + "tableView": false, + "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundariesAndEngineeredWorksAreRequiredToPreventRecontaminationOfTheSiteASignedAndStampedDesignDrawingHasBeenProvidedByAProfessionalEngineerForWorksInstalledAtSiteBoundariesToPreventRecontaminationOfTheSiteTheSignatoryNeedNotBeTheApprovedProfessionalSigningBelow", + "type": "checkbox", + "input": true, + "defaultValue": false, + "placeholder": "", + "prefix": "", "customClass": "", - "tabindex": "", + "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, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "ep6385h" + }, + { + "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;", + "tableView": false, + "key": "forDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteAContaminatedSiteUnderSection441OfTheEnvironmentalManagementAct", + "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", - "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": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "ehffzc" + }, + { + "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", + "tableView": false, + "key": "ifADirectFinalDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteIsAContaminatedSiteUnderSection443OfEma", + "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", - "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": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "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", + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "e617ge", - "defaultValue": false + "inputType": "checkbox", + "value": "", + "name": "", + "id": "eep90z" } ], - "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", + "placeholder": "", + "prefix": "", "customClass": "", - "refreshOnChange": false, + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": false, "hidden": false, + "clearOnHide": false, + "refreshOn": "", + "redrawOn": "", "modalEdit": false, - "key": "content59", - "tags": [], - "properties": {}, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": null, + "attributes": {}, + "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "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": "ebvykkr" + }, + { + "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", + "refreshOnChange": false, + "key": "content59", "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": "", - "tableView": false, + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -40619,6 +40239,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -40628,35 +40249,36 @@ "multiple": false, "unique": false }, + "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": "eg6vc" + "id": "etqdeh" }, { "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": "", @@ -40665,51 +40287,7 @@ "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": [ @@ -40720,86 +40298,78 @@ "components": [ { "label": "Signature of Approved Professional", - "footer": "Sign above", + "tableView": false, + "key": "signatureOfApprovedProfessional", + "type": "signature", + "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", - "width": "100%", - "height": "150px", - "backgroundColor": "rgb(245,245,235)", - "penColor": "black", "description": "", + "errorLabel": "", "tooltip": "", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, + "autofocus": false, + "dbIndex": false, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": { + "type": "input" + }, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "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", + "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": "exum7z9" + "id": "emu0cq9" } ], "width": 6, @@ -40813,305 +40383,272 @@ "components": [ { "label": "First Name", + "tableView": true, + "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", - "placeholder": "", "description": "", + "errorLabel": "", "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, + "tabindex": "", "disabled": false, - "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": false, "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "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": "firstName", - "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": "ecxwnzq", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "ew0vcz" }, { "label": "Last Name", - "labelPosition": "top", + "tableView": true, + "key": "lastName", + "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, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": false, "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "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": "lastName", - "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": "eafnivo", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "e50chig" }, { "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 + "yearColumns": 5, + "minDate": null, + "maxDate": null }, - "enableTime": true, - "timePicker": { - "showMeridian": true, - "hourStep": 1, - "minuteStep": 1, - "readonlyInput": false, - "mousewheel": true, - "arrowkeys": true + "enableMinDateInput": false, + "enableMaxDateInput": false, + "key": "dateTime", + "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 }, + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", "multiple": false, "defaultValue": "", - "defaultDate": "", - "customOptions": {}, - "persistent": true, "protected": false, - "dbIndex": false, - "encrypted": false, - "redrawOn": "", + "unique": false, + "persistent": true, + "hidden": false, "clearOnHide": true, + "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, - "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": "" + "eq": "" }, - "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, + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], + "format": "yyyy-MM-dd hh:mm a", + "useLocaleSettings": false, + "allowInput": true, + "enableDate": true, + "enableTime": true, + "defaultDate": "", + "displayInTimezone": "viewer", + "timezone": "", "datepickerMode": "day", - "id": "ewpk9km" + "timePicker": { + "hourStep": 1, + "minuteStep": 1, + "showMeridian": true, + "readonlyInput": false, + "mousewheel": true, + "arrowkeys": true + }, + "customOptions": {}, + "id": "e3sl9i" } ], "width": 6, @@ -41126,7 +40663,7 @@ "type": "columns", "input": false, "tableView": false, - "id": "ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ea1ondl000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -41191,58 +40728,65 @@ ], "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, - "id": "eizst9" + "disableAddingRemovingRows": false, + "id": "exh3uk" } ], - "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": "", @@ -41254,7 +40798,6 @@ "clearOnHide": false, "refreshOn": "", "redrawOn": "", - "tableView": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -41282,48 +40825,67 @@ "addons": [], "tree": false, "lazyLoad": false, + "id": "eeqb9do7m" + }, + { + "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": "if(data.isClientRole === 'true')\n{\n show = false;\n component.disabled = true;\n}\nelse if(data.isApprovedProfessional === 'true')\n{\n show = true;\n component.disabled = false;\n}\nelse\n{ \n component.disabled = true;\n}\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": [ { "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": "", + "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": true, + "hidden": false, "clearOnHide": true, "refreshOn": "", "redrawOn": "", + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -41338,6 +40900,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -41347,35 +40910,36 @@ "multiple": false, "unique": false }, + "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": "elcdtyx" + "id": "eychon" }, { "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": "", @@ -41383,53 +40947,9 @@ "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": [ @@ -41513,90 +41033,82 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "eqgxg2q" + "id": "eftrerl" }, { "label": "Signature of Approved Professional", - "footer": "Sign above", + "tableView": false, + "key": "signatureOfApprovedProfessional", + "type": "signature", + "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", - "width": "100%", - "height": "150px", - "backgroundColor": "rgb(245,245,235)", - "penColor": "black", "description": "", + "errorLabel": "", "tooltip": "", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, + "autofocus": false, + "dbIndex": false, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": { + "type": "input" + }, + "attributes": {}, + "validateOn": "change", "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": "" + "eq": "" }, - "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", + "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": "epsxxv5" + "id": "eas6rs4" } ], "width": 6, @@ -41610,305 +41122,272 @@ "components": [ { "label": "First Name", - "labelPosition": "top", + "tableView": true, + "key": "firstName", + "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, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": false, "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "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": "firstName", - "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": "e73qv96", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "e1oxpx5" }, { "label": "Last Name", - "labelPosition": "top", + "tableView": true, + "key": "lastName", + "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, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": false, "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "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": "lastName", - "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": "eu7jhcp", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "e2czwbk" }, { "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 + "yearColumns": 5, + "minDate": null, + "maxDate": null }, - "enableTime": true, - "timePicker": { - "showMeridian": true, - "hourStep": 1, - "minuteStep": 1, - "readonlyInput": false, - "mousewheel": true, - "arrowkeys": true + "enableMinDateInput": false, + "enableMaxDateInput": false, + "key": "date", + "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 }, + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", "multiple": false, "defaultValue": "", - "defaultDate": "", - "customOptions": {}, - "persistent": true, "protected": false, - "dbIndex": false, - "encrypted": false, - "redrawOn": "", + "unique": false, + "persistent": true, + "hidden": false, "clearOnHide": true, + "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, - "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": "" + "eq": "" }, - "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, + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], + "format": "yyyy-MM-dd hh:mm a", + "useLocaleSettings": false, + "allowInput": true, + "enableDate": true, + "enableTime": true, + "defaultDate": "", + "displayInTimezone": "viewer", + "timezone": "", "datepickerMode": "day", - "id": "e4u5pgk" + "timePicker": { + "hourStep": 1, + "minuteStep": 1, + "showMeridian": true, + "readonlyInput": false, + "mousewheel": true, + "arrowkeys": true + }, + "customOptions": {}, + "id": "eerbx4m" } ], "width": 6, @@ -41923,7 +41402,7 @@ "type": "columns", "input": false, "tableView": false, - "id": "ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eks09m00000000", "placeholder": "", "prefix": "", "customClass": "", @@ -41988,22 +41467,104 @@ ], "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, - "id": "et2496k" + "disableAddingRemovingRows": false, + "id": "elvgfje" } ], - "id": "ew977y" + "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": "ekg6nar" }, { "html": "

Part 8 - Statement of Site Owner / Agent / Lessee

 

8.1 Offsite Migration Notification

", @@ -42831,7 +42392,7 @@ "refreshOn": "", "addons": [], "inputType": "text", - "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "defaultValue": "" } ], @@ -44364,7 +43925,7 @@ "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}", + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-client\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", "logic": [], "attributes": {}, "overlay": { @@ -44415,7 +43976,7 @@ "showWordCount": false, "allowMultipleMasks": false, "addons": [], - "id": "el00fud" + "id": "eh150x" }, { "label": "bundleStatus",