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.
Finds the LogisticsAddressCountryRegionTranslation record based on the CountryRegionId value.
Syntax
client server public static LogisticsAddressCountryRegionTranslation find(
LogisticsAddressCountryRegionId _countryRegion,
[LanguageIdAll _languageId,
boolean _forUpdate])
Run On
Called
Parameters
- _countryRegion
Type: LogisticsAddressCountryRegionId Extended Data Type
The CountryRegionId value of the record 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.