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
- _dimensionAttributeRecId
Type: DimensionAttributeRecId Extended Data Type
The record ID of the dimension attribute that represents the item for which to generate the query criteria.
- _dimensionFocusNameTmpInstanceName
Type: TableName Extended Data Type
The name of the dimension focus instance for which to generate the query criteria.
- _languageId
Type: LanguageId Extended Data Type
The language 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.