IsDirty
Last updated
Was this helpful?
The IsDirty() function returns a boolean value that indicates if the specified row or field has a value that has not been saved to the database yet. In other words, there is a value that will be written to the database if a "Save changes" node is invoked. Note that this value could be the exact value that is already stored in the database. It will return false if the value is not part of a persistent entity.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a True when a field or row has been saved to the database.
list
list
☑️
a list from the datamodel
data-item
Field
☑️
A field from the datamodel
Last updated
Was this helpful?
Was this helpful?