DimensionAttributeTranslation::createOrUpdateTranslation Method
Creates or updates the dimension attribute translation record.
Syntax
server public static void createOrUpdateTranslation(
RecId _dimensionAttribute,
Name _name,
[LanguageId _languageId])
Run On
Server
Parameters
- _dimensionAttribute
Type: RecId Extended Data Type
The ID of the DimensionAttribute record.
- _name
Type: Name Extended Data Type
The specified dimension attribute name value.
- _languageId
Type: LanguageId Extended Data Type
The specified LanguageId value.
Exceptions
Exception | Condition |
---|---|
Error | The dimension attribute name and description values have not been passed. |