SlideShare une entreprise Scribd logo
1  sur  36
Build a
SharePoint Intake
/ Request List
WES PRESTON
PWR201
Session Abstract
Use core SharePoint capabilities (2010 or 2013) to build
a sample solution that manages requests and can be
extended to fit a variety of business use-cases: IT
Requests, site requests, Help Desk, marketing
materials, etc. Replace unmanaged, manual processes
currently used in most organizations with consistent
and measurable business processes. Start with a basic
SharePoint list, extend it with new columns to capture
business details and add role-specific capabilities, views
and simple workflow actions. See examples of using
content types, list permissions and simple SharePoint
Designer processes (NO InfoPath).
Intro: Wes Preston
Based in Minneapolis, MN
MVP – SharePoint Server (5 years)
MCITP – SharePoint Administrator 2010
MCTS – SharePoint 2010, Configuration
MCTS – WSS 3.0 and MOSS Configuration
www.idubbs.com/blog
www.trecstone.com
@idubbs
wes@trecstone.com
Agenda
Overview
Before the Build
Building the Solution
After the Build
Overview
What is ‘Intake’?
An ‘intake’ form is a generic name for a list of items that need to be
addressed by someone - a request for action of some type.
Challenges:
◦ When not formalized with a process, requests may be inconsistent or missing
information that requires additional time and effort to finalize
◦ Often these processes originate as un-official requests… when users get the
result they are looking for they come back - forming a habit
◦ The manual scenarios often rely on single individuals with little or no backup
or redundancy where list-based solutions can have more than one person
managing to the list.
Examples
LOTS of examples out there – both generic and specific to your business
or organization:
SharePoint site request – A good first example and useful as the
organization is ramping up on the platform
Project request – Business users requesting a new project be created /
started. Submitted to a PMO for assessment
Issue Tracking – Issues or defects need to be captured, catalogued,
delegated and resolved.
Onboarding / Off-boarding process – Lots of separate tasks associated
with these processes to be tracked, etc.
Business Case
Which scenarios are good candidates for a SharePoint solution?
Why are we building this?
There needs to be a good results-based reason to spend time developing a
solution – if not why spend the time…
Save time for users
◦ More defined process
◦ Set expectations
◦ Consistency
Save time for people managing requests
◦ Metrics on request volume, type, etc.
◦ Ability to prioritize and delegate
◦ Process captures all required data at time of request
Scenario: Site Requests
The sample used in this presentation is a request for a new SharePoint
site.
The manager of the SharePoint team wants to know how many requests
are being made over time. How many are coming in, what people or
teams are making the requests.
The person or team creating the sites needs to have a way of managing
the requests: Which are complete, who’s working on which site, how to
set up security, etc.
A standardized process will allow for management of the requests,
consistency and completeness of the requests, a way to communicate
the status of the request and reporting on requests.
Before the Build
Information Architecture
Where is the solution going to live?
◦ As part of an existing site?
◦ As a stand-alone site?
◦ As a sub web of another site?
What type of list should be used?
◦ Custom
◦ Tasks
◦ Issues
Metrics, ROI, User
Adoption
If you want to demonstrate improvement you need to:
◦ Determine what needs to be measured
◦ Take any measurements or create estimates while the existing process is still
in place
User Adoption:
◦ Talk about it NOW rather than trying to figure it out after a solution is built
◦ What can you build that users will be chomping at the bit to get access to?
◦ What is something new you can offer them (functionality)?
Governance
Who owns the process? Who is responsible for what’s working and
what’s not working?
What are the Service Level Agreements being made surrounding the
requests?
◦ How long will it take to create a site once it’s been requested (and/or
approved)
Communication:
◦ What email or other notices are sent out, to whom, at what stages, etc…
◦ What information can be found on the site (status updates, notes)
Requirements
How formal and detailed any requirements need to be is determined by
the standards of the organization, though some minimal expectations or
desires should be defined:
◦ What are the team managing the requests looking for?
◦ How to see my assignments
◦ Know who to contact with questions about the request
◦ Report on the volume of requests and activity
◦ What are users looking for?
◦ More feedback or access to the status of the request
◦ Who to contact with questions or updates
The Build
The List
Easiest and quickest way to get a list and form in place is to create a
consolidated list of all the fields that will be needed for all users.
◦ Name of site
◦ Description of site
◦ Site Type
◦ Site Owner
◦ Site Admin
◦ Assigned to - SharePoint Team member tasked with creating the site
◦ Notes – Notes for use by the resource creating the site
◦ Site Status – Status of the build/provision process
◦ Created Date – Tracks the date of the request
The List
New Item looks like this by
default… ->
For everyone…
Which is too much…
The List
And the default All Items view will look something like this:
Which is ok for starters but will get cluttered over time.
Forms
Crawl approach - Start with out of box (OOB) forms as just shown.
Walk approach – Use the Content Type method for editing the NewItem
experience for users.
Edit with SPD
◦ 2010 allows for code or design view editing
◦ 2013 allows for code editing (and may allow JS Link as well – TBD)
InfoPath can be used when necessary but require additional skill set.
Custom web forms can also be used when necessary, but will require
more effort and a different skills set.
Forms
Content Type approach uses all OOB and SharePoint Designer (SPD)
solutions to limit the fields that are displayed during the new item
creation and uses a SPD workflow to enable all fields to be displayed
once a new item is created.
Steps:
◦ Create a ‘new item’ and ‘display item’ content types
◦ Add a workflow to switch the content type upon item creation – transparent
to the user.
Steps for this approach are in a blog post by Sarah Haase
(see References) but is a little different when doing in 2013 on the
content type creation.
Content Types
‘New Request’
- As seen by users when initial
request is made
◦ Title
◦ Description
◦ Site Type
◦ Site Owner
◦ Site Admin
‘Display Request’
- As seen by the process
administrators
◦ Title
◦ Description
◦ Site Type
◦ Site Owner
◦ Site Admin
◦ Assigned To
◦ Notes
◦ Site Status
Workflow
Create a simple SPD workflow that kicks off when a new item is created.
This changes the content type of the item so that when the item is then
viewed (there can be a short lag here while the workflow does it’s
thing).
In this particular example I’m also setting the default value of the Status
field.
Views
As with many solutions, views are key to smooth user experiences.
Creating views that are relevant to each role is critical to good user
experience.
Depending on the scope of the solution, you may be able to achieve this
all on a single (Home) page, possibly including targeted content, or need
to create separate pages – ‘mini dashboards’.
Creating views using the ‘Me’ filter generally provides a lot of value
Views
Home page – Could be based on ‘recent requests’.
My Requests – This can get a bit dodgy when someone is making
requests for someone else.
Assigned to Me – For the team provisioning the sites to be able to
quickly see which requests have been assigned to them.
Unassigned – For the person delegating site provisioning to quickly see
which requests need to be assigned.
Not Complete – See an overview of the sites requested but not yet
competed. This could use some conditional formatting (JSLink) to
highlight requests getting older
Pages
Additional pages can be created as needed to fit specific content or
role-based requirements. In the site request context there really are
only two main users – the people requesting sites and the people
provisioning the sites.
For example:
◦ Documentation on how to use the request form (Wiki)
◦ SLA information (Wiki)
Note for 2010: Content can be added as a wiki or as a content page.
Pages - Instructions
Even with the simplest functionality, having some instruction is good for
the user experience and setting user expectations.
Pages - SLA
Information about a Service Level Agreement doesn’t have to be very
long, just long enough to communicate the expectations to users and
requesters.
Navigation
Navigation can be provided in whatever way is most beneficial to the
users, though it may be influenced by style guidelines of the
organization.
Options include:
◦ Promoted Links web part (NEW)
◦ A Links list and web part
◦ Quick Links bar (left side) and top navigation links
After the Build
Metrics and ROI
Now that the new system / process is in place:
◦ Re-measure the same metrics as before
◦ Report on the change
Continue to improve…
You will need to determine how far you want to go with the solution.
You can keep building more and more functionality to further automate,
better document, better communicate, better tailor to specific roles,
etc…
Typical / Suggested Improvements:
◦ Additional simple workflows
◦ Notifications
◦ Advanced SPD or .NET workflows
◦ Use Access Services for more complex data relationships
◦ InfoPath forms
Quick Recap
This example shows just one possible solution to one possible scenario.
There are many tweaks and approaches that can be used to do it
differently to suit each organizations needs.
Try It Yourself!
Play with many of these
features in Office365
◦ http://office.microsoft.com
/en-us/business/compare-
office-for-business-plans-
FX102918419.aspx
◦ I recommend the E1 plan
as a test platform – but you
need to Trial with
something else in the ‘E’
group. You get all the
Enterprise features.
References
Content Types to Modify Fields Displayed in NewItem and EditItem
Forms
http://sarahlhaase.wordpress.com/2011/03/21/using-content-types-to-
modify-the-newform-aspx-and-editform-aspx-pages/
JS Link Primer – Blog Post
http://www.idubbs.com/blog/2012/js-link-for-sharepoint-2013-web-
partsa-quick-functional-primer/
Thank You

