Find an agent's status before he logs on

Hi

How can I find what the status of an agent is before he logs on. I am trying to prevent an agent from logon twice. Currently an agent can logon with the same agent-id and using the same place twice on the same Desktop. An agent can also do the same using two different machines as long as the first instance is in NOT READY mode. I’m using Agent Interaction SDK 7.2 (Java API).

Thanks,

Dave.

Dave:

You can find the code here :

http://www.sggu.com/smf/index.php/topic,2258.0.html

you use user0data in EventRegistered to see if agent is logged in or not. :slight_smile:

Best regards,
Vic

1 Like