Share via


InventSupply.shipDateCust Method [AX 2012]

Calculates the date that the items can be shipped from the requirement warehouse to the customer.

Syntax

protected TransDate shipDateCust(
    TransDate _shipDateSupply, 
    InventLocationId _locationIdSupply, 
    DlvModeId _dlvModeSupplyToReq, 
    InventSupplyTransportTimeSupply _transportTimeSupplyToReq, 
    DlvModeId _dlvModeReqToCust)

Run On

Server

Parameters

Return Value

Type: TransDate Extended Data Type
The date that the items can be shipped from the requirement warehouse to the customer.

See Also

Reference

InventSupply Class