InventCostLevelCompletionTask::newTask Method [AX 2012]
Initializes a new instance of the InventCostLevelCompletionTask class.
Syntax
client server public static InventCostLevelCompletionTask newTask(
Voucher _voucher,
TransDate _transDate,
BOMLevel _bomLevel)
Run On
Called
Parameters
- _voucher
Type: Voucher Extended Data Type
The voucher of the inventory closing.
- _transDate
Type: TransDate Extended Data Type
The date of the inventory closing.
- _bomLevel
Type: BOMLevel Extended Data Type
The level for which the inventory closing should be performed.
Return Value
Type: InventCostLevelCompletionTask Class
A new instance of the InventCostLevelCompletionTask class.