SlideShare a Scribd company logo
Who Says You Can’t Do
Records Management
in SharePoint?
John F. Holliday
President, SharePoint Architects, Inc.
Level: Intermediate
Additional Resources
‱ Podcast on The MOSS Show
by Hilton Giesenow – Episode 80
(www.themossshow.com)
‱ RM Training Course
SharePoint-Videos.com
2
Key Challenges for RM in
SharePoint
Developing and Maintaining File Plans
Declaring and Classifying Records
Managing the Content Lifecycle
3
Missing RM Features
‱ No Integrated File Planning Tools
‱ No Built-In Support for Event-Based
Retention
‱ No Integrated Content Lifecycle Reporting
4
It’s Really All About The Nail
5
File Planning Tools
Tool Pro Con
Notepad / MS Word Capture information quickly. Easy to deviate from standardized
layout.
Visio / Mind Manager Graphic representation – easier to
communicate
Harder to extract information for
automatic processing.
MS Excel Handles large numbers of
document types
Harder to deal with hierarchies.
MS InfoPath Supports tables and recursive
structures. Easier to automate.
More scalable.
Requires more up-front effort,
especially for large volumes (need
views).
What’s in a File Plan?
‱ Document Types
‱ Retention Periods
‱ Retention Actions
‱ Role Assignments
#1 File Planning Challenge: Size
‱ Driven primarily by
existing retention schedules
‱ Typical # of document types

– For small companies: 50-100
– For most companies: 800-1000
A Typical Example
Functional Category /
Sub-Category /
Record Series
Description Retention Contact
Accounting J. Doe
Invoice Record of purchased goods and
services
Created + 3
Timesheet Hours worked, overtime and salaries
paid
Project Termination + 1
Human Resources J. Lang
Training Manual Hard-copy training materials Superseded
Resume Candidate resumes Hiring Date + 3
File Planning Goals
Create File Plans with a Well-Defined Structure
‱ Support automated post-processing (if possible)
‱ Easier to deal with large numbers of record types
Store File Plans Centrally (in SharePoint)
‱ Easier to revise and collaborate during development
Type Description Media Category Expiration Disposition Contact
Invoice Record of purchased goods
and services
Print Invoices X years Destroy J. Doe
Timesheet Hours worked, overtime and
salaries paid
Electronic Payroll
Records
X years Destroy S. Allen
Training Manual Hard-copy training materials Mixed Training X years Archive J. Lang
Resume Candidate resumes Print HR X years Archive J. Doe
A slight improvement
(more normalized)
Can Become
Content Types (optional)
Can include hierarchy
using ‘/’ characters (sortable)
What DO WE NEED for
Post-Processing?
‱ Consistent data structure
‱ Clear distinction between expiration and
disposition rules
‱ Unambiguous expiration formula
expressions
‱ Clear assignment of responsibilities
(permissions)
File Plan Post-Processing:
Main Points
Use it to provision records repositories
‱ Automatically create web application(s)
‱ Automatically create records center site(s)
Use it to configure other components
‱ Automatically configure existing records center site(s)
‱ Automatically create content types and libraries/folders
‱ Automatically generate routing rules
Records Repository Provisioning
Look at total # of documents to determine

‱ How to setup content database
‱ How to configure quotas, etc.
Look at # documents per category to determine

‱ How to setup libraries/folders
Look at # documents per role to determine

‱ How to distribute permissions
‱ How to configure permissions
How to deal with (VERY) large
numbers of Record types?
‱ Excel?
– Need more precise data structures
– Need more options for post-processing
‱ InfoPath?
– Forms can get complicated
Repeating Tables?
Detail Views?
‱ SharePoint is better
Key Takeaways
‱ Typical file plans describe more than 500 document
types, and configuring a records center requires many
coordinated steps for each distinct document type.
‱ Automated file plan processing can be used both for
provisioning records repositories and for configuring
records center sites.
‱ SharePoint-based file plans can take full advantage of
the collaboration and metadata management tools
provided by the platform.
Building a File Planning Workspace
in SharePoint
‱ One approach

– List of Expiration Formulas
– List of Expiration Actions
– List of Retention Codes (tied to formulas/actions)
– List of Document Types (tied to retention codes)
– Workflows to manage file plan approval status
Building a File Planning Workspace
in SharePoint
‱ Another approach

– Term Set Group for File Planning
Term Set for Record Types
Term Sets for Retention Codes & Actions
Custom Properties for Extensibility
DEMO
Setting Up a File Planning Workspace in SharePoint
using Managed Metadata
20
1. Setup Record Types
21
2. Setup Retention Codes
22
3. Create Components
23
4. Publish Components
24
5. Create File Plan List
RECORD DECLARATION
(and classification)
25
Record Declaration in MOSS
(2007)
‱ “Declaration” = “Send to Repository”
– Limited User Experience
“Send To” link on ECB
1 Records Center per Farm
– Complex Data Flow
Required coordination between source content type
and target routing type
Record Declaration in
SP2010/SP2013
‱ “Declaration” = “Lock Down”
– Records can remain in place.
– User prevented from editing or deleting.
– Documents marked as “records”.
Record Declaration:
Main Points
‱ Declaration and Classification are
separate and distinct operations
– Records can be declared before they are classified
(“Explicit Declaration”)
– Documents can be classified before they are declared
as records (“Implicit Declaration”)
– Classification can occur in stages
28
Explicit Record Declaration
“In Place”
‱ SharePoint provides special handling for
explicitly declared records
– Documents are marked as records in the DB
– Can control who can edit/delete them
– Can apply different retention to records
‱ SharePoint supports programmatic
declaration
– In response to user actions/workflow activities
29
“In Place” Record Declaration:
Caveats
‱ Cannot utilize any location-based rules
– Records don’t actually move
Can’t assign to physical folders or locations
Can’t inherit location-based rules & permissions
‱ Cannot invoke Content Organizer rules
– Harder to apply metadata-driven rules
(requires a custom declaration handler)
30
Implicit Record Declaration:
Main Points
‱ Classification can happen gradually
– As more information is discovered about documents
– As more time is devoted to classifying them
‱ Classification can happen repeatedly
– As documents move through the content lifecycle
– As different rules are applied
31
The Content Organizer
Custom
Rules
Content
Type
Match?
Property
= Value?
Incoming
Documents
Records
Center
Folder
Library
POLICY
Content Organizer: Main Points
‱ Metadata-Driven Routing
– Automatically handles incoming documents
(no need for custom coded routers)
– Target destination is determined by metadata
‱ Supports folder hierarchies
– Can target subfolders of destination library
‱ Can be chained together
– From one site collection to another
33
Setting UP a
“Classification Pipeline”
‱ Chain one content organizer to another
– “Funnel” documents toward an implicit
declaration event
‱ Use a hybrid declaration approach
– More accessible to end users
34
DEMO
Record Declaration and Classification
using the Content Organizer
36
1. Set Up Records Center Site(s)
37
2. Configure Send-To Locations
38
3. Setup Content Organizer(s)
39
4. Process Documents
MANAGING THE CONTENT
LIFECYCLE
Retention and E-Discovery
40
Information Management Policy:
Main Points
‱ Applies to items, documents and records
‱ Associated with content types or locations
‱ Includes
– Auditing
– Labeling
– Barcodes
– Retention
41
SharePoint Record Retention:
Main Points
‱ Retention defined in “stages”
– Non-sequential
(triggered by changes to document)
‱ Stages perform actions when triggered
– Move, delete, declare, clear versions, etc.
Record Disposition
‱ Move to recycle bin
‱ Permanently delete
‱ Transfer to another location
‱ Start a workflow
‱ Skip to the next stage
‱ Declare as a record
‱ Delete previous drafts
‱ Delete all previous versions
Litigation Holds
in SharePoint 2013
‱ Integrated into the E-Discovery site template.
‱ Evolution of the “Search-And-Process”
capability
– Uses web services to connect to Exchange for email
messages.
– Uses SharePoint Search to locate content in SharePoint
or on File Shares.
– Smarter approach to the “lock down” procedure.
Litigation Holds: Main Points
‱ Holds can be applied to many types of
content
– SharePoint Documents
– Email Messages
– File Shares
‱ Holds rely on Search and Lock-Down
functions
– Find all documents that match the query
– Protect them from modification / tampering
45
E-Discovery: Main Points
‱ Built around the concept of a “case”
– Associate search results with a case
‱ Expands “lock down” to include
non-SharePoint content
– Can package a result set for export to secure location
– Protection depends on the content source
46
Working with the E-Discovery Center
Working with the E-Discovery Center
Working with the E-Discovery Center
Summary
‱ SharePoint 2013 provides a robust
platform for RM if the built-in features are
leveraged properly
– Managed Metadata for File Planning
– Content Organizer for Record Classification
– Information Policy for Record Retention
– Search & Process for E-Discovery and Holds
50
For More Info
‱ Company
– www.SharePointArchitects.us
‱ Blog
– www.JohnHolliday.Net
‱ LinkedIn
– www.johnholliday.net/in

