
One of the things that I have been asked about several times is if the SalesLogix web client tracks when a user logs in. That functionality does not exist as standard functionality, but since enough people have asked I have decided to create the capability for logging when users log into the SalesLogix Web client. The full source and documentation is all available on GitHub. The solution includes a SalesLogix LAN bundle, and a SalesLogix web manifest. The web manifest utilizes a custom SalesLogix module for doing the actual logging. The source code for the module assembly is also on GitHub.
This solution was built on a 7.5.3 system. I think it should also run on a 7.52 system, though I have not tested it out. Please feel free to use as you see fit.
As with any code, please install first into a test system before deploying to a production environment.
I make no warranty for the functionality of the code and offer no support for it. Please consider it “as-is”.
On Global.cs method SessionEnd executes always a session is finished, there you can capture all the ways a user get leave SalesLogix (logs out, closes the browser, etc).