Join Slack
Powered by
is there a way to move 2 fields closer together (s...
# suitescript
l
lleclerc_zlab
06/06/2018, 8:11 AM
is there a way to move 2 fields closer together (side by side) on suitelet ? (S2.0)
k
karlenigma
06/06/2018, 9:30 AM
I know in the UI you can use Same as Previous Row but not sure about suitelet.
s
samyt
06/06/2018, 9:50 AM
You mean you want in same row?
k
karlenigma
06/06/2018, 9:57 AM
I assumed that side by side meant same row.
l
lleclerc_zlab
06/06/2018, 12:08 PM
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
samyt
06/06/2018, 12:11 PM
Reduce the width and try
l
lleclerc_zlab
06/06/2018, 12:50 PM
Thanks, in the end I used .updateLayoutType({ layoutType: SERVER_WIDGET.FieldLayoutType.MIDROW }); which seems to do something similar
Open in Slack
Previous
Next