Integration with Salesforce

kamalkishor

Member
Licensed User
Longtime User
Hi

Please let me know about the functionality or provision if any in Basic4android to integrate the App with salesforce.

I need to send orders generated from App to salesforce

Thanks.
 

keirS

Well-Known Member
Licensed User
Longtime User
The REST API requires the use of the PATCH method to update objects . Which isn't supported by HTTPUTILS2. Unless SalesForce implements something like the x-http-override-method header field use in Googles REST API's then you cannot use HTTPUTILS2 to update objects; you can only add new ones.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…