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);

Working With Form and Console Panels

View: http://localhost:8080/archibus/schema/ab-products/solutions/parts/form/ab-ex-form-panel-input-values.axvw