Share via


LogisticsAddressZipCode::findZipCode_RU Method

Finds the LogisticsAddressZipCode table record.

Syntax

client server public static LogisticsAddressZipCode findZipCode_RU(
    LogisticsAddressZipCodeId _zipCode, 
   [LogisticsAddressCountryRegionId _countryRegionId, 
    LogisticsAddressStateId _state, 
    LogisticsAddressCountyId _county, 
    LogisticsAddressCityRecId _cityId, 
    LogisticsAddressDistrictRecId _districtId, 
    LogisticsAddressStreetID_RU _streetId, 
    LogisticsAddressHouseId_RU _houseId, 
    LogisticsAddressFlatId_RU _flatId, 
    boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: LogisticsAddressZipCode Table
The LogisticsAddressZipCode record.

Remarks

This method performs a hierarchical search. The primary search is related to the flat ID, if it is provided. The secondary search is related to the house ID.

See Also

Reference

LogisticsAddressZipCode Table