More Related Content

PPTX
DEV212 SharePoint 2010 Records Management Development
PPTX
IW403 Records Management Improvements in SharePoint 2010
PPTX
Top ten new ECM features in SharePoint 2013
PPTX
Basic Records Management for SharePoint
PPTX
Real world records management in SharePoint 2013
PPTX
Nick kellett share point summit 2011 presentation
PPTX
Share point document management
PPTX
SPS Philly Architecting a Content Management Solution
DEV212 SharePoint 2010 Records Management Development
IW403 Records Management Improvements in SharePoint 2010
Top ten new ECM features in SharePoint 2013
Basic Records Management for SharePoint
Real world records management in SharePoint 2013
Nick kellett share point summit 2011 presentation
Share point document management
SPS Philly Architecting a Content Management Solution

What's hot (20)

PDF
Enterprise Document Management in SharePoint 2010
PPTX
Using SharePoint 2013 to Manage Records
PPTX
If SharePoint had Warning Labels
PDF
Archiving and compliance for SharePoint on premise and online
KEY
SharePoint Document Management
PPTX
Real world rm in share point 2013
PPTX
10 Things You'll Need to Succeed with Information Governance and SharePoint
PPTX
Understanding Compliance in Office 365
PPTX
Share point 2013 enterprise search (public)
PDF
aOS Mumbai Aall about documents o365 04/04/2017
PPTX
A SharePoint File Migration Framework
PPTX
The SharePoint Records Management Story
PDF
SharePoint Fest Denver - Documents and Records Management in SharePoint
PPTX
14 tips for planning a ecm content migration to share point
PDF
aOS Bangalore-all about documents o365 06/04/2017
PPTX
05052015091520
PPTX
SharePoint Tips and Tricks to avoid migration headaches
PPTX
Create a Compliance Strategy for Office 365
PPTX
Logical architecture considerations for SharePoint 2013
PPTX
Manage how people use your SharePoint Online
Enterprise Document Management in SharePoint 2010
Using SharePoint 2013 to Manage Records
If SharePoint had Warning Labels
Archiving and compliance for SharePoint on premise and online
SharePoint Document Management
Real world rm in share point 2013
10 Things You'll Need to Succeed with Information Governance and SharePoint
Understanding Compliance in Office 365
Share point 2013 enterprise search (public)
aOS Mumbai Aall about documents o365 04/04/2017
A SharePoint File Migration Framework
The SharePoint Records Management Story
SharePoint Fest Denver - Documents and Records Management in SharePoint
14 tips for planning a ecm content migration to share point
aOS Bangalore-all about documents o365 06/04/2017
05052015091520
SharePoint Tips and Tricks to avoid migration headaches
Create a Compliance Strategy for Office 365
Logical architecture considerations for SharePoint 2013
Manage how people use your SharePoint Online
Ad

Similar to Who says you can't do records management in SharePoint? (20)

