Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Script Custom Action (Screen Pop)

    Posted 08-06-2021 09:13
    No replies, thread closed.
    I have created a script for an inbound flow with a custom action open a URL to a customer CRM. Now, this works successfully when an inbound call is received, however, when the URL is launched it opens up in a new browser window where the focus changes to the new window. What  I am looking to achieve is the focus to remain on the Genesys window even when the new screen pops to the right of the existing Genesys browser window. Alternatively, for the CRM pop to be opened as an iFrame in the Genesys window. Has anyone achieved either please.
    #SystemAdministration

    ------------------------------
    Leigh Ashall
    Sabio Ltd
    ------------------------------


  • 2.  RE: Script Custom Action (Screen Pop)

    Posted 08-09-2021 03:35
    No replies, thread closed.
    if you use the default "pop-up url" feature that's just going to work like that.

    what you can do, is to embed the CRM in a script ("web page" object in script wizard). Just keep in mind that not all CRM's like to be embedded (i.e. some versions of ServiceNow don't :) )

    Good luck!

    ------------------------------
    Piotr Danielewski
    EY Global Services Limited
    ------------------------------



  • 3.  RE: Script Custom Action (Screen Pop)

    Posted 08-10-2021 10:48
    No replies, thread closed.
    Hi Leigh,

    There are different approaches.

    Default is to open pop-up url or in a script. Script approach has iFrame limitations, not sure if your CRM can be inside of iFrame.

    Usually we do custom GUI development based on CRM API and Genesys Cloud notifications. GUI receives multiple notifications from the Genesys Cloud and populate correct information for agent. This way Genesys window always in focus. You can run GUI in a new browser window or under Genesys Cloud Apps section.



    ------------------------------
    Taras Buha
    taras@noralogix.com
    www.noralogix.com
    ------------------------------