Share via


EcoResCategoryAttributeGroup::findByGroupAndCategory Method

Finds the attribute type record in the categoryAttributeGroup table by using the category ID and group.

Syntax

client server public static EcoResCategoryAttributeGroup findByGroupAndCategory(
    RecId _attributeGroupId, 
    RecId _categoryId, 
   [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: EcoResCategoryAttributeGroup Table
A record in the EcoResCategoryAttributeGroup table; otherwise, an empty record.

See Also

Reference

EcoResCategoryAttributeGroup Table