K
Kevin Thorne
Guest
In a multi-table JSDO foreach(), is it possible to determine which individual records have changes? jsdo.ttperson.foreach(function(personRecord) { console.log(personRecord.data.person_number); // Do Something here if the record has changed });
Continue reading...
Continue reading...