Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.