Configuring business rule editor functionality

It is possible to configure which methods and properties are visible in the business rule editor by modifying the implementation class for the IBizRulesPlugin plugin:

  • Blocking (blacklisting) an entity method or property makes that item not visible in the Rule Condition builder.
  • Permitting (whitelisting) an entity method or property makes that item visible in the Rule Condition builder.

It is also possible to enable or disable the use of lookup expressions in business rules in PolicyCenter through configuration of this same class.