Within a DMI fetch call, is there a way to distinguish between "clean" data pulled directly from the database, and new "dirty" data that would need to be saved or discarded?
Specifically, we want to get existing data from our DB, as well as records imported from a spreadsheet (which resides in the cache at the time of the fetch). After populating the ListGrid with both clean and dirty data, we want to be able to either click save or discard.
We are using 8.2 Power Edition, and require Internet Explorer as our browser.
Specifically, we want to get existing data from our DB, as well as records imported from a spreadsheet (which resides in the cache at the time of the fetch). After populating the ListGrid with both clean and dirty data, we want to be able to either click save or discard.
We are using 8.2 Power Edition, and require Internet Explorer as our browser.
Comment