How to restrict users based on role to create interaction record by clicking '+' on Chrome tab in Service Operational WorkspaceIssue Is it possible to restrict users to create interaction record by clicking '+' on Chrome tab in Service Operational WorkspaceReleaseAll ReleaseResolutionGo to the below record of the chrome_tab and review the Value field to check the Interaction related code and add the role to restrict access to specific role.https://instance.service-now.com/nav_to.do?uri=sys_ux_page_property.do?sys_id=df0c9cb97340301045216238edf6a785Below Code: Check the condition section " "roles": ["admin"]," is added.(to restrict access to create new interaction by click on + icon only for Admin users.) Interaction" },"routeInfo": {"route": "record","fields": {"table": "interaction","sysId": "-1"},"multiInstField": "sysId"},"condition": {"roles": ["admin"],"tableDescription": {"table": "interaction","canCreate": true}},"roles": "admin"},{"label": {"translatable": true,"message": "New Once the above configuration is done, Only admin users will be able to create New interaction record by clicking on + icon on chrome tab.