EcoResProductMasterDimValueTranslation::createOrUpdateTranslation Method
Creates or updates the product translation record.
Syntax
server public static void createOrUpdateTranslation(
EcoResProductMasterDimensionValueId _productMasterDimValue,
Name _name,
EcoResDescription _description,
[LanguageId _languageId])
Run On
Server
Parameters
- _productMasterDimValue
Type: EcoResProductMasterDimensionValueId Extended Data Type
The ID of the EcoResProduct record.
- _name
Type: Name Extended Data Type
The specified product name value.
- _description
Type: EcoResDescription Extended Data Type
The specified product description value.
- _languageId
Type: LanguageId Extended Data Type
The specified LanguageId value.
Exceptions
Exception | Condition |
---|---|
Error | The product name and description value has not been passed. |