• bnr84
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hello,

 

I am trying to create a simple query involving the account object, and a custom object. But the query causes an error of 

 

"INVALID_TYPE - Didn't understand relationship"

 

The affiliation object is a child relative to Account and both values are strings so I am not sure what the issue is. The query is below.

 

SELECT Name, (SELECT ContactLastName FROM npe5__Affiliation__c) FROM Account

 

 

  • August 28, 2012
  • Like
  • 0

Hello,

 

I am trying to create a simple query involving the account object, and a custom object. But the query causes an error of 

 

"INVALID_TYPE - Didn't understand relationship"

 

The affiliation object is a child relative to Account and both values are strings so I am not sure what the issue is. The query is below.

 

SELECT Name, (SELECT ContactLastName FROM npe5__Affiliation__c) FROM Account

 

 

  • August 28, 2012
  • Like
  • 0