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 本製品 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 |
Supported for: SELECT, INSERT, UPDATE. The web service alias of the custom field type. |
CurrencyInfo_Max | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. The maximum value for a custom currency field. |
CurrencyInfo_Min | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. The minimum value for a custom currency field. |
CurrencyInfo_Precision | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. The precision for a custom currency field. |
DecimalInfo_Max | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. The maximum value for a custom decimal field. |
DecimalInfo_Min | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. The minimum value for a custom decimal field. |
DecimalInfo_Precision | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. The precision for a custom decimal field. |
Descriptor | String | False |
Supported for: SELECT, INSERT, UPDATE. A preview of the instance |
FieldType_Descriptor | String | False |
Supported for: SELECT, INSERT, UPDATE. A preview of the instance |
FieldType_Id | String | False |
Supported for: SELECT, INSERT, UPDATE. Id of the instance |
Href | String | False |
Supported for: SELECT, INSERT, UPDATE. A link to the instance |
Inactive | Bool | False |
Supported for: SELECT, INSERT, UPDATE. If true, the custom field type is not active and should not be used. |
IntegerInfo_Max | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. The maximum value for a custom integer field. |
IntegerInfo_Min | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. The minimum value for a custom integer field. |
ListInfo_Values_Aggregate | String | False |
Supported for: INSERT. A JSON aggregate. An array containing the custom list values. |
Name | String | False |
Supported for: SELECT, INSERT, UPDATE. The name of the custom field type. |
ParagraphInfo_MaxLength | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. The maximum length for the custom paragraph text. |
TextInfo_MaxLength | Decimal | False |
Supported for: SELECT, INSERT, UPDATE. The maximum length for the custom text. |
FieldType_Prompt | String | False |
Accepts multiple inputs. No description available. |