Type: method
Refering articles:
- more: updateRow() and validators (03.09.05) — A Query's updateRow() method (which is also used by appendRow() offers the possibility to update several values of a row «at once». This is not trivial and it involves several design decisions. more
- updateRow() and validators (31.08.05) — Working on testcase 23. It fails because Query.updateRow() calls ProductInvoiceLine.after_product() too early. It must first store all the values, then only call the after-triggers of the columns which have been updated.