LogisticsAddressZipCode::findZipCodeByCountryRegionCity Method
Finds a LogisticsAddressZipCode table record that matches the parameters.
Syntax
client server public static LogisticsAddressZipCode findZipCodeByCountryRegionCity(
LogisticsAddressZipCodeId _zipCode,
LogisticsAddressCountryRegionId _countryRegionId,
LogisticsAddressCity _city,
[boolean _forUpdate])
Run On
Called
Parameters
- _zipCode
Type: LogisticsAddressZipCodeId Extended Data Type
The LogisticsAddressZipCodeId value to search for.
- _countryRegionId
Type: LogisticsAddressCountryRegionId Extended Data Type
The LogisticsAddressCountryRegionId value to search for.
- _city
Type: LogisticsAddressCity Extended Data Type
The LogisticsAddressCity value to search for.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: LogisticsAddressZipCode Table
The LogisticsAddressZipCode table record that matches the parameters.