AddValueListTranslation
Collection of actions which allow interacting with LSF value list translations.
Required parameters
| Parameter Key | Value Type | Parameter Description |
|---|---|---|
| language | Alphanumeric string |
The language name defined in LANGDEF. Minimum length for strings is 1 and the maximum length for strings is 10. |
| value | Alphanumeric string |
The message for the Value List. Minimum length for strings is 1. Maximum length for strings is the value of shortSize. |
| domainValue | Alphanumeric string |
The domain value of the value message. Minimum length of strings is 1. |
| shortSize | Integer |
The maximum character size for value and valueTranslation. Minimum length for strings is 0. Maximum length for strings is 30. |
| valueTranslation | Alphanumeric string |
Translation of the value. Minimum length for strings is 1. Maximum length for strings is the value of shortSize. |
| domainValueTranslation | Alphanumeric string |
Translation of the domainValue. Minimum length for strings is 1. |