Book Image

Microsoft SharePoint 2010 Business Application Blueprints

Book Image

Microsoft SharePoint 2010 Business Application Blueprints

Overview of this book

SharePoint is an incredibly powerful platform that can support a wide variety of business scenarios. In many cases it needs to be configured or extended in order to deliver fully featured business solutions. While some books merely talk about the capabilities of SharePoint in general and leave you to figure out how they apply to your situation, this book takes a different approach. Each chapter provides easy-to-understand, step-by-step instructions along with screenshots to help build exciting SharePoint business solutions that extend the platform. By the end of this book the reader will be a SharePoint developer to be reckoned with. This book will dive into a diverse set of real-world scenarios to deliver sample business solutions that can serve as the foundation for your own solutions. This book draws from the author's extensive experience with SharePoint to leverage the platforms underlying services to provide solutions that can support Social Collaboration, Content and Document Management, as well as project collaboration. Each chapter represents a new business solution that builds on the overall platform to deliver more complex solutions and more advanced techniques. By the end of the book the reader will understand how to leverage the SharePoint platform to build their own business solutions.
Table of Contents (15 chapters)
Microsoft SharePoint 2010 Business Application Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Chapter 8. Building a Task Rollup Solution

For organizations that are widely using SharePoint to support workflows or task management, it can be important to find an effective way to make those tasks accessible throughout the system, or at least in particular places like the user's MySite or the front page of a portal. As there is no solution included that meets this need, it represents another great example of a custom solution that can be built to extend the platform to provide a critical business solution.

This chapter will provide an overview of the approaches that can be leveraged to aggregate the tasks from multiple sites into a single display, along with the trade-offs of each approach. In addition to the conceptual overview, the following customizations will be created:

  • MyTasks Search Web Part

  • MyTasks Web Part

Task rollup options

To aggregate the tasks into a single listing there are three options that can be considered:

  • Using search to query the content from the index

  • Querying the lists...