Tracking all SQL updates done on a specific page

Hi all,

I am wondering if there is a way in Ignition to track what happens on a specific page to give you an idea:

I have a page where users can edit values in a database table. I would like a way to track what changes to the table are being made on this page and by who. The users do need to login so I can grab the info of the user through there but in terms of tracking is there anything in Ignition that does this?

Not for databases, no. The audit subsystem can capture a great deal of other things.

For database operations, you probably need to modify your scripts to write your own audit records.

Is there any documentation on the audit subsystem?