Share via


LogisticsAddresssCity::findCity Method

Find LogisticsAddresssCity based on search parameters.

Syntax

client server public static LogisticsAddresssCity findCity(
    LogisticsAddressCity _cityName, 
   [LogisticsAddressCountryRegionId _countryRegionId, 
    LogisticsAddressCountyId _countyId, 
    LogisticsAddressStateId _stateId, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    true if 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.

See Also

Reference

LogisticsAddresssCity Table