-
SharePoint Search Full Vs. Incremental Search
Posted :
by :
To figure out the difference of SharePoint Full vs. Incremental Search. Basically the incremental one only crawls content, the full one also indexes admin related stuff (metadata mapping). It is recommended to run a full crawl after updates and at least once a week.
-
‘Save My Searches’ Feature in SharePoint 2010
Posted :
by :
If you want let users save their searches in SharePoint 2010 you can use this code to solve it. The solution is fully in JavaScript/JQuery and stores the searches in a separate list.
-
Dynamically hiding one or more elements in an InfoPath form
Posted :
by :
Dynamically hiding one or more elements in InfoPath 2010/2013 is a straight forward configuration. Before starting decide if you want to hide only one or more elements (e.g. a group of input boxes including labels). If you just want to dynamically display and hide one element you can just select this one. If you want…
-
Multiple approval of items ins SharePoint – other approaches
Posted :
by :
By default it is not possible to approve or reject multiple items in a SharePoint workflow. Having a look on the internet several solutions can be found for that. In the following I am highlighting some of them – I mostly like the ones using Javascript Code.
-
Sharepoint Bulk approval of items
If you have activated the content approval or even work with an approval workflow to approve items in your list or library you might have recognized that a bulk approval/rejection of items/documents is not possible. This blogpost shows how to create a possibility to bulk approve items/documents. Therefore custom ribbon buttons are provided which call…
-
Versioned Comments in SharePoint 2010 lists and libraries
In daily business use it is often required to have comments on your list item or document in a SharePoint 2010 list or library. Before you start: It is recommended to plan this. SharePoint 2010 allows you to configure comments on list items or documents, but you have to do some (ootb) configuration.
-
Newsletter layout does not support connected web part
Did you know that newsletter layout does not support connected filters in SharePoint 2010. That means that connected filters from a list or library web part does not update the connected web part when the connected web part has configured the newsletter view. What a pitty …


