Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

brianlan25
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

brianlan25
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!