PCModelingLibrary::findAttributeByName Method [AX 2012]

Retrieves an attribute of the specified component by the specified name.

client server public static EcoResCategoryAttribute findAttributeByName(PCClass _component, Name _name)

Run On

Called

Parameters

_component
Type: PCClass Table
The component that contains the attribute.
_name
Type: Name Extended Data Type
The name of the attribute to find.

Return Value

Type: EcoResCategoryAttribute Table
A record in the EcoResCategoryAttribute table.
Show: