- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2018 11:36 AM
Hello all,
I have added a field to a form but it will not appear for non-admins. I have checked the ACL's and even added a read ACL to the field for the role that the users have but they still can't see it.
Any help would be appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2018 01:05 PM
Is the field by any chance referencing a table that the user doesn't have access to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2018 11:38 AM
Turn on the security debug and then impersonate the user and open the record where they can't view the field. then search the page for the name of the field - you should find some lines in red indicating they didn't pass the ACL rules and you can hover over the red circle icons to get a popup to see why the person can't read the field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2018 11:46 AM
Hello Kristen,
Thank you for letting me know this was available however, it passed with green checks on the field.. Any idea what else to check?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2018 11:51 AM
I would check client scripts and ui policies next - you should be able to right click on the field name (viewed as you) and say "watch" - this should open the javascript watcher. Then impersonate the user and open the form and see if there is anything triggering to hide it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2018 12:02 PM
Kristen,
I have tried this too but no results. I even tried to delete the field and re-create it but it still won't show. For any consolation the field I'm trying to create is on the pwd_reset_request table.