Contenu connexe

Tendances

Building a Project Management Information System with SharePoint
Building a Project Management Information System with SharePointBuilding a Project Management Information System with SharePoint
Building a Project Management Information System with SharePointASPE, Inc.
 
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...BI Brainz
 
5 Inspiring Reasons to Manage Projects on SharePoint 2013
5 Inspiring Reasons to Manage Projects on SharePoint 20135 Inspiring Reasons to Manage Projects on SharePoint 2013
5 Inspiring Reasons to Manage Projects on SharePoint 2013Gina Montgomery, V-TSP
 
Using Dashboards to Monitor Project Performance - Is there a Practical Approach?
Using Dashboards to Monitor Project Performance - Is there a Practical Approach?Using Dashboards to Monitor Project Performance - Is there a Practical Approach?
Using Dashboards to Monitor Project Performance - Is there a Practical Approach?New Mexico Technology Council
 
Best Practices in Gathering Requirements for SharePoint Projects
Best Practices in Gathering Requirements for SharePoint ProjectsBest Practices in Gathering Requirements for SharePoint Projects
Best Practices in Gathering Requirements for SharePoint ProjectsDux Raymond Sy
 
Why Are We Still Talking About SharePoint Governance? presented by Anders Skj...
Why Are We Still Talking About SharePoint Governance? presented by Anders Skj...Why Are We Still Talking About SharePoint Governance? presented by Anders Skj...
Why Are We Still Talking About SharePoint Governance? presented by Anders Skj...European SharePoint Conference
 
