Display length in D365

Hi People,

I need to increase the display length of a string edit filed. In AX 2012, we have display length property. However, I am not able to find the similar property in d365 U12. So, any suggestion to achieve it would be helpful.

Thanks in advance.

Well I am able to see the property for the D365FO. Find the EDT attached with the field. Then go to Application Explorer, AOT > Data Types > EDT and search that EDT that you found. Right Click over your EDT, click Properties. You will find the Display Length property there .

Let me know if this doesn’t help out. Attach a screenshot if possible !

Please mark it as a solution if you got the answer !

Well, I have used controlName.displayLength(20, AutoMode::Fixed) and it worked in my case as my control’s max length is 20.

If you have the solution, please mark it as solved