Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Hi Hilary, Thanks for your reply. I was waiting eagerly for an answer since this is my first post in this forum and being a new bie in IP world, I m curious to learn as much as I can. I tried a couple of things. 1.) As you suggested, used a database template and got query field, data field, Run Query...
-
Hi, I am trying access UserProfileService Web service on InfoPath 2010 Web browser Administrator Approved Forms (Domain/Full) to populate the User Details on form Load .I am using claim based Kerberos authentication website. I have configured the SPN for website and SQL server to use Kerberos authentication...
-
Hi Friends Can you send me the code for store Infopath values in SQL DB through WebServices Thanks in Advance, Suresh Rathinasamy.
-
So here is my set up: I created a new list from an InfoPath form. The list has a people picker field, someone picks a user and the GetUserProfileByName service is run to query the department, office, email, etc and corresponding fields are populated. These read only fields (department, office...) are...
-
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!
-
Hello, I have an InfoPath browser form that I publish to a SharePoint MOSS enterprise form services form library. This form needs (IF POSSIBLE) a no-code solution. I have a text field called Alias/Badge # where a manager types in an employees AD account alias or badge field. After a button is pressed...
-
Building a complex browser enabled form that has multiple Data Connections to the UpdateListItems web service for the same site. (2 Different lists, 3 different connections.) Retrieve Data Connection - SharePoint List Submit Data Connection - Web Service w/ CAML query (programatically generated) - Updates...
-
Hi, I am using a browser enabled form in Infopath 2007. I want to restrict some users depending upon the role. The restriction is, I do not want to delete node from repeating section but they can add more. In Infopath there is option to restrict both adding and deleting simultaneously. Is there a way...
-
Hi, I am facing one issue while accessing session object in Web Services from Browser Enabled forms. Following is the sample code to test session data in web services. [WebMethod(EnableSession = true)] public void Setval(String groupID) { Session["groupID"] = groupID; } [WebMethod(EnableSession...
-
Hi I am trying to update a field in my Forms library. It works fine, do not give any error but does not update the field. I am also an administrator on the server with full access This is my code : using (SPSite site = new SPSite("http://server:10746")) { using (SPWeb web = site.OpenWeb())...