``` var theNewField = form.addField(...); var theO...
# suitescript
e
Copy code
var theNewField = form.addField(...);
var theOtherField = form.getField(...);
form.insertField({field: theNewField, nextField: theOtherField});