SharePoint Survey 2011 Results: How are Businesses Using SharePoint?
SharePoint Survey 2011 Results: How are Businesses Using SharePoint?SharePoint Survey 2011 Results: How are Businesses Using SharePoint?
SharePoint Survey 2011 Results: How are Businesses Using SharePoint?OpenText Global 360
 
Simple and Effective Enterprise Architecture with Tools you Already Own
Simple and Effective Enterprise Architecture with Tools you Already OwnSimple and Effective Enterprise Architecture with Tools you Already Own
Simple and Effective Enterprise Architecture with Tools you Already OwnChandra Knabel
 
PWA Dashboards Presentation
PWA Dashboards PresentationPWA Dashboards Presentation
PWA Dashboards PresentationRyan Werge
 
Resume_SPAdministrator
Resume_SPAdministratorResume_SPAdministrator
Resume_SPAdministratorKailas Dhokale
 
GBA Building Comprehensive Out Of The Box Solutions Quad D
GBA Building Comprehensive Out Of The Box Solutions Quad DGBA Building Comprehensive Out Of The Box Solutions Quad D
GBA Building Comprehensive Out Of The Box Solutions Quad DBaltimore SharePoint (BSPUG)
 
Upgrade/Migration to SharePoint 2013 - How to get there (SPS SV)
Upgrade/Migration to SharePoint 2013 - How to get there (SPS SV)Upgrade/Migration to SharePoint 2013 - How to get there (SPS SV)
Upgrade/Migration to SharePoint 2013 - How to get there (SPS SV)barryboudreau
 
Document management system
Document management systemDocument management system
Document management systemRaghu Raja
 
BABoK V2 Requirements Analysis (RA)
BABoK V2 Requirements Analysis (RA)BABoK V2 Requirements Analysis (RA)
BABoK V2 Requirements Analysis (RA)AMJAD SHAIKH
 
Technical Documentation Within SDLC
Technical Documentation Within SDLC Technical Documentation Within SDLC
Technical Documentation Within SDLC punedevscom
 
Web & Intranet Planning Workshop (half day)
Web & Intranet Planning Workshop (half day)Web & Intranet Planning Workshop (half day)
Web & Intranet Planning Workshop (half day)Prescient Digital Media
 
Work Management in SharePoint 2013 - What it is and why you'll love it
Work Management in SharePoint 2013 - What it is and why you'll love itWork Management in SharePoint 2013 - What it is and why you'll love it
Work Management in SharePoint 2013 - What it is and why you'll love itAlexander Burton
 

Tendances (19)

Building a Project Management Information System with SharePoint
Building a Project Management Information System with SharePointBuilding a Project Management Information System with SharePoint
Building a Project Management Information System with SharePoint
 
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
 
5 Inspiring Reasons to Manage Projects on SharePoint 2013
5 Inspiring Reasons to Manage Projects on SharePoint 20135 Inspiring Reasons to Manage Projects on SharePoint 2013
5 Inspiring Reasons to Manage Projects on SharePoint 2013
 
Using Dashboards to Monitor Project Performance - Is there a Practical Approach?
Using Dashboards to Monitor Project Performance - Is there a Practical Approach?Using Dashboards to Monitor Project Performance - Is there a Practical Approach?
Using Dashboards to Monitor Project Performance - Is there a Practical Approach?
 
Best Practices in Gathering Requirements for SharePoint Projects
Best Practices in Gathering Requirements for SharePoint ProjectsBest Practices in Gathering Requirements for SharePoint Projects
Best Practices in Gathering Requirements for SharePoint Projects
 
Why Are We Still Talking About SharePoint Governance? presented by Anders Skj...
Why Are We Still Talking About SharePoint Governance? presented by Anders Skj...Why Are We Still Talking About SharePoint Governance? presented by Anders Skj...
Why Are We Still Talking About SharePoint Governance? presented by Anders Skj...
 
SharePoint Survey 2011 Results: How are Businesses Using SharePoint?
SharePoint Survey 2011 Results: How are Businesses Using SharePoint?SharePoint Survey 2011 Results: How are Businesses Using SharePoint?
SharePoint Survey 2011 Results: How are Businesses Using SharePoint?
 
Resume charles vermette
Resume   charles vermetteResume   charles vermette
Resume charles vermette
 
Simple and Effective Enterprise Architecture with Tools you Already Own
Simple and Effective Enterprise Architecture with Tools you Already OwnSimple and Effective Enterprise Architecture with Tools you Already Own
Simple and Effective Enterprise Architecture with Tools you Already Own
 
PWA Dashboards Presentation
PWA Dashboards PresentationPWA Dashboards Presentation
PWA Dashboards Presentation
 
Resume_SPAdministrator
Resume_SPAdministratorResume_SPAdministrator
Resume_SPAdministrator
 
GBA Building Comprehensive Out Of The Box Solutions Quad D
GBA Building Comprehensive Out Of The Box Solutions Quad DGBA Building Comprehensive Out Of The Box Solutions Quad D
GBA Building Comprehensive Out Of The Box Solutions Quad D
 
