- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 06:15 AM - edited 02-21-2024 06:16 AM
Hi Team,
I just came across create ACL on kb_feedback_task where I found below script :
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 06:29 AM
Hi @Manal Aquil ,
Second parameter is nothing but the role only in gs.hasRole('role1','role2','role3') u can provide multiple roles by adding comma n validate.
Thanks,
Danish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 06:26 AM
Oddly the documentation can help you with this one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 06:29 AM
Hi @Manal Aquil ,
Second parameter is nothing but the role only in gs.hasRole('role1','role2','role3') u can provide multiple roles by adding comma n validate.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 12:52 AM
Thanks, it's helpful