Monthly Archives: December 2011
How To: Extend SharePoint 2010 third party or legacy webparts in your solution
Since the title of this post doesn’t really do justice, let’s take a look at a few scenarios. Scenario 1. You have a third party webpart and would like to alter it’s execution flow as much as it permits through … Continue reading
How To: Hide SharePoint 2010 fields in display, edit and new forms
SharePoint 2010 allows you to choose which fields in your lists will be displayed in the New, Edit, View forms and which ones aren’t. Even though the field will be available to the object model in the code behind, it … Continue reading
How To: Customize SharePoint 2010 out-of-the-box workflow initiation form
SharePoint allows you to create instances of out-of-the-box workflows anywhere on the site. Once those instances are created, when the workflow gets initialized on the item – your users get to fill in any of the required initiation parameters on … Continue reading
How To: Report which documents are on hold and hold details in SharePoint 2010
SharePoint 2010 allows you to put documents inside your Record Center on hold; which will exempt those documents from retention policies and workflows. This is a handy feature in case you’re in the middle of an audit and want to … Continue reading
How To: Automatically add All Authenticated Users to SharePoint security group
When performing SharePoint 2010 enterprise solution deployment with Visual Studio, you’re likely to pre-create many of your solution artifacts such as pages with the right web parts on them etc. Security groups is not an exception. Recently I needed to … Continue reading
How To: Address SharePoint 2010 people editor issue not clearing
One of the issues my team noticed on one of the recent projects is that SharePoint 2010 people editor control doesn’t get cleared on a post back when instructed to do so. SharePoint People Editor in my case is defined … Continue reading
How To: Configure default BCS Service application for SharePoint 2010 web app
In most scenarios, you create a SharePoint web application and then provision service applications. In some odd cases you might need to re-create your web application and now all service applications are not assigned to any default web application. This … Continue reading