SlideShare una empresa de Scribd logo
1 de 60
What are they?
Why do I need them?
My background with SharePoint:
- Started in 2007 with SharePoint 2007
- Worked with SharePoint 2007/2010/2013 and O365
- Worked extensively with Content Types in numerous
solutions
- End-User, Power-User, BA, Dev, IT-Pro
- Certifications:
- MCITP, SharePoint 2010 Administration
- MCTS, SharePoint 2010 Developer
Most important …
the school of hard knocks!!
Why is this important:
- If I knew then what I know now…
- What do most SharePoint implementations focus on?
- What do most SharePoint implementations NOT focus on?
- Content types are an integral part of a strong IA
- Content types are applicable for any sized organization
This is a 100-level talk, but I do assume a few things:
- You’ve used SharePoint as an end-user
- You’ve (hopefully) used SharePoint as a Power User
- You understand how to configure library/list advanced settings
- You understand the concept of a site collection versus site in SharePoint
- You either have permission to do what I’m about to show you or can
request it of someone in your organization who does have permission.
Don’t take notes unless you really want to…
Definitions
Custom Content Types
Document Template and DIP
Search
Workflow
Information Management Policy
Content Organizer
Content Hub
To panel board main
Today’s Agenda
Definitions
To panel board main
Content Type Topic
• Metadata
• Column versus Site Column
• Content Type
• Inheritance
• Information Architecture
To panel board main
To panel list main
Definitions
• Additional information about something
Example Passport: Name, ID, Date of Birth, Country
• Metadata is stored in columns in SharePoint
• Columns are defined on a list or library
Definitions - Metadata
Column Site Column
Definitions – Column/Site Column
Column
Site Column
Defined on a list or library
NOT reusable
In list/library Advanced Settings:
Defined independent of a list or library
Reusable (current site AND subsites)
Create in Site Settings
…Web Designer Galleries
In list/library Advanced Settings:
Definitions – Column/Site Column
Column Site Column
Column types available: Column types available:
Definitions – Column/Site Column
Column Site Column
Column: Department
Data type: Choice
Choice Values: Technology Solutions
HR Payroll
Marketing
Properties & Facilities
If 5 different team sites each create their
own library with their own department
column they will each have to maintain
the department choice values.
** Okay, but could be better
Site Column: Department
Data type: Choice
Choice Values: Technology Solutions
HR Payroll
Marketing
Properties & Facilities
If 5 different team sites each create their
own library but use this site column, the
department choices only need to be
maintained in the 1 site column.
** Better!
Create once, use once!!! Create once, use many times!!!
• Defines a “type” of content in your organization
Eg. Contract, Lease Agreement, Loan Amendment, Marketing Campaign
• Created in Site Settings … Web Designer Gallery
• Site columns are grouped together to form a content type
• Includes metadata (columns), behaviours and features
• Everything in SharePoint is a content type
Definitions – Content Type
Document
Image Folder
Blog Post Wiki Page
Task
• A Content Type must always have a parent. (Few exceptions)
• A Content Type can be both a parent AND a child.
Definitions – Inheritance
Parent Content Type
Content Type
Child Content Type
Inherits behaviour and properties
from its parent content type
Passes behaviour and properties
to children content type(s)
Child Content Type
Event Content Type:
Start Time/End Time/Title/Description
Company Event Content Type
Company Location/Event Type
Meeting-in-a-box Event Content Type
Corporate Event Content Type
Organizational Impact Event Content Type
• Content types are available in the site they’re created in and all below
Definitions – Inheritance
• Example: Document Content Type
• Site Columns:
• Title
• Created Date
• Modified Date
• Created By
• Modified By
• Checked Out To
• By default, every document library has the document
content type included with it.
• Any content type inheriting from the Document Content
Type will inherit these columns.
Definitions – Inheritance
From Information Architecture Institute
1. The structural design of shared information environments.
2. The art and science of organizing and labeling web sites,
intranets, online communities and software to support
usability and findability.
3. An emerging community of practice focused on bringing
principles of design and architecture to the digital landscape.
Definitions – Information Architecture
What does IA mean in the SharePoint world?
Definitions – Information Architecture
• How content (lists, libraries, sites, pages) is organized across
your SharePoint environment
• Building blocks of IA within SharePoint:
 Site Collections
 Sites and subsites
 Libraries and Lists
 Folders
 Metadata
 Managed Metadata
 Content Types
Definitions
Custom Content Types
To panel board main
Content Type Topic
You can build your own content type. This is called a
“custom content type”
To panel board main
To panel list main
Must inherit from another content type
Include your own metadata (site columns), behavior
and features to make it unique
Custom content types can become a parent for other
custom content types
Up-front planning required before you begin
Custom Content Type
Scenario: Acme Leasing Co.
1. Plan the types of content required for Acme Leasing Co.
– Lease Agreement
– Sublease Agreement
– Lease Amendment
2. Walk-thru of creating a Lease Agreement content type
3. Optional features we can use with a Lease Agreement
Demo Setup
Definitions
Custom Content Types
Document Template and DIP
To panel board main
Content Type Topic
• Associate a document template to a Content Type
**Document parent only
Examples: Lease document, Sublease document, Lease amendment
• Every time you create a new instance of the content type it
will be created with this document
• Content Type Advanced Settings
To panel board main
To panel list main
Document Template
• Document Information Panel (DIP) is a convenient
way for users to update metadata for a document
- Only available in Word, Excel, PowerPoint rich clients
- Use InfoPath to customize
- Per Content Type
To panel board main
To panel list main
Document Information Panel (DIP)
• Deprecated in SharePoint 2016
• DIP shows at the top of the document
Document Information Panel (DIP)
• If DIP isn’t showing or user accidentally closes it:
File … Info … Properties … Show Document Panel
Create Custom Content Type
Document Template
Document Information Panel (DIP)
Demo
Decide the parent content type for Lease Agreement
DOCUMENT
To panel board main
To panel list main
1. Create custom content type from parent content type
(Lease Agreement inherits from Document content type)
2. Create site columns for Lease Agreement:
- Property Type - Property Address
- Lease Term - Tenant Name
- Lease Start date - Tenant Phone
- Lease End date
3. Associate site columns to Lease Agreement
4. Allow content types on library
5. Add custom content type to library and optionally remove
default content type
Let’s recap the Lease Agreement content type
Custom Content TypeWebDesignerGalleryList/Library
Settings
• Consistency
• Scalability and Extensibility
• Multiple types of content in 1 list or library
– Lease Agreement, Lease Amendment, Sublease Agreement
all in 1 document library each with their own site columns
– You can’t do THAT without content types!!
• You control which content types are available for use
• Many additional features available
Custom Content Type Benefits
Definitions
Custom Content Types
Document Template and DIP
Search
To panel board main
Content Type Topic
Search Webparts can query based on Content Type
• Eg. Show all lease agreements in the organization
To panel board main
To panel list main
Search Display Templates can be based on Content Type
• Eg. Display Lease Amendments in search results in a unique way
Search Refiners by Content Type
• Eg. Refine by: lease agreement
sublease agreement
lease amendment
Search
Leverages the search engine of SharePoint to query for results
from the search index:
1. Content Search Web Part (CSWP)
** Enterprise edition of SharePoint Server 2013, O365
2. Search Results Web Part
** All editions
** You can filter your query
by content type.
Search – Search Webparts
• Allows you to customize how search results are displayed
• You can create a display template based on content type
• Unique properties for each content type can be displayed
• Examples:
– Icon to indicate a Lease Agreement
– Bronze/Silver/Gold medals to indicate Leaser's rating
Search – Display Templates
Add ContentType as a refiner on the search refinement webpart:
Search – Refinement
Search – Display Templates
Search Refinement
by Content Type
Lease Agreement
Item Display Templates
for Content Type:
Lease Agreement
Sublease Agreement
Lease Amendment
Lease Agreement
Sublease Agreement
Definitions
Custom Content Types
Document Template and DIP
Search
Workflow
To panel board main
Content Type Topic
Associate workflows with a content type. Wherever the content
type is used the workflow is automatically associated to it.
To panel board main
To panel list main
Thru SharePoint UI:
 Associate approval workflow with a content type
