FieldTypesListValues
Stores actual values for custom lists defined in FieldTypes, providing selectable options for custom fields and configurations.
Workday Resource Information
Retrieves a list value for a given custom list in a custom object definition with the specified ID.Secured by: Custom Object Management
Scope: System
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier for the instance of the custom list value. |
| FieldTypes_Id [KEY] | String | False |
The Workday identifier (WID) of the FieldTypes table that owns this custom list value, used to establish the relationship between the list value and its parent FieldTypes. |
| Alias | String | False |
The web service alias assigned to the custom list value, used to reference the value in integrations and API calls. |
| Descriptor | String | False |
The display name of the instance |
| Href | String | False |
A URL link to access the instance of the custom list value within Workday. |
| Inactive | Bool | False |
Indicates whether the custom list value is inactive. If true, the value is unavailable for selection and should not be used. |
| Name | String | False |
The display name of the custom list value, shown in user interfaces and reports. |
| Order | String | False |
Specifies the display order of the custom list value relative to other values in the list. Lower numbers appear first. |
| FieldType_Prompt | String | False |
The prompt or label associated with the field type, providing guidance on expected input or selection. |