Hi.
When multiple people access a project
Is there a way to know each modified time, user, and ip?
Please let me know if there is a way.
Hi.
When multiple people access a project
Is there a way to know each modified time, user, and ip?
Please let me know if there is a way.
I'd probably start with the auditing system. If configured, this will log an event when a user logs in and logs out. The other option would be a gateway script that runs system.util.getSessionInfo, checks the running projects and username associated with each. If you need the IP from there you'd have to get it with a message handler. You could then log or use all this information however you want.
https://docs.inductiveautomation.com/display/DOC81/Auditing+Actions+Reference