Example: Whenever a new lease agreement is added to a library you want an approval
task sent to Lease Administration.
(Publishing Approval Workflow Site Collection feature must be activated)
Workflow
Thru SharePoint Designer 2013
 Create globally reusable workflow based on Content Type
Example: Whenever a new lease agreement is added you want a notification email
sent to the Landlord and a calendar entry added for the lease start and end date.
Within SharePoint Designer 2013:
1. At the top-level site of your site collection, create a reusable workflow.
2. Associate it with your custom content type
3. Publish the workflow “globally”
To panel board main
To panel list main
Thru Visual Studio
 Fully customizable workflow scenarios based on content type can
be coded. (Outside scope of this talk)
Workflow
Definitions
Custom Content Types
Document Template and DIP
Search
Workflow
Information Management Policy
To panel board main
Content Type Topic
• Implemented to enforce legal regulations, governmental regulations, or
internal business processes
To panel board main
To panel list main
• Policies:
– Retention
• “Move closed CONTRACT to an archive location”
• “Delete COMPANY EVENT once the event date has passed”
– Auditing
• “Audit all edits made to LEASE AGREEMENTs”
– Barcodes
• “Include a barcode on every LEASE AGREEMENT”
• Policy can be set by Content Type
– Associated directly to content type
– Associated to site collection policy first which is then associated to a content type
 Allow re-use by Content Types across multiple site collections as these policies are
exportable.
Information Management Policy
Information Management Policy
1
** Since this policy is defined at the
content type level, everywhere a
Lease Agreement is added this policy
will be attached to it.
That’s awesome!!
2
3
All DATE columns
from the Content
Type will appear
in this dropdown
Move to Recycle Bin
Permanently Delete
Transfer to another location
Start a workflow
Skip to next stage
Declare record
Delete previous drafts
Delete all previous versions
• If out-of-the-box rules don’t meet your needs (Remember - date only!)
 Custom Information Management Retention Policy
- Visual Studio required, deployed as a solution.
- Example: Archive a Lease Agreement when either the Lease Expiry Date is one year old
unless the Lease Province is Alberta in which case it can be archived after 6 months.
• Timer Jobs:
- Information Management Policy
- Looks at all items adhering to a policy and decides which ones require action.
- Expiration Policy
- Performs the action required as identified by the Information Management Policy job
Information Management Policy
Definitions
Custom Content Types
Document Template and DIP
Search
Workflow
Information Management Policy
Content Organizer
To panel board main
Content Type Topic
• Central location to upload/route documents to alleviating the
end-user from having to know where the document goes.
• Site Feature
To panel board main
To panel list main
• Creates a “Drop-off library”
• 2 additional site settings…
Content Organizer
• Content Organizer Settings
– Ensures unique filenames per folder
– Enforces everyone to go thru Drop-Off Library
– Drop-off administrators
– Provides webservice URL for “Send To” connection:
Content Organizer
Content Organizer site URL
• Content Organizer Rules
– Routing rules can be based on Content Type.
Example: route all Lease Agreements to document library and
store in a folder with the name of the Lease City.
Content Organizer
Properties from
Content Type
will be in this
dropdown
“Send To” Connections
• Allows other sites to send content to a content organizer
based on:
Information Management Policy location
 Archive completed LEASE AGREEMENTs to Archive Site Content Organizer
Manual submission from ribbon
 Visible across entire site collection
• Uses webservice URL defined in Content Organizer settings
• Send To Actions allowed: Copy, Move, Move with a link
Content Organizer
Setting up a “Send To” Connection
– SharePoint Server: Central Administration/General Application Settings
– SharePoint Online: SP Admin Center/records management
Content Organizer
Actions:
• Copy
• Move
• Move with Link
Content Organizer
WebService URL
Content Organizer
“Send To” Connections
Demo
Pros:
- Users don’t have to know where a document goes
- Folders can be automatically created based on metadata
- Handles duplicate filenames
Content Organizer
Cons:
- Uploading multiple docs at once
- Administration of routing rules
- Requires significant planning
Definitions
Custom Content Types
Document Template and DIP
Search
Workflow
Information Management Policy
Content Organizer
Content Hub
To panel board main
Content Type Topic
Special site collection to hold content type definitions
To panel board main
To panel list main
Content Type “Syndication”
Push content types down to subscribing site collections in the
same or different web applications.
Significant setup required
Available in Enterprise edition of SharePoint Server 2013, O365
Content Hub
Why would you want to do this?
Content Hub
Define all content
types in the Content
Hub.
Content Hub
Site Collection
Managed
Metadata Service
Application
Subscribing
Site Collection 1
Content Type Gallery
Subscribing
Site Collection 2
Content Type Gallery
Subscribing
Site Collection N
Content Type Gallery
Publishing
Timer Job
Subscriber
Timer Jobs (1-N)
Step 1: Identify content type hub site collection.
Content Hub
SharePoint Server: Create a site collection and identify it as a content type hub.
In the Managed Metadata Service Application identify the site collection URL as the
Content Type Hub and set the publishing settings:
Content Hub
SharePoint Online: Content Type Hub automatically provisioned for each
tenant at URL: o365url/sites/contentTypeHub
** Not visible in the SharePoint Admin Centre
To verify: Site settings …. Site collection Administration … Content Type Publishing
Step 2: Create all content types in the Content Type Hub
- Lease Agreement
- Sublease Agreement
- Lease Amendment
For EACH content type, select ‘Publish’ the content type to all Web Apps &
Site Collections consuming content types from this location.
Content Hub
Step 3: Syndicate changes to subscribing site collections:
Subscribing Site Collection setting: Content Type Publishing – this checkbox
controls if the published content types from the content type hub will be
refreshed on the next timer job update.
Content Hub
** Differences between SharePoint Online and SharePoint Server:
1. You need to create the content type hub site collection.
2. You can control when the timer jobs run to push down the content
type changes. (Online – up to 48 hours)
Definitions
Custom Content Types
Document Template and DIP
Search
Workflow
Information Management Policy
Content Organizer
Content Hub
To panel board main
Content Type Topics
PLAN, PLAN, PLAN
Where do I start?
• What kind of content do you want to organize?
• What features do you need for your organization?
• What naming convention will you use?
• Who will administer this?
• Do Power Users require training?
• Find-ability versus Put-ability
– “Sweet Spot” 4 to 7
• There are no golden rules
Resources
Planning content types: https://technet.microsoft.com/en-us/library/cc262735.aspx
Planning spreadsheet: http://go.microsoft.com/fwlink/?LinkId=165878&clcid=0x409
Content Types and Content Type Publishing: https://support.office.com/en-
us/article/Introduction-to-content-types-and-content-type-publishing-e1277a2e-
a1e8-4473-9126-91a0647766e5
Sharegate blog posts:
Start to Learn SharePoint Series - http://en.share-gate.com/blog/sharepoint-
content-types-understand-use-create
SharePoint Content Types, Site Columns or Columns - http://en.share-
gate.com/blog/sharepoint-columns-site-columns-or-content-types
Thank you. 
Contact me:
email: joannecklein@outlook.com
twitter: @JoanneCKlein

Más contenido relacionado

La actualidad más candente

Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010Agnes Molnar
 
Designing Corporate News Application Using SharePoint 2013 Web Content Manage...
Designing Corporate News Application Using SharePoint 2013 Web Content Manage...Designing Corporate News Application Using SharePoint 2013 Web Content Manage...
Designing Corporate News Application Using SharePoint 2013 Web Content Manage...Nik Patel
 
Integrating Search Driven Content in SharePoint 2013/2016/O365
Integrating Search Driven Content in SharePoint 2013/2016/O365Integrating Search Driven Content in SharePoint 2013/2016/O365
Integrating Search Driven Content in SharePoint 2013/2016/O365Eric Overfield
 
