NetTalk Central

Author Topic: Detecting record changes  (Read 2682 times)

John Fligg

  • Sr. Member
  • ****
  • Posts: 361
    • View Profile
    • Ambrit Software
    • Email
Detecting record changes
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Detecting record changes
« Reply #1 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