EcoResAttributeGroupAttribute::findByGroupAndAttribute Method
Finds an EcoResAttributeGroupAttribute record by attribute group record ID and attribute record ID.
Syntax
client server public static EcoResAttributeGroupAttribute findByGroupAndAttribute(
RecId _attributeGroupId,
RecId _attributeId,
[boolean _forupdate])
Run On
Called
Parameters
- _attributeGroupId
Type: RecId Extended Data Type
The attribute group record ID.
- _attributeId
Type: RecId Extended Data Type
The attribute record ID.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: EcoResAttributeGroupAttribute Table
A record in the EcoResAttributeGroupAttribute table; otherwise, an empty buffer.