Share via


LogisticsAddressDistrict::findBestMatch Method

Finds the best available LogisticsAddressDistrict record, depending on the specified inputs.

Syntax

client server public static LogisticsAddressDistrict findBestMatch(
    LogisticsAddressDistrictName _districtName, 
    LogisticsAddressCityRecId _cityId, 
    LogisticsAddressCountryRegionId _countryRegionId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: LogisticsAddressDistrict Table
A LogisticsAddressDistrict record.

See Also

Reference

LogisticsAddressDistrict Table