Share via


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

  • _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.

See Also

Reference

EcoResAttributeGroupAttribute Table