PDF
AOS Canadian Tour SharePoint ECM
PPTX
Building enterprise records management solutions for share point 2010
PPTX
Information and Records Management in SharePoint - An In-depth Review
PPTX
14 Tips for Planning ECM Content Migration to SharePoint
PDF
SharePoint Records Management - Office 365
PPTX
SPEVO13 - IW509 - Records Management and Search
PPTX
Building an effective sharepoint team
PPTX
Mastering the Art of SharePoint DMS implemenation
PDF
Taming the West: ECM and RM in SharePoint 2010
PDF
Enterprise SharePoint Program - Architecture Models - (Innovate Vancouver) - ...
PPTX
Success with SharePoint Records Management | RecordLion
PPTX
Info 2402 irt-chapter_2
PPTX
The SUG - Documents & Records Management, Really
PPTX
Mastering the Art of SharePoint DMS
PPTX
Workshop - Ways of Working Within the M365 Workspace.pptx
PPTX
SharePoint 2013 Document Management Out of the Box
PPTX
Code PaLOUsa - Architecting a Content Management Solution with SharePoint 2013
PPT
Introduction to digital curation
PDF
Moving Mountains with SharePoint
PPTX
SharePoint Saturday Paris 2015 Validating SharePoint 2013 Farm Before Go-Live
AOS Canadian Tour SharePoint ECM
Building enterprise records management solutions for share point 2010
Information and Records Management in SharePoint - An In-depth Review
14 Tips for Planning ECM Content Migration to SharePoint
SharePoint Records Management - Office 365
SPEVO13 - IW509 - Records Management and Search
Building an effective sharepoint team
Mastering the Art of SharePoint DMS implemenation
Taming the West: ECM and RM in SharePoint 2010
Enterprise SharePoint Program - Architecture Models - (Innovate Vancouver) - ...
Success with SharePoint Records Management | RecordLion
Info 2402 irt-chapter_2
The SUG - Documents & Records Management, Really
Mastering the Art of SharePoint DMS
Workshop - Ways of Working Within the M365 Workspace.pptx
SharePoint 2013 Document Management Out of the Box
Code PaLOUsa - Architecting a Content Management Solution with SharePoint 2013
Introduction to digital curation
Moving Mountains with SharePoint
SharePoint Saturday Paris 2015 Validating SharePoint 2013 Farm Before Go-Live
Ad

Recently uploaded (20)

PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Nekopoi APK 2025 free lastest update
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
Online Work Permit System for Fast Permit Processing
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
System and Network Administration Chapter 2
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
history of c programming in notes for students .pptx
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PPTX
Introduction to Artificial Intelligence
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPTX
L1 - Introduction to python Backend.pptx
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Nekopoi APK 2025 free lastest update
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Online Work Permit System for Fast Permit Processing
Internet Downloader Manager (IDM) Crack 6.42 Build 41
VVF-Customer-Presentation2025-Ver1.9.pptx
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
System and Network Administration Chapter 2
ISO 45001 Occupational Health and Safety Management System
Upgrade and Innovation Strategies for SAP ERP Customers
history of c programming in notes for students .pptx
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Operating system designcfffgfgggggggvggggggggg
Navsoft: AI-Powered Business Solutions & Custom Software Development
Introduction to Artificial Intelligence
How to Choose the Right IT Partner for Your Business in Malaysia
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
L1 - Introduction to python Backend.pptx
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool

Who says you can't do records management in SharePoint?

  • 1. Who Says You Can’t Do Records Management in SharePoint? John F. Holliday President, SharePoint Architects, Inc. Level: Intermediate
  • 2. Additional Resources ‱ Podcast on The MOSS Show by Hilton Giesenow – Episode 80 (www.themossshow.com) ‱ RM Training Course SharePoint-Videos.com 2
  • 3. Key Challenges for RM in SharePoint Developing and Maintaining File Plans Declaring and Classifying Records Managing the Content Lifecycle 3
  • 4. Missing RM Features ‱ No Integrated File Planning Tools ‱ No Built-In Support for Event-Based Retention ‱ No Integrated Content Lifecycle Reporting 4
  • 5. It’s Really All About The Nail 5
  • 6. File Planning Tools Tool Pro Con Notepad / MS Word Capture information quickly. Easy to deviate from standardized layout. Visio / Mind Manager Graphic representation – easier to communicate Harder to extract information for automatic processing. MS Excel Handles large numbers of document types Harder to deal with hierarchies. MS InfoPath Supports tables and recursive structures. Easier to automate. More scalable. Requires more up-front effort, especially for large volumes (need views).
  • 7. What’s in a File Plan? ‱ Document Types ‱ Retention Periods ‱ Retention Actions ‱ Role Assignments
  • 8. #1 File Planning Challenge: Size ‱ Driven primarily by existing retention schedules ‱ Typical # of document types
 – For small companies: 50-100 – For most companies: 800-1000
  • 9. A Typical Example Functional Category / Sub-Category / Record Series Description Retention Contact Accounting J. Doe Invoice Record of purchased goods and services Created + 3 Timesheet Hours worked, overtime and salaries paid Project Termination + 1 Human Resources J. Lang Training Manual Hard-copy training materials Superseded Resume Candidate resumes Hiring Date + 3
  • 10. File Planning Goals Create File Plans with a Well-Defined Structure ‱ Support automated post-processing (if possible) ‱ Easier to deal with large numbers of record types Store File Plans Centrally (in SharePoint) ‱ Easier to revise and collaborate during development
  • 11. Type Description Media Category Expiration Disposition Contact Invoice Record of purchased goods and services Print Invoices X years Destroy J. Doe Timesheet Hours worked, overtime and salaries paid Electronic Payroll Records X years Destroy S. Allen Training Manual Hard-copy training materials Mixed Training X years Archive J. Lang Resume Candidate resumes Print HR X years Archive J. Doe A slight improvement (more normalized) Can Become Content Types (optional) Can include hierarchy using ‘/’ characters (sortable)
  • 12. What DO WE NEED for Post-Processing? ‱ Consistent data structure ‱ Clear distinction between expiration and disposition rules ‱ Unambiguous expiration formula expressions ‱ Clear assignment of responsibilities (permissions)
  • 13. File Plan Post-Processing: Main Points Use it to provision records repositories ‱ Automatically create web application(s) ‱ Automatically create records center site(s) Use it to configure other components ‱ Automatically configure existing records center site(s) ‱ Automatically create content types and libraries/folders ‱ Automatically generate routing rules
  • 14. Records Repository Provisioning Look at total # of documents to determine
 ‱ How to setup content database ‱ How to configure quotas, etc. Look at # documents per category to determine
 ‱ How to setup libraries/folders Look at # documents per role to determine
 ‱ How to distribute permissions ‱ How to configure permissions
  • 15. How to deal with (VERY) large numbers of Record types? ‱ Excel? – Need more precise data structures – Need more options for post-processing ‱ InfoPath? – Forms can get complicated Repeating Tables? Detail Views? ‱ SharePoint is better
  • 16. Key Takeaways ‱ Typical file plans describe more than 500 document types, and configuring a records center requires many coordinated steps for each distinct document type. ‱ Automated file plan processing can be used both for provisioning records repositories and for configuring records center sites. ‱ SharePoint-based file plans can take full advantage of the collaboration and metadata management tools provided by the platform.
  • 17. Building a File Planning Workspace in SharePoint ‱ One approach
 – List of Expiration Formulas – List of Expiration Actions – List of Retention Codes (tied to formulas/actions) – List of Document Types (tied to retention codes) – Workflows to manage file plan approval status
  • 18. Building a File Planning Workspace in SharePoint ‱ Another approach
 – Term Set Group for File Planning Term Set for Record Types Term Sets for Retention Codes & Actions Custom Properties for Extensibility
  • 19. DEMO Setting Up a File Planning Workspace in SharePoint using Managed Metadata
  • 24. 24 5. Create File Plan List
  • 26. Record Declaration in MOSS (2007) ‱ “Declaration” = “Send to Repository” – Limited User Experience “Send To” link on ECB 1 Records Center per Farm – Complex Data Flow Required coordination between source content type and target routing type
  • 27. Record Declaration in SP2010/SP2013 ‱ “Declaration” = “Lock Down” – Records can remain in place. – User prevented from editing or deleting. – Documents marked as “records”.
  • 28. Record Declaration: Main Points ‱ Declaration and Classification are separate and distinct operations – Records can be declared before they are classified (“Explicit Declaration”) – Documents can be classified before they are declared as records (“Implicit Declaration”) – Classification can occur in stages 28
  • 29. Explicit Record Declaration “In Place” ‱ SharePoint provides special handling for explicitly declared records – Documents are marked as records in the DB – Can control who can edit/delete them – Can apply different retention to records ‱ SharePoint supports programmatic declaration – In response to user actions/workflow activities 29
  • 30. “In Place” Record Declaration: Caveats ‱ Cannot utilize any location-based rules – Records don’t actually move Can’t assign to physical folders or locations Can’t inherit location-based rules & permissions ‱ Cannot invoke Content Organizer rules – Harder to apply metadata-driven rules (requires a custom declaration handler) 30
  • 31. Implicit Record Declaration: Main Points ‱ Classification can happen gradually – As more information is discovered about documents – As more time is devoted to classifying them ‱ Classification can happen repeatedly – As documents move through the content lifecycle – As different rules are applied 31
  • 32. The Content Organizer Custom Rules Content Type Match? Property = Value? Incoming Documents Records Center Folder Library POLICY
  • 33. Content Organizer: Main Points ‱ Metadata-Driven Routing – Automatically handles incoming documents (no need for custom coded routers) – Target destination is determined by metadata ‱ Supports folder hierarchies – Can target subfolders of destination library ‱ Can be chained together – From one site collection to another 33
  • 34. Setting UP a “Classification Pipeline” ‱ Chain one content organizer to another – “Funnel” documents toward an implicit declaration event ‱ Use a hybrid declaration approach – More accessible to end users 34
  • 35. DEMO Record Declaration and Classification using the Content Organizer
  • 36. 36 1. Set Up Records Center Site(s)
  • 38. 38 3. Setup Content Organizer(s)
  • 41. Information Management Policy: Main Points ‱ Applies to items, documents and records ‱ Associated with content types or locations ‱ Includes – Auditing – Labeling – Barcodes – Retention 41
  • 42. SharePoint Record Retention: Main Points ‱ Retention defined in “stages” – Non-sequential (triggered by changes to document) ‱ Stages perform actions when triggered – Move, delete, declare, clear versions, etc.
  • 43. Record Disposition ‱ Move to recycle bin ‱ Permanently delete ‱ Transfer to another location ‱ Start a workflow ‱ Skip to the next stage ‱ Declare as a record ‱ Delete previous drafts ‱ Delete all previous versions
  • 44. Litigation Holds in SharePoint 2013 ‱ Integrated into the E-Discovery site template. ‱ Evolution of the “Search-And-Process” capability – Uses web services to connect to Exchange for email messages. – Uses SharePoint Search to locate content in SharePoint or on File Shares. – Smarter approach to the “lock down” procedure.
  • 45. Litigation Holds: Main Points ‱ Holds can be applied to many types of content – SharePoint Documents – Email Messages – File Shares ‱ Holds rely on Search and Lock-Down functions – Find all documents that match the query – Protect them from modification / tampering 45
  • 46. E-Discovery: Main Points ‱ Built around the concept of a “case” – Associate search results with a case ‱ Expands “lock down” to include non-SharePoint content – Can package a result set for export to secure location – Protection depends on the content source 46
  • 47. Working with the E-Discovery Center
  • 48. Working with the E-Discovery Center
  • 49. Working with the E-Discovery Center
  • 50. Summary ‱ SharePoint 2013 provides a robust platform for RM if the built-in features are leveraged properly – Managed Metadata for File Planning – Content Organizer for Record Classification – Information Policy for Record Retention – Search & Process for E-Discovery and Holds 50
  • 51. For More Info ‱ Company – www.SharePointArchitects.us ‱ Blog – www.JohnHolliday.Net ‱ LinkedIn – www.johnholliday.net/in