Access and update form control values
Access and update form control values
Technologies > User Interface Add-Ins > Parts for Forms > Updating Field Controls Dynamically
Form field values may accessed and updated using
getfieldValue()
and
setFieldValue()
:
var date_requested = form. getFieldValue ('wr.date_requested');
form. setFieldValue ('wr.date_requested', date_requested);