Monday, June 8, 2015

Set default value to Unbounded combobox control on form in AX 2012

Set default value to Unbounded combobox control on form in AX

Hello Guys,
Sometimes there is a requirement to set the default value to an enum combo box on the form design. This can be easily achieved by setting the selection property of the combo box to the value of the desired enum element. It doesn’t require any code to be written.
As shown below.
Selection
This will show up the control value selected by default to the enum element required.

1 comment: