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 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.