Assignment action

This action assigns a new value to an attribute.

AttributeIdentifier () = ArithmeticOperation () [IGNORE RULES] 

The IGNORE RULES flag will prevent business rules running.

Account.State = 'Open' 
Account.Balance = 1000 + Transaction.Amount 
Loan.Item = Item 

It is possible to assign references or clear references (set UNDEFINED value), for example:

Member.Loans = UNDEFINED 
  • Last modified: 2023/07/14 02:26