How to restrict addition of attachments to specific users on an instanceDescription<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Description The necessity may arise in which the administrator of a ServiceNow instance prefers to limit the capability to add attachments to a specific set of users on an instance. This capability does exist in the platform and the following article will describe how this might be done. Procedure The procedure to accomplish this consists of adjusting a specific system property to include specific group names containing users who should be able to add attachments to records on the system. The following describes these steps in detail: Log into the instance with an account having admin rights to the instance. Browse to the following location on the instance: System Properties -> Security. Scroll through the list of System Properties that appear on this Security Properties page with the heading List of roles that can create attachments. In the text field below the heading, add a list of role names from the system which should be allowed to add attachments to records on the instance. Each role name should be delineated by a comma (,) but no spaces should be included. The default out-of-box setting for this system property is "public". This special value or a blank value indicates there are no restrictions on roles or users who can add attachments to records on the instance. Once the list is populated with the necessary roles, click one of the Save buttons on the page. One such button is found at the top of the page and another at the bottom. One option some customers might use who want to limit the users who can include attachments to records is to create a new group (i.e. attachment_users) that can add such attachments and then associate this group to other roles, users or groups as needed to ensure all the users who might need to add attachments are included. Additional Information It should be noted that since this is controlled by a System Property, this property can be adjusted directly from the sys_properties table if needed, but it is usually recommended to adjust it from the Security System Properties page as described above. However, if the property needs to be adjusted from the sys_properties table, the property name is glide.attachment.role and is found in the sys_properties table. The following page briefly describes this property and several other that handle the behavior of attachments on the instance: https://docs.servicenow.com/csh?topicname=r_AdministeringAttachments.html&version=latest#ariaid-title7 Uploading of all attachments can also be restricted on a per table basis through usage of a special attribute added to the Collection Dictionary record for a table. The following article describes this capability as well as the steps to perform this restriction (or remove the restriction): https://support.servicenow.com/kb_view.do?sysparm_article=KB0718491