I am doing GAD customization. I defined some business attribute in cme, for example, I created some items under dispostion code, under Annex of these items, I defined a section, under this section, I defined some options.
, then I want to get these option key-value in GAD customization.
I’ve already got the object of EnumValue(every single item is a object of EnumValue),then i can have a map returned by using getAnnex() , but I am stuck at geting the option key-value.
does anyone have some experience about this?
Kevin