Any help for someone new with Customizations? I don’t see what element that causes the width of this screen to be so wide?
Did you recently make changes to this screen?
Hi Jose,
Yes there were some recent changes to this screen.
BTW I think I found the “element” that is really wide(width=1751), but when I try to edit the width it doesn’t change. It’s like it’s read only…
Click on “PartTrackerForm” in the top left tree and try to set the dimensions you want manually.
If that doesn’t work, enter the screen in customization mode, but don’t go to action customize.
Resize the screen to where you want it and go to Tools > Save Layouts.
Then go into the customization editor Tools > Customization (without closing the screen), make any small change and then click save (this process sort of sticks a personalization).
If that doesn’t work you will have to resort to XML changes.
If that doesn’t work try hard code on form load.
If that doesn’t work then it’s not meant to be.
For future reference, this fixed it -> Click on “PartTrackerForm” in the top left tree and try to set the dimensions you want manually.
Just to note from my own experience this works less often than using the, open screen in customization mode, make adjustments, save layouts, enter customization editor, make small change, and save method.