InventTable.productDescription Method
Retrieves the description of the product that this item represents.
Syntax
public EcoResDescription productDescription(LanguageId _languageId, [InventDimId _inventDimId])
Run On
ClientOrServer
Parameters
- _languageId
Type: LanguageId Extended Data Type
The ID of a language in which to retrieve the name.
- _inventDimId
Type: InventDimId Extended Data Type
The record ID of the InventDim record for which to retrieve the description.
Return Value
Type: EcoResDescription Extended Data Type
The description of a product.
Remarks
The function tries to find a product variant based on the value of the _inventDimId parameter.If the product variant is found then the description is returned; Otherwise, the description of a product that this item represents is returned.