is there a way to update the field group on an exi...
# suitescript
a
is there a way to update the field group on an existing field on a form using suitescript ? I have a record type with no form to add field groups and move the fields. so I need to do it via a script.
b
Form.insertField is your best chance
otherwise a client script that uses javascript to do DOM manipulations can do whatever it wants