Options

Log used pages / reports

Erik_HeirbautErik_Heirbaut Member Posts: 16
edited 2011-01-05 in NAV Three Tier
Hi all,

I'm a NAV Developer and I got the question if it is possible to keep a log of which Pages and/or Reports are openend by which user and, if possible, from which Page / Report the object is being used.

I know I can log the usage of reports by adding code to FindPrinter in Codeunit 1, but I can not find any method to detect the usage of a Page because no records seem to be modified when opening a Page.
Entering code in all OnOpenPage triggers is not what I want to do =;
I also examined CodeCoverage and ClientMonitor but they log nothing that happens in the RTC.


Does anyone knows a method to do this?

Comments

  • Options
    BeliasBelias Member Posts: 2,998
    Are OnGlobalInsert/Modify/Rename/Delete triggers enough for you? (obviously if someone opens and closes a page, he's not logged)
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
Sign In or Register to comment.