Tagged Questions
1
vote
3answers
1k views
Hierarchial SOQL Query
Does anyone know how to retrieve the hierarchical model of a account based on it's id?
I tried using this query but all i got is the first set of child nodes.
select a.Name,a.parentId,a.ownerid,a.id ...