Boban Dragojlovic
09/18/2024, 8:54 PMCeligo AI
09/18/2024, 8:54 PMAI generated answer (using internal Slack threads):Based on the conversations, it appears that you can force a Suitelet to have fields in a single column by using the layout types
STARTROW
, MIDROW
, or ENDROW
. These layout types are typically used for fields within groups, but they can also be used to position fields side by side within a single column in a Suitelet form. Here is an example:
javascript
field1.setLayoutType('STARTROW');
field2.setLayoutType('MIDROW');
In this example, field1
and field2
are two fields that you want to display side by side in a single column. By setting the layout type of field1
to STARTROW
and field2
to MIDROW
, you can achieve this layout.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
09/18/2024, 8:54 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.813051462
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.81254673
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.802102447
Celigo AI
09/18/2024, 8:54 PM