function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ 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.