LeanCost::construct Method [AX 2012]
Creates an instance of a subclass of the LeanCost class.
server public static LeanCost construct(LeanCostWorkType _workType, LeanCostingFacadeBase _leanCostingFacade)
Run On
ServerParameters
- _workType
- Type: LeanCostWorkType Enumeration
The type of subclass to create.
- _leanCostingFacade
- Type: LeanCostingFacadeBase Class
An instance of the LeanCostingFacade class to pass to the new instance created by this method.
Show: