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

remote site settings and connected app
Please tell me the difference between remote site settings and connected app.
I guess :
* if we need to make out bound messages and call out API (SOAP/REST), we need to define the external url in remote site settings.
* If external systems need tpo connect to salesforce, we define them in connected app.
did I miss anything?
Thanks
I guess :
* if we need to make out bound messages and call out API (SOAP/REST), we need to define the external url in remote site settings.
* If external systems need tpo connect to salesforce, we define them in connected app.
did I miss anything?
Thanks
Yes your right.
Connected app : to generate access token we will use Conneted APP.
More Info : check below urls.
http://salesforceprasad.blogspot.sg/2017/04/how-to-test-salesforce-rest-api.html
https://developer.salesforce.com/forums?id=9060G000000ICHwQAO#!/feedtype=SINGLE_QUESTION_DETAIL&dc=APIs_and_Integration&criteria=BESTANSWERS&id=9060G000000XhUeQAK
Thanks
Varaprasad
- Enables callout to external site (from Salesforce), when Site URL is added to remote site setting.
- Example: For making callout to a external URL, it must be registered to remote site. Otherwise the call would simply fail.
Connected apps:- Used for making connection from outside to Salesforce.
- Example: For accessing Salesforce from third party app, a connected app can be used by them to make a connection and access Salesforce.
Please mark this as best answer if you found usefull so that others also will get benefit out of this.Thanks
Krrish
Remote Site Settings: Whenever you want to access any external sites in your salesforce instance using webservices, callouts etc., you must have that in the Remote Site Settings.
Connected App: Used for making the connection from outside to Salesforce.
I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks and Regards,
Sachin Arora
www.sachinsf.com