I'm at Admin->Contact Center->Queues->[chosen queue]->wrap-up codes
In the "select new wrap-up codes" you have to type in the start of the name of the wrap-up code. So your code is something like
where wrapupname starts with "search_term"
should be changed to
where "search_term" in wrapupname
get my drift?
A search function should search for what i type anywhere in the name of the wrap-up code.
let's say I have wrap up codes:
- No, not interested
- No, something else
- Yes, whatever
I should be able to search for "inter" and get "No, not interested" as an option.