Hi Team,
I am new to outsystems, I need to track the time, a specific user spending on a specific screen. Is there a way to find it? .
Thanks
Hello,
Nothing ready made for that, you need to log the time when the user enter in the screen and log when the user go out of the screen.
Regards, Paulo Torres
Hi @pankaj verma ,
I have created a sample application for you in which I have created 2 simple entities 1 static and 1 dynamic to store the screen name and user time spent on each screen and over the screens I have used onInitialise event and onDestroy event to capture In and Out Time.
Please have a look. You will get an Idea how to implement the similar kind of behaviour in your app. You might need to refresh the dashboard page to load the data.
Hope this helps.
Regards,
Manish Jawla
Hi Pankaj Verma,
you can use this forge component. i hope this will help you. try with This
thanks
Prince
This component you suggest is deprecated, not good advice in my opinion.
ok thanks for reminding. i will take care of it from next time.