Blog

Name is Anant Dubey and the intent to create this blog is to discuss the problems and issues that developer face in the dynamics AX development and to share the new things that come up with the new version of AX.

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: