Submit repeating table rows from InfoPath to a SharePoint list using the SharePoint Object Model

by S.Y.M. Wong-A-Ton

Learn how you can combine two InfoPath solutions to be able to submit rows of a repeating table in an InfoPath form to a SharePoint list using the SharePoint Object Model (OM).

In How to submit the rows of a repeating table in InfoPath to a SharePoint list I showed you how you can use a CAML update batch to programmatically submit rows of a repeating table in InfoPath to the UpdateListItems method of the Lists web service that comes with Windows SharePoint Services (WSS).

I recently wrote that there are 5 methods you can use to submit data from an InfoPath form to a SharePoint list. One of these methods is by using the SharePoint Object Model.

You can combine the techniques used in the following 2 articles to create an InfoPath solution that uses the SharePoint Object Model to submit rows of a repeating table to a SharePoint list:

  1. How to loop through items in a repeating table in InfoPath 2007
  2. How to use the SharePoint object model to submit data from an InfoPath browser form to a SharePoint list

 Subscribe (RSS | Email)

Related Posts

Comments to this post were closed 30 days after it was published.

Copyright: This article may not be used on web sites (whether personal or otherwise), copied, disseminated, altered, printed, published, broadcasted, or reproduced in any way without an expressed written consent of S.Y.M. Wong-A-Ton. Usage of techniques demonstrated in this article may be used within any Microsoft InfoPath project. This article is provided without any warranties. Copyright for this article is non-transferrable and remains with the author, S.Y.M. Wong-A-Ton.

Working with InfoPath