Share via


DimAttributeInventTable::getLocalizedDimFocusNameDefaultDescSQL Method

Gets the direct SQL query that is used to obtain the translated name that is associated with the item dimension attribute for the specified language.

Syntax

client server public static str getLocalizedDimFocusNameDefaultDescSQL(
    DimensionAttributeRecId _dimensionAttributeRecId, 
    TableName _dimensionFocusNameTmpInstanceName, 
    LanguageId _languageId)

Run On

Called

Parameters

  • _dimensionFocusNameTmpInstanceName
    Type: TableName Extended Data Type
    The name of the dimension focus instance for which to generate the query criteria.

Return Value

Type: str
The direct SQL query.

Remarks

The format of the SQL depends on its usage by the DimensionFocusNameTmp table. It cannot be used outside that context.

See Also

Reference

DimAttributeInventTable View