Genesys Cloud - Main

 View Only

Sign Up

  • 1.  Web-page in new tab

    Posted 7 days ago

    Hi, I have a question regarding Genesys Cloud. When a specific type of callback comes in for an agent, I want to open an additional link in a new tab-alongside the CRM. I've already embedded the CRM link in the script, and it works as expected. I also added the second link to the Screen Pop URL, but the issue is that the page opens before the agent answers the call. What I want is for that page to open in a new tab only after the agent answers. Have you done something similar before, and how did you implement it?


    #Omni-ChannelDesktop/UserInterface
    #Unsure/Other

    ------------------------------
    Beka
    ------------------------------


  • 2.  RE: Web-page in new tab

    Posted 7 days ago

    Hi Beka,

    Multiple tabs can cause issues: Why do multiple concurrent Genesys Cloud logins cause problems? So best practice would be not using multiple tabs, but hopefully others in the community can help with possible solutions for this.



    ------------------------------
    Sam Jillard
    Online Community Manager/Moderator
    Genesys - Employees
    ------------------------------



  • 3.  RE: Web-page in new tab

    Posted 6 days ago

    Hi Beka,

    There is a built in Scripter variable for the Interaction State, you could use a nested If/Else functions to check if the State is Connected, if it is open the url, if not, delay by x milliseconds, then check the state again, repeat this as many times as you feel needed.

    Below is a screenshot of what the If/Else could look like (You may want to check the exact wording of the state as that was off the top of my head)

    Assuming its not a second tab of Genesys you want to open the above should work, otherwise as Samuel has said its not wise to open multiple tabs of Genesys. 



    ------------------------------
    Cam Stone
    ------------------------------



  • 4.  RE: Web-page in new tab

    Posted 6 days ago
      |   view attached

    Hi, thanks for the responses. I need this for just one specific type of callback. Right now, I've added an openURL button, and when clicked, it opens the page in a new tab - but I want it to open automatically.

    Cameron, as you suggested, I built a similar if/else function in the Actions Custom menu and linked it to the Page Load Action, but for some reason it's still not working. Is there somewhere else I need to link this custom action?



    ------------------------------
    Beka
    ------------------------------



  • 5.  RE: Web-page in new tab
    Best Answer

    Posted 6 days ago
    Edited by Jason Kleitz 3 days ago

    Hi,
    since some months the action Wait Until is available, this makes it easy to implement a page load action for this common use case:

    The "Scripter Raw..." variables are not localized, no need to care about the language setting of the browser.



    ------------------------------
    Christian Karpp
    Principal PS Consultant
    ------------------------------



  • 6.  RE: Web-page in new tab

    Posted 6 days ago

    Thanks, guys. Whit this function, it works the way I wanted.



    ------------------------------
    Beka
    ------------------------------



  • 7.  RE: Web-page in new tab

    Posted 6 days ago

    Hi Beka,

    we use a custom action in the script that delays the popup.

    part of the page startup action:

    Custom delay action:



    ------------------------------
    Christoph Domaschke
    Produktmanager Kunden-Dialog-Center
    ------------------------------