Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:3000_rule_language:0300_rule_language [2022/09/01 03:09] – administrator | docs:3000_rule_language:0300_rule_language [2022/09/13 18:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ActionList | ActionList | ||
| ELSE | ELSE | ||
| - | ActionList | + | ActionList</ |
| - | </ | + | |
| Line 18: | Line 17: | ||
| ActionList | ActionList | ||
| ELSE | ELSE | ||
| - | ActionList | + | ActionList </ |
| - | </ | + | |
| Line 27: | Line 25: | ||
| Examples of rules: | Examples of rules: | ||
| - | <code aim> | + | <code aim>IF Account.State=' |
| - | IF Account.State=' | + | REPORT ERROR ' |
| - | REPORT ERROR ' | + | |
| - | </ | + | |
| - | <code aim> | + | <code aim> |
| - | CreditAccount.AvailableFunds = CreditAccount.CreditLimit+CreditAccount.Balance-CreditAccount.NonClearedFunds | + | |
| - | </ | + | |
| - | <code aim> | + | <code aim>IF Account.Type IS UNDEFINED THEN |
| - | IF Account.Type IS UNDEFINED THEN | + | FIND AccountType WHERE AccountType.Name=' |
| - | FIND AccountType WHERE AccountType.Name=' | + | |
| - | </ | + | |