RetailTransactionServiceCustomer::getDistrictRecId_RU Method [AX 2012]
Gets record id for districts based on natural key fields.
client server private static LogisticsAddressDistrictRecId getDistrictRecId_RU(
LogisticsAddressCountryRegionId _countryRegionId,
LogisticsAddressStateId _stateId,
LogisticsAddressCountyId _countyId,
LogisticsAddressCityRecId _cityRecId,
LogisticsAddressDistrictName _districtName)
Run On
CalledParameters
- _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.
Show: