EcoResReferenceValue::findValueByFieldAndRecId Method
Finds a value for a specified table, field, and record.
Syntax
client server public static anytype findValueByFieldAndRecId(
TableId _tableId,
FieldId _fieldId,
RefRecId _recId)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The ID of the table to search.
- _fieldId
Type: FieldId Extended Data Type
The ID of the field that contains the value to find.
- _recId
Type: RefRecId Extended Data Type
The ID of the record to find.
Return Value
Type: anytype
The value of the specified field, record, and table.