Upgrade/Migration to SharePoint 2013 - How to get there (SPS SV)
Upgrade/Migration to SharePoint 2013 - How to get there (SPS SV)Upgrade/Migration to SharePoint 2013 - How to get there (SPS SV)
Upgrade/Migration to SharePoint 2013 - How to get there (SPS SV)
 
Document management system
Document management systemDocument management system
Document management system
 
BABoK V2 Requirements Analysis (RA)
BABoK V2 Requirements Analysis (RA)BABoK V2 Requirements Analysis (RA)
BABoK V2 Requirements Analysis (RA)
 
Technical Documentation Within SDLC
Technical Documentation Within SDLC Technical Documentation Within SDLC
Technical Documentation Within SDLC
 
Web & Intranet Planning Workshop (half day)
Web & Intranet Planning Workshop (half day)Web & Intranet Planning Workshop (half day)
Web & Intranet Planning Workshop (half day)
 
Work Management in SharePoint 2013 - What it is and why you'll love it
Work Management in SharePoint 2013 - What it is and why you'll love itWork Management in SharePoint 2013 - What it is and why you'll love it
Work Management in SharePoint 2013 - What it is and why you'll love it
 
Benefits of EPM
Benefits of EPMBenefits of EPM
Benefits of EPM
 

En vedette

Yale waterfall delivery approach training deck
Yale waterfall delivery approach training deckYale waterfall delivery approach training deck
Yale waterfall delivery approach training deckYale University Careers
 
Project Management 101: Project Request Intake
Project Management 101: Project Request IntakeProject Management 101: Project Request Intake
Project Management 101: Project Request IntakeWorkfront
 
What is this thing called 'SharePoint'?
What is this thing called 'SharePoint'?What is this thing called 'SharePoint'?
What is this thing called 'SharePoint'?Wes Preston
 
Innovation Lab Intake Project for LinkedIn
Innovation Lab Intake Project for LinkedInInnovation Lab Intake Project for LinkedIn
Innovation Lab Intake Project for LinkedInKaren Schiodtz
 
It Governance OC CIO Nov,2013
It Governance OC CIO Nov,2013It Governance OC CIO Nov,2013
It Governance OC CIO Nov,2013James Sutter
 
Understanding SharePoint Roles
Understanding SharePoint RolesUnderstanding SharePoint Roles
Understanding SharePoint RolesWes Preston
 
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...SPTechCon
 
Rego University: Process Maturity, CA PPM (CA Clarity PPM)
Rego University: Process Maturity, CA PPM (CA Clarity PPM)Rego University: Process Maturity, CA PPM (CA Clarity PPM)
Rego University: Process Maturity, CA PPM (CA Clarity PPM)Rego Consulting
 
2013 SPFest - Customizing Sites and Pages in SharePoint 2013
2013 SPFest - Customizing Sites and Pages in SharePoint 20132013 SPFest - Customizing Sites and Pages in SharePoint 2013
2013 SPFest - Customizing Sites and Pages in SharePoint 2013Wes Preston
 
Sample Health Care Process Map
Sample Health Care Process MapSample Health Care Process Map
Sample Health Care Process MapMichael R. Neece
 
10 Highlights From the 2016 State of Marketing Work Report
10 Highlights From the 2016 State of Marketing Work Report10 Highlights From the 2016 State of Marketing Work Report
10 Highlights From the 2016 State of Marketing Work ReportWorkfront
 
SharePoint 2010 Team Site Overview
SharePoint 2010 Team Site OverviewSharePoint 2010 Team Site Overview
SharePoint 2010 Team Site OverviewIvor Davies
 
Staffing with variable demand in healthcare settings
Staffing with variable demand in healthcare settingsStaffing with variable demand in healthcare settings
Staffing with variable demand in healthcare settingsAlexander Kolker
 
5 Foolproof Business Communication Tools Every Company Needs
5 Foolproof Business Communication Tools Every Company Needs5 Foolproof Business Communication Tools Every Company Needs
5 Foolproof Business Communication Tools Every Company NeedsAxero Solutions
 
How To Build A Change Control System with SharePoint
How To Build A Change Control System with SharePointHow To Build A Change Control System with SharePoint
How To Build A Change Control System with SharePointDux Raymond Sy
 

En vedette (18)

Intake Process Itpmo
Intake Process ItpmoIntake Process Itpmo
Intake Process Itpmo
 
Yale waterfall delivery approach training deck
Yale waterfall delivery approach training deckYale waterfall delivery approach training deck
Yale waterfall delivery approach training deck
 
Project Management 101: Project Request Intake
Project Management 101: Project Request IntakeProject Management 101: Project Request Intake
Project Management 101: Project Request Intake
 
What is this thing called 'SharePoint'?
What is this thing called 'SharePoint'?What is this thing called 'SharePoint'?
What is this thing called 'SharePoint'?
 
Innovation Lab Intake Project for LinkedIn
Innovation Lab Intake Project for LinkedInInnovation Lab Intake Project for LinkedIn
Innovation Lab Intake Project for LinkedIn
 
It Governance OC CIO Nov,2013
It Governance OC CIO Nov,2013It Governance OC CIO Nov,2013
It Governance OC CIO Nov,2013
 
