Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _zipCode
Type: LogisticsAddressZipCodeId Extended Data Type
The ZIP Code or postal code to search for.
- _countryRegionId
Type: LogisticsAddressCountryRegionId Extended Data Type
The country/region ID to search for; optional.
- _state
Type: LogisticsAddressStateId Extended Data Type
The state to search for; optional.
- _county
Type: LogisticsAddressCountyId Extended Data Type
The county to search for; optional.
- _cityId
Type: LogisticsAddressCityRecId Extended Data Type
The city ID to search for; optional.
- _districtId
Type: LogisticsAddressDistrictRecId Extended Data Type
The district ID to search for; optional.
- _streetId
Type: LogisticsAddressStreetID_RU Extended Data Type
The street ID to search for; optional.
- _houseId
Type: LogisticsAddressHouseId_RU Extended Data Type
The house ID to search for; optional.
- _flatId
Type: LogisticsAddressFlatId_RU Extended Data Type
The flat ID to search for; optional.
- _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.