I have a list of name/value pairs that I would like to map into an XML document.My idea is this, assign each of the names an XPath like this:
So I have a list of managers in my SharePoint site, and I am able to get the current user by using a web service and storing their name into a control. Is it possible to compare this name to everyone
When a user fills out my form, they\'re to choose who their manager and advisor is from a dropdown list. At the end of the form, two textfields are autopopulated with that same manager and advisor. Wh
Situation We are currently developing a Sharepoint 2010 site that uses Infopath 2010 forms. However most of these forms require more advanced functionality thus these became Adminstrator-approved for
I have designed a infopath form ,in that form load option I need to retrieve the current USERNAME. Who logged in the site must retrieve using WebServices only.
So lets say that I have two views, one that is the default and another that can be triggered with a button. Is it possible to switch views, then have the view that you switched to become the default v
I\'ve created a simple list in SharePoint 2010. It has a couple of text columns and a couple ofintege开发者_如何学运维r columns.
As we can assign any field in infopath form using (Eg:TextBox) MainDataSource.CreateNavigator().SelectSingleNode(\"//my:RequestedHardware\",
I\'ve met 开发者_StackOverflow社区a problem, our user asked me to implement autocomplete with rich textbox in infopath2007, and i\'ve googled a lot, but failed, can anyone help me about it?I\'d guess
I have an infopath form,when i click on the button it should redirect to sharepoint list item\'s add item template.. in the code behined i gave