Share via


InventMov_KanbanJob_Process.serialProdDate Method [AX 2012]

Determines the serial production date for the movement.

Syntax

public InventSerialProdDate serialProdDate([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: InventSerialProdDate Extended Data Type
The batch production date.

Remarks

This method overrides the base class method.

See Also

Reference

InventMov_KanbanJob_Process Class