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

I noticed that when trying to update a SharePoint list item using a CAML query from an InfoPath form, if the date/time format was not correct the field in the SharePoint list item would not be updated. Any updates in the CAML query after an element with an invalid date/time format were also not applied.

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.


InfoPath SharePoint Integration:

http://blog-sharepoint.blogspot.com/

Tutorials, tips and techniques for integrating InfoPath forms with SharePoint

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

Related posts:

  1. InfoPath Forms in SharePoint
  2. InfoPath – CAML Date Time format in when submitting to a SharePoint list via a Web Service
  3. InfoPath – Update Existing SharePoint List Item Programmatically Using CAML
  4. SharePoint InfoPath Forms
  5. InfoPath Error – Updating Content Type Failed When Publishing to SharePoint

Tags: , , , , ,

Comments are closed.