TmpRetailDlvModeAddressExclusions.isCountryExcluded Method
Checks whether the given country/region is excluded from the delivery mode.
Syntax
public boolean isCountryExcluded(RetailDlvModeRefRecId _dlvModeId, LogisticsAddressCountryRegionId _countryRegion)
Run On
Called
Parameters
- _dlvModeId
Type: RetailDlvModeRefRecId Extended Data Type
The ID of the mode of delivery.
- _countryRegion
Type: LogisticsAddressCountryRegionId Extended Data Type
The country/region code.
Return Value
Type: boolean
true if the address is excluded; otherwise, false.