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 how to achieve that.
Blog zu IKT-Themen
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 how to achieve that.
When installing the preview version of windows 10 using an USB 3.0 flash drive note that the Windows 7 usb dvd image creation tool will not work. The result is that when trying to boot the PC from the USB drive the screen will flicker once but will return to the boot device screen of bios.
There is a very good post on multilingual contents in Office 365 by Vesa Juvonen. The described approach uses CSOM, and shows how to have mulitlingual Site titles, description, content type nams, column titles …: http://blogs.msdn.com/b/vesku/archive/2014/03/20/office365-multilingual-content-types-site-columns-and-site-other-elements.aspx
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.
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.
To move from Gmail to Outlook.com is easier than you might think. Just create an outlook.com profile. After that logon to you outlook.com profile, go to the options and select the import from other e-mail accounts. Now choose google (enter credentials), that`s it. Finally you have to wait a few hours (depending on the amount of data which has to be imported).
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.
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 an application page (one per action, reject, approve, publish). The application page gets the selected items via query string parameter. The processing is done in the application pages, after the page closes the lists are refreshed.