I am dealing with an SOQL query in Salesforce like
SELECT Id, Subject, Who.Name FROM Task
I need to know the Who.Account.Name in the same Query
How should I do that?
I am dealing with an SOQL query in Salesforce like
SELECT Id, Subject, Who.Name FROM Task
I need to know the Who.Account.Name in the same Query
How should I do that?
edit: SELECT Contact.Account.Name FROM Contact
general info: http://www.salesforce.com/us/developer/docs/soql_sosl/Content/sforce_api_calls_soql_relationships.htm