[Important News!] I’ve kicked off a new project/band where I’m creating music with a heavier techno/metal sound called binarywaste. You should check it out by clicking right here! Over the weekend we performed a User Migration of our primary SharePoint 2010 farm. In our case, which is probably a quite common scenario, we had users from both the …
SharePoint PeopleEditor.ResolvedEntities always zero when control is disabled
I’ve been trying to track down this mystery in a project I’m working on for some time. In a nutshell, we’re using the Microsoft.SharePoint.WebControls.PeopleEditor/picker for resolving SharePoint users in our custom web parts like any good SharePoint dev might want to do. We collect the user data and various other important stuff, and save our …
Continue reading "SharePoint PeopleEditor.ResolvedEntities always zero when control is disabled"
Reorder new Content Type fields on the fly
At some point in time you will inevitably need to add a new field to an existing content type programmatically. For example, adding Lookup column to a Content Type. You can’t do it within the Content Type CAML if the target list doesn’t exist. It’s common to add the lookup within a FeatureActivated event after …
Continue reading "Reorder new Content Type fields on the fly"