- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 06:26 AM
I am putting a Reference field on a form to another record. I don't want people to edit the field but I want them to be able to click the 'Info' so they can view / go to the record.
Read Only:
Non-Read Only:
I've tried making the field Read Only via a Client Script and a UI Policy, both get rid of the Info button. Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 07:18 AM
Hi Wayne,
Create a UI Policy on the reference field that you wanted to make as 'read-only'. Then, set the System Property "glide.ui.reference.readonly.clickthrough" to true.
This will allow you to access the Info button in read-only mode.
If you got the answer, please dont forget to mark this as 'Correct Answer', thank you.
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2016 06:59 AM
Great, thanks for that! Good to know about these properties!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 07:21 AM
This is great. Is there a way we could do this with a catalog form UI script? I am looking for a way to do this for a catalog form, but not do this globally. How would I set this property ( glide.ui.reference.readonly.clickthrough ) on that field; could i use g_form to call and set this property?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2018 01:44 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 02:25 AM
Bingo. This should be the accepted answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2024 11:20 AM - edited 07-21-2024 11:21 AM
Maybe its because the Accepted answer is in 2016, limited attributes were available then 😁. And I am glad to see @Daniel Borkowi1 answer here!
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.