20-08-19 09:50 AM
21-08-19 05:44 AM
There is no function call to determine "currently logged in users". When a login occurs, it's registered in the BPAAuditEvents table, which is probably your best source for the information. It should give you a code L001 for login and a code L002 for logout. This can be combined with the gSrcUserId and gTgtResourceID fields to get useful information - if the most recent record for a user is a login without an associated logout, for example, that means they still should be active somewhere (e.g. have the client open).
Hope this helps,
21-08-19 08:19 AM
15-01-20 08:38 PM
11-06-20 07:21 PM