DimAttributeInventTable::getLocalizedDimFocusNameDescSQL Method [AX 2012]
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.
client server public static str getLocalizedDimFocusNameDescSQL(
DimensionAttributeRecId _dimensionAttributeRecId,
TableName _dimensionFocusNameTmpInstanceName,
LanguageId _languageId)
Run On
CalledParameters
- _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.
Show: