Genesys Cloud - Main

 View Only

Discussion Thread View
Expand all | Collapse all

screen pop not popping

  • 1.  screen pop not popping

    Posted 10-01-2019 21:01
    Hi,

    This is my first time to test screen pop and it is not popping.  Any helps?

    Thanks,
    Ed

    #ArchitectureandDesign

    ------------------------------
    Edward Wu
    BANK OF HAWAII
    ------------------------------


  • 2.  RE: screen pop not popping

    Posted 10-02-2019 09:16
    I do not know why your implementation is not functioning. I was able to get it working based on your screenshots. But I did notice that my Page Properties screen looks a little different than yours - I cannot see the actual action parameters, I just see the action:


    That being said, the steps are documented here: https://help.mypurecloud.com/articles/screen-pop-a-crm-record/

    Except that the example is for Outbound. For inbound, it looks like you are right on track - enabling the script for Inbound and setting a Page Load action.

    The only other thing I can think of is to make sure that you correctly selected the script in your Screen Pop Data Action in Architect. And of course, save and publish the flow.


    ------------------------------
    Dan Fontaine
    Altivon
    ------------------------------



  • 3.  RE: screen pop not popping

    Posted 10-02-2019 16:09
    Thanks Dan.  I believe it has to do between republishing the script and the flow in order to take effect.  I republished my flow then it started popping.  Then I changed the URL on the script and published and it still popped the old URL.  Then I tried republishing the flow and the script and the new URL popped.

    ------------------------------
    Edward Wu
    BANK OF HAWAII
    ------------------------------



  • 4.  RE: screen pop not popping

    GENESYS
    Posted 10-02-2019 16:18
    In my experience, if you change something in a script under Admin, you need to refresh the Client UI at least once before the changes show up (probably because the browser caches the script). I don't think I've tried it recently using the desktop client--that's based on the web UI.

    ------------------------------
    George Ganahl GCP (PureCloud) ICCE CCXP
    Principal Technology Consultant
    Genesys
    ------------------------------



  • 5.  RE: screen pop not popping

    Posted 10-03-2019 15:17
    Right now the screen pop when the call comes in.  Is it possible to pop when the call is answered?

    ------------------------------
    Edward Wu
    BANK OF HAWAII
    ------------------------------



  • 6.  RE: screen pop not popping
    Best Answer

    GENESYS
    Posted 10-03-2019 15:23
    No

    ------------------------------
    George Ganahl GCP (PureCloud) ICCE CCXP
    Principal Technology Consultant
    Genesys
    ------------------------------



  • 7.  RE: screen pop not popping

    Posted 10-03-2019 17:27
    Thanks George

    ------------------------------
    Edward Wu
    BANK OF HAWAII
    ------------------------------



  • 8.  RE: screen pop not popping

    Posted 10-03-2019 17:52
    Edited by William Chávez 10-03-2019 17:55
    Good afternoon community, George:

    I have the same question. When we set in architect a Screen Pop Script and selected the scriipt we configured - in our case working with email interactions using (Third party chat/email routing: https://developer.mypurecloud.com/api/rest/v2/conversations/third-party-object-routing.html) - it showed the script to the agent once the ACD display the interaction to the PureCloud agent, and then the agent could make actions on this script without answering the email interaction. So, base on the history of this conversation and assuming that the Autoanswer option works only for inbound calls, it is not possible to hide the script to the agent until he/she answers the incomming email interaction?

    Thanks for your suggestions.

    ------------------------------
    William Martín Chávez González
    Global Networks Solutions S.A.
    ------------------------------



  • 9.  RE: screen pop not popping

    Posted 10-07-2019 06:21
    Hi!

    It can be done.
    You have to create custom action, which will open the page (Scripter.Open.URL) if condition: 
    {{Scripter.Interaction State}} Equals "Connected" is met.
    Otherwise you need to use another IF to assure that the call was not disconnected, to prevent the infinite loop. Then in ELSE part you shouls use delay and then reinvoke the action itself.

    Mind that interaction states are language sensitive.

    Regards,


    ------------------------------
    Wojciech Dzikowski
    CGI ISMC Polska Sp. z o.o.
    ------------------------------



  • 10.  RE: screen pop not popping

    Posted 10-08-2019 20:04
    Hi Wojciech,

    I am currently popping during page load of the script.  How/Where do you keep checking when {{Scripter.Interaction State}} Equals "Connected"?

    ------------------------------
    Edward Wu
    BANK OF HAWAII
    ------------------------------



  • 11.  RE: screen pop not popping

    Posted 10-09-2019 04:12
    Hi Edward,

    First you need to choose Page Load Action:  https://help.mypurecloud.com/articles/set-script-page-load-action/
    I'm assuming you've chosen Open URL action, but instead of that you need to add a new one (Custom Action) and define particulat steps:
    https://help.mypurecloud.com/articles/define-custom-script-action/?theme=simplified

    Regards,

    ------------------------------
    Wojciech Dzikowski
    CGI ISMC Polska Sp. z o.o.
    ------------------------------



  • 12.  RE: screen pop not popping

    Posted 10-09-2019 04:42
    I actually use Custom Action in Page Load.  However page load executes only once and that's when a call is presented to the agent.  It won't execute again when the call is taken.

    ------------------------------
    Edward Wu
    BANK OF HAWAII
    ------------------------------



  • 13.  RE: screen pop not popping

    Posted 10-09-2019 09:27
    If interaction state is not connected nor disconnected insert steps:

    • Delay (shouldn't be too small).
    • Action - Custom Action (this object).
    Regards, 




    ------------------------------
    Wojciech Dzikowski
    CGI ISMC Polska Sp. z o.o.
    ------------------------------



Need Help finding something?

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