Share via


InventSupply.receiptDateCust Method [AX 2012]

Calculates the receipt date of the customer based on the shipping date, the transport time, and the customer calendar.

Syntax

protected TransDate receiptDateCust(
    TransDate _shipDateReq, 
    DlvModeId _dlvModeReqToCust, 
    InventSupplyTransportTimeSupply _transportTimeReqToCust)

Run On

Server

Parameters

Return Value

Type: TransDate Extended Data Type
The date the items can be received by the customer.

See Also

Reference

InventSupply Class