hasDirtyRecords

Checks if any records have unsaved changes.

Usage

if (dsMyDataObject.hasDirtyRecords()) {
console.log('There are unsaved changes');
}

API

hasDirtyRecords(): boolean;

Last updated

Was this helpful?