TmpRetailDlvModeAddressExclusions.isStateExcluded Method
Checks whether the given state is excluded from the delivery mode.
Syntax
public boolean isStateExcluded(
RetailDlvModeRefRecId _dlvModeId,
LogisticsAddressCountryRegionId _countryRegion,
AddressStateId _state)
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.
- _state
Type: AddressStateId Extended Data Type
The state code.
Return Value
Type: boolean
true if the address is excluded; otherwise, false.