InventMov_KanbanJob_Process.batchProdDate Method [AX 2012]
Determines the batch production date for the movement.
Syntax
public InventBatchProdDate batchProdDate([InventTrans _inventTrans])
Run On
Called
Parameters
- _inventTrans
Type: InventTrans Table
An InventTrans record that is used to determine the batch production date; optional.
Return Value
Type: InventBatchProdDate Extended Data Type
The batch production date.
Remarks
This method overrides the base class method.