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,
If you have the option, verify this issue on 10.0.32 or 10.0.33.
Hi Andre,
I am on 10.0.31.
Hi Tim,
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.
Check the below article and see if it helps.
https://gvkkishore.wordpress.com/2015/04/22/simple-dialogs-in-x/
Thanks,
Girish S.
I tried this and did not work.
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.
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 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.
André Arnaud de Cal...
292,162
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156