SharePoint Tip #26: Comments in Content Type Definition
There is an issue with SharePoint 2010’s CAML parser that causes SharePoint to ignore fields in a Content Type definition. When defining a Content Type feature element, avoid placing...
Performing broker migrations on your Kafka consumers
When using Kafka for communication between systems, you may find yourself having to change your consumer configuration. This may happen due to the publisher changing topic, or a new...
SharePoint 2016 Upgrade: How to solve the “Feature is referenced in database but isn’t...
Hello,
Recently, I migrated a SharePoint 2010 farm to SharePoint 2016 and used an automated installation process using PowerShell and AutoSPInstaller to install the new SharePoint 2016 farm that ensured that...
SharePoint Tip #27: Choice Columns and DataSheet Views
Using features to create Choice site columns is pretty straightforward (check this post for additional information). See below a sample feature element for that purpose. <Field ...
SharePoint 2007 Deployment: Creating and Using Features
Summary This third post is about creating and using Features in a general sense. Creating Features for each specific element will be the subject of later posts. Check the...
SharePoint 2007 Deployment: Event Registration Features
SummaryThis post is about developing features to register event receivers. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index.Package StructureAs I mentioned previously...
SharePoint 2007 Deployment: Custom Action Features
Summary This post is about developing features to create action features in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the...
SharePoint 2007 Deployment: Features and Solutions
Summary This second post on my SharePoint Deployment Series is focused on the concepts of Feature and Solution. Check the first post SharePoint 2007 Deployment: Overview for an introduction...
SharePoint 2007 Deployment: Using Resources in Features
This series of posts about SharePoint deployment would not be complete if I didn’t write one about using resources in Features to allow localization. After all, SharePoint’s out-of-the-box features...
SharePoint 2007 Deployment: Site Column Features
Summary This post is about developing features to create site columns in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the...