Basics of SharePoint
Basics of SharePointBasics of SharePoint
Basics of SharePointsamirsangli
 
SharePoint Saturday Utah 2015 - SP2013 Search Driven Sites
SharePoint Saturday Utah 2015 - SP2013 Search Driven SitesSharePoint Saturday Utah 2015 - SP2013 Search Driven Sites
SharePoint Saturday Utah 2015 - SP2013 Search Driven SitesBrian Culver
 
Manage how people use your SharePoint Online
Manage how people use your SharePoint OnlineManage how people use your SharePoint Online
Manage how people use your SharePoint OnlineSuhail Jamaldeen
 
Rotating Banner in SharePoint with a DataView Webpart
Rotating Banner in SharePoint with a DataView WebpartRotating Banner in SharePoint with a DataView Webpart
Rotating Banner in SharePoint with a DataView WebpartEcho Schmidt
 
SharePoint Saturday Kansas 2015 - Building Killer Office365 Public Sites
SharePoint Saturday Kansas 2015 - Building Killer Office365 Public SitesSharePoint Saturday Kansas 2015 - Building Killer Office365 Public Sites
SharePoint Saturday Kansas 2015 - Building Killer Office365 Public SitesBrian Culver
 
Explore SharePoint 2010 Enterprise & Document Management features
Explore SharePoint 2010 Enterprise & Document Management features Explore SharePoint 2010 Enterprise & Document Management features
Explore SharePoint 2010 Enterprise & Document Management features K.Mohamed Faizal
 
Building an online catalogue with SharePoint 2013
Building an online catalogue with SharePoint 2013Building an online catalogue with SharePoint 2013
Building an online catalogue with SharePoint 2013James Milne
 
Image Slider with SharePoint 2013 Search Results Web Part
Image Slider with SharePoint 2013 Search Results Web PartImage Slider with SharePoint 2013 Search Results Web Part
Image Slider with SharePoint 2013 Search Results Web PartGSoft
 
SharePoint 2013 Search Driven Sites - SPSHOU
SharePoint 2013 Search Driven Sites - SPSHOUSharePoint 2013 Search Driven Sites - SPSHOU
SharePoint 2013 Search Driven Sites - SPSHOUBrian Culver
 
Share point document management
Share point document managementShare point document management
Share point document managementPeter Kettenis
 
SPSSAC - Taking Content Management Beyond Content Types
SPSSAC - Taking Content Management Beyond Content TypesSPSSAC - Taking Content Management Beyond Content Types
SPSSAC - Taking Content Management Beyond Content TypesTheresa Lubelski
 
Exploring the New Search in SharePoint 2013 - What can you do now?
Exploring the New Search in SharePoint 2013 - What can you do now?Exploring the New Search in SharePoint 2013 - What can you do now?
Exploring the New Search in SharePoint 2013 - What can you do now?Benjamin Niaulin
 
Types of sites - sharepoint 2013
Types of  sites - sharepoint 2013Types of  sites - sharepoint 2013
Types of sites - sharepoint 2013Subhi Almouslem
 
10 Quick Wins - No Code
10 Quick Wins - No Code10 Quick Wins - No Code
10 Quick Wins - No CodeJoshua Haebets
 
Share point 2013 the way to go...
Share point 2013 the way to go...Share point 2013 the way to go...
Share point 2013 the way to go...K.Mohamed Faizal
 

La actualidad más candente (20)

Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010
 
Designing Corporate News Application Using SharePoint 2013 Web Content Manage...
Designing Corporate News Application Using SharePoint 2013 Web Content Manage...Designing Corporate News Application Using SharePoint 2013 Web Content Manage...
Designing Corporate News Application Using SharePoint 2013 Web Content Manage...
 
Integrating Search Driven Content in SharePoint 2013/2016/O365
Integrating Search Driven Content in SharePoint 2013/2016/O365Integrating Search Driven Content in SharePoint 2013/2016/O365
Integrating Search Driven Content in SharePoint 2013/2016/O365
 
Basics of SharePoint
Basics of SharePointBasics of SharePoint
Basics of SharePoint
 
SharePoint Saturday Utah 2015 - SP2013 Search Driven Sites
SharePoint Saturday Utah 2015 - SP2013 Search Driven SitesSharePoint Saturday Utah 2015 - SP2013 Search Driven Sites
SharePoint Saturday Utah 2015 - SP2013 Search Driven Sites
 
Manage how people use your SharePoint Online
Manage how people use your SharePoint OnlineManage how people use your SharePoint Online
Manage how people use your SharePoint Online
 
Rotating Banner in SharePoint with a DataView Webpart
Rotating Banner in SharePoint with a DataView WebpartRotating Banner in SharePoint with a DataView Webpart
Rotating Banner in SharePoint with a DataView Webpart
 
SharePoint Saturday Kansas 2015 - Building Killer Office365 Public Sites
SharePoint Saturday Kansas 2015 - Building Killer Office365 Public SitesSharePoint Saturday Kansas 2015 - Building Killer Office365 Public Sites
SharePoint Saturday Kansas 2015 - Building Killer Office365 Public Sites
 
Explore SharePoint 2010 Enterprise & Document Management features
Explore SharePoint 2010 Enterprise & Document Management features Explore SharePoint 2010 Enterprise & Document Management features
Explore SharePoint 2010 Enterprise & Document Management features
 
Building an online catalogue with SharePoint 2013
Building an online catalogue with SharePoint 2013Building an online catalogue with SharePoint 2013
Building an online catalogue with SharePoint 2013
 
Image Slider with SharePoint 2013 Search Results Web Part
Image Slider with SharePoint 2013 Search Results Web PartImage Slider with SharePoint 2013 Search Results Web Part
Image Slider with SharePoint 2013 Search Results Web Part
 
SharePoint 2013 Search Driven Sites - SPSHOU
SharePoint 2013 Search Driven Sites - SPSHOUSharePoint 2013 Search Driven Sites - SPSHOU
SharePoint 2013 Search Driven Sites - SPSHOU
 
SharePoint for Beginners
SharePoint for BeginnersSharePoint for Beginners
SharePoint for Beginners
 
SharePoint 101
SharePoint 101SharePoint 101
SharePoint 101
 
Share point document management
Share point document managementShare point document management
Share point document management
 
SPSSAC - Taking Content Management Beyond Content Types
SPSSAC - Taking Content Management Beyond Content TypesSPSSAC - Taking Content Management Beyond Content Types
SPSSAC - Taking Content Management Beyond Content Types
 
Exploring the New Search in SharePoint 2013 - What can you do now?
Exploring the New Search in SharePoint 2013 - What can you do now?Exploring the New Search in SharePoint 2013 - What can you do now?
Exploring the New Search in SharePoint 2013 - What can you do now?
 
Types of sites - sharepoint 2013
Types of  sites - sharepoint 2013Types of  sites - sharepoint 2013
Types of sites - sharepoint 2013
 
10 Quick Wins - No Code
10 Quick Wins - No Code10 Quick Wins - No Code
10 Quick Wins - No Code
 
Share point 2013 the way to go...
Share point 2013 the way to go...Share point 2013 the way to go...
Share point 2013 the way to go...
 

Destacado

Content types
Content typesContent types
Content typesBob Evans
 
Understanding SharePoint Information Architecture
Understanding SharePoint Information ArchitectureUnderstanding SharePoint Information Architecture
Understanding SharePoint Information ArchitectureShailen Sukul
 
presentation of historical context of psychology
presentation of historical context of psychologypresentation of historical context of psychology
presentation of historical context of psychologyGamze Farz
 
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...Richard Harbridge
 
Tartalmi sec
Tartalmi secTartalmi sec
Tartalmi secttasi86
 
