SlideShare a Scribd company logo
Document Sets - SPS Denver 2013
April Wolfe, SharePoint Consultant, MCITP, MCSA

NOVEMBER 9, 2013

© 2013 PLANET TECHNOLOGIES, INC.
April Wolfe






Exclusively SharePoint-focused since late 2006
Member of Colorado SharePoint User Group Leadership
Team www.cospug.com
MCITP, SharePoint 2010
MCSA, Windows Server 2012
Specialties
–



Codeless solutions using InfoPath, SharePoint
Designer, advanced SharePoint configurations, user-centric
solution design, communication strategies and documentation

Proud to work for Planet Technologies! www.go-planet.com
–
–
–
–
–
–

Microsoft Partner with five gold and six silver competencies
CPLS Microsoft certified training partner
Six Time Microsoft Federal Partner of the Year
Three Time Microsoft State and Local Partner of the Year
We have MCSMs, MVP, MCT, CRM Rangers, and 130+
consultants across the country
Large team of highly skilled consultants in the Denver metro
area

© 2011 PLANET TECHNOLOGIES, INC.

Configuring
SharePoint to yield
business value by
facilitating processes

and enabling user
adoption
Process Flow

Goal: Create a process for submitting new Park
Proposals, sending for review, and tracking approvals

© 2013 PLANET TECHNOLOGIES, INC.
Process Flow – Submit New Form

© 2013 PLANET TECHNOLOGIES, INC.
Process Flow – Upload Documents
Document Set Welcome Page:

© 2013 PLANET TECHNOLOGIES, INC.
Process Flow – Send For Review

© 2013 PLANET TECHNOLOGIES, INC.
Process Flow – Review Documents

© 2013 PLANET TECHNOLOGIES, INC.
Process Flow - Approve

© 2013 PLANET TECHNOLOGIES, INC.
Process Flow – Approved

© 2013 PLANET TECHNOLOGIES, INC.
Content Type Setup
Site Columns

Site
Level

Make content type
changes at the
site level:
Site Actions >
Site Settings >
Gallery >
Site Columns/
Content Types

Create

New

In Review

Approved

Create

New

In Review

Approved

Library
Level

Apply content
types to a library:
Library Settings >
Advanced Settings >
Allow Management
Of Content Types,
then add content types

© 2013 PLANET TECHNOLOGIES, INC.
Other Ingredients
CSS

”Basic” sets border colors and strips out the default “Edit Properties”
and “View Properties” links on the Document Set Welcome Page

<style type="text/css">

Basic

