Posted by Eric Bartels
In a current project a search based solution is required to allow a research against an existing set of records. Of course the search-backend is the elasticsearch. This projects requires the use of .Net 3.5 which makes it impossible to use NEST as elasticsearch client. To at least add a little bit of comfort when [...]
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 [...]
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 [...]