• Ashish Agrawal 30
  • NEWBIE
  • -1 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi,

I have created a Queue to filter my criteria for group of users and objects. I would like to use SOQL query to use the Queue group for my searches. The only syntax I found is "SELECT column_name FROM table_name USING SCOPE filterScope_value" where filterScope_value could be "Queue", but just replace filterScope_value with Queue does not work. I need to provide the Queue id in this query to search for particular queue name or id. I can not find syntax for such query any where. Can someone please help me provide the soql query using scope for type Queue. 

Thanks in advance.
Ashish
Hi,

I have created a Queue to filter my criteria for group of users and objects. I would like to use SOQL query to use the Queue group for my searches. The only syntax I found is "SELECT column_name FROM table_name USING SCOPE filterScope_value" where filterScope_value could be "Queue", but just replace filterScope_value with Queue does not work. I need to provide the Queue id in this query to search for particular queue name or id. I can not find syntax for such query any where. Can someone please help me provide the soql query using scope for type Queue. 

Thanks in advance.
Ashish