Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Scenario: Have any user outside of the network and/or organization email a dummy account set up to automatically respond with an InfoPath form. The external user fills out the form and submits the form via email to a SharePoint list. Once it hits the SharePoint list (Forms Library) a workflow then kicks...
-
Web Service to Oracle Database Fail I am running a Brower enabled InfoPath form that is published to a SharePoint Library. I have created a UDCX that references a Web server connection to an Oracle database. During testing we have noticed that some users are receiving an “ An error occurred accessing...
-
Hi, I have a web service as a secondary data source. I'd like to know how to pass a parameter and get results back. If I design the InfoPath form with web service as main data source, InfoPath automatically puts "Run Query" button and all I have to do is just drag and drop fields. But I...
-
Sorry to bring up my old thread, but I've run into a new problem along the same lines. I have a form that has a webservice as it's main datasource. There are several tables on a database that have been made into a dataset for the webservice to read and populate into the forms datasource. Each...
-
The following article provides a similar solution which uses a CAML template and the UpdateListItems method of the Lists web service to update an existing item in SharePoint. The article includes some important notes when submitting data to Sharepoint using a CAML query, including the DateTime field...
-
How to Update an Existing SharePoint list item using a CAML Query to the SharePoint Lists web service from an InfoPath form. The major steps involved are: 1. Create Initial InfoPath Form Create the initial form template, main data source and retrieve the required details from the SharePoint list 2. Set...
-
Hi, Every time my InfoPath form is opened, I want to populate Dropdown box with SQL Data. I have webservice which collects data from SQL Server and returns back. In Infopath, I created new Data Connection and consuming this webservice to get data. I also checked "Automatically retrieve data when...
-
Scenario: I needed to find a way to use roles in a web enabled form which is not easily setup out of the box with Infopath. I following this post however which states that it can be done using an xml data source and some form open rules, and two hidden fields. Based on those steps, I have setup my hidden...
-
I have an InfoPath 2007 form that successfully queries a single row via a secondary data source to a web service. When I try to submit the data to the web service, with or without changing any of the data, I get the following error: Field or group: ns1:BusinessEntityID Error: Only integers allowed BusinessEntityID...
-
I am using the code below to change the location of a Secondary data connection. This works fine but if the file does not exist, the FileQueryConnection.Execute() method generates an error of its own regardless of the Try block. I would like to avoid this error (confuses the users) by checking for the...