Is there a list or table that contains the meanings/values of the EventTypeID in the ac_AAuditEvent table?
Thanks,
-tomas
P.S. Does anyone have any updates on the state of an inventory audit trail?
Audit EventTypeID
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Audit EventTypeID
Here are how the events are defined in the source code:
ApplicationStarted = 1000
BackupEncryptionKey = 2000
ChangeEncryptionKey = 3000
ClearAuditLog = 4000
Login = 5000
Logout = 6000
PasswordChanged = 7000
PasswordRequest = 8000
RestoreEncryptionKey = 9000
ViewAuditLog = 10000
ViewCardData = 1100
ApplicationStarted = 1000
BackupEncryptionKey = 2000
ChangeEncryptionKey = 3000
ClearAuditLog = 4000
Login = 5000
Logout = 6000
PasswordChanged = 7000
PasswordRequest = 8000
RestoreEncryptionKey = 9000
ViewAuditLog = 10000
ViewCardData = 1100
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Audit EventTypeID
Thanks! That helps a lot.
-tomas
-tomas
jmestep wrote:Here are how the events are defined in the source code:
ApplicationStarted = 1000
BackupEncryptionKey = 2000
ChangeEncryptionKey = 3000
ClearAuditLog = 4000
Login = 5000
Logout = 6000
PasswordChanged = 7000
PasswordRequest = 8000
RestoreEncryptionKey = 9000
ViewAuditLog = 10000
ViewCardData = 1100