Share via


EcoResReferenceValue::findRecIdByFieldAndValue Method

Finds a record for a specified table, field, and value.

Syntax

client server public static RefRecId findRecIdByFieldAndValue(
    TableId _tableId, 
    FieldId _fieldId, 
    anytype _fieldValue)

Run On

Called

Parameters

  • _fieldValue
    Type: anytype
    The value to find.

Return Value

Type: RefRecId Extended Data Type
The ID of a record for the specified table, field, and value.

Remarks

This method can only be used on a Unique Key field.

See Also

Reference

EcoResReferenceValue Table