Question
6
Replies
374
Views
Posted: July 18, 2016
Last activity: November 25, 2016
Closed
Operator Logoff / Signout Time
I have a requirement where i want to display user availability just like Lync in which i need to hhen conditions in section:pyoperatoravailable needs to be modified.
Green Button : If user is in application else black button.
Pega just have lastsignon time and no property like last sign out time.
How can i achieve above requirement.
Any help is appreciated/
I could see that there is a property name pyAvailabilityIcon in the Data-Admin-Operator-ID. If you set this property when user logs in and log out when user logs out, you could achive your requirement.
But to implemet this, you need to have your own custom authentication activity.
Once this is set, you could check the properyt and display user availability just like Lync