Search This Blog

SharePoint 2013 Feature Matrix

I thought these two links were most helpful in sorting out what features are enabled where with SharePoint Online and Office 365.  The first link is a broader TechNet article that includes feature availability.  The second is a blog post by Andrew Connell with a link to his very handy and useful feature matrix spreadsheet.

TechNet Article
Connell's Blog Post

SharePoint Fest Slides and Code

A big thanks to everyone who attended my sessions in Denver last week.  The slides are now up on SlideShare.  You can view or download them here.  The code samples are also available for download from my SkyDrive here.  Thanks again!

Managed Metadata and SharePoint Pages

Our goal: create taxonomy driven pages used to aggregate documents and list items with the same metadata.

The Managed Metadata Service allows information architects to implement a corporate taxonomy across a SharePoint farm, allowing tagging of list items and documents.  This was a significant improvement to content management in SharePoint 2010 and continues into 2013.  Along the way, the taxonomy term store has seen some improvements with the implementation of metadata navigation and enhanced support for taxonomy fields in the UI.

This ability to tag documents and list items has been crucial to the organization, aggregation and retrieval of content stored in SharePoint.  This is especially true when SharePoint becomes the host for previously unstructured file containers like file shares.  Being able to add a term as metadata to a document allows the retrieval of that data through mechanisms like SharePoint search, either by what's stored in the document or the metadata tag itself.  For list items, this also means that content across lists, across content types and throughout the farm can be brought together quickly if they have been consistently tagged with meaningful metadata terms.

This metadata, however, can also be used to organize page content, even without using some of the new cross site publishing features in SharePoint 2013.  A page in SharePoint is really just another document.  It lives in a library, is based on a content type and can have custom metadata applied.  So we can tag pages in the same way we can tag items and documents.  This means that those pages may be brought back through search or aggregated by their metadata terms (maybe by using a Content Query Web Part).


So, if we create a custom page layout using the publishing infrastructure features, we can build a content type that contains a managed metadata field.  We can tag that page with a term to be used behind the scenes, but we can also add that term as a content field to display in the body of the page as well.  The metadata is there to help organize but also visually "tag" the page for all the world to see.

The end result is that pages are returned in search results based on taxonomy term values along with documents and list items.  This also provides a way to create term driven pages used to aggregate data.  If we have documents and items tagged as "sales related" or "marketing related" for instance, we can throw a Search Core Results web part on a page that is also tagged with the same term.  The page itself is tagged with the same metadata, which we can display on the page.  Since it is aggregating tagged content from a variety of lists and libraries, it can become the one stop shop for all items tagged with a particular term.  

SPTechCon Slides Available

Thanks to everyone who attended my sessions at SPTechCon this week in San Francisco.  Two sessions, two excellent audiences!  The updated slides shown during the presentation are now available on Slideshare at this URL: http://www.slideshare.net/patrick_tucker

If you are looking for the code samples as well, please check back next week and I will have them posted here as well.