+ Start a Discussion
Balu_devBalu_dev 

Getting Child Account using Maps..its urgent..

Here the Parent and Child Objects are Account(Standard) object itself, having one parent(Account) to many Child(Accounts)..i have to check a particular field value of parent as well as the same fields in all child accounts..how do i proceed ???

Sandeep001Sandeep001

you can make use of SOQL inner query to get all the accounts with their related child account records.