How to get IP Form Data

S

Sreeni

Hi,

I have small requirement like this...

I have created a Web Enabled IP Form. with in that form i have some Fields
in Repeated Sections and published this form into my share point FormLibrary.
The question is : Whatever the data enetered by the user, i need to grab
that data, using that data i need to create some Sharepoint Lists.. I know
how to create lists in sharepoint programatically. But how can i grab the
data from the Infopath Web Enabled form ?
when i save the IP Form , form is saving in SP Form Library. and the
Form data will be in content Type (Cause of i deployed as a content type to
the Sharepoint site). So, is there any possibility to read the content type
information using Sharepoint Object model ? If so, please do let me know. If
i get this information from this content type, i can create lists
programatically.

please reply me asap, that would be grateful to you.
 
S

S.Y.M. Wong-A-Ton

Do you really need to programmatically create the lists? If not, you could
use a SharePoint designer workflow like I used in this article:
http://enterprise-solutions.swits.n...dd-item-sharepoint-list-infopath-workflow.htm
.. If you really need to create a new list, then you can use an ItemAdded
event handler on the form library. This event handler would be triggered
whenever a new form is saved to the form library, at which point you can
retrieve the form, create the list, and add an item to the list using the
information from the form. The functionality you require is more SharePoint
programming than InfoPath, so may want to re-post your question in one of the
SharePoint development forums/newsgroups.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top