Get label name from Enum value using x++ on June 28, 2019 Get link Facebook X Pinterest Email Other Apps Hello, Below is the code we can use for getting the label for an enum. SysDictEnum dictEnum = new SysDictEnum( enumnum(InventTransType) ); dictEnum.value2Label(InventTrans.TransType); Thanks Comments
Comments
Post a Comment