List of users clicking on the custom link or opening custom form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 04:16 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 04:40 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 04:53 AM
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.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 05:30 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 11:49 PM
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.
