I noticed there’s events attached to onChange and onDirty and i was wondering if it’s possible to scan a table to detect all rows where one or more fields have either changed or become marked as Dirty? i am trying to come up with a batch operation that kicks in when the user is done making edits, and i thought, if it’s possible to detect a field changes status that would be a good way to find all edits.
Hope that makes sense…
TIA!