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
- _tableId
Type: TableId Extended Data Type
The ID of the table to search.
- _fieldId
Type: FieldId Extended Data Type
The ID of the field to find.
- _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.