• Dave Frankenbach @ EA
  • NEWBIE
  • 0 Points
  • Member since 2011

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

According to the help file

 

SELECT Account.Name, LastName, FirstName, Owner.Name FROM Contact

 

is supposed to work. All I get are error messages:

 

Parent relationship queries are not allowed: Account.Name

According to the help file

 

SELECT Account.Name, LastName, FirstName, Owner.Name FROM Contact

 

is supposed to work. All I get are error messages:

 

Parent relationship queries are not allowed: Account.Name