Understanding SharePoint Roles
Understanding SharePoint RolesUnderstanding SharePoint Roles
Understanding SharePoint Roles
 
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...
Tutorial: Building Business Solutions: InfoPath & Workflows by Jennifer Mason...
 
Project Request
Project RequestProject Request
Project Request
 
Rego University: Process Maturity, CA PPM (CA Clarity PPM)
Rego University: Process Maturity, CA PPM (CA Clarity PPM)Rego University: Process Maturity, CA PPM (CA Clarity PPM)
Rego University: Process Maturity, CA PPM (CA Clarity PPM)
 
2013 SPFest - Customizing Sites and Pages in SharePoint 2013
2013 SPFest - Customizing Sites and Pages in SharePoint 20132013 SPFest - Customizing Sites and Pages in SharePoint 2013
2013 SPFest - Customizing Sites and Pages in SharePoint 2013
 
Sample Health Care Process Map
Sample Health Care Process MapSample Health Care Process Map
Sample Health Care Process Map
 
10 Highlights From the 2016 State of Marketing Work Report
10 Highlights From the 2016 State of Marketing Work Report10 Highlights From the 2016 State of Marketing Work Report
10 Highlights From the 2016 State of Marketing Work Report
 
SharePoint 2010 Team Site Overview
SharePoint 2010 Team Site OverviewSharePoint 2010 Team Site Overview
SharePoint 2010 Team Site Overview
 
Staffing with variable demand in healthcare settings
Staffing with variable demand in healthcare settingsStaffing with variable demand in healthcare settings
Staffing with variable demand in healthcare settings
 
5 Foolproof Business Communication Tools Every Company Needs
5 Foolproof Business Communication Tools Every Company Needs5 Foolproof Business Communication Tools Every Company Needs
5 Foolproof Business Communication Tools Every Company Needs
 
How To Build A Change Control System with SharePoint
How To Build A Change Control System with SharePointHow To Build A Change Control System with SharePoint
How To Build A Change Control System with SharePoint
 
Build Features, Not Apps
Build Features, Not AppsBuild Features, Not Apps
Build Features, Not Apps
 

Similaire à 2013 SharePoint Fest DC - Build a SharePoint Intake/Request List

SEF2013 - Create a Business Solution, Step by Step, with No Managed Code
SEF2013 - Create a Business Solution, Step by Step, with No Managed CodeSEF2013 - Create a Business Solution, Step by Step, with No Managed Code
SEF2013 - Create a Business Solution, Step by Step, with No Managed CodeMarc D Anderson
 
An In-Depth Look at Pinpointing and Addressing Sources of Performance Problem...
An In-Depth Look at Pinpointing and Addressing Sources of Performance Problem...An In-Depth Look at Pinpointing and Addressing Sources of Performance Problem...
An In-Depth Look at Pinpointing and Addressing Sources of Performance Problem...BI Brainz
 
Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]
Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]
Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]Matthew J. Bailey , MCT
 
Sharepoint 2010 governance
Sharepoint 2010 governanceSharepoint 2010 governance
Sharepoint 2010 governanceAhmed Naji
 
sharepointbenefits-140515054702-phpapp02.pptx
sharepointbenefits-140515054702-phpapp02.pptxsharepointbenefits-140515054702-phpapp02.pptx
sharepointbenefits-140515054702-phpapp02.pptxKavindraTennakoon1
 
Let’s build a_search-based_application_in_share_point_2013_-_baltimorespug
Let’s build a_search-based_application_in_share_point_2013_-_baltimorespugLet’s build a_search-based_application_in_share_point_2013_-_baltimorespug
Let’s build a_search-based_application_in_share_point_2013_-_baltimorespugBaltimore SharePoint (BSPUG)
 
SharePoint 2010 Readiness
SharePoint 2010 ReadinessSharePoint 2010 Readiness
SharePoint 2010 ReadinessChris Riley ☁
 
SharePoint Designer Workflows - Nuts, Bolts and Examples
SharePoint Designer Workflows - Nuts, Bolts and ExamplesSharePoint Designer Workflows - Nuts, Bolts and Examples
SharePoint Designer Workflows - Nuts, Bolts and ExamplesDrew Madelung
 
Careers in SharePoint, Office 365, Azure & Power BI
Careers in SharePoint, Office 365, Azure & Power BICareers in SharePoint, Office 365, Azure & Power BI
Careers in SharePoint, Office 365, Azure & Power BIMatthew J. Bailey , MCT
 
How to Facilitate the Government of our Governance - SharePoint
How to Facilitate the Government of our Governance - SharePointHow to Facilitate the Government of our Governance - SharePoint
How to Facilitate the Government of our Governance - SharePointvman916
 
Microsoft Search on Bing
Microsoft Search on BingMicrosoft Search on Bing
Microsoft Search on BingDavid Gilbert
 
February 2019 Office 365 Adoption User Group (Chicagoland Chapter) Meeting
February 2019 Office 365 Adoption User Group (Chicagoland Chapter) MeetingFebruary 2019 Office 365 Adoption User Group (Chicagoland Chapter) Meeting
February 2019 Office 365 Adoption User Group (Chicagoland Chapter) MeetingMichael Blumenthal (Microsoft MVP)
 
Share point vs asp
Share point vs aspShare point vs asp
Share point vs asphaniqa
 
Governance
GovernanceGovernance
GovernanceUGAIA
 
SharePoint Webinar v11 12 15 FINAL
SharePoint Webinar v11 12 15 FINALSharePoint Webinar v11 12 15 FINAL
SharePoint Webinar v11 12 15 FINALKeith Werosh, Ph.D.
 
15 tips for bullet proof requirements analysis on SharePoint projects
15 tips for bullet proof requirements analysis on SharePoint projects15 tips for bullet proof requirements analysis on SharePoint projects
15 tips for bullet proof requirements analysis on SharePoint projectsDocFluix, LLC
 
The Art and Science of Requirements Gathering
The Art and Science of Requirements GatheringThe Art and Science of Requirements Gathering
The Art and Science of Requirements GatheringVanessa Turke
 
SPTechCon Austin - The Slippery Slope of SharePoint Migrations
SPTechCon Austin - The Slippery Slope of SharePoint MigrationsSPTechCon Austin - The Slippery Slope of SharePoint Migrations
SPTechCon Austin - The Slippery Slope of SharePoint MigrationsJill Hannemann
 

Similaire à 2013 SharePoint Fest DC - Build a SharePoint Intake/Request List (20)

SEF2013 - Create a Business Solution, Step by Step, with No Managed Code
SEF2013 - Create a Business Solution, Step by Step, with No Managed CodeSEF2013 - Create a Business Solution, Step by Step, with No Managed Code
SEF2013 - Create a Business Solution, Step by Step, with No Managed Code
 
An In-Depth Look at Pinpointing and Addressing Sources of Performance Problem...
An In-Depth Look at Pinpointing and Addressing Sources of Performance Problem...An In-Depth Look at Pinpointing and Addressing Sources of Performance Problem...
An In-Depth Look at Pinpointing and Addressing Sources of Performance Problem...
 
Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]
Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]
Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]
 
Sharepoint 2010 governance
Sharepoint 2010 governanceSharepoint 2010 governance
Sharepoint 2010 governance
 
sharepointbenefits-140515054702-phpapp02.pptx
sharepointbenefits-140515054702-phpapp02.pptxsharepointbenefits-140515054702-phpapp02.pptx
sharepointbenefits-140515054702-phpapp02.pptx
 
Let’s build a_search-based_application_in_share_point_2013_-_baltimorespug
Let’s build a_search-based_application_in_share_point_2013_-_baltimorespugLet’s build a_search-based_application_in_share_point_2013_-_baltimorespug
Let’s build a_search-based_application_in_share_point_2013_-_baltimorespug
 
SharePoint 2010 Readiness
SharePoint 2010 ReadinessSharePoint 2010 Readiness
SharePoint 2010 Readiness
 
A Career in SharePoint
A Career in SharePointA Career in SharePoint
A Career in SharePoint
 
2014 03-27 Share Point Portals
2014 03-27 Share Point Portals2014 03-27 Share Point Portals
2014 03-27 Share Point Portals
 
SharePoint Designer Workflows - Nuts, Bolts and Examples
SharePoint Designer Workflows - Nuts, Bolts and ExamplesSharePoint Designer Workflows - Nuts, Bolts and Examples
SharePoint Designer Workflows - Nuts, Bolts and Examples
 
Careers in SharePoint, Office 365, Azure & Power BI
Careers in SharePoint, Office 365, Azure & Power BICareers in SharePoint, Office 365, Azure & Power BI
Careers in SharePoint, Office 365, Azure & Power BI
 
How to Facilitate the Government of our Governance - SharePoint
How to Facilitate the Government of our Governance - SharePointHow to Facilitate the Government of our Governance - SharePoint
How to Facilitate the Government of our Governance - SharePoint
 
Microsoft Search on Bing
Microsoft Search on BingMicrosoft Search on Bing
Microsoft Search on Bing
 
February 2019 Office 365 Adoption User Group (Chicagoland Chapter) Meeting
February 2019 Office 365 Adoption User Group (Chicagoland Chapter) MeetingFebruary 2019 Office 365 Adoption User Group (Chicagoland Chapter) Meeting
February 2019 Office 365 Adoption User Group (Chicagoland Chapter) Meeting
 
Share point vs asp
Share point vs aspShare point vs asp
Share point vs asp
 
Governance
GovernanceGovernance
Governance
 
SharePoint Webinar v11 12 15 FINAL
SharePoint Webinar v11 12 15 FINALSharePoint Webinar v11 12 15 FINAL
SharePoint Webinar v11 12 15 FINAL
 
15 tips for bullet proof requirements analysis on SharePoint projects
15 tips for bullet proof requirements analysis on SharePoint projects15 tips for bullet proof requirements analysis on SharePoint projects
15 tips for bullet proof requirements analysis on SharePoint projects
 
The Art and Science of Requirements Gathering
The Art and Science of Requirements GatheringThe Art and Science of Requirements Gathering
The Art and Science of Requirements Gathering
 
SPTechCon Austin - The Slippery Slope of SharePoint Migrations
SPTechCon Austin - The Slippery Slope of SharePoint MigrationsSPTechCon Austin - The Slippery Slope of SharePoint Migrations
SPTechCon Austin - The Slippery Slope of SharePoint Migrations
 

