Hello everybody,
on SalesEditLines form of Dynamics AX 2012 under Designs > tabParameters > tabPageParameters > groupUpdate I have create a StringEdit field. I have overridden method lookup() of this field and I need to add at lookup's drop down some values of an Enum (so far I used SysTableLookup Class which adds table's values based on a query)
For example, I have created Enum TestEnum with values TestEnum::Test1 TestEnum::Test2 and TestEnum::Test3. I would like to know how to add at StringEdit's lookup TestEnum::Test1 and TestEnum::Test2
Kind regards,
Michalis
*This post is locked for comments