The user can see the attachment icon on the form but cannot attach the files.Description<!-- 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; } --> The user can see the attachment icon on the form. But when the user tries to upload a file, it doesn't attach. The attachment just disappears. Procedure The user cannot attach a file when there is not CREATE and READ ACL in place that satisfies the User roles. As a first step, enable the Security Rules Debugging and look for failing ACLs in sys_attachment table. If there are failing ACLs while debugging, open and verify why they are failing. If not, navigate to Access Control(ACL) from nav bar and search for ACLs on sys_attachment table. Verify if there are any ACLs that matches the user roles.If there are no ACLs for the user, create READ and CREATE ACLs that matches the user role.Now verify if the user can attach the files in the form.Under script section of the ACL, write a script in order to prevent/provide access based on the business needs for that user(ex:user can access only the attachments that he attached or can attach the files to only the records that he created.) Release or EnvironmentAll