Hi,
How can I change/update wrapuptime with COM App Block? I can ready it but don’t know how to update it. I am using class CfgAgentLogin and CfgAgentLoginInfo, am I missing something?
Thanks.
Edit:
Already did it but it doesn’t refresh the data in the person window in Configuraiton manager.
[C#]
KeyValueCollection wrapUpTime = new KeyValueCollection();
wrapUpTime.Add("wrap-up-time", "5");
agentLogin.UserProperties.Set("TServer", wrapUpTime);
agentLogin.Save();
Edit #2:
Solved. Magically start working…