Work
This commit is contained in:
parent
0d40acdd39
commit
543772616c
7 changed files with 80 additions and 11 deletions
|
|
@ -51,3 +51,11 @@ rule "Exists"
|
|||
then
|
||||
showResult.showText("Account exists");
|
||||
end
|
||||
rule "ForAll"
|
||||
when
|
||||
forall ( Account( $no : accountno )
|
||||
CashFlow( accountNo == $no)
|
||||
)
|
||||
then
|
||||
showResult.showText("All cashflows are related to an Account ");
|
||||
end
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue