EcoResReferenceValue.setReferenceValueFromForeignKey Method
Initializes the EcoResReferenceValue record by using the specified field ID and optional value.
Syntax
public void setReferenceValueFromForeignKey(
TableId _tableId,
FieldId _fieldId,
[anytype _fieldValue])
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The ID of the table to reference.
- _fieldId
Type: FieldId Extended Data Type
The ID of the field to reference.
- _fieldValue
Type: anytype
An optional value that is used to find the record to reference.