Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Audit Trail - is it possible?

  1. #1
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default Audit Trail - is it possible?

    Greetings All,

    One of our Audit requirements is to have a complete audit trail for changes made.
    So, as an example - although I can issue each admin user a unique logon, I have no way of telling which admin user changed the price of the blue widgets from £999 to £0.99 Or which user created the 99% discount code.



    Any ideas here?



    TTFN

    BFG

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    How about using an event handler? Though it doesn't capture what information were added/edited but it logs in what particular activity the user does in the admin.

  3. #3
    mint_teoh is offline Junior Member
    Join Date
    Jul 2009
    Posts
    22

    Default

    May I know where is the info logged? Which table?

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    We don't do any logging at the level that BFG was looking for initially, that would be customization. There is a basic admin security log that records logins, password changes, and some AppConfig changes. That info is logged in the SecurityLog table.