Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _shipDateSupply
Type: TransDate Extended Data Type
The date when the items are shipped from the supply warehouse.
- _locationIdSupply
Type: InventLocationId Extended Data Type
The ID of the supply warehouse.
- _dlvModeSupplyToReq
Type: DlvModeId Extended Data Type
The mode of delivery from the supply warehouse to the requirement warehouse.
- _transportTimeSupplyToReq
Type: InventSupplyTransportTimeSupply Extended Data Type
The time in days that it takes to transport the items from the supply warehouse to the requirement warehouse.
- _dlvModeReqToCust
Type: DlvModeId Extended Data Type
The mode of delivery from the requirement warehouse to the customer.
Return Value
Type: TransDate Extended Data Type
The date that the items can be shipped from the requirement warehouse to the customer.