Share via


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.

Syntax

public List getInstancesWithAttribute(ClassName _className, SysAttribute _attribute)

Run On

Called

Parameters

Return Value

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

See Also

Reference

ReqDemPlanExtensibilityHelper Class