Eservices

Dear Expert,

All inbound interaction in pulse show call in inbound , i can not differentiate either Voice ,Chat or Email.

How can i get this ?

Create a MediaType filter, check the forum before asking pls

not able to filter it

Why you are not able to filter it? It is working properly…Try to be more specific

Hi,
Is there a way to differentiate voice/interaction login statutes for the same AG ?
It’s OK to show call stats act mediatype, but I couldnt succeed in showing loginstatus act media for an AG. It just shows all logins, so I cant understand whether an agent w chat capacity logged in.

Use a dedicated skill for chat and create a virtual agent group with this skill. I believe this is the best and easiest way to achieve what you need.

Noufal

At least in CCPulse you need to edit the template and point the filter you need to apply (voice/email …). Pulse should be the same, just check your template looking for sth similar.

Hope this helps you.

You can do this in Pulse by creating a copy of the “Agent Login” Widget and adding a few fields.

Below is how I’ve defined these fields

Voice Status Field:
IsFormula: Yes
Display Format: String
Alias: AgentVoiceStatus
Formula: Result = G.GetAgentVoiceStatus(Data.Current_Status_KVP.Value);
ShowAgentStatusIcon: Yes

Chat Status Field:
IsFormula: Yes
Display Format: String
Alias: AgentChatStatus
Formula: Result = G.GetAgentNonVoiceStatus(Data.Current_Status_KVP.Value, “chat”);
ShowAgentStatusIcon: Yes

Email Status Field:
IsFormula: Yes
Display Format: String
Alias: AgentChatStatus
Formula: Result = G.GetAgentNonVoiceStatus(Data.Current_Status_KVP.Value, “email”);
ShowAgentStatusIcon: Yes

I would attach a screenshot, but it appears I can’t?

HI James ,

Thank you for your positive attitude and i really not able where i have to do this in the pulse ?

Hey,

I am a little bit concerned - in CCP do you see where you can define widgets?

If you do not see it, most likely you do not have the privileges to do it. What privileges do you have assigned to the login you are using in config?

You need to click the little settings wheel cog icon next to your name (on the left) in Pulse - then click widget templates or widget management or something that looks like that. From this panel you can manage widgets (create your own, create copies, etc).

Like victor said though, if you can’t see this then you don’t have permission to it.

Please also not that CCP/CC Pulse (using templates) is NOT the same product as web base Pulse with widgets.
Many calls CCP for Pulse as well and this causes many confusions… :slight_smile:

CCP is a thick installed GUI
Pulse is a plugin to GAX

still, i am not able to fix it

Yes.. my instructions are on Pulse, the web based tool - not CC Pulse. If you want this in CC Pulse, I’ve seen VBScript on the support site that lets you do this in CCPulse.

we are using pulse on GAX. here i needed it.

Hi,
Thanks for the answer
I know using dedicated skill is the best way, but we have blended groups. My aim is to get chat login number in a blended agent group. Infact, Im trying to findout license usage on based on mediatype and get it according to agent group. As login count also gives the usage, Im trying to findout it.

Dedicated skill is not required to get info about logged in agents for particular media regarding specific agent group - this can be achieved by standard real-time reporting

Finally I reached it. DNStatus is the answer. Thx.

How you have reached , kindly help for the same

I suspect he just does not have the necessary privileges to do this.