" /> Adding a custom column in WDE interaction search - Genesys CTI User Forum

Author Topic: Adding a custom column in WDE interaction search  (Read 3418 times)

Offline aur8l

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Adding a custom column in WDE interaction search
« on: February 27, 2017, 09:45:45 PM »
Advertisement
Hi there,

I am willing to add a column in the interaction search of WDE that would display the Disposition Code selected at the end of an interaction. Is it possible?
If not, any one knows where the disposition code of an interaction is stored in the UCS?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Adding a custom column in WDE interaction search
« Reply #1 on: February 27, 2017, 11:29:45 PM »
Is not, you should create a custom attribute , search the forum, we have discussed that several times. Also is well documented

Enviado de meu E6633 usando Tapatalk

Offline aur8l

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: Adding a custom column in WDE interaction search
« Reply #2 on: February 28, 2017, 12:14:28 AM »
I did search, unsuccessfully.
My disposition codes are already in a custom attributes. Now I am just trying to add this in the Interaction Search results directly. Currently, I can see it in the case data tab for each interaction. I would just like to be able to pull this and display it in a column in the interactions list.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Adding a custom column in WDE interaction search
« Reply #3 on: February 28, 2017, 01:48:39 PM »
Add it then in the WDE options where you indicate which interaction attributes ones to show. 

Enviado de meu E6633 usando Tapatalk


Offline aur8l

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: Adding a custom column in WDE interaction search
« Reply #4 on: March 01, 2017, 02:51:02 AM »
Yep, adding the column is not the issue, it is more getting data in it that seems to be challenging. Currently, my disposition codes are in a custom business attribute called Disposition Code. I can see the disposition chosen by the agent in the Case Data of each interaction. But I would like to get this in the list so that it is easy for ops to search for the interaction they want to focus on.
When I add the name of my business attribute to the displayed column, I only get empty values.

Offline n3vek7

  • Full Member
  • ***
  • Posts: 137
  • Karma: 3
    • ITKB
Re: Adding a custom column in WDE interaction search
« Reply #5 on: March 01, 2017, 03:44:05 AM »
Look for option is-searchable in the doc, I think it's what you are looking for.

edit: it would be there ; https://docs.genesys.com/Documentation/ES/8.5.1/Admin/UCSSearchMake

Offline aur8l

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: Adding a custom column in WDE interaction search
« Reply #6 on: March 02, 2017, 12:32:30 AM »
Sorted.
So for those interested in the answer, here is how to achieve it.

Make sure that the attribute you want to display is declared in Interaction Attributes under the Business Attributes folder of your tenant.
Then add a section called "settings" in the annex tab of this attribute. And then in this section, just add an option "is-sortable" with a value of "true".
This will map your Business Attribute to a table field in your UCS.

And then, in iWS application option, add the name of your business attribute in the option "contact.all-interactions-displayed-columns".

Boom.

Offline Jones

  • Jr. Member
  • **
  • Posts: 67
  • Karma: 0
Re: Adding a custom column in WDE interaction search
« Reply #7 on: March 08, 2017, 08:33:48 AM »
[quote][b]Making an attached attribute searchable[/b]

In Configuration Manager, be sure that Properties windows show their Annex tabs. If they do not:
Go to the View menu and select Options.

In the resulting dialog box, select the Show Annex tab in object properties check box.
In the tenant for your UCS, go to Business Attributes > Interaction Attributes > Attribute Values.
Open the Properties window for the attribute that you want to make searchable (for example, Service Type).
On the Annex tab, create a section named settings if it does not already exist.
In this settings section, create an option named is-sortable and give it the value true.

[b]Important[/b]
Although the option name refers to being sortable, its real effect is to make attributes searchable.
If the attribute is of type string, you are finished. If it is of type integer, you must create an additional option, also in the Settings section, named type with the value integer.[/quote]

Just added this as I got stuck on the Integer Type ;)