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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: DimensionAttribute Table
A record in the DimensionAttribute table; otherwise, an empty record.

See Also

Reference

DimensionAttribute Table