Real-Time activity Monitoring

0
Hi there, I am trying to build a functionality where admin of application can see what each employee is doing  in real time, like filling a form, etc. It would be great if anyone can give me some idea to implement it.
asked
1 answers
0

Have a look at Gyde.ai. That is a digital adaptation platform that could help you. (great value for money). Alternatively, you can write your own JS, and store values in the Domain Model. See a link for inspiration. The last option is to implement the tracking in Microflows and Nanoflows.

When storing the data in your Domain Model, create some logic cleaning up the records, as the data will grow fast. Gyde.ai stores the data in your cloud tenant. 

answered