Skip to main content
1 Antwort
  1. 11. Dez. 2017, 12:40
    Hi Ranganath,

    [Select Id from Group where type='Queue' and Name='Queue Name']

    Queues are stored as records in the table Group with 'Type' as "Queue".  Use this Id of the queue in the query

    [Select UserOrGroupId From GroupMember where GroupId =:reqdGroupId]

    to fetch all the users or groups which are members of the required queue.
0/9000