Tag Archives: Business Rules

Running business rule only on record create

Requirement: Execute business rule only on create of entity record. Solution: As we know that business rules are executed on form load and on change of the associated field, which means if we have business rule for any entity it will fire for new record as well for existing records when form will load. If you are new to business… Read more »

Business Rules Enhancement in MS CRM 2015

With other exciting features, Microsoft Dynamics CRM 2015 also introduced new following enhancement in business rules: Set default value Support for Server Side logic Support for OR operator Support for else Setting Default Value – This is a very useful enhancement which can help us in different business scenarios for example, let’s say you have one default pricelist that you… Read more »

Apply Field Validations without writing Java Script in MS CRM 2013 !!!

In Microsoft Development Forums many times we found posts where new CRM users are asking for help to write JavaScript validation specially if they are not developers, so I hope they will be happy with “Business Rule”, another great feature that is introduced in MS CRM 2013. Business rules helps CRM user to design most frequently used data validations from… Read more »