InfoPath SharePoint Integration
InfoPath SharePoint Integration
InfoPath – Update Existing SharePoint List Item Programmatically Using CAML
This article demonstrates how to set up secondary data connections in an InfoPath form to connect to the Lists web service to update an existing item in a SharePoint list. An XML document containing a Collaborative Application Markup Language (CAML) query is sent containing data which will map to specific fields in the specified SharePoint list.
Integrate InfoPath Form with SharePoint Workflow
How to integrate InfoPath forms with workflow in SharePoint to give greater control over the functionality and user interface.
When an InfoPath form is set up to submit to a SharePoint library, fields in the form can be mapped to columns/fields in the SharePoint library, or a content type which is associated with a document library. See Submit InfoPath form to SharePoint List or Library using Content Type for details and an example of how to submit an InfoPath form to a SharePoint document library.
InfoPath – CAML Date Time format in when submitting to a SharePoint list via a Web Service
Using Secondary InfoPath Data Connections to retrieve data from a SharePoint List or Library
The following demonstrates how to use InfoPath data connections to connect to and retrieve SharePoint list contents (item metadata) for use in the form. This can be useful when InfoPath forms are used as a workflow component or interface, or if the form is being submitted to a library on a SharePoint site.
http://blog-sharepoint.blogspot.com/
Submit InfoPath form to SharePoint List or Library using Content Type
The following article demonstrates how to integrate an InfoPath form with a SharePoint form library, using a centralised template stored in a SharePoint document library and linked to a site Content Type. The form is set up to submit to a SharePoint form library
InfoPath SharePoint Integration