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