For suitelet forms (or forms in general) is there ...
# suitescript
d
For suitelet forms (or forms in general) is there a way to leave one of the grid elements empty? I am trying to achieve a layout like such.
message has been deleted
Grey cells are empty
Is it possible?
e
What form component are you using?
d
var form = ui.createForm({title: ‘New Conveyor Belt BOM’});
?
I think I see the area I need to try to learn
reading the doc now
e
In your example, is A1 a grouping title or something?
d
Its a screen shot of excel just to display a grid layout
🙂
e
I know
but I'm wondering what goes in A1
or in the A1 position on your form
d
text field, select… whatever
e
so you just want to end the row there
you can use the
Field
object's
Layout Type
and
Break Type
to customize field positions
d
yeah thats what I am researching
e
probably you want a Layout Type of
ENDROW
on it
d
Do you know if there is a way to do that on standard forms as well?
e
Most of those settings are there on the form customization UI as well yes