LogisticsAddressStreet_RU::lookupStreetId_RU Method
Opens the lookup form for streets by using the PK reference.
Syntax
client public static LogisticsAddressStreet_RU lookupStreetId_RU(
FormReferenceControl _ctrlStreet,
LogisticsAddressCountryRegionId _countryRegionId,
LogisticsAddressStateId _stateId,
LogisticsAddressCountyId _countyId,
LogisticsAddressCityRecId _cityId,
LogisticsAddressDistrictRecId _districtId)
Run On
Client
Parameters
- _ctrlStreet
Type: FormReferenceControl Class
The street reference control.
- _countryRegionId
Type: LogisticsAddressCountryRegionId Extended Data Type
The related country/region ID.
- _stateId
Type: LogisticsAddressStateId Extended Data Type
The related state ID.
- _countyId
Type: LogisticsAddressCountyId Extended Data Type
The related county ID.
- _cityId
Type: LogisticsAddressCityRecId Extended Data Type
The related city ID.
- _districtId
Type: LogisticsAddressDistrictRecId Extended Data Type
The related district ID.
Return Value
Type: LogisticsAddressStreet_RU Table
The street record that is selected by the user.