EcoResCategoryAttributeGroupAttrView::findByCategory Method [AX 2012]

Finds all category attributes by product category.

client server public static EcoResCategoryAttributeGroupAttrView findByCategory(
    RefRecId _category, 
    EcoResCategoryAttributeModifier _modifier, 
   [boolean _forupdate])

Run On

Called

Parameters

_category
Type: RefRecId Extended Data Type
The product category ID.
_modifier
Type: EcoResCategoryAttributeModifier Enumeration
The category attribute modifier.
_forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: EcoResCategoryAttributeGroupAttrView View
A record cursor in the EcoResCategoryAttributeGroupAttrView table; otherwise, an empty buffer.
Show: