EcoResBoundedAttributeTypeValue::findByAttributeType Method
Retrieves the EcoResBoundedAttributeTypeValue record that is specified by a related EcoResAttributeType record.
Syntax
client server public static EcoResBoundedAttributeTypeValue findByAttributeType(EcoResAttributeType _domain, [boolean _selectForUpdate])
Run On
Called
Parameters
- _domain
Type: EcoResAttributeType Table
The EcoResAttributeType table buffer that is related to the record to find.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: EcoResBoundedAttributeTypeValue Table
A record in the EcoResBoundedAttributeTypeValue table; otherwise, an empty buffer.