DimensionAttribute::findByLocalizedName Method
Finds the specified record in the DimensionAttribute table by using the localized name.
Syntax
client server public static DimensionAttribute findByLocalizedName(
Name _localizedName,
[boolean _forUpdate,
LanguageId _languageId])
Run On
Called
Parameters
- _localizedName
Type: Name Extended Data Type
The localized name of the DimensionAttribute record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _languageId
Type: LanguageId Extended Data Type
The localized language.
Return Value
Type: DimensionAttribute Table
A record in the DimensionAttribute table; otherwise, an empty record.