Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Hi, Definitly I can do a lot in a custom button. I create my web service submit data connection, I set it up on buttom Rules along with several verification operations. But I would like to do all this, without using Rules. I want to use the button clicked event, but here I experience a great dificulty...
-
Is it possible to lookup a manager's direct reports and display them in a drop down list box? I was thinking of using the OOTB "UserProfileService" web service with SharePoint Services form. Can someone tell me how it can be done? Thanks!
-
Hi,
Currently I am working infopath and web service. Here I am submitting a text document to the web service where it will convert this into a XML data and sends back to the infopath. Before sending the data from web service, I am creating an object of a user defined class. Since the returned value...
-
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...
-
Hi, I have created a webservice in sharepoint which will return multiple values. When I tried to consume the service through Infopath for an dropdownlist, only the first value is displayed in the dropdownlist. But I copied the same xml code to local file and tried. This time it is working fine. What...
-
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 need to be able to evolve a form I created as a "new from Data connection" one. The form submits data to a WebService and also queries the WebService. The thing is that I'm evolving (adding/modifying/deleting) the XML schema of the element that get's submited to the WebService by...
-
Hello All, I am using the GetCommonManager Web Service to get the Users manager name. Is there any way to check the Users manager managers name (The manager of the manager of the user) from the start? We have four levels: 1 - the user, 2 - the users manager, 3 - the department manager, 4 - CEO. I want...
-
I am stuck with this problem when i preview an infopath form: The query cannot be run for the following DataObject: GetCommonManager InfoPath cannot run the specified query. The SOAP response indicates that an error occurred on the server: Server was unable to process request. ---> Object reference...
-
Hey Clay, Thanks for answering. Well, i am not SO familier with Web Services but i do familier with computers :) Anyways, I did get the managers name but i get it in domain/username display. The bottom line, i need to get the managers e-mail somehow. I can't find a place that shows how to do it....