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
CalledParameters
- _className
- Type: ClassName Extended Data Type
The name of the parent class to search for.
- _attribute
- Type: SysAttribute Class
The attribute to search for.
Community Additions
ADD
Show: