Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Action Action_List}} ====== Assignment action ====== This action assigns a new value to an attribute. ===== Syntax ===== <code bnf>AttributeIdentifier () = ArithmeticOperation () [IGNORE RULES] </code> The ''IGNORE RULES'' flag will prevent business rules running. ===== Example ===== <code aim>Account.State = 'Open' </code> <code aim>Account.Balance = 1000 + Transaction.Amount </code> <code aim>Loan.Item = Item </code> It is possible to assign references or clear references (set ''UNDEFINED'' value), for example: <code aim>Member.Loans = UNDEFINED </code> Last modified: 2023/07/14 02:26 Log In