===========
is_modified
===========

.. js:function:: is_modified() 

**domain**: client 

**language**: javascript

**class** :doc:`Item class </refs/client/item_api>`

Description
===========

Checks if the current record of an item dataset has been modified during edit or
insert opertaions. The method returns ``false`` after the
:doc:`post <m_post>` method is executed.

See also
========

:doc:`Modifying datasets </programming/data/modifying_datasets>`