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.
Find LogisticsAddresssCity based on search parameters.
Syntax
client server public static LogisticsAddresssCity findCityCountryRegion(
LogisticsAddressCity _cityName,
LogisticsAddressCountryRegionId _countryRegionId,
[boolean _forUpdate])
Run On
Called
Parameters
- _cityName
Type: LogisticsAddressCity Extended Data Type
Name of city to find.
- _countryRegionId
Type: LogisticsAddressCountryRegionId Extended Data Type
Country/region of city to find. Optional.
- _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().