Join Slack
Powered by
is there a way to update the field group on an exi...
# suitescript
a
aerin
06/10/2021, 6:23 PM
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
battk
06/12/2021, 12:17 AM
Form.insertField
is your best chance
battk
06/12/2021, 12:18 AM
otherwise a client script that uses javascript to do DOM manipulations can do whatever it wants
5
Views
Open in Slack
Previous
Next