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

Best way to query data in different SF org
Hi All,
I would like to create a VF table dashboard component that includes metrics from a different Salesforce organization. I would like to hear how other people are doing this or how others would propose I do this.
I'm contemplating creating a rest service in the org that I'm looking to pull data from and then calling that from the requesting org. Is this the best approach? Does anyone have an example they can share?
Thanks much!
I would like to create a VF table dashboard component that includes metrics from a different Salesforce organization. I would like to hear how other people are doing this or how others would propose I do this.
I'm contemplating creating a rest service in the org that I'm looking to pull data from and then calling that from the requesting org. Is this the best approach? Does anyone have an example they can share?
Thanks much!
You can create your own REST webservice or use the REST API to query data in your org.
Regards,
Satish Kumar