Standard Change Category not visible to non-admin usersIssue On the standard Change Proposal form, non-admin users are unable to see the Category field. still unable to find anything that was hiding the field, looked through ACLs, UI Policies, and client scripts. Example URL: https://<your-instance>/nav_to.do?uri=std_change_proposal.do?sys_id=e7e84be7adaea0104739d9c4d413b7acCauseThe category column refers to the sc_category database and the CSM scope already has a Read ACL - sc_category.*. As a result, the parent field could not be read by the user. The Read ACL sc_category.* that provides access to users with the sn_change_write role is created if the ITSM Roles plugin is not installed, which can also happen.ResolutionTo fix the issue, create a new ACL in the Global scope that allows a user with snc_internal role viewing the std_change_proposal.category