• Harnoor Singh 9
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I have a Lead with LastName as 'Lead'. It is added to a Campaign with name 'test'. The following Query isn't working.
SELECT Id, Campaign__c.Name from Lead where LastName='Lead'
I have a Lead with LastName as 'Lead'. It is added to a Campaign with name 'test'. The following Query isn't working.
SELECT Id, Campaign__c.Name from Lead where LastName='Lead'