get_translate_values
Decode PeopleSoft field codes by retrieving valid translate values and their short and long descriptions for any field name.
Instructions
Get all valid translate values for a PeopleSoft field.
Many PeopleSoft fields use single or double letter codes that have
specific meanings. This tool decodes those values.
Common examples:
- SEX: 'M' = Male, 'F' = Female
- HR_STATUS: 'A' = Active, 'I' = Inactive
- EMPL_STATUS: 'A' = Active, 'T' = Terminated, 'L' = Leave, etc.
- MAR_STATUS: 'S' = Single, 'M' = Married, 'D' = Divorced
:param field_name: The field name to look up (e.g., 'SEX', 'HR_STATUS', 'EMPL_STATUS')
:return: List of valid values with their short and long descriptions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_name | Yes |