Skip to main content

Hi,


     I have a repeating field in my infopath form, Is it possible to access the sharepoint list and insert data directly into the sharepoint list from the Server code event with the table contents.


I know it is possible via web service, but is it possible to directly do the task in k2 itself? Any help would be useful.


Thanks in advance.


karthikeyan.

I think u can try by using SPListItem event wizard to insert records into sharepoint lists. Pass infopath xml fields (data maintained through xml fields when we integrate infopath) to this list item wizard metadata which then taking care of inserting item to splist.


Thanks for your help


Reply