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
kobi segevkobi segev 

connect to schema from remote app

Hey Guys,
Would someone assista newby and point me where can I find documentation on connecting SF schema (Objects and fields) from remote application?
Thanks a lot.
Khan AnasKhan Anas (Salesforce Developers) 
Hi Kobi,

Greetings to you!

You can use a connected app to integrate external applications with the Salesforce API, such as a web-based app that pulls in order status data from your Salesforce org. You can also use connected apps to integrate service providers with your Salesforce org, and to set security policies to control what data a third-party app can access from your org. And you can configure a connected app to provide authorization for external API gateways, such as API gateways hosted on MuleSoft’s Anypoint Platform.

A Connected App is an application that can connect to salesforce.com over Identity and Data APIs.

Please refer to the below links which might help you further with the above requirement.

https://help.salesforce.com/articleView?id=connected_app_overview.htm&type=5 (https://help.salesforce.com/articleView?id=connected_app_overview.htm&type=5)

https://trailhead.salesforce.com/en/content/learn/modules/connected-app-basics/learn-about-connected-apps

https://auth0.com/docs/connections/social/salesforce

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas