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