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?
Checks if any records have unsaved changes.
if (dsMyDataObject.hasDirtyRecords()) {
console.log('There are unsaved changes');
}hasDirtyRecords(): boolean;Last updated
Was this helpful?
Was this helpful?