When configuring a Field Group using a Custom Form...
# suitescript
j
When configuring a Field Group using a Custom Form in the UI, there is an option to untick
SHOW FIELD GROUP TITLE
. Is there any way to achieve this when adding a Field Group via UserEvent Script? I can make the title a blank space, but it will still show a coloured bar. I want my newly added fields to be in a group so I can align them with the other fields that are already on the form in groups.
n
https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4321345532.html#bridgehead_4325790819 I don’t know if this works but you could try the FieldGroup.isBorderHidden = true;
The only other thing I saw that might work (but is a little “hacky”) would be to use jquery in a client script to get the label element and hide it