This shows you the differences between two versions of the page.
| |
| docs:7000_glossary:condition [2022/09/01 04:04] – created - external edit 127.0.0.1 | docs:7000_glossary:condition [2022/09/02 05:41] (current) – ↷ Page moved from docs:7000_glossary:condition to 7000_glossary:condition administrator |
|---|
| ===== Condition ===== | |
| |
| A condition is an [[docs:7000_glossary:expression|expression]] in the [[docs:7000_glossary:rule_language|rule language]] which result is either true or false. Examples of conditions: | |
| |
| <code aim>Order.State = 'Approved' </code> | |
| |
| <code aim>Account.Holder.Age < 18 </code> | |
| |
| <code aim>Customer.Name IS UNDEFINED </code> | |
| |
| <code aim>LineItem WAS ADDED TO Order.Items </code> | |
| |
| Conditions are an essential part of [[docs:7000_glossary:rule|rules]], where they determine when the rule [[docs:7000_glossary:action|actions]] need to be executed, and of [[docs:7000_glossary:query|queries]] where they specify which [[docs:7000_glossary:business_object|business objects]] to find. Conditions are also used for [[docs:7000_glossary:conditional_element|conditional elements]] in [[docs:7000_glossary:report|reports]] and [[docs:7000_glossary:presentation|presentations]] to specify how a particular element should be displayed. | |
| |
| |
| |