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.

Disable Hyperlink first field in related list workspace view

ManoranjanM
Tera Contributor

we have requirement to disable hyperlinks for the first field that is there in the related list in workspace view. Can someone guide me on this?I see there is checkbox which only works for list view not workspace view. Is there any way to achieve this in workspace view

3 REPLIES 3

GlideFather
Tera Patron

Hi @ManoranjanM,

 

what field are you talking about? It is important to know what field is that as it is not clear what is they field type.. hyperlink is only available for HTML fields or maybe journal ones adding [code][/code] and <link> tags.

 

could you possibly share some context?

_____
Answers generated by GlideFather. Check for accuracy.

@GlideFather Control (sn_compliance_control) form has related list control test (sn_audit_control_test) and the first field from sn_audit_control_test is coming as name (short_description) which is String and this is coming as hyperlinked and I would like to disable hyperlink for that field. It looks like OOTB behaviour is any field that is first field is always having hyperlink. Is there any way we can disable hyperlink?

ManoranjanM
Tera Contributor

Control(sn_compliance_control) has related list control test(sn_audit_control_test) and control test has first field as name which string it comes as hyperlinked so I would like disable the hyperlink for name field. Name field is not hyperlinked if I move to second field but it looks like any field that is first field even though the type is String it is hyperlinked (OOTB). Is there any way we can make first field in this case name which is string not to be hyperlinked and this is in workspace view .