how to restrict business stakeholder license to ITIL users through Busines rule?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2024 08:49 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2024 09:03 PM
Hello @Lakshman8,
Yes, write before BR on the sys_user_has_role table.
based on your requirement add Condition
current.user.hasRole('itil')&¤t.role=='business_stakeholder'||current.user.hasRole('business_stakeholder')&¤t.role=='itil'
If it is helpful, please mark it as helpful and accept the correct solution.
Thanks & Regards,
Abbas Shaik