getValue(name)
getValue(name)
Returns object value of specified record field.
Parameters
-
name
(String): field name;
Example
var dateRequested = this.record.getValue('wr.date_requested');
Returns object value of specified record field.
name
(String): field name;
var dateRequested = this.record.getValue('wr.date_requested');