Configure > Defining Your Organization > License Tracking

License Tracking

HEAT allows both named and concurrent user license types. This data is based on content in the Logon_History object.

To better support tracking and identification of named users, the Profile.Employee (employee) business object includes a BooleanUses AND, OR, and NOT as operators between expressions to produce results based on whether the complete expression is true or false. Also called logical. field called Is Named User. To accommodate this, an option is on the default standard employee form.

Concurrent users are users who are currently logged into the system but are not named or Self Service users. In reports, the number of concurrent users is calculated as:

Select * from logon_history where login_datetime > Timestamp and logout_datetime < Timestamp and not (self service role or named user).

When users log out, the tracked time is indicated as an explicit logout. If a user does not log out, but simply closes the browser window, eventually they will time out. If a user logs in again before the timeout occurs, they will consume another license. In other words, the system will show this user as using multiple licenses (for each log in session) simultaneously. The user IP address that is tracked is the IP address of your internet gateway; we cannot determine multiple log in sessions using the user IP address.

If a user opens a new browser window and logs in, they consume another session. If a user opens a browser tab, they share the same session.

You can generate a report to track user licensing usage, as described in Viewing the License Usage Report, or use the available default reports.