NASA Tech Integration Georgia Tech Grand Challenge
NASA Tech Integration Georgia Tech Grand ChallengeNASA Tech Integration Georgia Tech Grand Challenge
NASA Tech Integration Georgia Tech Grand ChallengeSung (Stephen) Kim
 
Case Study - Writing Letters Marathon campaign for Amnesty International
Case Study - Writing Letters Marathon campaign for Amnesty InternationalCase Study - Writing Letters Marathon campaign for Amnesty International
Case Study - Writing Letters Marathon campaign for Amnesty InternationalSparc Media Poland
 
The Law Hub: A New Content Strategy, Plan and Platform for Law Firms
The Law Hub: A New Content Strategy, Plan and Platform for Law FirmsThe Law Hub: A New Content Strategy, Plan and Platform for Law Firms
The Law Hub: A New Content Strategy, Plan and Platform for Law FirmsPaperStreet Web Design
 
SharePoint for Knowledge Management
SharePoint for Knowledge ManagementSharePoint for Knowledge Management
SharePoint for Knowledge ManagementRob Bogue
 
Using SVC for DASH in Mobile Environments
Using SVC for DASH in Mobile EnvironmentsUsing SVC for DASH in Mobile Environments
Using SVC for DASH in Mobile EnvironmentsChristopher Mueller
 
SharePoint 2013 Taxonomy Tour
SharePoint 2013 Taxonomy TourSharePoint 2013 Taxonomy Tour
SharePoint 2013 Taxonomy TourRegroove
 
An SDLC for SharePoint
An SDLC for SharePointAn SDLC for SharePoint
An SDLC for SharePointgvaughan
 
SharePoint Taxonomy Introduction
SharePoint Taxonomy IntroductionSharePoint Taxonomy Introduction
SharePoint Taxonomy IntroductionChris Woodill
 
Chapter 3: Historical and Cultural Context
Chapter 3: Historical and Cultural ContextChapter 3: Historical and Cultural Context
Chapter 3: Historical and Cultural ContextVal Bello
 
Cultural and historical context presentation
Cultural and historical context presentationCultural and historical context presentation
Cultural and historical context presentationLisa
 
Working with Large Lists in SharePoint 2013 - Why You Need to Pay Attention t...
Working with Large Lists in SharePoint 2013 - Why You Need to Pay Attention t...Working with Large Lists in SharePoint 2013 - Why You Need to Pay Attention t...
Working with Large Lists in SharePoint 2013 - Why You Need to Pay Attention t...Steve Stewart
 

Destacado (20)

Content types
Content typesContent types
Content types
 
Understanding SharePoint Information Architecture
Understanding SharePoint Information ArchitectureUnderstanding SharePoint Information Architecture
Understanding SharePoint Information Architecture
 
presentation of historical context of psychology
presentation of historical context of psychologypresentation of historical context of psychology
presentation of historical context of psychology
 
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
 
Presentation1
Presentation1Presentation1
Presentation1
 
Tartalmi sec
Tartalmi secTartalmi sec
Tartalmi sec
 
ENVREG9602
ENVREG9602ENVREG9602
ENVREG9602
 
Las plantas y sus partes
Las plantas y sus partesLas plantas y sus partes
Las plantas y sus partes
 
NASA Tech Integration Georgia Tech Grand Challenge
NASA Tech Integration Georgia Tech Grand ChallengeNASA Tech Integration Georgia Tech Grand Challenge
NASA Tech Integration Georgia Tech Grand Challenge
 
Case Study - Writing Letters Marathon campaign for Amnesty International
Case Study - Writing Letters Marathon campaign for Amnesty InternationalCase Study - Writing Letters Marathon campaign for Amnesty International
Case Study - Writing Letters Marathon campaign for Amnesty International
 
How to leverage linked in in your sales & marketing plans for ellevate
How to leverage linked in in your sales & marketing plans for ellevateHow to leverage linked in in your sales & marketing plans for ellevate
How to leverage linked in in your sales & marketing plans for ellevate
 
The Law Hub: A New Content Strategy, Plan and Platform for Law Firms
The Law Hub: A New Content Strategy, Plan and Platform for Law FirmsThe Law Hub: A New Content Strategy, Plan and Platform for Law Firms
The Law Hub: A New Content Strategy, Plan and Platform for Law Firms
 
SharePoint for Knowledge Management
SharePoint for Knowledge ManagementSharePoint for Knowledge Management
SharePoint for Knowledge Management
 
Using SVC for DASH in Mobile Environments
Using SVC for DASH in Mobile EnvironmentsUsing SVC for DASH in Mobile Environments
Using SVC for DASH in Mobile Environments
 
SharePoint 2013 Taxonomy Tour
SharePoint 2013 Taxonomy TourSharePoint 2013 Taxonomy Tour
SharePoint 2013 Taxonomy Tour
 
An SDLC for SharePoint
An SDLC for SharePointAn SDLC for SharePoint
An SDLC for SharePoint
 
SharePoint Taxonomy Introduction
SharePoint Taxonomy IntroductionSharePoint Taxonomy Introduction
SharePoint Taxonomy Introduction
 
Chapter 3: Historical and Cultural Context
Chapter 3: Historical and Cultural ContextChapter 3: Historical and Cultural Context
Chapter 3: Historical and Cultural Context
 
Cultural and historical context presentation
Cultural and historical context presentationCultural and historical context presentation
Cultural and historical context presentation
 
Working with Large Lists in SharePoint 2013 - Why You Need to Pay Attention t...
Working with Large Lists in SharePoint 2013 - Why You Need to Pay Attention t...Working with Large Lists in SharePoint 2013 - Why You Need to Pay Attention t...
Working with Large Lists in SharePoint 2013 - Why You Need to Pay Attention t...
 

Similar a From 0 to 100 with Content types

Sps durham james_h
Sps durham james_hSps durham james_h
Sps durham james_hJames Hunter
 
DWCNZ - Content Types: Love Them or Lose It
DWCNZ - Content Types: Love Them or Lose ItDWCNZ - Content Types: Love Them or Lose It
DWCNZ - Content Types: Love Them or Lose ItMarc D Anderson
 
Mastering the Art of SharePoint DMS
Mastering the Art of SharePoint DMSMastering the Art of SharePoint DMS
Mastering the Art of SharePoint DMSOliver Wirkus
 
IA& Taxonomy Planning for SharePoint Online & Office 365
IA& Taxonomy Planning for SharePoint Online & Office 365IA& Taxonomy Planning for SharePoint Online & Office 365
IA& Taxonomy Planning for SharePoint Online & Office 365DocFluix, LLC
 
SPSNE17 - Taming Your Taxonomy in SharePoint
SPSNE17 - Taming Your Taxonomy in SharePointSPSNE17 - Taming Your Taxonomy in SharePoint
SPSNE17 - Taming Your Taxonomy in SharePointJonathan Ralton
 
SPS Dayton Content Types
SPS Dayton Content TypesSPS Dayton Content Types
SPS Dayton Content TypesPatrick Tucker
 
SharePoint 2013 Document Management Out of the Box
SharePoint 2013 Document Management Out of the BoxSharePoint 2013 Document Management Out of the Box
SharePoint 2013 Document Management Out of the BoxEd Musters
 
SharePoint Saturday CT 2015 - Content Types: Love Them or Lose It
SharePoint Saturday CT 2015 - Content Types: Love Them or Lose ItSharePoint Saturday CT 2015 - Content Types: Love Them or Lose It
SharePoint Saturday CT 2015 - Content Types: Love Them or Lose ItMarc D Anderson
 
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017Drew Madelung
 
SharePoint Information Architecture Applied
SharePoint Information Architecture AppliedSharePoint Information Architecture Applied
SharePoint Information Architecture Appliedbobmixon
 
Essentials for the SharePoint Power User - NACollabSummit
Essentials for the SharePoint Power User - NACollabSummitEssentials for the SharePoint Power User - NACollabSummit
Essentials for the SharePoint Power User - NACollabSummitDrew Madelung
 
