Unable to create ACL gives error message "onSubmit script error: TypeError: Cannot read properties of null (reading 'value')"Issue Creating an ACL is not allowed and thrown with error message "onSubmit script error: TypeError: Cannot read properties of null (reading 'value')" CauseThe message is shown due to the condition failing in the below client script as it looks for the Type field value which is currently missing on the ACL form."Confirm ACL Execution Plan" https://instance.service-now.com/sys_script_client.do?sys_id=d8183833932331009c8579b4f47ffbe1 ResolutionAdd Type field on the ACL form by going to the Configure->Form Layout and add Type field in the selected slush bucket.Once after adding the field, the ACL can be created without any issue.