Share via


LogisticsAddresssCity::findCityCountryRegion Method

Find LogisticsAddresssCity based on search parameters.

Syntax

client server public static LogisticsAddresssCity findCityCountryRegion(
    LogisticsAddressCity _cityName, 
    LogisticsAddressCountryRegionId _countryRegionId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    true of returned record needs to be updatable; otherwise, false.

Return Value

Type: LogisticsAddresssCity Table
A LogisticsAddresssCity record matching search criteria if found; otherwise, an empty LogisticsAddressCity record.

Remarks

Calls LogisticsAddresssCity::findCity().

See Also

Reference

LogisticsAddresssCity Table