[Xanadu] "onSubmit script error: TypeError: Cannot read properties of null (reading 'value'):" pops up when saving an ACL record if the field "Decision Type" is not on the ACL FormDescription[Xanadu] "onSubmit script error: TypeError: Cannot read properties of null (reading 'value'):" pops up when saving an ACL record if the field "Decision Type" is not on the ACL Form. Release or EnvironmentXanaduCauseThe OOB onSubmit Client Script "Confirm ACL Execution Plan" checks the value of "Decision Type". Line 124: var decisionType = g_form.getValue('decision_type'); /sys_script_client.do?sys_id=d8183833932331009c8579b4f47ffbe1 The error "onSubmit script error: TypeError: Cannot read properties of null (reading 'value'):" pops up if the Field "Decision Type" is not on the Form Layout. The Client Script needs to read the value of the "Decision Type" with g_form APJ to get the value. So the Field needs to be on the Form Layout.ResolutionAdding the Field "Decision Type" to the Form Layout fixes this issue.