Is there a way to inline two fields in a custom su...
# suitescript
a
Is there a way to inline two fields in a custom suitelet form without using groups (inline positioning, not inline display type)? I need two fields next to each other within a single column.
s
Have you tried using the break type for STARTCOL/
oh you mean like in one column but side by side, right
I would prob try setting the one you want to the left with layout type of
STARTROW
and the second one with
MIDROW
or
ENDROW
https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4332671038.html
a
That worked! Didn't think it would since the docs say those are for fields within groups. Thanks!