Application DesignConditions

A condition is a logical expression resulting in a value of true or false. If a condition is false, it can prevent an associated business rule component or other object from running.

The following is the syntax for defining a condition. Some types of conditions can be included in any kind of business rule component, while others are limited to a specific kind of business rule component.

Important! Content in a business rule is case sensitive. This includes business rule component names, attributes, and values.

ClosedAbout the syntax documentation

<Type_of_condition>

<!-- Logical expression resulting in a condition of true or false. You can perform a logical operation, a comparison, or a data map entry state operation. You can nest operations to create a more complex expression. For more information, see Logical Operations and Comparisons. -->

</Type_of_condition>

 

Types of Conditions

The following are types of conditions.

ClosedCondition for any business rule component

ClosedCondition for conditional business rule components

ClosedConditions for dataService business rule components

ClosedConditions for whileLoop business rule components

Tip: For assistance with a business rule that you have created or to have Loftware create business rules for you, contact Loftware's Professional Services Group.