EcoResProductMasterDimValueTranslation::getDescriptionOrDefaultDescription Method
Retrieves the description of a product.
Syntax
client server public static Name getDescriptionOrDefaultDescription(EcoResProductMasterDimensionValueId _productMasterDimensionValue, LanguageId _languageId)
Run On
ClientOrServer
Parameters
- _productMasterDimensionValue
Type: EcoResProductMasterDimensionValueId Extended Data Type
The ID of a product Master Dimension for which a description is retrieved.
- _languageId
Type: LanguageId Extended Data Type
The ID of a language in which a name is retrieved.
Return Value
Type: Name Extended Data Type
A description of a product.
Remarks
If a description in the language specified by the _languageId parameter is not found then a description in the system language is returned.