Can I create a ccpulse action to change the value based on a threshold?

I have a column which displays KVP of the call when agent is on a call. It displays numbers. I want to create an action to change the numbers to names… can I do it?

S

How many different combinations do you have for this value?

1 Like

Why not just attach the name value to the call? Then create a filter for it within stat server.

You could also use business attribute “ReasonCode” and see the value using the ExtendedCurrentStatus statistic.

2 Likes

Solution- I created another column with formula script - based on certain value, display the message. and in the workspace view, I hid the column displaying the number :slight_smile: