10-06-2003 07:29 AM - edited 03-13-2019 01:55 AM
How can I use the layout list in a specific agent? I am using the version 3.0(3a). I didn´t found this in the desktop administrator, I can only configure a workflow to a specific agent but not a layout list.
10-06-2003 08:56 AM
You can set it from your ICD script by using a Set Enterprise Server Data step of type 252 to the name of the layout you want to use for that call. If you need to change it on a per-call or per-agent basis, set your Select Resource step to /not/ connect immediately, then decide on a layout, do your Set Enterprise Server Data step and then issue Connect.
10-06-2003 10:41 AM
OK, but I need apply one list only to a one user no to all. I create a layout list diferent as the default but i can´t apply that list to an agent.
10-12-2003 03:18 PM
I don't know of a way to configure a layout list on an agent from the Desktop Administrator; it must be done from the ICD script. If you want the layout changed on only a specific agent:
1) Select Resource step. Don't connect immediately. Select Resource stores the resource ID in a string variable of your choice. The resource ID is the username of the agent that Select Resource has selected to handle the call.
2) On the Connected branch of Select Resource, perform an If step to check for the resource ID variable to be equal to that of the agent's username that you want to have the revised layout. If it's equal, the ICD script has picked your "special" agent to deliver the call to, so issue a Set Enterprise Server Data step to set number 252 to your revised layout. If it's not equal, don't do anything.
3) After the If step, perform the rest of your Set Enterprise Server Data steps.
4) Issue a Connect step to connect the call to the agent.
Here is some documentation:
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