Logs user activity in system. Only logs when a user first loads a menu item, not when they for example change page in a grid or refresh the browser window.
Log rows are retained for 6 months and then deleted.
Name | Datatype | Read | Write | Primary key | Description |
---|---|---|---|---|---|
UserId | int | Yes | No | No | User ID. |
MenuItemId | int | Yes | No | No | ID of the menu item the user viewed. |
LogDatetime | datetime | Yes | No | No | When the user viewed the menu item. |
IsNotified | bit | No | No | No | Private. |