there's two different field objects with overlappi...
# suitescript
j
there's two different field objects with overlapping but non identical APIs 1) server side from the form object
var field = form.addField
`var field = form.getField`; 2) client side from the current record object `var field = currentRec.getField()`;