Archive by Author

ECSpand Contract Management

ECSpand Contract Management

As I attended a training concerning ECSpand contract management recently, I would like to summarize the key functionality of this interesting solution. First of all, the contract management is based on the ECSpand services. The ECSpand services add additional functionality to SharePoint like rendition, archiving or hierarchical records management to turn it into a fully [...]

Problems and hints concerning SharePoint Search

Problems with search queries (sql syntax) 1) Problem using Boolean values If you are querying a boolean property, there are problems when using a comparison like isDocument = true It turned out that this doesn’t work correctly – a workaround is to simply use isDocument != false This issue is also described in a comment at [...]