- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2015 11:52 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2015 12:42 PM
I was able to reproduce this:
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2015 12:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2015 08:10 AM
Thanks Michael!
That was exactly it. Missing write ACL on the table, so it defaulted to a higher one.
Thanks again!
Andy