In today's world, project management is critical to most business operations. Whether it's an extensive IT infrastructure implementation or planning a small charity event for a non-profit organization, there is usually a need for someone to manage the cost, deadlines and risks. Fortunately, SharePoint has become a dependent tool of choice, due to its broad scale of project friendly features and functionality that simplifies the organization and access to project related documentation and information. Conversely, this adoption has dramatically increased the demand for new sites, quickly leading to site sprawl, and significant overhead on SharePoint Administrators.
With Site Provisioning & Governance Assistant (SPGA), you not only have the capability to automate these project site requests, but do so in a manner that empowers the project managers by allowing them to create their own sites within parameters defined by the SharePoint Admin. In this article, I will walk you through the process of building out a request profile specifically dedicated to creating and managing new project sites.
By the conclusion of this article, you will be able to accomplish the following:
- Provide a Self-Service site provisioning mechanism for Project Managers
- Define the web application and managed path of new Project Sites
- Allow Requester to determine site access at point of creation
- Predefined Requester Site Access
- Capture Metadata from the New Request Form
- Apply an Approval Workflow
Create a New Project Request Profile
- From your Provisioning Management Site Settings, click Request Profiles
- Click Add new item
- Provide a Name, Description for your Request Profile. Select the "Project" tag, and choose the Site Collection template. Click Save.
(The Project Site template will only create provision subsites by default. In this example, we want Project Sites to be new top-level site
collections)
Editing the Project Request Profile
- From your Provisioning Management site's home page, locate the newly created Project Request Profile and select Execution Settings
Modify Request Profile Inputs
In this section, we will modify the existing inputs from the Project Site template. We will allow the requester to add site members and also add
metadata fields to capture information about the project duration and information classification.
- The first modification to the inputs will be to create a new field group for the additional metadata fields we are adding. Click Add field group
- Provide a name and description for your new field group, click Save
- Next, we will create an input field for the project duration. Click Add Field
- Click the drop down next to the field type and click Change Field Type
- From the input Picker menu, select Choice and click OK
- Change the Field Group to the newly created one (Project Information)
- Provide a Field Name of ProjectDuration (spaces are no allowed) and a Display Name of Project Duration
- Leave the Property Value type defaulted to string and select the "Yes" radio button to make it required
- In the choices box, specify the choices and the desired choice display types. In our example, we have 4 choices and will use radio buttons
- Click Save
- Repeat steps 1-10 to create a choice input for Classified vs. Unclassified. The inputs should look like the screenshot below
- Your final inputs should look like this
Modify Activities
Fortunately, the out-of-the-box Site Collection template activities provide you with the foundation needed to quickly get started provisioning new
Project Sites. However, we will need to modify a few of them to ensure that sites get created within the proper web application and managed
path, and that the requester is made a Contributor, and not a site collection owner,
- Click the first activity, Set Execution Settings. In order to modify the managed path where these sites are created, change "sites" to "projects".
(The managed path must already exist) - Click Save
- Next, we will modify the Create Site Collection with Top-Level Site activity. Click it from the activity list
- In order to change the site template to a Project Site, click the function button next to Site Definition
- From the property picker, change the Property Group to Global Properties and change the Property to
Sharepoint.SiteDefinitions.BasicMeetingWorkspace - Click OK
- Next, we will change the Primary Site Collection owner information. In this scenario, we want a group called Helpdesk to be owners
and the requester to just be a contributor. Click the Editor button next to Primary Site Collection Administrator Login. - Input the name of the helpdesk or support security group
- Click Save
- Repeat this process for the Primary Site Collection Administrator Name
- Specify an email address if desired for the Primary Site Collection Owner email.
- That completes the modifications to this activity, click Save
- By default, the requestor is also a member of the Owners group on the site. To remove that, click the activity titled Create
Owners Group With Permission and Membership - Click the Editor button next to Group Members, and clear out the value. Click Save
- Click Save again
- To add the requester to the Contributors group, we will need to create a new Add Group Membership activity. Click Add New Activity
- Change the Activity type to Add Group Membership
- Click the function button next to the Group box
- Change the Property Group to Execution Properties and the Property to Properties.Groups.Members
- Click OK
- Click the function button next to Login Names
- Change the Property Group to Request and the Property to Request.CreatedBy.LoginName
- Click OK
- Click Save
Log Metadata - Promoted Fields
We would also like to log the captured metadata regarding the duration and classification of the project. In order to that, we must create new
columns in our Assets list and then create Promoted Fields from within the request profile.
- Click on the Assets list from the Provisioning Site home page
- Click the List tab and List Settings
- Create two new columns Single Line of Text Columns called Expected Duration and Classification
- Return to the execution settings of your request profile
- Click Asset Settings
- Click Add Promoted Field
- Change the Field Name to Expected Duration and then click the Editor button next to Field Value Expression
- Click Add Property
- Change the Property Group to Inputs and the Property to Properties.ProjectDuration
- Click OK
- Click Save
- Click Save
- Repeat steps 1-12 for Classification
- When new sites are created, your newly captured metadata will be stored in the Assets List
Add an Approval Workflow
SPGA also supports workflows when new requests are submitted. These can be as simple as a SharePoint approval workflow, or more dynamic using SharePoint Designer or Visual Studio. Simply add your workflow to your Provisioning Management site and you can instruct SPGA to use it when new requests are submitted.
- Open the execution settings of your Project Site request profile
- Click Request Settings
- Under Workflow Initialization, click Add a Workflow Initialization
- On the New Workflow Initialization dialogue, choose the desired workflow from the dropdown and leave the remaining defaults.
- Click Save
0 Comments