Optimizing SharePoint for Transactional Content Management
Optimizing SharePoint for Transactional Content ManagementOptimizing SharePoint for Transactional Content Management
Optimizing SharePoint for Transactional Content ManagementDocFluix, LLC
 
NHSPUG June 2015 - Must Love Term Sets: The New and Improved Managed Metadat...
NHSPUG June 2015  - Must Love Term Sets: The New and Improved Managed Metadat...NHSPUG June 2015  - Must Love Term Sets: The New and Improved Managed Metadat...
NHSPUG June 2015 - Must Love Term Sets: The New and Improved Managed Metadat...Jonathan Ralton
 
Moving mountains with Sharepoint - Document Management with SharePoint 2013
Moving mountains with Sharepoint - Document Management with SharePoint 2013Moving mountains with Sharepoint - Document Management with SharePoint 2013
Moving mountains with Sharepoint - Document Management with SharePoint 2013Oliver Wirkus
 
SharePoint Saturday - Information Architecture Design
SharePoint Saturday - Information Architecture DesignSharePoint Saturday - Information Architecture Design
SharePoint Saturday - Information Architecture DesignJim Duncan
 
Moving Mountains with SharePoint
Moving Mountains with SharePointMoving Mountains with SharePoint
Moving Mountains with SharePointBridgingIT GmbH
 
Essentials for the SharePoint Power User - SPTechCon San Francisco 2016
Essentials for the SharePoint Power User - SPTechCon San Francisco 2016Essentials for the SharePoint Power User - SPTechCon San Francisco 2016
Essentials for the SharePoint Power User - SPTechCon San Francisco 2016Drew Madelung
 
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...Jonathan Ralton
 
SPSCT14 - Taming Your Taxonomy in SharePoint
SPSCT14 - Taming Your Taxonomy in SharePointSPSCT14 - Taming Your Taxonomy in SharePoint
SPSCT14 - Taming Your Taxonomy in SharePointJonathan Ralton
 

Similar a From 0 to 100 with Content types (20)

Sps durham james_h
Sps durham james_hSps durham james_h
Sps durham james_h
 
DWCNZ - Content Types: Love Them or Lose It
DWCNZ - Content Types: Love Them or Lose ItDWCNZ - Content Types: Love Them or Lose It
DWCNZ - Content Types: Love Them or Lose It
 
Mastering the Art of SharePoint DMS
Mastering the Art of SharePoint DMSMastering the Art of SharePoint DMS
Mastering the Art of SharePoint DMS
 
IA& Taxonomy Planning for SharePoint Online & Office 365
IA& Taxonomy Planning for SharePoint Online & Office 365IA& Taxonomy Planning for SharePoint Online & Office 365
IA& Taxonomy Planning for SharePoint Online & Office 365
 
SPSNE17 - Taming Your Taxonomy in SharePoint
SPSNE17 - Taming Your Taxonomy in SharePointSPSNE17 - Taming Your Taxonomy in SharePoint
SPSNE17 - Taming Your Taxonomy in SharePoint
 
SPS Dayton Content Types
SPS Dayton Content TypesSPS Dayton Content Types
SPS Dayton Content Types
 
SharePoint 2013 Document Management Out of the Box
SharePoint 2013 Document Management Out of the BoxSharePoint 2013 Document Management Out of the Box
SharePoint 2013 Document Management Out of the Box
 
SharePoint Saturday CT 2015 - Content Types: Love Them or Lose It
SharePoint Saturday CT 2015 - Content Types: Love Them or Lose ItSharePoint Saturday CT 2015 - Content Types: Love Them or Lose It
SharePoint Saturday CT 2015 - Content Types: Love Them or Lose It
 
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
 
SharePoint Information Architecture Applied
SharePoint Information Architecture AppliedSharePoint Information Architecture Applied
SharePoint Information Architecture Applied
 
Content Type Guidelines
Content Type GuidelinesContent Type Guidelines
Content Type Guidelines
 
Essentials for the SharePoint Power User - NACollabSummit
Essentials for the SharePoint Power User - NACollabSummitEssentials for the SharePoint Power User - NACollabSummit
Essentials for the SharePoint Power User - NACollabSummit
 
Optimizing SharePoint for Transactional Content Management
Optimizing SharePoint for Transactional Content ManagementOptimizing SharePoint for Transactional Content Management
Optimizing SharePoint for Transactional Content Management
 
NHSPUG June 2015 - Must Love Term Sets: The New and Improved Managed Metadat...
NHSPUG June 2015  - Must Love Term Sets: The New and Improved Managed Metadat...NHSPUG June 2015  - Must Love Term Sets: The New and Improved Managed Metadat...
NHSPUG June 2015 - Must Love Term Sets: The New and Improved Managed Metadat...
 
Moving mountains with Sharepoint - Document Management with SharePoint 2013
Moving mountains with Sharepoint - Document Management with SharePoint 2013Moving mountains with Sharepoint - Document Management with SharePoint 2013
Moving mountains with Sharepoint - Document Management with SharePoint 2013
 
SharePoint Saturday - Information Architecture Design
SharePoint Saturday - Information Architecture DesignSharePoint Saturday - Information Architecture Design
SharePoint Saturday - Information Architecture Design
 
Moving Mountains with SharePoint
Moving Mountains with SharePointMoving Mountains with SharePoint
Moving Mountains with SharePoint
 
Essentials for the SharePoint Power User - SPTechCon San Francisco 2016
Essentials for the SharePoint Power User - SPTechCon San Francisco 2016Essentials for the SharePoint Power User - SPTechCon San Francisco 2016
Essentials for the SharePoint Power User - SPTechCon San Francisco 2016
 
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
 
SPSCT14 - Taming Your Taxonomy in SharePoint
SPSCT14 - Taming Your Taxonomy in SharePointSPSCT14 - Taming Your Taxonomy in SharePoint
SPSCT14 - Taming Your Taxonomy in SharePoint
 

Más de Joanne Klein

IRMS UG Principles of Retention in Microsoft 365
IRMS UG Principles of Retention in Microsoft 365IRMS UG Principles of Retention in Microsoft 365
IRMS UG Principles of Retention in Microsoft 365Joanne Klein
 
Communication Compliance in Microsoft 365
Communication Compliance in Microsoft 365Communication Compliance in Microsoft 365
Communication Compliance in Microsoft 365Joanne Klein
 
Protecting your Teams Work across Microsoft 365
Protecting your Teams Work across Microsoft 365Protecting your Teams Work across Microsoft 365
Protecting your Teams Work across Microsoft 365Joanne Klein
 
M365 Virtual Marathon: Retention in Office 365 - the Where What and How
M365 Virtual Marathon: Retention in Office 365 - the Where What and HowM365 Virtual Marathon: Retention in Office 365 - the Where What and How
M365 Virtual Marathon: Retention in Office 365 - the Where What and HowJoanne Klein
 
M365 Virtual Marthon: Protecting your Teamwork across Microsoft 365
M365 Virtual Marthon: Protecting your Teamwork across Microsoft 365M365 Virtual Marthon: Protecting your Teamwork across Microsoft 365
M365 Virtual Marthon: Protecting your Teamwork across Microsoft 365Joanne Klein
 
Microsoft Teams in the Modern Workplace
Microsoft Teams in the Modern WorkplaceMicrosoft Teams in the Modern Workplace
Microsoft Teams in the Modern WorkplaceJoanne Klein
 
Empowering the business for eDiscovery in Office 365 - BRK2112
Empowering the business for eDiscovery in Office 365 - BRK2112Empowering the business for eDiscovery in Office 365 - BRK2112
Empowering the business for eDiscovery in Office 365 - BRK2112Joanne Klein
 
7 ways to auto-apply retention labels in Office 365 - THR2071
7 ways to auto-apply retention labels in Office 365 - THR20717 ways to auto-apply retention labels in Office 365 - THR2071
7 ways to auto-apply retention labels in Office 365 - THR2071Joanne Klein
 
