ListValueListTranslations
Use this action to list all value list translations.
Optional 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. |
| filter | Alphanumeric string |
The filter to be used when retrieving title translations. Format is {FIELD} {OPERATOR} {VALUE}. |
| maxRecordCount | Alphanumeric string |
The number of records to retrieve. Value must be greater than 0. Default value is 500. |
| 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. For example, FEQ |