Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Why Does the Open Record Button Disappear on Read-Only Fields?

Rogers Cadenhe1
Giga Guru

I have a table with a reference field labeled SDN. I need that field to have a circled-i button next to it so the referenced record can be previewed and opened. Like this:

find_real_file.png

I want this field to be read-only, since there's no reason a user should be editing it. But when I make the field read-only, through changing the dictionary entry, adding a UI policy or using ACLs, the circled-i button disappears:

find_real_file.png

The Match field above it is a Document ID field that still has the circled-i button despite being read-only.

What controls the logic of a circled-i button being present or absent next to a reference field?

1 ACCEPTED SOLUTION

Brian Lancaster
Kilo Patron

Try adding readonly_clickthrough=true to the field attribute.  To get to this right click on the field and choose configure > dictionary.

View solution in original post

4 REPLIES 4

Brian Lancaster
Kilo Patron

Try adding readonly_clickthrough=true to the field attribute.  To get to this right click on the field and choose configure > dictionary.

Thanks. That worked!

I looked through the dictionary attributes hoping to find a solution but that one wasn't documented.

Yes I noticed that too.  I couldn't find it any more.  I had to look thought so old posts of mine as I did not remember exactly what the attribute was.

Just came across this issue... this was very helpful, thanks!