Share via


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

  • _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.

See Also

Reference

LogisticsAddressZipCode Table