INPUT_OBJECT
CreateDraftFieldInput
link GraphQL Schema definition
- input CreateDraftFieldInput {
- String :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Related entity name for field (e.g. Account, Contact, Lead, Opportunity, ...)
- String! :
- # User friendly name for field.
- String! :
- # Type of the field. Supported field types are: checkbox, currency,
- # currency_foreign, date, datetime, dropdown, email, float, input, integer,
- # multiselect_checkbox, phone, radio, sequence, text_area, url
- String! :
- # Optional custom data set id can be set.
- ID :
- # Calculated formula used for fields which supports calculation.
- String :
- # A default value for field.
- String :
- # If this field is allowed in global search.
- Boolean :
- # If true, then there will be an API validation if value of entity is unique.
- Boolean :
- FieldDataSetItem!] : [
- # A sequence pattern used for sequence type of field.
- String :
- String :
- LookupPropertyParams :
- RollupPropertyParams :
- FieldOptionsPropertyJSONString :
- AdvancedFormulaPropertyParams :
- FieldPermissionNoFieldBackrefInput!] : [
- JSONString :
- }