Hiding the reference icon on a list

jamie_girouard
Giga Expert

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?

1 ACCEPTED SOLUTION

Actually, you could use GlideDialogWindow to do this in a ui page. See Creating UI Page to display table list like a list layout


View solution in original post

10 REPLIES 10

Yeay!