-
Notifications
You must be signed in to change notification settings - Fork 1
Options
parkd126 edited this page Dec 21, 2018
·
7 revisions
Options field for case fields object.
Some custom field types have different options. “is_required” (boolean) is common for all fields. Most of the types have the option to set “default_value” with exception for types Multiselect, Milestone and Date, where this option is not allowed.
Name | Type | Description |
---|---|---|
items | String | Special option for dropdowns; Create a list of items available in a dropdown field; e.g. "1, First\n2, Second" |
defaultValue | String | Default value the custom field is set to |
isRequired | Boolean | Whether this field will be required to be filled in or not |
format | Format | Special option for text |
hasExpected | Boolean | True if Step field has an expected value field set |
hasActual | Boolean | True if Step field has an actual value field set |
rows | Int | Special option for text; specifies the initial size of the field when the user loads a form |