LogisticsAddressDistrict::lookupDistrictId_RU Method
Opens a lookup form for districts that uses a PK reference.
Syntax
client public static LogisticsAddressDistrict lookupDistrictId_RU(
FormReferenceControl _ctrlDistrict,
LogisticsAddressCountryRegionId _countryRegionId,
LogisticsAddressStateId _stateId,
LogisticsAddressCountyId _countyId,
LogisticsAddressCityRecId _cityId)
Run On
Client
Parameters
- _ctrlDistrict
Type: FormReferenceControl Class
The district 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.
Return Value
Type: LogisticsAddressDistrict Table
The district record that is selected by the user.