InventTable.productName Method
Retrieves the name of a product that this item represents.
Syntax
public EcoResProductName productName(LanguageId _languageId, [InventDimId _inventDimId])
Run On
ClientOrServer
Parameters
- _languageId
Type: LanguageId Extended Data Type
The ID of the language for which the name is retrieved.
- _inventDimId
Type: InventDimId Extended Data Type
The ID of an InventDim record.
Return Value
Type: EcoResProductName Extended Data Type
The name of a product.
Remarks
The method finds a product variant that is based on the value of the _inventDimIdparameter.If the product variant is found then its name is returned; otherwise, the name of a product that this item represents is returned.