Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Follow the below steps to deploy the Finesse gadget

  1. The gadget files are in /recording-solution/Gadget Directory
  2. Update the VRS IP in VRSGadget.js file on line 62
  3. Copy the files to Finesse using FileZilla or any other FTP client to VRSGadget folder (create the folder on Finesse)
  4. Once files are copied, login to https://finesse.ip:8445/cfadmin
  5. Click on Team Resources, click on team and edit the text that describes the Finesse desktop. Locate <role>agent</role> and add below lines after
    <tabs>

     <tab> 
        <id>VRS</id> 
        <label>Voice Recording Solution</label> 
      <columns> 
       <column> 
        <gadgets> 
         <gadget>/3rdpartygadget/files/VRSGadget/VRSGadget.xml</gadget> 
        </gadgets> 
       </column> 
      </columns> 
     </tab>
    
    
  6. Login an agent with nocache. If a user is already created in Keycloak with same username and password as Finesse agent username and password, then the agent will auto login to the VRS gadget. Agent will be able to see only his recordings on Gadget.
  • No labels