You need to sign in to do that
Don't have an account?

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 ???
you can make use of SOQL inner query to get all the accounts with their related child account records.