Skip to main content

Posts

Showing posts with the label enum

Ax2009 How to get Enum Label

dictEnum = new dictEnum(dictionary.enumName2Id('ENUMNAME')); info(strfmt("Enum Label: %1", dictEnum.label() )); info(strfmt("Enum item Lable:%1", dictEnum.value2Label(VALUE) ));

Ax2009 How to get Enum Label

dictEnum = new dictEnum(dictionary.enumName2Id('ENUMNAME')); info(strfmt("Enum Label: %1", dictEnum.label() )); info(strfmt("Enum item Lable:%1", dictEnum.value2Label(VALUE) ));