Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Pop Up Style in Scripts

    Posted 04-24-2021 09:09
    Edited by Matt Lawson 04-24-2021 09:08
    No replies, thread closed.
    When using scripts and implementing the alert action, the alert popup appears in the top right hand corner of the screen. 

    Is it possible to have this appearance configured, e.g. so that it is closer to the area of the desktop the advisors are using when in the script? 

    I'm concerned a required alert may be missed due to where the alert actually lives on the screen estate. 

    As a compromise I'm using lots of unnecessary text to make sure the popup appears "more visible" to the user but this feels like a very clunky workaround.
    #Omni-ChannelDesktop/UserInterface

    ------------------------------
    Mark Elliott
    Lemon Business Solutions
    ------------------------------


  • 2.  RE: Pop Up Style in Scripts

    Posted 04-25-2021 20:55
    No replies, thread closed.
    From what I have read, it supports Emoticons, Emojis, Emoji Shortcodes, and markdown.  Here is an SDK sample: Collaborate Toast Demo (mypurecloud.github.io).  Most likely the markdown will follow the one for scripts:  Markdown script component - Genesys Cloud Resource Center (mypurecloud.com).  If that is the case, you could try entering a table with blanks:
    |||
    |||

    Which should only have 3 blank headings and 3 blank cells.  

    Otherwise, give the a bunch of these :smiley 




    ------------------------------
    Robert Wakefield-Carl
    Avtex Solutions, LLC
    Contact Center Innovation Architect
    robertwc@avtex.com
    https://www.Avtex.com
    https://RobertWC.Blogspot.com
    ------------------------------



  • 3.  RE: Pop Up Style in Scripts

    Posted 04-26-2021 04:32
    No replies, thread closed.
    Thanks Robert,

    much appreciated. I actually figured out a way to do what i wanted to do, which was essentially an alert but in the script screen estate, driven from a specific action in the flow. 

    The way I achieved this was as below: 

    Set a custom action against a drop down menu in the script which included a variable to be set as and when certain drop down options were selected. I called the variable "region alert"
    I then made sure the "region alert" variable was set to show the alert text I wanted for each drop down within the custom action. 
    Any drop downs which did not require an alert set the "region alert" variable to a null value 
    I then have a text field which uses the variable "region alert" to populate it. 
    The outcome looks like this if I select Ashby from the site drop down. Selecting London shows nothing as the variable is set to null. 
    The region field (e.g. Midlands, South) is also populated, this is just a side benefit
    ******************************************************************
    ******************************************************************
    This moves the alert back into the script itself and away from the top corner of the screen where I fear an alert may be missed. 

    The custom action settings are as below (clearly this could become a large list if lots of alerts are required, I've only included 2 here)




    ------------------------------
    Mark Elliott
    Lemon Business Solutions
    ------------------------------