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.
Finds the house group by NK.
Syntax
client server public static LogisticsAddressHouseNumber_RU find(
LogisticsAddressHouseName_RU _houseName,
LogisticsAddressCountryRegionId _countryRegionId,
LogisticsAddressStateId _stateId,
LogisticsAddressCountyId _countyId,
LogisticsAddressCityRecId _cityId,
LogisticsAddressDistrictRecId _districtId,
LogisticsAddressStreetID_RU _streetId,
[boolean _forUpdate])
Run On
Called
Parameters
- _houseName
Type: LogisticsAddressHouseName_RU Extended Data Type
The house group name.
- _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
The parent street.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: LogisticsAddressHouseNumber_RU Table
The house group record that is found.