Users without the 'admin' role are not able to attach files (attachments) to closed incident recordsIssue <!-- 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; } --> Symptoms Users who do not have the 'admin' role when navigating to a closed incident record, they don't have the ability to attach files. They don't see the attachment icon and when they drag and drop a file onto the form, the system throws the following message: "File attachments not allowed" Release All releases Cause This is caused by a Client Script which hides the attachment icon on the form. Along with the Client Script mentioned above, there are two OOB ACL which stop WRITE access to closed incident records. Resolution Follow the steps below and ensure you test thoroughly on a sub-production instance first:You may find that after performing the ACL changes, your users now have access to modify fields on the form. This is something you need to take into consideration and accommodate for, with either using more ACLs against fields or UI Policies. Navigate to the "(BP) Hide Attachment Link when Closed" Client Script and deactivate the record.https://<instance_name>.service-now.com/sys_script_client.do?sys_id=5601ea5f0a0a0b4b0055644e71c28968Review the following ACLs and make the necessary changes in the condition field which stops WRITE access when the incident is in a closed state:https://<instance_name>.service-now.com/sys_security_acl.do?sys_id=66ec26370a0a0b0100a67b597d415b84https://<instance_name>.service-now.com/sys_security_acl.do?sys_id=66ecaf4d0a0a0b010029ce5027a8d56fPerform a cache.do on the instance once done.https://<instance_name>.service-now.com/cache.do