We wanted high confidence results to search over these properties. We found that the high confidence results were returning results only on the Preferred Name and Account Name properties. Banged my head for hours and finally stumbled on the
Once in a while you may be faced with a task to perform custom actions on a site after it was created from a template. One of the most common reasons is a necessity to configure a security baseline for the site by adding cross-site groups and
from:http://geekswithblogs.net/Erik/archive/2008/04/01/120915.aspxHere's a sample template that lets you have the String.Replace() functionality in XSLT 1.0. The template "string-replace-all" takes 3 parameters and recursively processes the input
Header ToolBarthere is a xslt template:ListViewToolbarit contains following sharepoint server controls control the tool bar<SharePoint:NewMenu runat="server"></SharePoint:NewMenu><SharePoint:UploadMenu runat="server"
There are many blogs out there explaining the various locations of user properties in SharePoint. Mainly the UPA and the site collections hidden list called the User Information list (http://<SiteCollectionUrl>/_catalogs/users/detail.aspx)When
http://www.sharepointconfig.com/2010/11/displaying-files-from-a-specific-folder-using-spdatasource/This is a short post to show how you can use the SPDataSource to display items from a specific folder in a SharePoint document library. While the
find the xsl files in folder C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\XSLsequence of DataForm xsltfirst: 1. construct the class<xsl:variable name="ViewClassName"> <xsl:choose>
ddwrt:FormatDate with different FormatFlagsPosted by PANVEGA on December 8, 2008I needed to use the ddwrt functions in my content query web part. Using the FormatFlags you can easily transform the format you wish.Add the following namespace
Custom field types in SharePoint 2007 are pretty darn cool. They allow you to create your own subclasses of the existing SharePoint field types. You can control pretty much every aspect of the fields behavior. Things such as how the field is
You can control the way test runs proceed by specifying settings that are stored in testrun configurations. Test run configuration settings are saved to disk in files that have the .testrunconfig extension. You can create and save multiple run
With Visual Studio 2010 SharePoint Developer Tools, the concept of the Mapped Folder was introduced. A mapped folder is a convenient way for developers to specify a location for any files that need to be deployed on to the SharePoint file system,
Workflow Manager 1.0 (a.k.a. Azure Workflow) is the new workflow engine to support workflow in SharePoint 2013. This allows for a more scalable workflow engine which can be hosted on a separate (workflow) farm. The other option is hosting the
from:http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2010/05/26/creating-enterprise-search-metadata-property-mappings-with-powershell.aspxOne of the things that drove me absolutely nuts about Enterprise Search in MOSS 2007 was that there