Share via


InventTransPackingSlip::inventDate Method [AX 2012]

Finds the actual inventory delivery date for a packing slip line.

Syntax

server public static TransDate inventDate(
    InventTransOriginId _transOriginId, 
    PackingSlipId _packingSlipId, 
    TransDate _packingSlipDate)

Run On

Server

Parameters

Return Value

Type: TransDate Extended Data Type
The actual delivery date if any exists; otherwise, the default date.

See Also

Reference

InventTransPackingSlip Class