AX / D365FO – Show “NoYes” Enum field as Combobox instead of Checkbox

I’m building a form from a table. One of its fields is a enum YesNo. I can’t figure out why every time I add it to the form it appears as a checkbox instead of a combobox.

I want a combobox with a lookup and inside display the values “Yes” and “No”.

After several attempts I realized that the “Enum type ” property of the field defined in the table should be changed to “NoYesCombo” and not “NoYes”.

The base enum “NoYes” is set as radio button, while “NoYesCombo” as ComboBox

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s