FieldTypesListInfoValues
Contains metadata and structural information about lists used within FieldTypes, supporting data consistency and validation.
Workday Resource Information
Retrieves all custom field types.This method returns the native field type Workday ID in fieldType{id}. You can use the field type Workday ID to filter the custom field types.
Secured by: Custom Object Management, Workday Designer
Scope: System, Workday Designer
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier for the instance of the custom list value. |
| FieldTypes_Id [KEY] | String | False |
Unique Workday identifier (WID) that references the FieldTypes object associated with this list value. |
| Alias | String | False |
Web service alias used to reference the custom list value in integrations and API calls. |
| Descriptor | String | False |
Short preview or summary of the custom list value, often used for display purposes. |
| Href | String | False |
URL link that provides direct access to the specific instance of the custom list value. |
| Inactive | Bool | False |
Indicates whether the custom list value is inactive. If true, the value is unavailable for selection or use. |
| Name | String | False |
Display name of the custom list value as shown in the Workday interface. |
| Order | String | False |
Numeric or alphanumeric value that determines the display order of the custom list value within its list. |
| FieldType_Prompt | String | False |
Prompt text that guides users when selecting a value from the custom list. |