• Jonathan Adlerstein
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I am trying to generate report on Queues and thier user members info as next :

Queue name , Queue email , Supported Objects , User full name 

i know this is not possible from Salesforce Reports direclty . so need to query  the three tables : Group , GroupMember , User using SOQL

Can anyone help me how to do that using Apex code ?