How to check if an operator have a certain privilege?
Hello,
We know that an operator can have multiple access groups, and each access group can have multiple access roles, each access roll can have multiple privileges.
Now if I wanted to verify if ANY of my AG (not just the default AG) has a specific privilege, how do I do that?
I've tried using @HavePrivilege function in a when rule but it only returns true if my default AG includes that privilege. But I want the system to check for all AG I have.
Thanks,
Su