getRecord
()
Returns the current record as an
Ab.data.DataRecord
object.
Parameters:
none
Example:
Get the current record and retrieve a field value from the record:
var record = this.requestReport.getRecord();
var actionId = record.getValue('activity_log.activity_log_id');