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.
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.
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.
Since 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. With the change of the Microsoft strategy also this common idea became questionable: Client side solutions were strengthened, REST, JavaScript or Web Standards are some of the often heard key words. What are the most interesting changes and new ideas in the “new” UI SharePoint world?