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.
Validates whether the street exists, based on the NK.
Syntax
client server public static boolean exist(
LogisticsAddressCountryRegionId _countryRegionId,
LogisticsAddressStateId _stateId,
LogisticsAddressCountyId _countyId,
LogisticsAddressCityRecId _cityId,
LogisticsAddressDistrictRecId _districtId)
Run On
Called
Parameters
- _countryRegionId
Type: LogisticsAddressCountryRegionId Extended Data Type
The parent country/region.
- _stateId
Type: LogisticsAddressStateId Extended Data Type
The parent state.
- _countyId
Type: LogisticsAddressCountyId Extended Data Type
The parent county.
- _cityId
Type: LogisticsAddressCityRecId Extended Data Type
The parent city.
- _districtId
Type: LogisticsAddressDistrictRecId Extended Data Type
The parent district.
Return Value
Type: boolean
true if the street exists; otherwise, false.