Display which users are currently online

I am building a CRM for our company and interaction/communication with other employees of our company is central to our CRM approach. Many employees work remotely. Therefore I would like to add functionality similar to what Google sheets has, where you can see who else is currently online. I have read about the timestamp options, but I don’t think that is a good solution because it is based on a button click, which would mean using a button the user is most likely to click. If I implemented this it would be on buttons that are used VERY frequently. That brings up update usage concerns for me. I was thinking a Javascript might be a good solution, but I don’t know anywhere near enough to try that. Any suggestions? Javascript or otherwise?

A Javascript column would only calculate the “value” on each user’s device. Unless you have a way to write the result of that column somewhere in the database, to a basic column so everyone can see it, I think it doesn’t make a difference.

Ah, I see. Thank you @ThinhDinh! At least now I know that Javascript is not the answer.

1 Like