Share via


RetailAttributeHelper::getSingleAttributeInGroupByType Method [AX 2012]

Looks for an attribute of the specified type within the specified group.

If no or more than one attribute is found with the above criteria, the method returns an empty buffer.

Syntax

client server public static EcoResAttribute getSingleAttributeInGroupByType(RefRecId _attributeGroupRecId, RefRecId _attributeTypeRecId)

Run On

Called

Parameters

Return Value

Type: EcoResAttribute Table
The attribute of the specified type within the specified group.

See Also

Reference

RetailAttributeHelper Class