omit edit button on group table level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 04:59 AM
Hi All,
we want that only the Group owner can see and use the "edit" button on the related list "Group Members". Therefore we edited the List control and added following omit edit button script.
But some reasons it's not working, can anyone please help us here.
Advance thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 11:44 PM
Hi @LaraReddy ,
So one point cleared with simply admin role condition Edit button is working fine.
Now coming to the script ,gs.log('manager: ' + groupManager + 'currentUser: ' + currentUser); is this log printing right values also try to put a log before both answer variable value assignment to see where the control is going.
Please mark helpful/correct if my response helped you.