
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2019 11:27 AM
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:
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:
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?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2019 11:40 AM
Try adding readonly_clickthrough=true to the field attribute. To get to this right click on the field and choose configure > dictionary.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2019 11:40 AM
Try adding readonly_clickthrough=true to the field attribute. To get to this right click on the field and choose configure > dictionary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2019 11:44 AM
Thanks. That worked!
I looked through the dictionary attributes hoping to find a solution but that one wasn't documented.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2019 11:54 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2019 09:59 AM
Just came across this issue... this was very helpful, thanks!