Summary |
In general, it can be assumed that any action performed by a user such as inserting, editing, updating or deleting records in the PayGlobal entity framework will write an audit log record. This makes audit logs invaluable for troubleshooting problems that may occur, as you can track who made a change, and when. Tracking such changes can be done in a number of different ways. These include:
However not every change is written to an audit log. Certain tables are never audited, because of the way they are declared in PayGlobal's database structure. Many of these tables are 'transaction' tables. Therefore, many processes will not show up in the AuditLog table because of the restrictions on these tables. |
Tables not included in Audit Logs |
The following list of tables are not included in Audit Logs:
|
Processes not included |
The following process commands do not add records to the Audit Log table:
|
Tables with Audit Log flag |
In some areas, certain tables are created with a flag that disables auditing. These tables are:
|
See also |