is there a way to move 2 fields closer together (s...
# suitescript
l
is there a way to move 2 fields closer together (side by side) on suitelet ? (S2.0)
k
I know in the UI you can use Same as Previous Row but not sure about suitelet.
s
You mean you want in same row?
k
I assumed that side by side meant same row.
l
yes, side by side, same row, if I add a third field, it jumps line, but only 2 seems very weird as they are both on each side of the screen.
s
Reduce the width and try
l
Thanks, in the end I used .updateLayoutType({ layoutType: SERVER_WIDGET.FieldLayoutType.MIDROW }); which seems to do something similar