Perspective Electronic Signature Framework

https://inductiveautomation.com/exchange/2492%3Aoverview?check_logged_in=1

@Travis.Cox First off, thanks for sharing this Ignition Exchange resource! When I suggested using it for one of our clients, they liked the approach but asked whether there is anything on the backend that can detect manual data updates for audit log events.

For example, iFIX has a feature that encrypts the row data into a MSGID column. When the message is later decrypted, it can be compared against the row data to determine whether any values were modified after the initial insert.

Has anyone used this and done an audit?

Most of the time this is handled in the database by not allowing updates on the table. That would ensure the data cannot be modified. However, it is possible to add a hash or encrypted string in the database that you can compare againt. It is not built-in the audit log, but would be possible to add to a resource like this one. Let me know if you want to dig in further.