cancel
Showing results for 
Search instead for 
Did you mean: 

How to track of each activity inside Lumira dashboard

0 Kudos

Hi Team,

I got a requirement that track of each and every actions and who logged in dashboard.

For example,Who logged into the X dashboard and in which chart/table he has clicked on it and how long he spent in the dashboard.

I understood that we can use Audit universe to trace the user and active session,But I don't think we can find an object to provide in which chart he has clicked on it.

If you could share some ideas on this ,It would be appreciated.

Thanks in Advance!

Regards

Palanivel

Accepted Solutions (0)

Answers (1)

Answers (1)

vineet_gupta3
Participant
0 Kudos

You would have to program logging into the dashboard itself. A good practice is to implement all actions with Script functions. All the script functions can be set to write messages using APPLICATIION object with the desired information, based on a URL parameters such as “Logging=X”. This will allow you to turn logging on and off and record stats when needed

0 Kudos

Thanks for your response.

What i want is to show that like Audit details such as who logged in ,he/she interested on which chart/table(based on click event),How often logging into the dashboard,etc.