FieldTypes
Retrieves a collection of custom field types.
Workday Resource Information
Retrieves a custom field type with the specified ID.Secured by: Custom Object Management, Workday Designer
Scope: System, Workday Designer
Aggregate Fields
The provider represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
ListInfo_Values_Aggregate
[{
alias: Text /* The web service alias of the custom list value. */
descriptor: Text /* A preview of the instance */
href: Text /* A link to the instance */
id: Text /* Id of the instance */
inactive: Boolean /* If true, the custom list value is not active and should not be used. */
name: Text /* The name of a custom list value. */
order: Text /* The order of the custom list value. */
}]
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Alias | String | False |
The web service alias of the custom field type. |
| CurrencyInfo_Max | Decimal | False |
The maximum value for a custom currency field. |
| CurrencyInfo_Min | Decimal | False |
The minimum value for a custom currency field. |
| CurrencyInfo_Precision | Decimal | False |
The precision for a custom currency field. |
| DecimalInfo_Max | Decimal | False |
The maximum value for a custom decimal field. |
| DecimalInfo_Min | Decimal | False |
The minimum value for a custom decimal field. |
| DecimalInfo_Precision | Decimal | False |
The precision for a custom decimal field. |
| Descriptor | String | False |
A preview of the instance |
| FieldType_Descriptor | String | False |
A preview of the instance |
| FieldType_Id | String | False |
Id of the instance |
| Href | String | False |
A link to the instance |
| Inactive | Bool | False |
If true, the custom field type is not active and should not be used. |
| IntegerInfo_Max | Decimal | False |
The maximum value for a custom integer field. |
| IntegerInfo_Min | Decimal | False |
The minimum value for a custom integer field. |
| ListInfo_Values_Aggregate | String | False |
An array containing the custom list values. |
| Name | String | False |
The name of the custom field type. |
| ParagraphInfo_MaxLength | Decimal | False |
The maximum length for the custom paragraph text. |
| TextInfo_MaxLength | Decimal | False |
The maximum length for the custom text. |
| FieldType_Prompt | String | False |