UI action "Create Child Incident" does not create child incident, generates error in console; Cannot read property 'body' of nullIssue Create child incident UI action from context menu is not performing any actions upon clickUI action "Create Child Incident" does not create child incidentconsole log error: Uncaught TypeError: Cannot read property 'body' of null The UI action (/sys_ui_action.do?sys_id=117f90e367cb3200060071bfa2415a51) calls the following:NOW._createChildIncident(g_form.getUniqueValue()); This function is stored in an onLoad client scriptCreateChildIncident (/sys_script_client.do?sys_id=10d1fe0a531332000600e26b88dc34ee)ReleaseNew YorkCausecustomization to out-of-the-box scriptsResolutionMake sure the following is out-of-the-box:"Create Child Incident" (/sys_ui_action.do?sys_id=117f90e367cb3200060071bfa2415a51)Make sure the following is out-of-the-box and there is no other onLoad client scipt that is defining another NOW._createChildIncident function:CreateChildIncident (/sys_script_client.do?sys_id=10d1fe0a531332000600e26b88dc34ee)