How to allow or restrict a user to select COE while creating HR caseIssue When a HR Agent goes to create a new HR Case on the back end, unable to select the Employee Relations COE. It doesn't appear in the drop-down list. There is a Read ACL which is restricting access to Employee Relations cases based on assignment group. How can we allow HR Agents to create new ER cases whilst also restricting access to cases based on the assignment group? We need only members of the current assignment group to see the cases assigned to that group.ReleaseNew York Patch 9CauseThe Employee Relations COE is not visible because of a custom ACL. The case_creation UI page https://OOB.service-now.com/sys_ui_page.do?sys_id=3433fb86eb533200a9e7e26ac106fef2Makes a call to the script include 'hr_CaseCreation' --> getActiveCoes()https://OOB.service-now.com/sys_script_include.do?sys_id=687d7d8deb6f3200a9e7e26ac106fee0 ResolutionFrom script include 'hr_CaseCreation' --> getActiveCoes() By removing tableGr.canRead() from line 827, the CoE is shown on the UI page of the case creation. https://OOB.service-now.com/sys_script_include.do?sys_id=687d7d8deb6f3200a9e7e26ac106fee0