Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Remove hypertext for reference field in list view

Sweta24
Tera Contributor

Hi All,

Please help me to remove hypertext for reference field in list view , i tried to remove from omit links from list control .but its reflecting on all fields in list view.

i want to disable hyperlink for specific field.

And i dont want to make from dotwalkin from slashbucket .. as its having few dependency .

Kindly help me some calculated script or dictionary attribute to remove hyper text link (for reference field)

3 REPLIES 3

sachin_namjoshi
Mega Patron

You can configure field ACL for this field to disable editing this field based on conditions.

 

Regardsm

Sachin

Dan Cigrang
Tera Expert

When configuring columns in the list view (Right click header -> Configure -> List layout), instead of choosing the reference field exactly, choose the Display Value of the reference field. For example, on Incident, instead of picking `caller_id`choose `caller_id.name`. This will show the Caller name without the link.

Using Caller reference: 

find_real_file.png

 

Using Caller -> Name (caller_id.name) : 

find_real_file.png

How can we make it a general solution? not only on my user account