Build a modern Office 365 Adoption Center with no code
Build a modern Office 365 Adoption Center with no codeBuild a modern Office 365 Adoption Center with no code
Build a modern Office 365 Adoption Center with no codeJoanne Klein
 
Taking a Crawl-Walk-Run Approach to Office 365 Retention - Ottawa SPUG (no de...
Taking a Crawl-Walk-Run Approach to Office 365 Retention - Ottawa SPUG (no de...Taking a Crawl-Walk-Run Approach to Office 365 Retention - Ottawa SPUG (no de...
Taking a Crawl-Walk-Run Approach to Office 365 Retention - Ottawa SPUG (no de...Joanne Klein
 
Let's build an adoption centre in office 365
Let's build an adoption centre in office 365Let's build an adoption centre in office 365
Let's build an adoption centre in office 365Joanne Klein
 
Azure Information Protection - Taking a Team Approach - SPS Montreal
Azure Information Protection - Taking a Team Approach - SPS MontrealAzure Information Protection - Taking a Team Approach - SPS Montreal
Azure Information Protection - Taking a Team Approach - SPS MontrealJoanne Klein
 
Azure Information Protection - Taking a Team Approach
Azure Information Protection - Taking a Team ApproachAzure Information Protection - Taking a Team Approach
Azure Information Protection - Taking a Team ApproachJoanne Klein
 
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?SharePoint Site Architecture: Flat, Deep or somewhere in the middle?
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?Joanne Klein
 
Office 365 Vancouver. A Team Approach to Azure Information Protection
Office 365 Vancouver. A Team Approach to Azure Information ProtectionOffice 365 Vancouver. A Team Approach to Azure Information Protection
Office 365 Vancouver. A Team Approach to Azure Information ProtectionJoanne Klein
 
Navigating the Mess of a Shared drive Migration to SharePoint
Navigating the Mess of a Shared drive Migration to SharePointNavigating the Mess of a Shared drive Migration to SharePoint
Navigating the Mess of a Shared drive Migration to SharePointJoanne Klein
 
SPFest Chicago - Information Management and Data Governance in Office 365
SPFest Chicago - Information Management and Data Governance in Office 365SPFest Chicago - Information Management and Data Governance in Office 365
SPFest Chicago - Information Management and Data Governance in Office 365Joanne Klein
 
O365 Practical Adoption Strategies - HDI Regina Chapter
O365 Practical Adoption Strategies - HDI Regina ChapterO365 Practical Adoption Strategies - HDI Regina Chapter
O365 Practical Adoption Strategies - HDI Regina ChapterJoanne Klein
 
Navigating the mess of a Shared Network Drive Migration to SharePoint - SPS B...
Navigating the mess of a Shared Network Drive Migration to SharePoint - SPS B...Navigating the mess of a Shared Network Drive Migration to SharePoint - SPS B...
Navigating the mess of a Shared Network Drive Migration to SharePoint - SPS B...Joanne Klein
 
Office 365 - Practical Adoption Strategies - SP Unite @ Haarlem
Office 365 - Practical Adoption Strategies - SP Unite @ HaarlemOffice 365 - Practical Adoption Strategies - SP Unite @ Haarlem
Office 365 - Practical Adoption Strategies - SP Unite @ HaarlemJoanne Klein
 

Más de Joanne Klein (20)

IRMS UG Principles of Retention in Microsoft 365
IRMS UG Principles of Retention in Microsoft 365IRMS UG Principles of Retention in Microsoft 365
IRMS UG Principles of Retention in Microsoft 365
 
Communication Compliance in Microsoft 365
Communication Compliance in Microsoft 365Communication Compliance in Microsoft 365
Communication Compliance in Microsoft 365
 
Protecting your Teams Work across Microsoft 365
Protecting your Teams Work across Microsoft 365Protecting your Teams Work across Microsoft 365
Protecting your Teams Work across Microsoft 365
 
M365 Virtual Marathon: Retention in Office 365 - the Where What and How
M365 Virtual Marathon: Retention in Office 365 - the Where What and HowM365 Virtual Marathon: Retention in Office 365 - the Where What and How
M365 Virtual Marathon: Retention in Office 365 - the Where What and How
 
M365 Virtual Marthon: Protecting your Teamwork across Microsoft 365
M365 Virtual Marthon: Protecting your Teamwork across Microsoft 365M365 Virtual Marthon: Protecting your Teamwork across Microsoft 365
M365 Virtual Marthon: Protecting your Teamwork across Microsoft 365
 
Microsoft Teams in the Modern Workplace
Microsoft Teams in the Modern WorkplaceMicrosoft Teams in the Modern Workplace
Microsoft Teams in the Modern Workplace
 
Empowering the business for eDiscovery in Office 365 - BRK2112
Empowering the business for eDiscovery in Office 365 - BRK2112Empowering the business for eDiscovery in Office 365 - BRK2112
Empowering the business for eDiscovery in Office 365 - BRK2112
 
7 ways to auto-apply retention labels in Office 365 - THR2071
7 ways to auto-apply retention labels in Office 365 - THR20717 ways to auto-apply retention labels in Office 365 - THR2071
7 ways to auto-apply retention labels in Office 365 - THR2071
 
Build a modern Office 365 Adoption Center with no code
Build a modern Office 365 Adoption Center with no codeBuild a modern Office 365 Adoption Center with no code
Build a modern Office 365 Adoption Center with no code
 
Taking a Crawl-Walk-Run Approach to Office 365 Retention - Ottawa SPUG (no de...
Taking a Crawl-Walk-Run Approach to Office 365 Retention - Ottawa SPUG (no de...Taking a Crawl-Walk-Run Approach to Office 365 Retention - Ottawa SPUG (no de...
Taking a Crawl-Walk-Run Approach to Office 365 Retention - Ottawa SPUG (no de...
 
Let's build an adoption centre in office 365
Let's build an adoption centre in office 365Let's build an adoption centre in office 365
Let's build an adoption centre in office 365
 
Azure Information Protection - Taking a Team Approach - SPS Montreal
Azure Information Protection - Taking a Team Approach - SPS MontrealAzure Information Protection - Taking a Team Approach - SPS Montreal
Azure Information Protection - Taking a Team Approach - SPS Montreal
 
Azure Information Protection - Taking a Team Approach
Azure Information Protection - Taking a Team ApproachAzure Information Protection - Taking a Team Approach
Azure Information Protection - Taking a Team Approach
 
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?SharePoint Site Architecture: Flat, Deep or somewhere in the middle?
SharePoint Site Architecture: Flat, Deep or somewhere in the middle?
 
Office 365 Vancouver. A Team Approach to Azure Information Protection
Office 365 Vancouver. A Team Approach to Azure Information ProtectionOffice 365 Vancouver. A Team Approach to Azure Information Protection
Office 365 Vancouver. A Team Approach to Azure Information Protection
 
Navigating the Mess of a Shared drive Migration to SharePoint
Navigating the Mess of a Shared drive Migration to SharePointNavigating the Mess of a Shared drive Migration to SharePoint
Navigating the Mess of a Shared drive Migration to SharePoint
 
SPFest Chicago - Information Management and Data Governance in Office 365
SPFest Chicago - Information Management and Data Governance in Office 365SPFest Chicago - Information Management and Data Governance in Office 365
SPFest Chicago - Information Management and Data Governance in Office 365
 
O365 Practical Adoption Strategies - HDI Regina Chapter
O365 Practical Adoption Strategies - HDI Regina ChapterO365 Practical Adoption Strategies - HDI Regina Chapter
O365 Practical Adoption Strategies - HDI Regina Chapter
 
Navigating the mess of a Shared Network Drive Migration to SharePoint - SPS B...
Navigating the mess of a Shared Network Drive Migration to SharePoint - SPS B...Navigating the mess of a Shared Network Drive Migration to SharePoint - SPS B...
Navigating the mess of a Shared Network Drive Migration to SharePoint - SPS B...
 
Office 365 - Practical Adoption Strategies - SP Unite @ Haarlem
Office 365 - Practical Adoption Strategies - SP Unite @ HaarlemOffice 365 - Practical Adoption Strategies - SP Unite @ Haarlem
Office 365 - Practical Adoption Strategies - SP Unite @ Haarlem
 

Último

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
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
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
 
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
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
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
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
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
 
"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
 
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
 
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
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
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
 
"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
 

Último (20)

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
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
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
 
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
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
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
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 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.
 
"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
 
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
 
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
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
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
 
"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
 

From 0 to 100 with Content types

  • 1. What are they? Why do I need them?
  • 2.
  • 3. My background with SharePoint: - Started in 2007 with SharePoint 2007 - Worked with SharePoint 2007/2010/2013 and O365 - Worked extensively with Content Types in numerous solutions - End-User, Power-User, BA, Dev, IT-Pro - Certifications: - MCITP, SharePoint 2010 Administration - MCTS, SharePoint 2010 Developer Most important … the school of hard knocks!!
  • 4. Why is this important: - If I knew then what I know now… - What do most SharePoint implementations focus on? - What do most SharePoint implementations NOT focus on? - Content types are an integral part of a strong IA - Content types are applicable for any sized organization
  • 5. This is a 100-level talk, but I do assume a few things: - You’ve used SharePoint as an end-user - You’ve (hopefully) used SharePoint as a Power User - You understand how to configure library/list advanced settings - You understand the concept of a site collection versus site in SharePoint - You either have permission to do what I’m about to show you or can request it of someone in your organization who does have permission. Don’t take notes unless you really want to…
  • 6. Definitions Custom Content Types Document Template and DIP Search Workflow Information Management Policy Content Organizer Content Hub To panel board main Today’s Agenda
  • 7. Definitions To panel board main Content Type Topic
  • 8. • Metadata • Column versus Site Column • Content Type • Inheritance • Information Architecture To panel board main To panel list main Definitions
  • 9. • Additional information about something Example Passport: Name, ID, Date of Birth, Country • Metadata is stored in columns in SharePoint • Columns are defined on a list or library Definitions - Metadata
  • 10. Column Site Column Definitions – Column/Site Column Column Site Column Defined on a list or library NOT reusable In list/library Advanced Settings: Defined independent of a list or library Reusable (current site AND subsites) Create in Site Settings …Web Designer Galleries In list/library Advanced Settings:
  • 11. Definitions – Column/Site Column Column Site Column Column types available: Column types available:
  • 12. Definitions – Column/Site Column Column Site Column Column: Department Data type: Choice Choice Values: Technology Solutions HR Payroll Marketing Properties & Facilities If 5 different team sites each create their own library with their own department column they will each have to maintain the department choice values. ** Okay, but could be better Site Column: Department Data type: Choice Choice Values: Technology Solutions HR Payroll Marketing Properties & Facilities If 5 different team sites each create their own library but use this site column, the department choices only need to be maintained in the 1 site column. ** Better! Create once, use once!!! Create once, use many times!!!
  • 13. • Defines a “type” of content in your organization Eg. Contract, Lease Agreement, Loan Amendment, Marketing Campaign • Created in Site Settings … Web Designer Gallery • Site columns are grouped together to form a content type • Includes metadata (columns), behaviours and features • Everything in SharePoint is a content type Definitions – Content Type Document Image Folder Blog Post Wiki Page Task
  • 14. • A Content Type must always have a parent. (Few exceptions) • A Content Type can be both a parent AND a child. Definitions – Inheritance Parent Content Type Content Type Child Content Type Inherits behaviour and properties from its parent content type Passes behaviour and properties to children content type(s) Child Content Type Event Content Type: Start Time/End Time/Title/Description Company Event Content Type Company Location/Event Type Meeting-in-a-box Event Content Type Corporate Event Content Type Organizational Impact Event Content Type
  • 15. • Content types are available in the site they’re created in and all below Definitions – Inheritance
  • 16. • Example: Document Content Type • Site Columns: • Title • Created Date • Modified Date • Created By • Modified By • Checked Out To • By default, every document library has the document content type included with it. • Any content type inheriting from the Document Content Type will inherit these columns. Definitions – Inheritance
  • 17. From Information Architecture Institute 1. The structural design of shared information environments. 2. The art and science of organizing and labeling web sites, intranets, online communities and software to support usability and findability. 3. An emerging community of practice focused on bringing principles of design and architecture to the digital landscape. Definitions – Information Architecture
  • 18. What does IA mean in the SharePoint world? Definitions – Information Architecture • How content (lists, libraries, sites, pages) is organized across your SharePoint environment • Building blocks of IA within SharePoint:  Site Collections  Sites and subsites  Libraries and Lists  Folders  Metadata  Managed Metadata  Content Types
  • 19. Definitions Custom Content Types To panel board main Content Type Topic
  • 20. You can build your own content type. This is called a “custom content type” To panel board main To panel list main Must inherit from another content type Include your own metadata (site columns), behavior and features to make it unique Custom content types can become a parent for other custom content types Up-front planning required before you begin Custom Content Type
  • 21. Scenario: Acme Leasing Co. 1. Plan the types of content required for Acme Leasing Co. – Lease Agreement – Sublease Agreement – Lease Amendment 2. Walk-thru of creating a Lease Agreement content type 3. Optional features we can use with a Lease Agreement Demo Setup
  • 22. Definitions Custom Content Types Document Template and DIP To panel board main Content Type Topic
  • 23. • Associate a document template to a Content Type **Document parent only Examples: Lease document, Sublease document, Lease amendment • Every time you create a new instance of the content type it will be created with this document • Content Type Advanced Settings To panel board main To panel list main Document Template
  • 24. • Document Information Panel (DIP) is a convenient way for users to update metadata for a document - Only available in Word, Excel, PowerPoint rich clients - Use InfoPath to customize - Per Content Type To panel board main To panel list main Document Information Panel (DIP) • Deprecated in SharePoint 2016
  • 25. • DIP shows at the top of the document Document Information Panel (DIP) • If DIP isn’t showing or user accidentally closes it: File … Info … Properties … Show Document Panel
  • 26. Create Custom Content Type Document Template Document Information Panel (DIP) Demo Decide the parent content type for Lease Agreement DOCUMENT
  • 27. To panel board main To panel list main 1. Create custom content type from parent content type (Lease Agreement inherits from Document content type) 2. Create site columns for Lease Agreement: - Property Type - Property Address - Lease Term - Tenant Name - Lease Start date - Tenant Phone - Lease End date 3. Associate site columns to Lease Agreement 4. Allow content types on library 5. Add custom content type to library and optionally remove default content type Let’s recap the Lease Agreement content type Custom Content TypeWebDesignerGalleryList/Library Settings
  • 28. • Consistency • Scalability and Extensibility • Multiple types of content in 1 list or library – Lease Agreement, Lease Amendment, Sublease Agreement all in 1 document library each with their own site columns – You can’t do THAT without content types!! • You control which content types are available for use • Many additional features available Custom Content Type Benefits
  • 29. Definitions Custom Content Types Document Template and DIP Search To panel board main Content Type Topic
  • 30. Search Webparts can query based on Content Type • Eg. Show all lease agreements in the organization To panel board main To panel list main Search Display Templates can be based on Content Type • Eg. Display Lease Amendments in search results in a unique way Search Refiners by Content Type • Eg. Refine by: lease agreement sublease agreement lease amendment Search
  • 31. Leverages the search engine of SharePoint to query for results from the search index: 1. Content Search Web Part (CSWP) ** Enterprise edition of SharePoint Server 2013, O365 2. Search Results Web Part ** All editions ** You can filter your query by content type. Search – Search Webparts
  • 32. • Allows you to customize how search results are displayed • You can create a display template based on content type • Unique properties for each content type can be displayed • Examples: – Icon to indicate a Lease Agreement – Bronze/Silver/Gold medals to indicate Leaser's rating Search – Display Templates
  • 33. Add ContentType as a refiner on the search refinement webpart: Search – Refinement
  • 34. Search – Display Templates Search Refinement by Content Type Lease Agreement Item Display Templates for Content Type: Lease Agreement Sublease Agreement Lease Amendment Lease Agreement Sublease Agreement
  • 35. Definitions Custom Content Types Document Template and DIP Search Workflow To panel board main Content Type Topic
  • 36. Associate workflows with a content type. Wherever the content type is used the workflow is automatically associated to it. To panel board main To panel list main Thru SharePoint UI:  Associate approval workflow with a content type Example: Whenever a new lease agreement is added to a library you want an approval task sent to Lease Administration. (Publishing Approval Workflow Site Collection feature must be activated) Workflow
  • 37. Thru SharePoint Designer 2013  Create globally reusable workflow based on Content Type Example: Whenever a new lease agreement is added you want a notification email sent to the Landlord and a calendar entry added for the lease start and end date. Within SharePoint Designer 2013: 1. At the top-level site of your site collection, create a reusable workflow. 2. Associate it with your custom content type 3. Publish the workflow “globally” To panel board main To panel list main Thru Visual Studio  Fully customizable workflow scenarios based on content type can be coded. (Outside scope of this talk) Workflow
  • 38. Definitions Custom Content Types Document Template and DIP Search Workflow Information Management Policy To panel board main Content Type Topic
  • 39. • Implemented to enforce legal regulations, governmental regulations, or internal business processes To panel board main To panel list main • Policies: – Retention • “Move closed CONTRACT to an archive location” • “Delete COMPANY EVENT once the event date has passed” – Auditing • “Audit all edits made to LEASE AGREEMENTs” – Barcodes • “Include a barcode on every LEASE AGREEMENT” • Policy can be set by Content Type – Associated directly to content type – Associated to site collection policy first which is then associated to a content type  Allow re-use by Content Types across multiple site collections as these policies are exportable. Information Management Policy
  • 40. Information Management Policy 1 ** Since this policy is defined at the content type level, everywhere a Lease Agreement is added this policy will be attached to it. That’s awesome!! 2 3 All DATE columns from the Content Type will appear in this dropdown Move to Recycle Bin Permanently Delete Transfer to another location Start a workflow Skip to next stage Declare record Delete previous drafts Delete all previous versions
  • 41. • If out-of-the-box rules don’t meet your needs (Remember - date only!)  Custom Information Management Retention Policy - Visual Studio required, deployed as a solution. - Example: Archive a Lease Agreement when either the Lease Expiry Date is one year old unless the Lease Province is Alberta in which case it can be archived after 6 months. • Timer Jobs: - Information Management Policy - Looks at all items adhering to a policy and decides which ones require action. - Expiration Policy - Performs the action required as identified by the Information Management Policy job Information Management Policy
  • 42. Definitions Custom Content Types Document Template and DIP Search Workflow Information Management Policy Content Organizer To panel board main Content Type Topic
  • 43. • Central location to upload/route documents to alleviating the end-user from having to know where the document goes. • Site Feature To panel board main To panel list main • Creates a “Drop-off library” • 2 additional site settings… Content Organizer
  • 44. • Content Organizer Settings – Ensures unique filenames per folder – Enforces everyone to go thru Drop-Off Library – Drop-off administrators – Provides webservice URL for “Send To” connection: Content Organizer Content Organizer site URL
  • 45. • Content Organizer Rules – Routing rules can be based on Content Type. Example: route all Lease Agreements to document library and store in a folder with the name of the Lease City. Content Organizer Properties from Content Type will be in this dropdown
  • 46. “Send To” Connections • Allows other sites to send content to a content organizer based on: Information Management Policy location  Archive completed LEASE AGREEMENTs to Archive Site Content Organizer Manual submission from ribbon  Visible across entire site collection • Uses webservice URL defined in Content Organizer settings • Send To Actions allowed: Copy, Move, Move with a link Content Organizer
  • 47. Setting up a “Send To” Connection – SharePoint Server: Central Administration/General Application Settings – SharePoint Online: SP Admin Center/records management Content Organizer Actions: • Copy • Move • Move with Link Content Organizer WebService URL
  • 49. Pros: - Users don’t have to know where a document goes - Folders can be automatically created based on metadata - Handles duplicate filenames Content Organizer Cons: - Uploading multiple docs at once - Administration of routing rules - Requires significant planning
  • 50. Definitions Custom Content Types Document Template and DIP Search Workflow Information Management Policy Content Organizer Content Hub To panel board main Content Type Topic
  • 51. Special site collection to hold content type definitions To panel board main To panel list main Content Type “Syndication” Push content types down to subscribing site collections in the same or different web applications. Significant setup required Available in Enterprise edition of SharePoint Server 2013, O365 Content Hub Why would you want to do this?
  • 52. Content Hub Define all content types in the Content Hub. Content Hub Site Collection Managed Metadata Service Application Subscribing Site Collection 1 Content Type Gallery Subscribing Site Collection 2 Content Type Gallery Subscribing Site Collection N Content Type Gallery Publishing Timer Job Subscriber Timer Jobs (1-N)
  • 53. Step 1: Identify content type hub site collection. Content Hub SharePoint Server: Create a site collection and identify it as a content type hub. In the Managed Metadata Service Application identify the site collection URL as the Content Type Hub and set the publishing settings:
  • 54. Content Hub SharePoint Online: Content Type Hub automatically provisioned for each tenant at URL: o365url/sites/contentTypeHub ** Not visible in the SharePoint Admin Centre To verify: Site settings …. Site collection Administration … Content Type Publishing
  • 55. Step 2: Create all content types in the Content Type Hub - Lease Agreement - Sublease Agreement - Lease Amendment For EACH content type, select ‘Publish’ the content type to all Web Apps & Site Collections consuming content types from this location. Content Hub
  • 56. Step 3: Syndicate changes to subscribing site collections: Subscribing Site Collection setting: Content Type Publishing – this checkbox controls if the published content types from the content type hub will be refreshed on the next timer job update. Content Hub ** Differences between SharePoint Online and SharePoint Server: 1. You need to create the content type hub site collection. 2. You can control when the timer jobs run to push down the content type changes. (Online – up to 48 hours)
  • 57. Definitions Custom Content Types Document Template and DIP Search Workflow Information Management Policy Content Organizer Content Hub To panel board main Content Type Topics
  • 58. PLAN, PLAN, PLAN Where do I start? • What kind of content do you want to organize? • What features do you need for your organization? • What naming convention will you use? • Who will administer this? • Do Power Users require training? • Find-ability versus Put-ability – “Sweet Spot” 4 to 7 • There are no golden rules
  • 59. Resources Planning content types: https://technet.microsoft.com/en-us/library/cc262735.aspx Planning spreadsheet: http://go.microsoft.com/fwlink/?LinkId=165878&clcid=0x409 Content Types and Content Type Publishing: https://support.office.com/en- us/article/Introduction-to-content-types-and-content-type-publishing-e1277a2e- a1e8-4473-9126-91a0647766e5 Sharegate blog posts: Start to Learn SharePoint Series - http://en.share-gate.com/blog/sharepoint- content-types-understand-use-create SharePoint Content Types, Site Columns or Columns - http://en.share- gate.com/blog/sharepoint-columns-site-columns-or-content-types
  • 60. Thank you.  Contact me: email: joannecklein@outlook.com twitter: @JoanneCKlein

Notas del editor

  1. Please insert sponsor logos above.
  2. Site Collection: container for sites. Boundary for permissions, content types, site columns, navigation. Many sites can be in a site collection, many site collections can be in a web application.
  3. Root Conexus Event: Start Date and Time, End Date and Time, Title, Description, Location Child Conexus Event: Meeting-in-a-Box Event: categories Corporate Event: categories, Lookup to Roadmap Initiative Organizational Impacts: Impact Choice (small/medium/large)