AddUnivMessageTranslation
Use this action to add a new environment message translation.
Required parameters
| Parameter Key | Value Type | Parameter Description |
|---|---|---|
| language | Alphanumeric string |
The language name defined in LANGDEF. Minimum length for strings is 1. Maximum length for strings is 10. |
| messageId | Alphanumeric string |
The ID of the univMesage. It must exist on the default language. Maximum length for strings is 80. |
| univMessage | Alphanumeric string |
The replacement for the default message. Maximum length for strings is 80. |
| Filter OPERATORS | Description |
|---|---|
| EQ | Equals |
| NE | Not Equal |
| LT | Less than |
| LE | Less than or equal |
| GT | Greater than |
| GE | Greater than or equal |
| IC | Ignore Case. Prepend to Operator. Ex. EQIC |
| F | Field to Field match. Append to Operator. Ex. FEQ |