Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates or updates the product translation record.
Syntax
server public static void createOrUpdateTranslation(
EcoResProductRecId _product,
EcoResProductName _name,
EcoResDescription _description,
[LanguageId _languageId])
Run On
Server
Parameters
- _product
Type: EcoResProductRecId Extended Data Type
The ID of the EcoResProduct record.
- _name
Type: EcoResProductName 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. |