Closed MrSniffer closed 4 years ago
Needs a pylon trigger to enable logon.js to send the elapsed time to the main line and have it put into the Session record on Keystone.
This code in logon.js will provide this information for app version v3.1.39-test and above:
// put the elapsed time (msec) in the session record Pylon.sessionfo.set({ duration: walkEnd - walkStart });
Needs a pylon trigger to enable logon.js to send the elapsed time to the main line and have it put into the Session record on Keystone.