- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 11:46 AM
Hi everyone,
I need the Screen button for demand records to be displayed only for the members of the assignment group
The UI Action screen condition is:
How could I add a condition in order to accomplish that?
Suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 11:57 AM - edited 06-28-2023 11:58 AM
Hi @Leonel Sandroni,
Try this updated condition scripts:gs.getUser().isMemberOf('Group Name');
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 11:57 AM - edited 06-28-2023 11:58 AM
Hi @Leonel Sandroni,
Try this updated condition scripts:gs.getUser().isMemberOf('Group Name');
Thanks,
Sagar Pagar