In a SharePoint 2013 workflow environment it is not possible to break with out of the box workflow actions like in the 2010 versions. To achieve that the webservice call action can/must be used. The following description shows…
Read articleArchive
Tag: SharePoint 2013
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…
Read articleIf 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.
Read articleDynamically 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…
Read articleIf 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…
Read articleIn 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…
Read articleSince Microsoft has turned their product strategy with a clear focus on mobile devices also the SharePoint world has been strongly affected. From the beginning of SharePoint server side code was the main approach to solve business needs.…
Read articleSharePoint 2013 offers a whole new set of design opportunities to designers and developers. The basis for this wohle system is the well known masterpage. The masterpage is now beeing extended by the possibility to import own developed…
Read article