AttributeIdentifier () = ArithmeticOperation () [IGNORE RULES]
The ''IGNORE RULES'' flag will prevent business rules running.
===== Example =====
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