Share via


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

Return Value

Type: anytype
The value of the specified field, record, and table.

See Also

Reference

EcoResReferenceValue Table