^ yes there is alternatively a `defaultValue` prop...
# suitescript
e
^ yes there is alternatively a
defaultValue
property on the
Field
Object
Copy code
var myField = form.addField(...);
myField.defaultValue = "the value";