Overwrite Custom files on deployment in SharePoint 2013
When overwriting files that where already deployed in SharePoint 2010 we normally would write a lot of code to make sure the file got overwritten. One example is here.. Overwrite files in SharePoint...
View ArticleProperties.Cancel is obsolete in SharePoint 2013
The properties.Cancel is now obsolete. Instead use properties.Status. This has several options. SPEventReceiverStatus..CancelNoError SPEventReceiverStatus.CancelWithError...
View ArticleUpdating SharePoint 2010 custom solutions to SharePoint 2013
When opening a Visual Studio 2010 solution in Visual Studio 2012 for use in SharePoint 2013 we get this upgrade log saying we didn’t get any errors and a copy of your project was saved. But is...
View ArticleHow to “connect with Outlook” on a custom contact list
This is a quick and dirty solution to make sure a custom contact list can connect with Outlook and that items are actually shown. When making a custom contact list for a customer I took a contact list...
View ArticleUpdating SharePoint 2010 List definition to SharePoint 2013 List Definition –...
In SP2013 the datasheet view is no more. It’s now been replaced with “Quick edit” But when updating a list definition from 2010 to 2013 something strange happens. The “Quick edit” button is grayed out...
View ArticleSetup a SharePoint development environment Part 1
There are a lot of blogs out there describing how to setup a development environment for developing SharePoint solutions and with the new version of 2013 also the development of apps. Because of the...
View ArticleSetup a SharePoint development environment Part 2
This is the second part of my post how to set up a SharePoint development Farm. The first part can be found here Part 1 Now that the basics are covered we can start installing the needed software. Lets...
View ArticleSetup a SharePoint development environment Part 3
This is the third part of my blog post on how to set up a development farm for SharePoint. The first and the second part where about preparing the environments and setting up a SQL Server. Now we can...
View ArticleSharePoint Saturday 2014
This year i will be speaking on the Belgian version of SharePoint Saturday 2014. My session will be about the new and enhanced search in SharePoint 2013. This wil be my first session on an BIWUG event...
View ArticleThe Gears that make the Search go round – SharePoint Saturday 2014
These are my slides from my SharePoint Saturday 2014 Belgium presentation. Session abstract Everybody heard about that huge bird – that screams ‘FAST search in SharePoint 2013!’. SharePoint internet...
View ArticleSetting userprofile properties backed by term sets that have the same names
Setting userprofile properties backed by term sets that have the same names When setting a userprofile property backed by a term set in CSOM we use this snippet (sample from Office Dev PNP) [sourcecode...
View ArticleProperties.Cancel is obsolete in SharePoint 2013
Properties.Cancel is obsolete in SharePoint 2013 The properties.Cancel is now obsolete. Instead use properties.Status. This has several options. SPEventReceiverStatus..CancelNoError...
View ArticleUpdating SharePoint 2010 custom solutions to SharePoint 2013
Updating SharePoint 2010 custom solutions to SharePoint 2013 When opening a Visual Studio 2010 solution in Visual Studio 2012 for use in SharePoint 2013 we get this upgrade log saying we didn’t get any...
View ArticleHow to “connect with Outlook” on a custom contact list
How to “connect with Outlook” on a custom contact list This is a quick and dirty solution to make sure a custom contact list can connect with Outlook and that items are actually shown. When making a...
View ArticleUpdating SharePoint 2010 List definition to SharePoint 2013 List Definition –...
Updating SharePoint 2010 List definition to SharePoint 2013 List Definition – Quick edit grayed out In SP2013 the datasheet view is no more. It’s now been replaced with “Quick edit” But when updating a...
View ArticleSetup a SharePoint development environment Part 1
Setup a SharePoint development environment Part 1 There are a lot of blogs out there describing how to setup a development environment for developing SharePoint solutions and with the new version of...
View ArticleSetup a SharePoint development environment Part 2
Setup a SharePoint development environment Part 2 This is the second part of my post how to set up a SharePoint development Farm. The first part can be found here Part 1 Now that the basics are covered...
View ArticleSetup a SharePoint development environment Part 3
Setup a SharePoint development environment Part 3 This is the third part of my blog post on how to set up a development farm for SharePoint. The first and the second part where about preparing the...
View ArticleSetting userprofile properties backed by term sets that have the same names
Setting userprofile properties backed by term sets that have the same names When setting a userprofile property backed by a term set in CSOM we use this snippet (sample from Office Dev PNP) // Get the...
View Article