UI Action condition is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 05:27 AM - edited 03-26-2024 05:30 AM
System Property -
UI Action Condition -
I wanted to show this UI Action for both groups Group - 1 and Group - 2 but it's not visible to any group.
Can someone assist me on this?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 05:41 AM
Hi @aagman4,
You need to create separate properties for each group and try the below sample condition -
current.state != 3 && gs.getUser().isMemberOf(gs.getProperty('sn_audit.group1')) || gs.getUser().isMemberOf(gs.getProperty('sn_audit.group2'))
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 05:47 AM
Is there a way I can do this with a single system property?