• QueueMe
  • NEWBIE
  • 0 Points
  • Member since 2013

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

Hi i try to eliminate records that doesn't have children in this query :

 

[SELECT Id , (SELECT id FROM ActivityHistories) FROM Lead

 

By the way i tried to make inner join between leads and ActivityHistory but the system give me that you can't make inner join between these two objects.

 

-Thanks

Hi i try to eliminate records that doesn't have children in this query :

 

[SELECT Id , (SELECT id FROM ActivityHistories) FROM Lead

 

By the way i tried to make inner join between leads and ActivityHistory but the system give me that you can't make inner join between these two objects.

 

-Thanks