LogisticsAddressCountryRegionTranslation::findByLongName Method
Finds the LogisticsAddressCountryRegionTranslation based on the long name.
Syntax
client server public static LogisticsAddressCountryRegionTranslation findByLongName(
LogisticsAddressCountryRegionLongName _countryRegion,
[LanguageIdAll _languageId,
boolean _forUpdate])
Run On
Called
Parameters
- _countryRegion
Type: LogisticsAddressCountryRegionLongName Extended Data Type
The long name to find.
- _languageId
Type: LanguageIdAll Extended Data Type
The LanguageId value to look for. By default, it is the user language.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
Return Value
Type: LogisticsAddressCountryRegionTranslation Table
A LogisticsAddressCountryRegionTranslation record.