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
Sathya CSathya C 

How to write soql query to to get custom child object from custom parent object?

Best Answer chosen by Sathya C
ManojjenaManojjena
Hi Sathya C,
In this case only relationship name will be like __r .

Check your relationship Name .below link will help you .

https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_relationships_and_custom_objects.htm


If you are still facing problem then install below app then easily built quary by clicking on check box .
https://appexchange.salesforce.com/listingDetail?listingId=a0N300000016bGoEAI

Thanks 
Manoj