List of users clicking on the custom link or opening custom form

Shubham Deep
Tera Contributor

Hi team,

 

I have a custom table and created a module to capture the table. I need the list of user/s going to the custom menu and opening custom table. It can be list of users or a report of the users touching the form.

 

 

Thanks in advance,

Shubham

5 REPLIES 5

OlaN
Giga Sage
Giga Sage

Hi,

You can create system events that triggers when a user opens a form or list of that custom table.

Then you can report on those events, or store the data in some other form to use for reporting.

Slava Savitsky
Giga Sage

Every time a user opens a form, a "user.view" event is recorded in the Events [sysevent] table. By default, that table only keeps data for the last 7 days or so. Therefore, if you want to use it for reporting, you need to find another place to store it on a permanent basis.

Thanks @Slava Savitsky for the reply, the view "user.view" tracks the form view records. Any idea how to get the users clicking on application's module (list view) of the custom table. 

Like I said earlier, you can create your own event for when a list is loaded.

Then create a business rule that runs on before Query on the table and triggers your custom "list" event.