function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
learninglearning 

Integration of InfoPath Form to Salesforce via WebService

Hi All,

 

could anybody please advice me on how I can approach in integrating the infopath and the webservice?

 

The requirement goes like this:

 

We have an infopath form with some fields in it. Once the user fills and submit it, the details will be passed to a webservice which in turn creates a record in Salesforce for a custom object.

 

The approach what I thought of is :

 

1) Once the webservice receives the request data from infopath form, it will prepare the csv with those details and it will automatically sends an email to the SF email Id.

 

2) Once the webservice receives the request data from infopath form, it will use the SF Webservices API and directly inserts the records into the custom object in SF.

 

Could anybody please suggest me how I can approach the above requirement in the simplest way ?