Electronic forms software that integrates with SharePoint.
0
votes
0answers
19 views
Infopath 2010 File Attachment control's delete not working
I have a List that is customized using Infopath form. In that list edit form I have a File Attachment control and using it I am able to attach the documents, but the "delete" icon next to each ...
2
votes
1answer
478 views
Canceling Workflow (Task Process) from Infopath
I have a workflow (in SP2010) Task Process that I need to be able to cancel. I had a parallel action in the "When the Task Process Is Running" that checked for Item deletion or a field change.
Run ...
1
vote
1answer
788 views
Create a SharePoint list form with MULTIPLE repeating tables to submit to a SharePoint List
I've been trying to create a SharePoint List form that has MULTIPLE REPEAT TABLES. When I try the solution at: submit multiple entries to one list with one infopath form I am not able to add an ...
1
vote
1answer
454 views
using to email in infopath designer 2010
In my Infopath form 2010, I am using a data connection called Email submit (which is an 'To Email' option in data connection). I have a people picker field in my form template which is used to select ...
1
vote
2answers
2k views
SharePoint Workflow, Approver Lookup List
I am trying to create an approval process for InfoPath Form in a Form Library, for SharePoint 2010. I currently have a list of approvers in a list on my SharePoint site called Approvers.
This list ...
1
vote
1answer
607 views
Microsoft.SharePoint.SoapServer.SoapServerException on SharePoint 2010 InfoPath
I'm trying to modify my list InfoPath form to connect to a data of a SharePoint Web Service Lists.GetListItems
On the part where I'll specify the parameters, I get the following error:
Exception of ...
2
votes
1answer
2k views
Validation, when using code to submit an Infopath 2010 form
I have a fairly complex infopath 2010 browser form (Being used to process expense claims) that is using code to perform the submission rather than a rule. The initial submit uses code as it needs to ...
1
vote
2answers
489 views
Why my recent changes in infopath form does not show in the browser?
I made some changes in my browser enabled, full trust infopath form in visual studio 2008. I successfully published it as xsn file. Then I use central administration tool to add this form again.
I ...
0
votes
1answer
32 views
Can i access/use a single value in a multi-valued list box using Infopath?
i have a multivalued list box "Release Scope" and it is just 3 values.
i try to use a Rule that whenever the Value 'contains' "Targeted" then something will happen.
this doesn't work. how can i ...
0
votes
1answer
296 views
How to Bind textbox/ListBox from one List with depending on other Dropdownlist populated with Another Sharepoint list in InfoPath?
I have a DropDownList which is populated with One SharePointList in INFOPATH DESIGNER and the value for other textboxes are filled depending on this DropDownList Selected Value using Rules & ...
1
vote
1answer
171 views
Tabbing Problem with InfoPath 2010 People/Group Selector
I have a InfoPath 2010 form. Somehow my user-profile people picker tabs back to the previous field when I first step into it. Once I tab back in there is no longer a problem. Does anyone know how to ...
0
votes
1answer
456 views
InfoPath and SharePoint: Domain Permission Level Error
I am needing to move a template into a content type folder and have it be the new template, but when I do I get this error when I try to open a form based on it. Anyone seen this before? What does it ...
0
votes
0answers
17 views
getting average number after data filter by date range
I would like to get an average number of a data that has been filter by date range. however instead of getting the avg for display date range it calculate all the number in the database:
ex:
...
0
votes
2answers
2k views
Display drop down items based on previous selected value in infopath
I am trying to do one thing in sharepoint.
Student should select the Highest Qualification. In Highest qualification I am showing 3 values such as:
Post Graduation,
Graduation,
Under Graduation
...
2
votes
1answer
6k views
InfoPath 2010: Change View Depending on SharePoint Group Membership
I have an InfoPath form with two views - one for viewing a SharePoint list items data (which only shows a few fields), the other for editing. What I want to do is to check if the current user of a ...
0
votes
2answers
28 views
how do i fire a workflow weekly on its own with out a record being craeted or edited
I have a workflow which adds a new record to list. i want that workflow to be fired weekly on its own with out a item being craeted or edited. please help me on how this can be done?
Thanks,
Raghu
2
votes
3answers
4k views
redirect a user after submitting an infopath form
I made a custom list in SharePoint and then created an infopath form based on that list. I created a new page in my SharePoint publishing site and added an infopath webpart that looked at my ...
0
votes
3answers
1k views
How to close an infopath form in C# style?
I tried XDocument.View.Window.Close(true); but it tells me "The name 'XDocument' does not exist in the current context"
I even tried thisXDocument.View.Window.Close(true); but still same error.
What ...
0
votes
1answer
870 views
Cannot publish my InfoPath form in SharePoint 2007 any more
When I was publish my InfoPath form to my SharePoint 2007, it give me the following error:
updating the content type failed
I went though a search and many of the search return (Microsoft Forum, ...
0
votes
0answers
37 views
InfoPath encounters SSL error with RESTful service on SharePoint
My settings are:
Excel file on SharePoint documents library.
InfoPath form on SharePoint as a content type that makes RESTful call to Excel file and get data from its ranges. I don't use the data ...
2
votes
5answers
3k views
Infopath Button missing in Ribbon for List
I am trying to follow some tutorials for customizing a list with InfoPath 2010. However, when I click on a list it appears I am missing the InfoPath button. I do have Infopath 2010 installed and can ...
0
votes
1answer
372 views
Is it Possible to have a Form Submit Action based on different Views in InfoPath 2010
I have several different views in InfoPath 2010 and would like to apply rules on the "Form Submit" based on what the "Current" form view is. I don't see anything in the "Condition" statement that ...
0
votes
1answer
687 views
How to activate infopath services for sharepoint site
I want to work with infopath services available in sharepoint 2010 environment.
My machine has inforpath designer and filler 2010. When I went to site collection features --> Sharepoint server ...
0
votes
1answer
306 views
InfoPath form tabbing out of form fields and not into controls
I have a form on infopath that when tabbing through, tends to go off into sections outside the form, where there is no data. It also will not tab into controls, such as radio buttons and drop-down ...
0
votes
1answer
20 views
How to view forms on a tablet and submit response back to SharePoint
beginner SharePoint admin here looking for guidance.
We have a situation at our company where we want to be able to view company documents on tablets (which staff have due to their mobility ...
0
votes
1answer
33 views
How to trigger a rule in an InfoPath form from action done on another field
I have a form with a Name field. The Name field has the set of rules shown in this image on the right. when the user changes any of the fields shown by the mouse icons, i have a rule to Set Name field ...
1
vote
1answer
286 views
Query large (over 5000 records) Sharepoint list from Infopath error
I have an Info Path form which contains a drop down list attached to a Data connection. The data is coming from a SharePoint list with well over 20,000 records. To combat the size of this list we ...
1
vote
0answers
39 views
Infopath Multiple-Selection list's Item Changed Event is not working in web browser
I have an infopath form applied to a Form Library in my sharepoint site which have managed code. In that form I use a Multiple-Selection list in a section that shows items (documents) from a ...
0
votes
0answers
11 views
Infopath Hyperlink
Ok So I have a form that I am creating. I want the user to select a class from a drop down menu. Based on the class that they choose I want it to populate a hyperlink and that hyperlink needs to go to ...
0
votes
2answers
96 views
Infopath 2010 “Data Connection Wizard” can't find Sharepoint Library or list
i have an infopath form on a sharepoint list. it works fine. i've added data connections to the list before. i've not worked on the form in a while, and just now realized that i'm no longer allowed to ...
0
votes
1answer
46 views
Get the site access for the current user in infopath
I have a save & close button on an infopath 2007 form, but i would like to create a rule on it to be disabled if the current user only has read only access to the sharepoint site, is this possible ...
0
votes
1answer
62 views
error, while trying to access the webservices from infopath form
I am getting the following error while trying to access a custom webservice from an infopath form to fetch some data. I have already gone through the actions described in the error message, but the ...
0
votes
1answer
60 views
Can an InfoPath 2010 form be built from an existing content type
I have several custom content types defined in a site collection defined as a hub. These content types have been published and I have some other sites that use these content types. I would like to ...
0
votes
1answer
225 views
Approval/Feedback workflow: how to change the task status with a custom button on InfoPath Form?
I created two workflows, one based on the approval workflow and another based on the feedback workflow via SharePoint Designer 2010.
For both workflows I'm trying to find a solution to add a custom ...
0
votes
1answer
51 views
SOAP error when publishing Infopath 2010 form to Sharepoint
I am working in a list which contains around 300 different fields. I have also added another list as second data connection. Everything is perfect at this stage and i am able to publish ...
1
vote
0answers
43 views
Document Information Panel (Infopath 2007 .xsn) crashes Word 2010 when creating an instance of the content type, any idea why?
My problem seems to be that whenever I create an instance of a document content type it seems to crash Word 2010, I've tested it on another PC with Word 2007 installed and it opens the document just ...
0
votes
2answers
108 views
Infopath 2010 form - “Only Date or Date and Time Allowed”
in Infopath i set the default value of a due date field to "today()". the format however when i load the form shows "Year-Mo-Day" format (however is correct data), and it displays a red box around the ...
0
votes
1answer
60 views
Moving a infopath form from one site collection to another
I have problem with moving a infopath form from one site collection (dev computer) to another. WHat I did was to create a list and create an infopath form. Once the form was all ready and published, i ...
0
votes
0answers
40 views
SharePoint Designer 2010 Workflow creates ASPX form instead of InfoPath form
I tried re-installing my workflows on my server after a new deployment had run, but now I encounter the following behaviour:
Instead of the previous InfoPath initiation form it creates an aspx form ...
1
vote
1answer
1k views
InofPath Workflow; GroupID, Error Message: Group cannot be found
I have created an InfoPath form workflow in designer. It is a simple workflow which uses the "Collect data from user" task. It requires that the user supply a choice: "Approve" or "Reject", and select ...
2
votes
3answers
6k views
The “Add new document” link on Forms Library list form is messing up
It links to upload document page insead of pulling the infopath.
http://sitecoll/sites/0438A/_Layouts/listform.aspx?PageType=8&ListId={7BA9BF8D-52B5-432D-8068-B5290D2E7602}
But if i edit the ...
0
votes
0answers
28 views
sharepoint 2013 infopath error
I developed a visual studio custom list with custom columns.
i wanted to add a repeating table inside it and that's why i opened my form on infopath.
is there any other option for adding repating ...
0
votes
1answer
47 views
InfoPath form/List for a site still using SharePoint2007 interface inside SharePoint2010 environment. (timeline sensitive)
We recently completed a SharePoint 2007-2010 Migration last year. We have some sites that are using custom branding, and we've kept these sites using the 07 interface in order to prevent any broken ...
2
votes
1answer
597 views
InfoPath Form - Limiting View Access by Domain Controller's AD Groups?
I'm working on a Sharepoint 2010 server that is virtualized inside of a domain. The domain controller has Active Directory installed and thus defines the AD Groups on it.
An InfoPath 2010 form was ...
0
votes
0answers
48 views
Custom InfoPath edit form for external list with two fields referencing same foreign identifier
I have a scenario simmilar to this:
SQL Server tables
Partner
- ID (primary key)
- Name
Project
- ID (primary key)
- Name
- TechnicalPartnerID (foreign key to Partner)
- BusinessPartnerID (foreign ...
0
votes
0answers
91 views
Setting Person field type in a SharePoint Designer Workflow does not work for Groups
I am using an InfoPath form for my document library. Because of issues with InfoPath Person/Group fields mapping to SharePoint person/group fields correctly, I have a workflow that runs on form ...
0
votes
0answers
39 views
No outbound connection from the WFE to the web service hosted server from an InfoPath form hosted in SharePoint 2010
Bit of a background:
Dev Enviornment - 1 X WFE/App Server, 1 X DB server
UAT Enviornment - 1 X WFE, 1 X App Server and 1 X DB Server
We have an infopath form published to a form library, using a ...
0
votes
0answers
28 views
How to force page refresh on submit of InfoPath Filler form
I have an InfoPath form that opens InfoPath Filler to enter data in the form. On completion of the form entry, the submit function updates a SharePoint list using a WebService submit. The problem is I ...
0
votes
0answers
18 views
can i use a formatting rule against the value of a multi-valued checkbox field in infopath 2010 form?
I have a multivalued checkbox in my infopath 2010 form that has 3 values. if ONE of them is selected, i want another control on the page to be shown. I tried to set this up using Rules but i can't ...
0
votes
1answer
168 views
InfoPath 2010 - send custom email with form data attachment
I am trying to submit a Web Browser Form to a document library in another web application which has incoming email enabled. So far I have identified two problems with this:
SharePoint 2010 doesn't ...



