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
- _toDlvMode
Type: DlvModeId Extended Data Type
The mode of delivery; optional.
- _fromInventLocation
Type: InventLocationId Extended Data Type
The shipping point; the company is considered the shipping point when blank; optional.
- _toCountryRegion
Type: AddressCountryRegionId Extended Data Type
The country receiving point; optional.
- _toState
Type: AddressStateId Extended Data Type
The state receiving point; optional.
- _toCounty
Type: AddressCountyId Extended Data Type
The county receiving point; optional.
- _toZipCode
Type: AddressZipCodeId Extended Data Type
The ZIP Code receiving point; optional.
- _toInventLocation
Type: InventLocationId Extended Data Type
The receiving point; optional.
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.