27 Oct 2015

Delete enum value at run time + AX 2012

Example:: ENUM has 3 values like

Enum::value1
Enum::value2
Enum::value3
combobox:enter()
{
super();
this.delete(enum2str(Enum::value2));
}

No comments:

Create number sequence in D365 FO

Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...