Share via


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

Return Value

Type: LogisticsAddressDistrictRecId Extended Data Type
Record id of district.

See Also

Reference

RetailTransactionServiceCustomer Class