Share via


CustVendTransportPointLine::defaultTransportDays Method

Retrieves the number of transport days between a shipping point and a receiving point for a specified mode of delivery.

Syntax

server public static CustVendTransportDays defaultTransportDays(
   [DlvModeId _toDlvMode, 
    InventLocationId _fromInventLocation, 
    AddressCountryRegionId _toCountryRegion, 
    AddressStateId _toState, 
    AddressCountyId _toCounty, 
    AddressZipCodeId _toZipCode, 
    InventLocationId _toInventLocation])

Run On

Server

Parameters

Return Value

Type: CustVendTransportDays Extended Data Type
The number of transport days between a shipping point and a receiving point for a specified mode of delivery.

See Also

Reference

CustVendTransportPointLine Table