The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Permissions to load attachments on a specific page?

andrewcampbell
Kilo Explorer

A single page on our instance presents an attachment dialog like the top one below, rather than like the botttom one below, to non-adminstrative users.   Given that it shows up for admins, I assume this is a permission problem, but can't seem to find where attachment permissions are handled on other than a global basis.   Any help would be appreciated!


Thanks!

Andy

Capture.PNG

Capture.PNG

1 ACCEPTED SOLUTION

I was able to reproduce this:


find_real_file.png



The ACL and the UI Macro is expecting write access to the table so if your user doesn't have the ability to update records in that table, then they also cannot attach files.   I would check the ACLs on the table in the first screenshot.


View solution in original post

6 REPLIES 6

I was able to reproduce this:


find_real_file.png



The ACL and the UI Macro is expecting write access to the table so if your user doesn't have the ability to update records in that table, then they also cannot attach files.   I would check the ACLs on the table in the first screenshot.


Thanks Michael!



That was exactly it.   Missing write ACL on the table, so it defaulted to a higher one.



Thanks again!


Andy