Updating existing lookup fields in SharePoint

Posted by Eric Bartels

Creating lookup-fields only via XML-Definition is not possible. You need the ID of the Web hosting the list and the ID of the list hosting the data the lookup field is connected to. This information can only be retrieved when both entities are created… Object model?! When looking into the SPFieldLookup-class you find the properties [...]

Why I love NLog

Posted by Eric Bartels

I’m using the great NLog-library to get an easy and extensible way of logging information of tools I write. Nothing is more important than knowing what your tool is doing (an sometimes what it’s not doing). Target acquired My current synchronization tool (it synchronizes certain SharePoint-Lists over the SharePoint-Web Service of two fully separated SharePoint [...]