You need to sign in to do that
Don't have an account?
How can we make callable method from outside of Salesforce?
Hi All.
I'm now trying to make method that is callable from outside of Salesforce.
The scenario is :
1. There is our website and it has customer's info.
2. Everytime, customer's info is changed, website call Salesforce's method.
3. This method update salesforce record details.
How can I make this kind of method?
I saw 'Webservice' concept on Salesforce Developer Guide, However, there is no sample code based on scenario.
I'm now trying to make method that is callable from outside of Salesforce.
The scenario is :
1. There is our website and it has customer's info.
2. Everytime, customer's info is changed, website call Salesforce's method.
3. This method update salesforce record details.
How can I make this kind of method?
I saw 'Webservice' concept on Salesforce Developer Guide, However, there is no sample code based on scenario.
Please go through the following link.
https://trailhead.salesforce.com/en/modules/apex_integration_services/units/apex_integration_webservices
Hope this helps...!!
Please mark as best answer if the above helps..!!!