How to show "View" option in context menu of form

guru_elearn
Kilo Expert

Hi,

I would like to show the "View" option in the context menu of "Form" as below.

find_real_file.png

Can you please guide me to do this?

thanks

Guru

8 REPLIES 8

That sounds like a view rule to me.


Anurag Tripathi
Mega Patron
Mega Patron

This is the condition on the 'VIEW' context menu, make sure its fulfilled



ListProperties.canChangeView() && gs.hasRole(gs.getProperty('glide.ui.view_change_roles'));


-Anurag

Hi Anurag Tripathi,



Thanks for your response. Same user can view this "VIEW" option in another instance. So the same role of the user will be in all instance.


So, same user can see the "View" option in one instance, but not in the another instance.



Where it has this settings to show / hide this "View" option?



Thanks


Guru


Pradeep J
Kilo Guru

Hi,




This can be achieve by assigning view_changer role to a user.



Thanks


Pradeep D J



PS - Please mark Helpful, Like, or Correct Answer if applicable.