You need to sign in to do that
Don't have an account?
Developer99
Salesforce Connect to PHP
HI,
I want to know how salesforce can connect to PHP, As per My requriment in product object i have Unit-Price Field when i update that field in salesforce, that field value must be Update in PHP...How can Achieve this Requriment...
I want to know how salesforce can connect to PHP, As per My requriment in product object i have Unit-Price Field when i update that field in salesforce, that field value must be Update in PHP...How can Achieve this Requriment...
YOu can use any of the available API - REST or SOAP to integrate your ORG with PHP:
Read more on the links below to understand the options and how you can impement them:
REST API:https://www.salesforce.com/us/developer/docs/api_rest/
SOAP API:http://www.salesforce.com/us/developer/docs/api/