How to show "View" option in context menu of form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2016 03:35 AM
Hi,
I would like to show the "View" option in the context menu of "Form" as below.
Can you please guide me to do this?
thanks
Guru

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2016 05:13 AM
That sounds like a view rule to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2016 03:40 AM
This is the condition on the 'VIEW' context menu, make sure its fulfilled
ListProperties.canChangeView() && gs.hasRole(gs.getProperty('glide.ui.view_change_roles'));
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2016 04:36 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2016 03:59 AM
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.