Audit EventTypeID

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
dadkind
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 105
Joined: Thu Jan 22, 2009 3:32 pm

Audit EventTypeID

Post by dadkind » Mon Apr 20, 2009 11:01 am

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?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Audit EventTypeID

Post by jmestep » Mon Apr 20, 2009 5:18 pm

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
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

dadkind
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 105
Joined: Thu Jan 22, 2009 3:32 pm

Re: Audit EventTypeID

Post by dadkind » Tue Apr 21, 2009 8:56 am

Thanks! That helps a lot.

-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

Post Reply