.ms-WPBorderBorderOnly {padding: 5px; background-color: #f2f3f3;
border:3px #2E75B6; border-style:solid;}
#EditPropsLink {font-size: 0pt;}
#ViewPropsLink {display: none;}
</style>

New Proposal

<style type="text/css">

#EditPropsLink:after {font-size:
14pt; content:"Click here to send for
review";} </style>

© 2013 PLANET TECHNOLOGIES, INC.

In Review

<style type="text/css">

#EditPropsLink:after {font-size:
14pt; content:"Click here to
approve";}
</style>
Other Ingredients
Default Documents and Image Files

Document Sets can have default documents which are created when the
document set is created
The image files are for the Document Set Welcome Pages

© 2013 PLANET TECHNOLOGIES, INC.
Other Ingredients
Dashboard Plan

Mayor

Show document sets currently in the review stage where Required Reviews
contains “Mayor”

City Council

Show document sets currently in the review stage where Required Reviews
contains “City”

Your Mom

Show document sets currently in the review stage where Required Reviews
contains “Mom”

© 2013 PLANET TECHNOLOGIES, INC.
Other Ingredients
Workflows
Create

• Switch to “New” content
type to reveal additional
checkbox field

© 2013 PLANET TECHNOLOGIES, INC.

Processing

• Switch to “InReview”
content type if checked
for review
• Email reviewer
Other Ingredients
Workflows
Check Approvals

• Record results in Approval Log
• Compare Required Reviewers with Approval Log
• If any are missing, stop the workflow
• If none are missing, change content type to
“Approved” and send email

© 2013 PLANET TECHNOLOGIES, INC.
Implementation
 Create Site Columns
– Columns = fields that will
appear in the data entry forms
 Create Content Types
– Content Type = specific form
and specific Document Set
Welcome Page for each stage
 Customize Document Set Settings
– Specify which content types can
be added in the Document Sets
– Add columns to properties area
– Add default documents, such as
“Safety Checklist”
– Select which columns to share
between Document Sets and all
documents within them
© 2011 PLANET TECHNOLOGIES, INC.

 Edit each Document Set Welcome
Page
– Set web parts to be “border only”
– Move web parts around as
desired
– Add “Basic” CSS using Content
Editor Web Part
– Add “New Proposal” and “In
Review” CSS using CEWP
– Add images/instructions/etc. –
whatever helps the end users
understand what to do at each
stage
Implementation – Workflow: Create
 Executes when item is created
 Immediately switches from “Create”
content type to “New” content type.
Why? The sole purpose of this is to expose
additional fields by switching content types.
In this example, there is a checkbox called
“Send for Review” that we don’t want
visible when someone creates it, but rather
should only becomes visible once the
submitter has a chance to upload
documents. So by using a “Create” content
type without the checkbox, we hide that
field initially. Then when it is switched via
this workflow, it becomes visible for the
next step.

 Sends an email
© 2011 PLANET TECHNOLOGIES, INC.
Implementation – Workflow: Processing
 Executes when item is updated
 Checks if the Send for Review
checkbox was checked and that it is a
New proposal
 Switches the content type to InReview
to reveal different fields in the form for
the next stage
 Sends an email

© 2011 PLANET TECHNOLOGIES, INC.
Implementation – Workflow: Approvals
 Executes when an item is updated
 Updates Approval Log

 Resets fields

© 2011 PLANET TECHNOLOGIES, INC.
Implementation – Workflow: Approvals
 Compares Required Reviewers with
actual reviewers
– If a reviewer is required but not
yet in the approval log, the
workflow stops because at least
one review is not complete
– If a reviewer is required and is
already in the approval log, it
goes to the next condition
– If all required reviewers match
actual reviewers in the approval
log, then it is approved; the
content type is switched and
email is sent

© 2011 PLANET TECHNOLOGIES, INC.
Implementation – Dashboard
 Add web parts for each audience
 Optional: create SharePoint group for
each audience and populate with
people
 Edit each web part and edit the
current view:
– Filter: show items where content
type = InReview and Required
Reviewers contains Mayor
(repeat for all)
– Choose columns and other
settings, including audience
targeting where you select the
appropriate SharePoint group

© 2011 PLANET TECHNOLOGIES, INC.
Questions?

awolfe@go-planet.com
@SharePointWolfe
www.linkedin.com/in/aprilwolfe

© 2013 PLANET TECHNOLOGIES, INC.

More Related Content

PPTX
Sharepoint Document Management System (DMS) Features
PPTX
SharePoint Document Sets
PDF
SharePoint: How to automatically assign managed metadata?
PDF
Document Management in SharePoint without folders - Introduction to Metadata
PDF
Webinar: Ditching File Shares For SharePoint Metadata
PDF
How to create a project dashboard using share point lists
PPTX
SharePoint as a Document Management System (DMS)
PPTX
SharePoint Document Management
Sharepoint Document Management System (DMS) Features
SharePoint Document Sets
SharePoint: How to automatically assign managed metadata?
Document Management in SharePoint without folders - Introduction to Metadata
Webinar: Ditching File Shares For SharePoint Metadata
How to create a project dashboard using share point lists
SharePoint as a Document Management System (DMS)
SharePoint Document Management

What's hot (20)

PPTX
Office 365 Saturday 2013 - A guideline to structure your documents in SharePo...
PPTX
Document management system
PDF
5 Ways to Manage Documents in SharePoint & Office 365
PPTX
SharePoint Folders: Folders vs. Metadata
PPTX
Streamline Your SharePoint Document Management Strategy
PDF
Introduction to SharePoint 2013 Out of the box Webparts
PDF
Aiimi Project Management Office
PDF
Enhancing-Relevancy-and-user-experience-with-SharePoint-search-spsdc-2015
PPTX
Introduction to Microsoft SharePoint Online Capabilities, Security, Deploymen...
PDF
SharePoint Tutorial and SharePoint Training - Introduction
PPTX
IT Unity - Tips and tricks to help move your SharePoint users away from file...
PDF
Configure SharePoint Server 2013 in a Three-Tier Farm
PPTX
SharePoint 2013 Document Management Out of the Box
PPTX
How to implement SharePoint in your organization
PPTX
SharePoint for Project Management (2016)
PPTX
10 SharePoint 2013 OOTB Solutions Every Power User Should Know
PPTX
Best Practices to SharePoint Physical and Information Architecture
PPTX
OneDrive for Business Best Practices
PPTX
Drew madelung sp designer workflows - sp-biz
PPTX
SharePoint Publishing 101
Office 365 Saturday 2013 - A guideline to structure your documents in SharePo...
Document management system
5 Ways to Manage Documents in SharePoint & Office 365
SharePoint Folders: Folders vs. Metadata
Streamline Your SharePoint Document Management Strategy
Introduction to SharePoint 2013 Out of the box Webparts
Aiimi Project Management Office
Enhancing-Relevancy-and-user-experience-with-SharePoint-search-spsdc-2015
Introduction to Microsoft SharePoint Online Capabilities, Security, Deploymen...
SharePoint Tutorial and SharePoint Training - Introduction
IT Unity - Tips and tricks to help move your SharePoint users away from file...
Configure SharePoint Server 2013 in a Three-Tier Farm
SharePoint 2013 Document Management Out of the Box
How to implement SharePoint in your organization
SharePoint for Project Management (2016)
10 SharePoint 2013 OOTB Solutions Every Power User Should Know
Best Practices to SharePoint Physical and Information Architecture
OneDrive for Business Best Practices
Drew madelung sp designer workflows - sp-biz
SharePoint Publishing 101
Ad

Similar to SharePoint Document Sets - SharePoint Saturday Denver 2013 (20)

PDF
SharePoint 101 @ #SPSVB
PPTX
SharePoint 2013 Preview
PPTX
Movin on Up SPSHouston 2017
PDF
Modern_Site_Owner_M365_Ottawa.pdf
PDF
SharePoint 101
PPTX
How Carolinas HealthCare System Governs SharePoint
PPTX
2/15/2012 - Wrapping Your Head Around the SharePoint Beast
PPTX
Movin’ on Up SPS Houston 2016
PPTX
SPSDenver - Wrapping Your Head Around the SharePoint Beast
PPTX
Help! I've got a share point site! Now What?
PPTX
SPS Houston Business Process Automation for SharePoint
PPTX
Continental Airlines 2009 Microsoft SharePoint Conference Presentation
PDF
How to Setup a Plone Intranet in Half a Day (Python Web Conf 2020)
PDF
Real World Intranets - Joel Burton
PPTX
Introduction To Microsoft SharePoint 2013
PPTX
WF 105 Business Process Automation SharePoint Fest DC 2018
PDF
Building the Intranet of the Future: Using SharePoint to Empower Collaboration
PPTX
Thoughts on building deployable and updatable share point solutions
PPTX
So you’re building an intranet
DOCX
SharePoint solution developer exam 70-488
SharePoint 101 @ #SPSVB
SharePoint 2013 Preview
Movin on Up SPSHouston 2017
Modern_Site_Owner_M365_Ottawa.pdf
SharePoint 101
How Carolinas HealthCare System Governs SharePoint
2/15/2012 - Wrapping Your Head Around the SharePoint Beast
Movin’ on Up SPS Houston 2016
SPSDenver - Wrapping Your Head Around the SharePoint Beast
Help! I've got a share point site! Now What?
SPS Houston Business Process Automation for SharePoint
Continental Airlines 2009 Microsoft SharePoint Conference Presentation
How to Setup a Plone Intranet in Half a Day (Python Web Conf 2020)
Real World Intranets - Joel Burton
Introduction To Microsoft SharePoint 2013
WF 105 Business Process Automation SharePoint Fest DC 2018
Building the Intranet of the Future: Using SharePoint to Empower Collaboration
Thoughts on building deployable and updatable share point solutions
So you’re building an intranet
SharePoint solution developer exam 70-488
Ad

Recently uploaded (20)

PDF
cuic standard and advanced reporting.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Approach and Philosophy of On baking technology
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Getting Started with Data Integration: FME Form 101
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Machine learning based COVID-19 study performance prediction
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
1. Introduction to Computer Programming.pptx
PDF
Encapsulation theory and applications.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
MYSQL Presentation for SQL database connectivity
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
cuic standard and advanced reporting.pdf
A Presentation on Artificial Intelligence
Approach and Philosophy of On baking technology
Mobile App Security Testing_ A Comprehensive Guide.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Getting Started with Data Integration: FME Form 101
The Rise and Fall of 3GPP – Time for a Sabbatical?
SOPHOS-XG Firewall Administrator PPT.pptx
Network Security Unit 5.pdf for BCA BBA.
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Machine learning based COVID-19 study performance prediction
Spectral efficient network and resource selection model in 5G networks
Diabetes mellitus diagnosis method based random forest with bat algorithm
20250228 LYD VKU AI Blended-Learning.pptx
1. Introduction to Computer Programming.pptx
Encapsulation theory and applications.pdf
NewMind AI Weekly Chronicles - August'25-Week II
MYSQL Presentation for SQL database connectivity
MIND Revenue Release Quarter 2 2025 Press Release
Accuracy of neural networks in brain wave diagnosis of schizophrenia

SharePoint Document Sets - SharePoint Saturday Denver 2013

  • 1. Document Sets - SPS Denver 2013 April Wolfe, SharePoint Consultant, MCITP, MCSA NOVEMBER 9, 2013 © 2013 PLANET TECHNOLOGIES, INC.
  • 2. April Wolfe      Exclusively SharePoint-focused since late 2006 Member of Colorado SharePoint User Group Leadership Team www.cospug.com MCITP, SharePoint 2010 MCSA, Windows Server 2012 Specialties –  Codeless solutions using InfoPath, SharePoint Designer, advanced SharePoint configurations, user-centric solution design, communication strategies and documentation Proud to work for Planet Technologies! www.go-planet.com – – – – – – Microsoft Partner with five gold and six silver competencies CPLS Microsoft certified training partner Six Time Microsoft Federal Partner of the Year Three Time Microsoft State and Local Partner of the Year We have MCSMs, MVP, MCT, CRM Rangers, and 130+ consultants across the country Large team of highly skilled consultants in the Denver metro area © 2011 PLANET TECHNOLOGIES, INC. Configuring SharePoint to yield business value by facilitating processes and enabling user adoption
  • 3. Process Flow Goal: Create a process for submitting new Park Proposals, sending for review, and tracking approvals © 2013 PLANET TECHNOLOGIES, INC.
  • 4. Process Flow – Submit New Form © 2013 PLANET TECHNOLOGIES, INC.
  • 5. Process Flow – Upload Documents Document Set Welcome Page: © 2013 PLANET TECHNOLOGIES, INC.
  • 6. Process Flow – Send For Review © 2013 PLANET TECHNOLOGIES, INC.
  • 7. Process Flow – Review Documents © 2013 PLANET TECHNOLOGIES, INC.
  • 8. Process Flow - Approve © 2013 PLANET TECHNOLOGIES, INC.
  • 9. Process Flow – Approved © 2013 PLANET TECHNOLOGIES, INC.
  • 10. Content Type Setup Site Columns Site Level Make content type changes at the site level: Site Actions > Site Settings > Gallery > Site Columns/ Content Types Create New In Review Approved Create New In Review Approved Library Level Apply content types to a library: Library Settings > Advanced Settings > Allow Management Of Content Types, then add content types © 2013 PLANET TECHNOLOGIES, INC.
  • 11. Other Ingredients CSS ”Basic” sets border colors and strips out the default “Edit Properties” and “View Properties” links on the Document Set Welcome Page <style type="text/css"> Basic .ms-WPBorderBorderOnly {padding: 5px; background-color: #f2f3f3; border:3px #2E75B6; border-style:solid;} #EditPropsLink {font-size: 0pt;} #ViewPropsLink {display: none;} </style> New Proposal <style type="text/css"> #EditPropsLink:after {font-size: 14pt; content:"Click here to send for review";} </style> © 2013 PLANET TECHNOLOGIES, INC. In Review <style type="text/css"> #EditPropsLink:after {font-size: 14pt; content:"Click here to approve";} </style>
  • 12. Other Ingredients Default Documents and Image Files Document Sets can have default documents which are created when the document set is created The image files are for the Document Set Welcome Pages © 2013 PLANET TECHNOLOGIES, INC.
  • 13. Other Ingredients Dashboard Plan Mayor Show document sets currently in the review stage where Required Reviews contains “Mayor” City Council Show document sets currently in the review stage where Required Reviews contains “City” Your Mom Show document sets currently in the review stage where Required Reviews contains “Mom” © 2013 PLANET TECHNOLOGIES, INC.
  • 14. Other Ingredients Workflows Create • Switch to “New” content type to reveal additional checkbox field © 2013 PLANET TECHNOLOGIES, INC. Processing • Switch to “InReview” content type if checked for review • Email reviewer
  • 15. Other Ingredients Workflows Check Approvals • Record results in Approval Log • Compare Required Reviewers with Approval Log • If any are missing, stop the workflow • If none are missing, change content type to “Approved” and send email © 2013 PLANET TECHNOLOGIES, INC.
  • 16. Implementation  Create Site Columns – Columns = fields that will appear in the data entry forms  Create Content Types – Content Type = specific form and specific Document Set Welcome Page for each stage  Customize Document Set Settings – Specify which content types can be added in the Document Sets – Add columns to properties area – Add default documents, such as “Safety Checklist” – Select which columns to share between Document Sets and all documents within them © 2011 PLANET TECHNOLOGIES, INC.  Edit each Document Set Welcome Page – Set web parts to be “border only” – Move web parts around as desired – Add “Basic” CSS using Content Editor Web Part – Add “New Proposal” and “In Review” CSS using CEWP – Add images/instructions/etc. – whatever helps the end users understand what to do at each stage
  • 17. Implementation – Workflow: Create  Executes when item is created  Immediately switches from “Create” content type to “New” content type. Why? The sole purpose of this is to expose additional fields by switching content types. In this example, there is a checkbox called “Send for Review” that we don’t want visible when someone creates it, but rather should only becomes visible once the submitter has a chance to upload documents. So by using a “Create” content type without the checkbox, we hide that field initially. Then when it is switched via this workflow, it becomes visible for the next step.  Sends an email © 2011 PLANET TECHNOLOGIES, INC.
  • 18. Implementation – Workflow: Processing  Executes when item is updated  Checks if the Send for Review checkbox was checked and that it is a New proposal  Switches the content type to InReview to reveal different fields in the form for the next stage  Sends an email © 2011 PLANET TECHNOLOGIES, INC.
  • 19. Implementation – Workflow: Approvals  Executes when an item is updated  Updates Approval Log  Resets fields © 2011 PLANET TECHNOLOGIES, INC.
  • 20. Implementation – Workflow: Approvals  Compares Required Reviewers with actual reviewers – If a reviewer is required but not yet in the approval log, the workflow stops because at least one review is not complete – If a reviewer is required and is already in the approval log, it goes to the next condition – If all required reviewers match actual reviewers in the approval log, then it is approved; the content type is switched and email is sent © 2011 PLANET TECHNOLOGIES, INC.
  • 21. Implementation – Dashboard  Add web parts for each audience  Optional: create SharePoint group for each audience and populate with people  Edit each web part and edit the current view: – Filter: show items where content type = InReview and Required Reviewers contains Mayor (repeat for all) – Choose columns and other settings, including audience targeting where you select the appropriate SharePoint group © 2011 PLANET TECHNOLOGIES, INC.