How To: Restrict access to Agent WorkspaceSummaryThis article will explain how to restrict access to Agent Workspace.ReleaseAll releasesInstructionsThis can be accomplished by changing the sys_security_acl record that controls access to the Agent Workspace page (/sys_security_acl.do?sys_id=4870013002941b539262e55046cb0b25): From the filter navigator, type 'sys_aw_master_config.list' and hit Enter.From the list that is displayed, select 'Agent Workspace'Change the application scope to 'Agent Workspace'Click the 'Manage Access' related link at the bottom of the form.In the window that opens, you can change the ACL to either require a different role, or change the ACL to an Advanced ACL that uses a Script to grant access. As a note, changing the above ACL will prevent that ACL from receiving upgrades in the future. To remedy this, you can change the 'Replace On Upgrade' flag on the sys_update_xml record associated with that change: From the filter navigator, type 'sys_update_xml.list' and hit Enter Add a filter to the list where: [Name] [is] [sys_security_acl_role_d48700130029d63cad41b53046cb0b8c] OR [Name] [is] [sys_security_acl_4870013002941b539262e55046cb0b25] In the records that are returned, set the 'Replace on Upgrade' flag to true. The above steps will ensure that any updates to those records during an upgrade will overwrite any customizations that you make. This will require that you reimplement those customizations after each upgrade where there are changes.