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
AnupamaAnupama 

How to retrieve data from multiple objects?

I wan't make a join between two objects, and get the results. How this can be achieved?
Best Answer chosen by Admin (Salesforce Developers) 
start_sstart_s

Hi Anupama,

 

You may use SOQL queries to join two objects, please refer to the guide SOQL

 

If you would like to join two objects and extract these data you may use Apatar open source data migration tool. You will need to configure two connectors of Salesforce, use Join operation and link it to your target source.

 

 

All Answers

start_sstart_s

Hi Anupama,

 

You may use SOQL queries to join two objects, please refer to the guide SOQL

 

If you would like to join two objects and extract these data you may use Apatar open source data migration tool. You will need to configure two connectors of Salesforce, use Join operation and link it to your target source.

 

 

This was selected as the best answer
AnupamaAnupama
Thanks for the link provided.