03-30-2021 11:21 AM
I can't get the Advanced Supervisor Gadget to appear in Finesse. I added the following in Finesse Admin/Team Resources/Desktop Layout:
<!--
The following gadget provides Supervisor with advanced capabilities.
Using this gadget, supervisors can manage Queues, Prompts, Calendars, and so on.
Before including this gadget in Desktop Layout,
ensure that the advanced capability is enabled in Unified CCX Administration.
<tab>
<id>ASCGadget</id>
<icon>admin</icon>
<label>finesse.container.tabs.supervisor.advancedcapabilities</label>
<columns>
<column>
<gadgets>
<gadget>https://localhost/ascgadget/gadgets/ascgadget.xml</gadget>
</gadgets>
</column>
</columns>
</tab>
-->
04-19-2021 09:52 AM
you have to remove the <!-- and -->, these comment out whatever you have in between them.
04-20-2021 03:31 AM
As Tony writes :
<!-- The following gadget provides Supervisor with advanced capabilities. Using this gadget, supervisors can manage Queues, Prompts, Calendars, and so on. Before including this gadget in Desktop Layout, ensure that the advanced capability is enabled in Unified CCX Administration. --> <tab> <id>ASCGadget</id> <icon>admin</icon> <label>finesse.container.tabs.supervisor.advancedcapabilities</label> <columns> <column> <gadgets> <gadget>https://localhost/ascgadget/gadgets/ascgadget.xml</gadget> </gadgets> </column> </columns> </tab>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide