Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Hi How to add multiple row repeating table records in sharepoint list? Thanks, Suresh Rathinasamy.
-
Sorry, definitely my fault. Forget to post it.. I use the submit/code function with C#. I just tried to select the current ID (in which row the button is). Then I can call a WebService with this information. With that I try to select a field called ID, which is part of the repeating table. [quote]String...
-
Hello, I have googled now for hours and can't get this easy thing working. Basically I have SharePoint List and I want to kick-off a WorkFlow for a specific Item from InfoPath. This would be done via a WebService. I can call this WebService from Infopath (Data Connection), but it always uses the...
-
Hilary, thanks so much for responding so quickly! I've modified the mapping...see below. Please confirm that it looks correct. Yes, I did drag the Error node onto my form and the GenerateGuid command worked. With the modified mapping, I am now no longer even getting prompted to login to the SharePoint...
-
I have a form with 11 fields in a repeating table. There are also 6 "header" fields that apply to each of the rows in the repeating table. This form is client based, created in InfoPath 2010, but saved to work with InfoPath 2007. The intention is that field personnel use it to do inventory...
-
Hi, I'm working on a infopath (2010) form for a PhoneCompany and i have 2 issues to cover, I can't find a direct post to help me with the issues.. gonna try to explain them here First of all, I'm wondering if the presented issues can be resolved without using programming code Issue 1: I have...
-
hi all m working on infopath form which connected to share point list. m trying to add information in repeating table using C# code. on button click all information is pass to repeating table & dynamically repeating table add new row & fill all information but at point of adding row in table...
-
This is my first post on this dev site and I've read a lot of helpful hints and tips, so I decided to try and get this problem resolved here... I've spent over 30 hours on this particular, seemingly easy task that my boss has been pushing me to get done for this form. Any help would be greatly...
-
Hey everyone, In my Infopath form I use a repeating table. On opening this form on sharepoint I would like to have some rows of the repeating table filled out using information from an other list. I use content types. What i am working on is a Timesheet system where the user can register how many hours...
-
Note : I am fairly new to creating forms using InfoPath and I have zero experience writing code. Here is what I want to do: I am trying to create a form where our store managers can submit their location's payroll information each month. We already have a SharePoint list containing all current employees...