NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: John Fligg on July 20, 2012, 02:37:33 AM

Title: Detecting record changes
Post by: John Fligg on July 20, 2012, 02:37:33 AM
Is there any template or easy way to detect changes on a record. I am trying to detect when a record has been added, modified or deleted and if so record that in an XML file along with the record identifuer (GUID) and the field/s and data changed.

Thanks

John
Title: Re: Detecting record changes
Post by: Bruce on July 20, 2012, 03:10:11 AM
updates are done (as with any ABC program) by the FileManager class.
So you can log changes from there if you like.
(ie Global embed points, File Manager, Insert / TryInsert et al, after the parent call.

cheers
Bruce