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
Chandra babu 2Chandra babu 2 

How to Retrive deta from the multiple objects

Hi Helo all !..........


Please tel me How to Retrive Deta from the Multiple Objeccts.
Himanshu ParasharHimanshu Parashar
It is a very broad question so here is the answer.

If they are not connected then you need to fire a separate SOQL but if they have any relationship between them you can fire relationship query 

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


Thanks,
Himanshu