Dernier

Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 

Dernier (20)

Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 

2013 SharePoint Fest DC - Build a SharePoint Intake/Request List

  • 1. Build a SharePoint Intake / Request List WES PRESTON PWR201
  • 2. Session Abstract Use core SharePoint capabilities (2010 or 2013) to build a sample solution that manages requests and can be extended to fit a variety of business use-cases: IT Requests, site requests, Help Desk, marketing materials, etc. Replace unmanaged, manual processes currently used in most organizations with consistent and measurable business processes. Start with a basic SharePoint list, extend it with new columns to capture business details and add role-specific capabilities, views and simple workflow actions. See examples of using content types, list permissions and simple SharePoint Designer processes (NO InfoPath).
  • 3. Intro: Wes Preston Based in Minneapolis, MN MVP – SharePoint Server (5 years) MCITP – SharePoint Administrator 2010 MCTS – SharePoint 2010, Configuration MCTS – WSS 3.0 and MOSS Configuration www.idubbs.com/blog www.trecstone.com @idubbs wes@trecstone.com
  • 4. Agenda Overview Before the Build Building the Solution After the Build
  • 6. What is ‘Intake’? An ‘intake’ form is a generic name for a list of items that need to be addressed by someone - a request for action of some type. Challenges: ◦ When not formalized with a process, requests may be inconsistent or missing information that requires additional time and effort to finalize ◦ Often these processes originate as un-official requests… when users get the result they are looking for they come back - forming a habit ◦ The manual scenarios often rely on single individuals with little or no backup or redundancy where list-based solutions can have more than one person managing to the list.
  • 7. Examples LOTS of examples out there – both generic and specific to your business or organization: SharePoint site request – A good first example and useful as the organization is ramping up on the platform Project request – Business users requesting a new project be created / started. Submitted to a PMO for assessment Issue Tracking – Issues or defects need to be captured, catalogued, delegated and resolved. Onboarding / Off-boarding process – Lots of separate tasks associated with these processes to be tracked, etc.
  • 8. Business Case Which scenarios are good candidates for a SharePoint solution? Why are we building this? There needs to be a good results-based reason to spend time developing a solution – if not why spend the time… Save time for users ◦ More defined process ◦ Set expectations ◦ Consistency Save time for people managing requests ◦ Metrics on request volume, type, etc. ◦ Ability to prioritize and delegate ◦ Process captures all required data at time of request
  • 9. Scenario: Site Requests The sample used in this presentation is a request for a new SharePoint site. The manager of the SharePoint team wants to know how many requests are being made over time. How many are coming in, what people or teams are making the requests. The person or team creating the sites needs to have a way of managing the requests: Which are complete, who’s working on which site, how to set up security, etc. A standardized process will allow for management of the requests, consistency and completeness of the requests, a way to communicate the status of the request and reporting on requests.
  • 11. Information Architecture Where is the solution going to live? ◦ As part of an existing site? ◦ As a stand-alone site? ◦ As a sub web of another site? What type of list should be used? ◦ Custom ◦ Tasks ◦ Issues
  • 12. Metrics, ROI, User Adoption If you want to demonstrate improvement you need to: ◦ Determine what needs to be measured ◦ Take any measurements or create estimates while the existing process is still in place User Adoption: ◦ Talk about it NOW rather than trying to figure it out after a solution is built ◦ What can you build that users will be chomping at the bit to get access to? ◦ What is something new you can offer them (functionality)?
  • 13. Governance Who owns the process? Who is responsible for what’s working and what’s not working? What are the Service Level Agreements being made surrounding the requests? ◦ How long will it take to create a site once it’s been requested (and/or approved) Communication: ◦ What email or other notices are sent out, to whom, at what stages, etc… ◦ What information can be found on the site (status updates, notes)
  • 14. Requirements How formal and detailed any requirements need to be is determined by the standards of the organization, though some minimal expectations or desires should be defined: ◦ What are the team managing the requests looking for? ◦ How to see my assignments ◦ Know who to contact with questions about the request ◦ Report on the volume of requests and activity ◦ What are users looking for? ◦ More feedback or access to the status of the request ◦ Who to contact with questions or updates
  • 16. The List Easiest and quickest way to get a list and form in place is to create a consolidated list of all the fields that will be needed for all users. ◦ Name of site ◦ Description of site ◦ Site Type ◦ Site Owner ◦ Site Admin ◦ Assigned to - SharePoint Team member tasked with creating the site ◦ Notes – Notes for use by the resource creating the site ◦ Site Status – Status of the build/provision process ◦ Created Date – Tracks the date of the request
  • 17. The List New Item looks like this by default… -> For everyone… Which is too much…
  • 18. The List And the default All Items view will look something like this: Which is ok for starters but will get cluttered over time.
  • 19. Forms Crawl approach - Start with out of box (OOB) forms as just shown. Walk approach – Use the Content Type method for editing the NewItem experience for users. Edit with SPD ◦ 2010 allows for code or design view editing ◦ 2013 allows for code editing (and may allow JS Link as well – TBD) InfoPath can be used when necessary but require additional skill set. Custom web forms can also be used when necessary, but will require more effort and a different skills set.
  • 20. Forms Content Type approach uses all OOB and SharePoint Designer (SPD) solutions to limit the fields that are displayed during the new item creation and uses a SPD workflow to enable all fields to be displayed once a new item is created. Steps: ◦ Create a ‘new item’ and ‘display item’ content types ◦ Add a workflow to switch the content type upon item creation – transparent to the user. Steps for this approach are in a blog post by Sarah Haase (see References) but is a little different when doing in 2013 on the content type creation.
  • 21. Content Types ‘New Request’ - As seen by users when initial request is made ◦ Title ◦ Description ◦ Site Type ◦ Site Owner ◦ Site Admin ‘Display Request’ - As seen by the process administrators ◦ Title ◦ Description ◦ Site Type ◦ Site Owner ◦ Site Admin ◦ Assigned To ◦ Notes ◦ Site Status
  • 22. Workflow Create a simple SPD workflow that kicks off when a new item is created. This changes the content type of the item so that when the item is then viewed (there can be a short lag here while the workflow does it’s thing). In this particular example I’m also setting the default value of the Status field.
  • 23. Views As with many solutions, views are key to smooth user experiences. Creating views that are relevant to each role is critical to good user experience. Depending on the scope of the solution, you may be able to achieve this all on a single (Home) page, possibly including targeted content, or need to create separate pages – ‘mini dashboards’. Creating views using the ‘Me’ filter generally provides a lot of value
  • 24. Views Home page – Could be based on ‘recent requests’. My Requests – This can get a bit dodgy when someone is making requests for someone else. Assigned to Me – For the team provisioning the sites to be able to quickly see which requests have been assigned to them. Unassigned – For the person delegating site provisioning to quickly see which requests need to be assigned. Not Complete – See an overview of the sites requested but not yet competed. This could use some conditional formatting (JSLink) to highlight requests getting older
  • 25.
  • 26. Pages Additional pages can be created as needed to fit specific content or role-based requirements. In the site request context there really are only two main users – the people requesting sites and the people provisioning the sites. For example: ◦ Documentation on how to use the request form (Wiki) ◦ SLA information (Wiki) Note for 2010: Content can be added as a wiki or as a content page.
  • 27. Pages - Instructions Even with the simplest functionality, having some instruction is good for the user experience and setting user expectations.
  • 28. Pages - SLA Information about a Service Level Agreement doesn’t have to be very long, just long enough to communicate the expectations to users and requesters.
  • 29. Navigation Navigation can be provided in whatever way is most beneficial to the users, though it may be influenced by style guidelines of the organization. Options include: ◦ Promoted Links web part (NEW) ◦ A Links list and web part ◦ Quick Links bar (left side) and top navigation links
  • 31. Metrics and ROI Now that the new system / process is in place: ◦ Re-measure the same metrics as before ◦ Report on the change
  • 32. Continue to improve… You will need to determine how far you want to go with the solution. You can keep building more and more functionality to further automate, better document, better communicate, better tailor to specific roles, etc… Typical / Suggested Improvements: ◦ Additional simple workflows ◦ Notifications ◦ Advanced SPD or .NET workflows ◦ Use Access Services for more complex data relationships ◦ InfoPath forms
  • 33. Quick Recap This example shows just one possible solution to one possible scenario. There are many tweaks and approaches that can be used to do it differently to suit each organizations needs.
  • 34. Try It Yourself! Play with many of these features in Office365 ◦ http://office.microsoft.com /en-us/business/compare- office-for-business-plans- FX102918419.aspx ◦ I recommend the E1 plan as a test platform – but you need to Trial with something else in the ‘E’ group. You get all the Enterprise features.
  • 35. References Content Types to Modify Fields Displayed in NewItem and EditItem Forms http://sarahlhaase.wordpress.com/2011/03/21/using-content-types-to- modify-the-newform-aspx-and-editform-aspx-pages/ JS Link Primer – Blog Post http://www.idubbs.com/blog/2012/js-link-for-sharepoint-2013-web- partsa-quick-functional-primer/

Notes de l'éditeur

  1. Since a lot of you are probably developers, you may have noticed that I’m more on the non-development side of the world. My background includes development, but I’ve since transitioned to IT Pro and then to the business side – focusing on translating business needs to where solutions can be built in the SharePoint platform: from out of the box, to SharePoint Designer and the topics we’re talking about today, to .NET development and 3rd party options.
  2. ‘hallway’ conversations may turn into requests… “Can you send me some of the new marketing material?” Which materials?How many?When do you need them by?Where do you want them delivered?A single request may turn into repeated requests – the person that is asked for help becomes the ‘go to’ person for that requestFullfilling requests may take more and more timeAs the person becomes known for that type of request, others also start making requests adding to the workloadA single person processing requests doesn’t make good business senseIs the process business critical?What happens when the person is out of the office or unavailable?
  3. Just because there is a manual process doesn’t mean a list-based solution will provide measurable improvement
  4. A SharePoint site request could live under a SharePoint team site, a SharePoint ‘platform’ site, within the intranet ‘proper’, or other locations…
  5. So, we’ve got some work to do to make the user experience better.
  6. Obviously more fields can be added to either as needed…