master_applies¶
- master_applies¶
domain: client
language: javascript
class Item class
Description¶
If the master_applies attribute is a set to true in Master/Detail scenario, the Master will apply the
changes made with adding/removing Detail item.
If the attribute is a set to false, the Detail will apply the changes immediately
to complete dataset in Details on creating a new record.
Example¶
function on_view_form_created(item) {
item.invoice_table.master_applies = true;
}