- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2016 03:13 PM
Somewhat interesting use case:
Users want the ability to list-edit a certain table when on list-view. The columns that need quick editing are reference fields.
Since they update many records at a time by holding CTRL or SHIFT, they don't want the risk of clicking on the link in the reference field on the list-view. They'd rather have that not be linked, but would still need to be able to edit that field once double-clicked like any normal reference field.
Any ideas?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2016 05:04 PM
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 as shown in the below snapshots

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2016 05:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2016 06:25 AM
This definitely helps - I tried that out, then instead used the "Omit links condition" field to remove links only on a certain view of the list:
var omitlinks = false;
if (RP.getParameterValue("sysparm_view") == 'dcl_verification') {
omitlinks = true;
}
answer = omitlinks;
I'll still look for a solution for omitting only certain links from a list-view, but this is a good start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2016 09:43 AM
MG Casey, Did you ever find a way to omit only certain links? I am looking for the same code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2017 02:30 AM
can anybody find this solution particular columns refence icon to remove..if you guys find it this ..please share the inform