I had an InfoPath form that previously worked fine, including some retrieve data connections to SharePoint. After adding a new data connection, the following e... [read more]
I recently came across an issue with an InfoPath Form, where an XML Document was being constructed in the background when certain fields were updated in the for... [read more]
The following code is used to insert an item to a list using SharePoint Web Services.    /// <summary>    /// Method to insert picture URL... [read more]
Hi There, I discussed about My Links migration in post 1 here https://pathikhrawal.wordpress.com/2011/07/14/my-site-migration-from-moss-2007-to-sp-2010/Â . In ... [read more]
This solution is based on power shell script for creating cross site look up field. For example there is a sub site http://mksportal/site1 which contains a list... [read more]
Get-SPServiceInstance.xml #Retrieve information about InfoPath form services Get-SPInfoPathFormsService | Export-Clixml .Get-SPInfoPathFormsService.xml Get-SPIn... [read more]
Below is the feature file that is used to upload a file in to Pages document library on feature activation Feature.xml <?xml version="1.0" encoding="ut... [read more]
There are some scenarios in day to day development, where current changes need to revert to its previous working condition. This can be achived by finding th... [read more]
I was looking for an application that would convert an XML file into a PDF document. In fact I was trying to create an invoice as a PDF file were the invoice ha... [read more]
I found very few blogs that explained how to create a Filtered Report for CRM 2011 using Fetch XML. My approach had been to use Advanced Find to create the Fetc... [read more]
If I have to write XSLT I try and make use of the BizTalk Mapper because it can generate XSLT in a fraction of the time. It also supplies a test harness so yo... [read more]
Regarding qRules and browser-based forms, InfoPath Form Services 2010 supports sandboxed forms on the server and that means qRules works well in those environme... [read more]
August 19, 2003, as a part of Microsoft office system 2003, Microsoft shipped a new application for storing data in XML formats for end users interact with a... [read more]
InfoPath is based on industry-standard Extensible Markup Language (XML). Extensible Markup Language (XML) is a condensed form of Standard Generalized Markup Lan... [read more]
The xml files are based upon xsn or template files. XML is raw data and you need a template for the form's formatting and structure. You need to bind the URL li... [read more]