Welcome!
This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!
There is a profile configuration that will track all the clicks of all the users but should be used sparingly since it can introduce a huge amount of contention in the database due to all the additional inserts this will cause. In desktop applications this is set in the .ini file with profile=TRUE, in the web application this kind of usage control is better achieved by external container monitoring like IIS logs.
The more common need is to monitor a specific set of critical user functions, and that can be achieved with the logbook pattern. You can specify an Id for the menu entries you wish to monitor and set that Id in the "logbook" property:
Keep Informed
About the Community
Question tools
Stats
Asked: 6/16/19, 4:28 PM |
Seen: 1409 times |
Last updated: 9/26/19, 5:03 PM |
Thank you