PureEngage On-Premises

 View Only

Sign Up

  • 1.  CurrentNotReadyReason

    Posted 08-09-2016 13:09
    Hello,

    i wold like to seperate the CurrentNotReadyReason. How we i can do this? Where i can find this? The CurrentAgnetStat shows the ReasonCode after the NotReadyForNextCall string.  (eg.  NotReadyForNextCall (11) (00:10:05))

    result.Text = GetAgentState();
    function GetAgentState()
    {
    if(state.type != "AgentState")
    return "n/a";
    var r = ccpulse.AgentState.NotReadyReason;
    return r;
    }

    Thanks Steffen