Decision Table (DT)
Decision Table (DT)
A decision table contains the configuration logic. It defines the entire process, while the dialogs contain the screen mask.
The decision table contains the conditions (IF) and actions (THEN). The conditions and actions are grouped into rules (cases). For the formulation of the logic itself, the parameters and functions are used.
Decision tables are combined into compounds (organized). They can call one another (network structure). This structure can be represented graphically in a browser.
Likewise, loops can be formed, e.g. for processing a bill of materials (BOM).
A DT can be passed transfer parameters and have a return value. These DT functions are called similarly to ePOS system functions.