Reference > Rule Languages > Business Action Language > BAL Constructs

Lists the predefined BAL constructs you use to build business rules.

In this Section

all of the following conditions are true
any of the following conditions is true
called <variable>
definitions
else
for each <object> in <list>
from <object>
if
in <list>
it is not true that <a condition>
none of the following conditions are true
set <variable> to <definition>
set <variable> to <value>
the name of this rule
the number of <objects>
then
there are <number> <objects>
there are at least <number> <objects>
there are at most <number> <objects>
there are less than <number> <objects>
there are more than <number> <objects>
there is at least one <object>
there is at most one <object>
there is no <object>
there is one <object>
where <test>

Related Sections

Business Rules
Creating Business Rules
BAL Operators
BAL Literals
Tutorial: Creating Business Rules