LogisticsAddressHouseNumber_RU::exist Method
Validates whether a house group exists based on the NK.
Syntax
client server public static boolean exist(
LogisticsAddressCountryRegionId _countryRegionId,
LogisticsAddressStateId _stateId,
LogisticsAddressCountyId _countyId,
LogisticsAddressCityRecId _cityId,
LogisticsAddressDistrictRecId _districtId,
LogisticsAddressStreetID_RU _streetId)
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.
- _streetId
Type: LogisticsAddressStreetID_RU Extended Data Type
Parent street
Return Value
Type: boolean
true if the house group exists; otherwise, false.