Track changes

Track changes

tkphuongtkphuong Posts: 5Questions: 3Answers: 0

I would like to track changes made using Editor (basically record the changes to another table). Is that option available in Editor currently? If so, how to activate it. If not, could you help me on where/how I could add in such event? Thank you.

Answers

  • allanallan Posts: 61,824Questions: 1Answers: 10,129 Site admin

    Hi,

    The new server-side events feature in Editor 1.5 is ideal for this. It will trigger a particular event that you can perform some action on whenever the client-side makes a request. The documentation for this is available in the manual - PHP / .NET.

    Currently you need to use those events to write the history into where ever you want to keep the track changes information in whatever format you need. A simple database insert of the values plus a timestamp for example.

    Regards,
    Allan

This discussion has been closed.