Monthly Archives: September 2010

Strange FullTextSqlQuery query behaviour (System.ServiceModel.FaultException)

0 comments

Today I was trying to fix an error in a custom webpart that performs a query on the SharePoint farm. The goal was to retreive the records within a site though the search system. First I added a metadata property ItemDeclaredRecord that is mapped to ows__vti_ItemDeclaredRecord (DateTime). Then I tried the following query (using Steve [...]

Tagged , | Leave a comment

Ribbon buttons and the Client Object Model

0 comments

One of the standard Ribbon buttons in SharePoint 2010 allows you to mail a link to a document. Unfortunately the dev team at Microsoft didn’t update the functionality of this button to use one of the enhanced UI features: multiple selection. When you select 2 or more items, the button is automatically disabled. To bypass [...]

Tagged , , | Leave a comment