Monday, June 3, 2013

What is SkyDrive Pro in SharePoint 2013 | Sharegate's Blog

What is SkyDrive Pro in SharePoint 2013 | Sharegate's Blog

Great explanation by the author Benjamin Niaulin. Thank you!

Friday, May 10, 2013

Adding your own links to SharePoint 2013 suite bar


Adding your own links to SharePoint 2013 suite bar

Setting up Visual Studio 2012 for SharePoint 2013 development offline

From Tim Quinlan

Thursday, May 9, 2013

Thursday, April 25, 2013

Versioning Your Published InfoPath Forms

Versioning Your Published InfoPath Forms

Infopath template has version number, you can see the number via Form Options/Versioning. Also whenever you publish the infopath form, the version number is incremented.

A good practice of designing infopath form template is to show the version number on the form. You can add a calculated value field to the bottom of the form and set its default value to

substring-before(substring-after( /processing-instruction()[local-name(.)
  = "mso-infoPathSolution"], 'solutionVersion="'), '"')