Browse by Tags
All Tags »
SharePoint 2010 (
RSS)
Normally when you inherit a class, and override any of the methods, you call the base method, just to be sure you do not interfere with the inner workings of the class. There is a bug however in the SPItemEventReceiver class that always changes the Status...
Just a short note to self. A lot of Microsoft applications use WebDAV. If you encounter some very slow WebDAV performance, just disable the “Automatically detect settings” in IE. Tools –> Internet options –> Connections –> LAN Settings...
The new Dynamics CRM SDK is built with .NET Framework 4.0! SharePoint 2010 runs in 3.5! So you cannot use the new CRM 2011 SDK if you would like to create an External Content Type. As CRM 2011 is backward compatible, your code will run just fine when you use the “old” CRM 4.0 SDK to connect to the “new” CRM.
...
Yesterday someone asked me how to get the datepart (f.e. the year of a date) inside a SharePoint designer workflow. I thought it would be some default action in the "Utility Actions" group, but I thought wrong. There is no such pretty common action. This post however shows a simple technique to get datepart Year, Month and Day....
Unfortunately the X-Frame header, that is added by the Office Web Apps service, prevents Internet Explorer to render office documents in an I-Frame! To solve this we've create a very simple HttpModule that checks for the header and changes the value from "DENY" to "SAMEORIGIN". This post simply shows the code for such a module that enables previewing of documents with Office Web Apps inside an I-Frame....
I've attended the SharePoint 2010 Ignite Train the Trainer course this week and boy oh.. boy... great stuff inside SharePoint 2010! So on friday (== lab day) I started by creating creating a SharePoint feature which adds jQuery to the page and allthough...
More Posts