1.How to find out list of cases id worked by a operator in a class.
- How to find out list of operator belongs to a access group.
1.How to find out list of cases id worked by a operator in a class.
@Vimal Vijayakumar
Do you mean to say the operators who created the cases?
Use OOTB report definition pzGetOperatorsForAccessGroup
Hi @Vimal Vijayakumar
Or else you can use below sql query from Query Runner
select pyID, pxCreateOpName, pxCreateOperator from {CLASS:ABC-Work} where pxCreateOpName='devimpl'
Or else you can create an RD from Data-Admin-Operator-ID calss, and you can use the below coulms and filters.
Or you can use query from the Query Runner
select pyUserIdentifier, pyUserName, pyAccessGroup from {CLASS:Data-Admin-Operator-ID} where pyAccessGroup='Insurance:Administrators'
I hope this will help you.
Thanks,
Ashok