The part description text box is too narrow, clipping information from the part description (which is visible in classic). App Studio doesn’t provide any way to increase the width of the erp-part-rev-desc control. Any suggestions on how to increase this? We’re supposed to go full browser in the next week. Eek.
1 Like
You could put the KeyFields.PartNum into a regular textbox, then add a text area bound to Part.PartDescription, set it to be one line tall… as an idea…
Just have to make sure that all the events are linked to the new Part textbox… not sure how much of a chore that would be ![]()
3 Likes
I just wanted to add that we found that you can actually just unbind the part description portion in the part-rev-desc widget.
This should get rid of the description portion automatically created by that. Then you can add a new text area with the part description bound to it as Jonathan mentioned. That way you should be able to avoid any issues with events tied to the original widget.
2 Likes



