Can FullRecord log every time a record is accessed, even if it is just viewed (no add/edit/delete)? |
Top Previous Next |
Can FullRecord log every time a record is accessed, even if it is just viewed (no add/edit/delete)?
You can make a manual call to store custom information at will, although, are you sure is that what you want? The amount of irrelevant information saved could go sky high. If you are concern about a particular access, FullRecord has an internal "message" save feature that allows you to mark any event you want (See Manual save of custom information); so if want to monitor a particular event (like entering a particular Form, or pressing a button, or selecting a menu or whatever) you just call this function and it will be saved in the audit file (without the user knowing about it), without adding all the records read from every audited file.
|