A Practical Guide to SharePoint 2013

A Practical Guide to SharePoint 2013
A Practical Guide to SharePoint 2013 - Book by Saifullah Shafiq
Showing posts with label SP1. Show all posts
Showing posts with label SP1. Show all posts

Wednesday, December 31, 2014

Slipstreamed Copies of Office 2013 and SharePoint Server 2013 with SP1 Announced

At the SharePoint Conference today Microsoft announced that a slipstreamed version of Office 2013 and SharePoint Server 2013 with service pack 1 is releasing.
Available today for download from the Microsoft Volume Licensing site, IT Pros will be able to provide full installation versions of Microsoft's Office and SharePoint products with the integrated SP1 bits. This ensures an easy installation of Office 2013 with SP1 to new systems and provides the ability to install SharePoint 2013 with SP1 directly to Windows Server 2012R2. It also delivers IT Pros with the tools to create administrative installations and custom deployments.

Tuesday, September 27, 2011

How to start the default approval workflow programmatically (Via Hugo Esperanca)

Extract

“Today I was trying to find a way to programmatically create a publishing page and start the default approval workflow attached to the pages library. The reason that I had to programmatically start the workflow (instead of relying on SharePoint to automatically start it for me) was because my code was running under the system account (in this case under a WCF web service IIS process) and, since SP1, SharePoint will not automatically start a workflow if the list item is being changed by the system account (see this blog post for more information).

The main requirements were:

1) Determine what is the default content approval workflow associated with the Pages library.

2) Start the approval workflow when a Page is programmatically added to the Publishing Pages list but only if approval is enabled on the list.

3) Pass the default association data to the workflow (without asking the user).

Here is the solution:

For complete post, click here.