RetailTransactionServiceCustomer::getDistrictRecId_RU Method [AX 2012]
Gets record id for districts based on natural key fields.
Syntax
client server private static LogisticsAddressDistrictRecId getDistrictRecId_RU(
LogisticsAddressCountryRegionId _countryRegionId,
LogisticsAddressStateId _stateId,
LogisticsAddressCountyId _countyId,
LogisticsAddressCityRecId _cityRecId,
LogisticsAddressDistrictName _districtName)
Run On
Called
Parameters
- _countryRegionId
Type: LogisticsAddressCountryRegionId Extended Data Type
Country code.
- _stateId
Type: LogisticsAddressStateId Extended Data Type
State code.
- _countyId
Type: LogisticsAddressCountyId Extended Data Type
County code.
- _cityRecId
Type: LogisticsAddressCityRecId Extended Data Type
Record id of city.
- _districtName
Type: LogisticsAddressDistrictName Extended Data Type
District name.
Return Value
Type: LogisticsAddressDistrictRecId Extended Data Type
Record id of district.