Examples of how to use INVOKE in a domain constraint:
Condition:
'OK' = MyComponent.CheckBankaccount( DOMAIN )
|
Correction:
Calculus.CheckSum( DOMAIN)
|
Correction:
( SELECT Calculus.CheckSum( t.value ) FROM check_table t WHERE t.id = DOMAIN )
|
See also
When and how many times a component is invoked
|