You need to sign in to do that
Don't have an account?
How to export remote site settings in salesforce
Hi All,
I want to take backup of remote site settings for sandbox referesh activity but I am unable to do this.
Please help me.
Thanks
I want to take backup of remote site settings for sandbox referesh activity but I am unable to do this.
Please help me.
Thanks
You can use Tooling api to query Remote Site settings
Alternatively, you can query from Developer Console using Tooling API Checkbox or tools like aside.io will help you in querying the data.
Query:
Select id, SiteName, EndpointURL from RemoteProxy
You can even use workbench - REST Explorer to see the Remote Site Settings
/services/data/v43.0/tooling/query?q=Select+id,SiteName,+EndpointURL+from+RemoteProxy