Modelobject

app.CustomFieldDefinition

Properties

app.CustomFieldDefinitionobject
custom_field_options
No description.
data_type
string
No description.
default_value
string
No description.
is_cost_code
boolean
No description.
is_purchase_order_id
boolean
No description.
is_routing_id
boolean
No description.
label
string
No description.
name
string
No description.
placeholder
string
No description.
searchable
boolean
No description.
support_print_version
boolean
No description.
tooltip
string
No description.
type
string
No description.

Example

JSON
{
  "custom_field_options": [
    {...}
  ],
  "data_type": "string",
  "default_value": "string",
  "is_cost_code": true,
  "is_purchase_order_id": true,
  "is_routing_id": true,
  "label": "string",
  "name": "string",
  "placeholder": "string",
  "searchable": true,
  "support_print_version": true,
  "tooltip": "string",
  "type": "string"
}