- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 01:37 AM
Hi all,
When a reference field is set to read only it does not show the 'i' icon. I've seen on here that this is controlled by the property 'glide.ui.reference.readonly.clickthrough'
This will then make all reference fields that are marked read only to have the 'i' icon visible. Is there anyway to have this only for selected fields?
Thanks
Sam
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 01:51 AM
make this property to false: 'glide.ui.reference.readonly.clickthrough'
Add this in attributes field of the dictionary index, if want to make it clickable:
readonly_clickthrough=true

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 01:51 AM
make this property to false: 'glide.ui.reference.readonly.clickthrough'
Add this in attributes field of the dictionary index, if want to make it clickable:
readonly_clickthrough=true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2018 03:30 AM
Hi GowriSankar,
Thanks for the above, that is perfect, and thanks for the further information really helpful.
Thanks
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2021 01:24 AM
Hi,
I tried it and it is working for all fields except request field. Can you please help me how to apply in request field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 08:11 AM
@Gowrisankar Sat
Is it possible to hide the "i" icon when a field is not read-only too?