How can I disable the "Open Record" button in sys_popup view

Littbarski1
Tera Expert

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.

 

Littbarski1_0-1717680456370.png

 

1 ACCEPTED SOLUTION

Harish_K07
Giga Guru

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

View solution in original post

2 REPLIES 2

Harish_K07
Giga Guru

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

Thank you. Customer does not want a system wide change, so we should find a workaround for their use case.

Thanks