ReqDemPlanExtensibilityHelper.getInstancesWithAttribute Method [AX 2012]

Gets a list with newly-initialized instances of all the classes with the given name that have the given attribte. They can also be sub-classes of this class.

public List getInstancesWithAttribute(ClassName _className, SysAttribute _attribute)

Run On

Called

Parameters

_className
Type: ClassName Extended Data Type
The name of the parent class to search for.
_attribute
Type: SysAttribute Class
The attribute to search for.

Return Value

Type: List Class
A list with newly-initialized objects matching the search criteria.

Community Additions

ADD
Show: