I recently completed a project that involved joining a list (Appendix A) and a document library (Appendix A documents). Each document, when added to the library, was associated with an item from the list. There were three document types and each item in Appendix A needed to have 3 matching documents in the library. The [...]
All posts by Deanna
Joined Subviews with Linked Datasources in SharePoint 2010
Posted by Deanna on November 11, 2011
http://deannaschneider.wordpress.com/2011/11/11/joined-subviews-with-linked-datasources-in-sharepoint-2010/
Modifying the SharePoint 2010 Preview Pane View Style
Out of the box, SharePoint 2010 offers several styles that can be selected when creating a view of a list or library. One really useful style is the Preview Pane. If you have a list with a lot of columns, the Preview Pane style is great for creating a vertical view of the data, avoiding [...]
Posted by Deanna on November 1, 2011
http://deannaschneider.wordpress.com/2011/11/01/modifying-the-sharepoint-2010-preview-pane-view-style/
Calendar Overlay – a simple SharePoint 2010 OOTB Master Calendar
A master calender is a common request for team sites that have sub-sites. If you are running SharePoint 2010, there’s now a built-in way to do a roll-up master calendar using the calendar overlay feature. The Steps At the site on which you want to display the master calendar, either create a calendar list or [...]
Posted by Deanna on September 28, 2011
http://deannaschneider.wordpress.com/2011/09/28/calendar-overlay-a-simple-sharepoint-2010-ootb-master-calendar/
XSLT XML Dump
Ever wanted to dump the raw XML from a webpart? It’s easy. Just change the XSLT to the following for nicely formatted XML. <xsl:stylesheet version=”1.0″ xmlns:xsl=”http://www.w3.org/1999/XSL/Transform”> <xsl:output method=”xml” indent=”yes” /> <xsl:template match=”/”> <xmp> <xsl:copy-of select=”*”/> </xmp> </xsl:template> </xsl:stylesheet> You can save this as an style sheet in your styles library and apply it to any [...]
Posted by Deanna on June 16, 2011
http://deannaschneider.wordpress.com/2011/06/16/xslt-xml-dump/
Displaying the Document Icon in a CrossList SharePoint 2010 DFWP
Once again, I’m finding that the DataForm Web Part (DFWP) acts slightly differently when you’re using it as a roll-up. And, once again, I’m finding great info out there on Marc Anderson’s blog about what I want to do. But, once again, it needs a slight tweak to work with a roll up. So, if [...]
Posted by Deanna on May 18, 2011
http://deannaschneider.wordpress.com/2011/05/18/displaying-the-document-icon-in-a-crosslist-sharepoint-2010-dfwp/
Linking to Documents with a Roll-up DataForm Web Part
Say you want to make a roll-up webpart of all the word documents in a bunch of subsites on SharePoint 2010. Well, you could use the Content Query Web Part and modify the XSLT to filter out everything but word documents. Or, you could fire up SharePoint Designer and pull out the handy-dandy DataForm Web [...]
Posted by Deanna on May 16, 2011
http://deannaschneider.wordpress.com/2011/05/16/linking-to-documents-with-a-roll-up-dataform-we-part/
SharePoint 2010: Enabling Managed Metadata features
SharePoint 2010 comes with some wonderful managed metadata features. A quick Google search returns oodles of information about planning your managed metadata, adding managed metadata columns to lists and libraries, and using metadata navigation. What most of them fail to point out is that there are features that need to be enabled in order to [...]
Posted by Deanna on June 4, 2010
http://deannaschneider.wordpress.com/2010/06/04/sharepoint-2010-enabling-managed-metadata-features/
