EcoResAttributeValue::findByInstanceAttribute Method
Finds a EcoResAttributeValue record for the given EcoResInstanceValue record and EcoResAttribute record.
Syntax
client server public static EcoResAttributeValue findByInstanceAttribute(
RefRecId _instanceRecId,
RefRecId _attributeRecId,
[boolean _forupdate])
Run On
Called
Parameters
- _instanceRecId
Type: RefRecId Extended Data Type
The instance record ID.
- _attributeRecId
Type: RefRecId Extended Data Type
The attribute record ID.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
Return Value
Type: EcoResAttributeValue Table
The requested EcoResAttributeValue record.