Question
NZ
Posted: Sep 25, 2017
Last activity: Oct 9, 2017
Last activity: 9 Oct 2017 5:51 EDT
Closed
Solved
How to get List of Operators from our WorkGroup having Particular Role.
I have a requirement to display a list of the operator who is having Role='X' associated with them.
Let suppose we have 10 Operators in our WorkGroup out of which 3 Operators have Role='X' associated with them. I need to display a list of operators on UI when Role='X' is passed.
Can someone please help me out in writing the RD or Activity to achieve this.
Regards
For the pyUserRoles propety there is an index class Index-AccessGroupRoles.By using this index join we will get the list of operators who has the perticular role in a work group.
Please refer the OOTB Data-Admin-Operator-ID • pyListOperatorsByRoles • ALL List view where we are using this index to fetch the user roles.
Create a RD in the Data-Admin-Operator-Id or Data-Admin-OperatorAccessGroup pass the work group as parameter and the role you will get the list of operators.