" /> Gad customization about dispostion code - Genesys CTI User Forum

Author Topic: Gad customization about dispostion code  (Read 2762 times)

Offline kevinwang

  • Full Member
  • ***
  • Posts: 159
  • Karma: 0
Gad customization about dispostion code
« on: May 20, 2010, 06:10:19 PM »
Advertisement
I defined tens disposition code in cme's Business Attribute, then I tried to do some gad customization  about it,
because there are too many different kind of dispostion codes, I want to divide them into different groups, then display them according to different group in customized tab frame in GAD.
My question is where I can define group info for every disposition code,  can I  create a option in ANNEX in every disposition code to define which group this disposition code belongs to?
I konw by code below, I can get disposition code info, how can get these group info by AIL ?

AilFactory factory = AilLoader.getAilFactory();
Enumerator dispositionCodeEnum = factory.getEnumerator("DispositionCode");

thanks in advance.

Kevin

Offline kevinwang

  • Full Member
  • ***
  • Posts: 159
  • Karma: 0
Re: Gad customization about dispostion code
« Reply #1 on: May 20, 2010, 07:13:20 PM »
it seems using EnumValue 's getAnnex() method can get this annex info.
I am trying...

Offline nishantank

  • Newbie
  • *
  • Posts: 30
  • Karma: 1
Re: Gad customization about dispostion code
« Reply #2 on: August 19, 2010, 08:40:19 AM »
Hi Kevin
Did you manage to do this eventually?
I have a similar task at hand and would like to learn from your experience if I may.

Thanks
Nishant