- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 12:55 PM
Have a scoped app that I have a List View configured, the the list has the Requested by field with a link to the user record. They can click on that and go to that record. They don't have rights to modify, but just viewing the record could be bad. I'd like to be able to eliminate links except for the record #.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2022 01:38 PM
In that case you can dotwalk to that field to show just name like instead of showing caller you can show caller.name
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 05:01 PM
Hi Stanley,
You can remove link in the list view by going into the list control. Right click on the list header go to Configure -> List Control and check the Omit Links checkbox
Mark Correct or Helpful if its helps.
Thanks,
Yousaf
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 05:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2022 05:57 AM
Unfortunately, that removes ALL links, including the link for the record #. From what I'm reading, it's all or nothing.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2022 01:38 PM
In that case you can dotwalk to that field to show just name like instead of showing caller you can show caller.name
***Mark Correct or Helpful if it helps.***