- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2015 10:40 AM
I want to hide the reference icon on a specific set of lists that I've created. I don't want users to be able to click through or hover over the see the full view of the record I've created, just the fields in the list. I know I could probably create separate ess views for each record type to handle this scenario, but I'm trying to have to avoid managing lots of different views when the only thing I want to present to my ess users is a list with a small number of fields for them to view.
Apparently there's no way to run a client script on a list field. If that's the case, then do I have any options to be able to hide the reference icon on a list so users can't hover over for click through to the record itself?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2015 11:11 AM
Actually, you could use GlideDialogWindow to do this in a ui page. See Creating UI Page to display table list like a list layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2015 11:59 AM
Yeay!