Tag Archives: rules

Sitecore create custom Content Editor Warnings using Conditions and Rules

The Content Editor Warnings are these yellow boxes that hover over your content in the Content Editor in Sitecore: In the old days we would make them by hooking into the getContentEditorWarnings pipeline. Nowadays we use the Sitecore Rules engine. … Continue reading

Posted in c#, General .NET, Sitecore 5, Sitecore 6, Sitecore 7, Sitecore 8, Sitecore 9 | Tagged , , , , , , | Leave a comment

Sitecore Rule – Personalize based on any field in any facet in your Contact

This Sitecore Personalization Rule was developed by my colleague Martin Rygaard with the purpose of being able to personalize on any field in any facet on a contact. STEP 1: CREATE THE CONDITION Create a new “Condition” below /sitecore/system/Settings/Rules/Definitions/Elements/??? The text … Continue reading

Posted in .net, c#, Sitecore 7, Sitecore 8 | Tagged , , , , | 4 Comments

Custom rules and conditions for Sitecore personalization

In Sitecore it is possible to change the sublayouts or data sources on a page depending on conditions. This means that users can see the same page differently, depending on a set of rules. Sitecore comes standard with a set of standard … Continue reading

Posted in .net, c#, Sitecore 6, Sitecore 7 | Tagged , , , , | 7 Comments

Using Sitecore Field Validators

UPDATE 2019-11-12: This article is still valid for Sitecore 9.x The Sitecore field validators is a set of user-input validators that can be applied to either an item, a specific field type or a specific field on a specific item. Sitecore … Continue reading

Posted in .net, Sitecore 6, Sitecore 7, Sitecore 8, Sitecore 9 | Tagged , , , , | 13 Comments