We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

how to restrict business stakeholder license to ITIL users through Busines rule?

Lakshman8
Tera Contributor
 
1 REPLY 1

abbasshaik4
Tera Sage

Hello @Lakshman8,
Yes, write before BR on the sys_user_has_role table.
based on your requirement add Condition
current.user.hasRole('itil')&&current.role=='business_stakeholder'||current.user.hasRole('business_stakeholder')&&current.role=='itil'

 

If it is helpful, please mark it as helpful and accept the correct solution.

Thanks & Regards,
Abbas Shaik