- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 06:30 AM
Hi,
I am working on a client request to disable the "Open Record" button in the Sys_popup view for a field.
So far, I do not find a way of achieving this on Vancouver.
Please let me know if it is possible to do this in a scoped application or if it is impossible.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 07:09 AM
Hi @Littbarski1
There is a system property 'glide.sc.variable.reference.clickthrough' which is responsible for making the 'Open record' option visible. Setting the value of this sys property to False will disable the button.
However, be mindful that this will cascade a system wide change, which means, the 'Open Record' button will not appear is any of the reference field pop-ups.
Mark as correct and helpful if it solved your query.
Regards,
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 07:09 AM
Hi @Littbarski1
There is a system property 'glide.sc.variable.reference.clickthrough' which is responsible for making the 'Open record' option visible. Setting the value of this sys property to False will disable the button.
However, be mindful that this will cascade a system wide change, which means, the 'Open Record' button will not appear is any of the reference field pop-ups.
Mark as correct and helpful if it solved your query.
Regards,
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 08:38 AM
Thank you. Customer does not want a system wide change, so we should find a workaround for their use case.
Thanks