============ apply_record ============ .. js:function:: apply_record() **domain**: client **language**: javascript **class** :doc:`Item class ` Description =========== Writes changes to the application dataset. The ``apply_record`` method * calls the :doc:`apply ` to writes changes to the dataset. * calls the :doc:`close_edit_form ` method to destroy the edit_form See also ======== :doc:`Modifying datasets ` :doc:`close_edit_form ` :doc:`apply `