" /> Change TAB order in GAD - Genesys CTI User Forum

Author Topic: Change TAB order in GAD  (Read 1794 times)

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Change TAB order in GAD
« on: December 17, 2013, 09:52:19 AM »
Advertisement
Hello,

Following a recent change our GAD users are now seeing Notepad as the active tab on screen pop.
The attached data tab is what we want to be the active one.

I know (through customization) how to hide the Notepad however how can I simply change the order to attached data is active and notepad is still available?

My custom file is currently:

[i]<gcn-resources>
    <desktop>
<interaction-information>
        <javascript-onload>
            <![CDATA[                     
hideTabByName(TAB_INTERACTION_INFORMATION_NOTEPAD); 
                ]]>
        </javascript-onload>
</interaction-information> 
  </desktop>
</gcn-resources>[/i]

thanks.