Getting started with #ProjectOnline #Workflow Part 1 #PS2013 #Office365 #Project #PPM #PMOT
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011. I am also a certified Prince2 Practitioner. This article has been cross posted from pwmather.wordpress.com (original article) |
Following on from a very popular series of posts on getting started with Project Online, Microsoft’s Office 365 PPM cloud offering, round up found here. I started a mini series towards the end of last year where I covered getting started with the Portfolio Analysis functionality, part 1 here and part 2 here. I mentioned here that I would also do the same for workflow. I have finally got around to creating the workflow version – sorry for the delay, it has been a busy few months.
In this series of posts I will touch on some of the workflow capabilities that are available for Project Online and show you how to getting started.
For the purpose of this post I have already configured a project ideas type list in my PWA site collection, the portfolio strategy / analysis piece, some enterprise project types and have some custom fields.
The first post in this series will look at creating a project from the project ideas list. The workflow will assign a task to a SharePoint group for the approval, once approved a project will be created in Project Online using the correct Enterprise Project Type.
The project ideas list on my test environment looks like this:
Very simple, with a couple of SharePoint fields. I have mapped these fields to Project Online custom fields:
This is so that the metadata captured from the idea is copied over to custom field when the project is created.
I have also created some new Enterprise Project Types in this test environment:
Some of these will be used in later posts for this getting started series.
We will now look at creating an approval workflow for this ProjectIdeas list. Launch SharePoint Designer 2013 and open the target PWA site.
Click Workflow from Navigation pane:
Click List Workflow then choose the list:
Complete the details as required:
Click OK.
Now you can start creating the workflow in the designer. For this example I will firstly insert two more stages using the Stage button:
Then rename the stages:
Starting with the Initiated stage, click where is states “Start typing…” and more options will be enabled in the ribbon:
Click the Action button and scroll down to the “Assign a task” action and click:
Now click this user:
In the dialog box that appears complete the details, for the Participant I selected the Administrators group:
For the task title I used the string builder and added the following with a lookup to the item:
For the description I used the string builder to create the following:
Once the details are completed:
Click OK.
Now click in the transition to stage section:
Using the condition ribbon menu button, select if any value equals value:
Now click the first value:
Then click the fx button:
In the box that appears set the following:
Click OK.
Click the second value and choose Approved:
Now select the Insert go-to under the If and select Go to a stage on the Action menu:
Click a stage and select Approved:
Do the same for Else but select the Rejected stage:
In the Approved stage I will insert a parallel block:
In this parallel block I will insert four If conditions:
The If conditions are then configured like below:
The action for each If will be “Create Project from Current Item”:
Then you can choose the Enterprise Project Type:
Set this up to match to correct EPTs:
I then added two further actions:
To send ad email and to set a field on the list.
The email was configured as below:
The workflow then set the Approval Date field to Today:
The transition to stage was then update to end the workflow:
The final stage to configure is the Reject stage, in this stage we just send and email to the user that created the item then end the workflow:
Once completed, save the workflow and check for any errors.
Using the navigation bar, click the workflow name:
Then set the start options for the workflow:
Once you are happy with it publish the workflow to the list.
Back in SharePoint, if we look at the Workflow settings for the list we should see the workflow name:
Now if I create a new item on the list the workflow will fire and create a task for one of the administrators to approve, the item shows as in the initiated stage:
As a PWA administrator I would receive a email notifying me that I had a task assigned, I could then approve that item or reject it. In this example I will approve it:
When the workflow fires the item will update to Approved, a project will get created in Project Online, an email will be sent to the user who created the idea and the Approval Date will be set on the list item.
The updated project idea item can be seen below:
The project can be seen below in the project center with the correct Enterprise Project Type:
The data from the Project Ideas list has been copied to the correct Project Custom fields:
That’s it for the simple project ideas list workflow – there is lots more that can be done but hopefully that gives you a good idea on how to get started. Next up we will take a look at getting started with the project life cycle workflow and progress a project through various stages and phases.