Codeless submitting InfoPath repeating table to a SharePoint list - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Codeless submitting InfoPath repeating table to a SharePoint list

Last post 07-16-2017 05:36 PM by Ligia1982. 103 replies.
Page 3 of 7 (104 items) < Previous 1 2 3 4 5 Next > ... Last »
Sort Posts: Previous Next
  • 11-11-2013 02:42 PM In reply to

    • Hitch
    • Not Ranked
    • Joined on 11-11-2013
    • Posts 4

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

     Hi RaYva,

    Thanks you very much for the post and I followed your attachment and was able to add items to list successfully. I have another question, is it possible to edit those already submitted items from InfoPath form' repeating table?

     

    Thanks!!

  • 11-18-2013 08:37 AM In reply to

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    If it's not too late to reply to this post I'd really like some help on assigning values to the CAML fields.

    I got this sample file to work in this instance, but in trying to replicate it to my own scenario I found that when I tried to set the values for the CAML fields I wouldn't get the same format as in the example file. The way it keeps allowing me to add the formula doesn't actually work when I submit. I see why it doesn't work, I just can't figure out how to do it.

    I have attached a screenshot of what I am experiencing.

    Can someone help me here? :-)

    Thanks!!
    George
  • 11-18-2013 08:45 AM In reply to

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

     http://www.infopathdev.com/blogs/hilary/archive/2009/06/07/hack-manifest-xsf-to-filter-the-target-of-a-rule.aspx may help - it describes manually modifying the manifest file of the template to add XPath filters to the target for a rule.

    Hilary Stoupa

  • 11-18-2013 11:22 AM In reply to

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    Thanks Hilary. :-) I had actually read that posting a few days ago. When I went to your link and saw it, it was like DUH! Thanks again George
  • 11-18-2013 06:15 PM In reply to

    • RaYvA
    • Top 100 Contributor
    • Joined on 05-09-2013
    • Melbourne, Australia
    • Posts 86

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    Hi Hitch, that's an interesting question!  I had thought about it and then decided that I couldn't find a Use Case for it, but then why did I think of it?

    Can you explain why you would want to do this?

    Technically, there is no reason why you couldn't edit the items from the repeating table AFTER they have been submitted, although probably not in repeating table, off the top of my head the easiest way would be to do it in separate view which retrieves the item from the previously returned record ID and allows the user to edit and save it back to the list via a list data connection.

    If there is a need, I'm not promising although, maybe I'll have a go at an elegant solution! :)
  • 11-19-2013 10:22 AM In reply to

    • Hitch
    • Not Ranked
    • Joined on 11-11-2013
    • Posts 4

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

     I followed this article to get it done http://www.infopathdev.com/blogs/hilary/archive/2012/05/30/qrules-submittosharepointlist-walkthrough-for-v4-2.aspx and was able to save as well as edit after I save.

    But I don't seem to have a way delete a row so that it deletes from list, as well.

  • 12-26-2013 11:46 AM In reply to

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    I believe I've done everything as directed here (even RaYvA's template solution), but new records do not seem to be adding. I click the button with my GUID entered, and it appears to run fine, but when I go to the list nothing new was added. Does anyone know if perhaps there is something disabled on the SharePoint administrator side of things preventing me from doing this?
  • 01-05-2014 09:10 PM In reply to

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    Amazing solution, stumbled upon this luckily before giving up and going to the object model! One of the most useful InfoPath solutions around in my opinion.
  • 01-15-2014 11:00 PM In reply to

    • RaYvA
    • Top 100 Contributor
    • Joined on 05-09-2013
    • Melbourne, Australia
    • Posts 86

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    Hi nerdifiedgeek, this should work ootb. Make sure that the GUID is enclodes in braces {....} and also make sure that the web address for the data connection is pointing to your server.

    If al else fails, delete everything you've attempted to do and start again following the instructions carefully.  Everything in the form is quiet self contained.

    Hope you get it to work.

  • 01-16-2014 08:58 PM In reply to

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    Hi Rayva i am not able to open the form .xsn it requires domain permission .can i view this form?
    nine
  • 01-16-2014 09:02 PM In reply to

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    I am not able to view the .xsn form as i do not have domain permission .
    nine
  • 01-16-2014 09:49 PM In reply to

    • RaYvA
    • Top 100 Contributor
    • Joined on 05-09-2013
    • Melbourne, Australia
    • Posts 86

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    Hi nine1987, follow Hillary's instructions posted above:

    Save the linked file locally (right click link, select save as). Navigate to the locally saved file. Right click the file and select Design - then you can open the form in design mode.

    RaYvA

  • 01-16-2014 10:26 PM In reply to

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    Hi Thanks A LOT .But how is the xml template designed?
    nine
  • 01-19-2014 10:19 PM In reply to

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    Hi using repeating table data table submit.xsn solution. Only one item gets added into the list not multiple and also the empty rows get added . can you help me out in this ?
    nine
  • 02-24-2014 01:42 AM In reply to

    Re: Codeless submitting InfoPath repeating table to a SharePoint list

    I have been following this example of submitting a Repeating Table to a sharepoint list. What I would like to do next is to have a normal table (non-repeating) submitted along with a repeating table. For example, I have a form where an employee is added. That employee might have work experience (more than one). I can add person X( fname, lname, phone, etc) using standard field. I would like to have underneath the work experience as a repeating table (date worked, company, etc). When I hit submit, I would like the persons fname, lname, phone etc to be inserted each time a new work experience is added. Person X Date 1 Company Z Date 2 Company W When I hit submit the following happens: Person X Date 1 Company Z Person X Date 2 Company W Any help would be greatly appreciated. Thank you
Page 3 of 7 (104 items) < Previous 1 2 3 4 5 Next > ... Last »
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.