Announcements
No record found.
I added the AllSelected enum as a dialog Field on a dialog that I built in an x++ class. It does not show the full label of each of the enum elements. I have tried:
The part that doesn't make sense to me is that the first label 'All' is shorter than what IS displaying for 'Selected', but its still getting cut off. To me, this means the issue isn't the width of the Field Group, or even the DialogField itself. It is something more granular within the items of the radiobutton dialogField.
Hi Tim,
Try to move that Enum field below the Printer name text box. May be the label for that Enum is too long to fit into the screen.
Thanks,
Girish S.
Hey, can you try like,
dialogGroup = dialog.addGroup("GroupName");
dialogGroup.columns(2);
This addGroup is present in dialog class;
We have the column number property. Similarly with code as above. This should increase the width.
Hi Girish, I tried putting both fields into a fieldgroup and specified columns(1), but that did not move it below. How would you recommend getting it on a new line?
Thanks.
I tried this and did not work.
Check the below article and see if it helps.
https://gvkkishore.wordpress.com/2015/04/22/simple-dialogs-in-x/
What exact version of Dynamics 365 F&O are you using? There was an issue which is probably resolved in 10.0.32 and 10.0.33. The issue was noticeable on header/lines forms, where also these labels were cut off.
Hi Andre,
I am on 10.0.31.
If you have the option, verify this issue on 10.0.32 or 10.0.33.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 509 Super User 2026 Season 1
Giorgio Bonacorsi 375
Adis 268 Super User 2026 Season 1