Genesys Engage on-premises

 View Only

Discussion Thread View
  • 1.  EWT Statistics - which method do you use?

    Posted 11-21-2018 15:34
    When fetching statistics like Expected Waiting Time in ORS, which method do you use, and what are the advantages/disadvantages:

     <script>
          _genesys.statistic.sData('virtQueue1.Q', 'StatExpectedWaitingTime');
    </script>
                 
                                OR
     
    <session:fetch srcexpr="'urs/call/max/lvq'" method="'urs'" enctype="'application/json'" timeout="5" requestid="App_MyBlock['requestid']">
            <param name= "name" expr="''virtQueue1.Q'"/>
            <param name= "ewt" expr="'max'" />
            <param name= "aqt" expr="'stat'" />
            <param name= "tenant" expr="'Resources'" />
            <param name= "scale" expr="'false" />
    </session:fetch>


    #Unsure/Other

    ------------------------------
    Todd McCall
    Bank of America
    ------------------------------


  • 2.  RE: EWT Statistics - which method do you use?

    Posted 11-22-2018 05:49
    We currently use the sData StatExpectedWaitingTime method, although I've always wondered if the new urs methods might prove more accurate in some circumstances.  It's something a little hard to test outside a real life production environment though.

    ------------------------------
    Jason Mclennan
    Commonwealth Bank of Australia
    ------------------------------



Need Help finding something?

Check out the Genesys Knowledge Network - your all-in-one access point for Genesys resources