FieldValue
A single custom field value attached to a record. The field is identified either by customFieldInputId, or by customFieldInputName + module. Values of computed fields (inputType calculation and rollup) are read-only: a calculation value is evaluated at read time from the field's inputCalculation formula and never stored, a rollup value is recomputed automatically from related records; writes to either are ignored.
- valueType: stringrequired
The field value as a string; the actual storage column (valueInt, valueFloat, valueDatetime, valueWysiwyg) used internally is determined by the field's inputType. For inputType
calculationandrollupthis value is computed by the system and read-only — see the schema description. - createdType: string Format: date-timeread-only
Creation datetime
- customType: integer
Field Input Id Field id. If this field is not specified, ID is loaded using
customFieldInputNameandmodule - customType: string
Field Input Name Name of field which gets filled. Applied only when
customFieldInputIdis not set - entityType: integer
Id ID of the record (within the given module) that this value is attached to.
- fileType: integer
Id ID of the uploaded file; used when the field inputType is 'file'.
- idType: integerread-only
Unique identifier of this field value record.
- ipType: string
Address IP address from which this value was submitted; used for GDPR, newsletter, and cookie acceptance inputs.
- moduleType: string · All modules in system (dash syntax)
Module this field value belongs to
Module name in
kebab-case(dash-separated) format, used in URL path parameters. Open set (built-ins plus custom modules); not restricted to an enum. - selectedType: boolean
TRUE if this value is selected (used for checkboxes and radio sets)
- tableType: string
Module table (if module has more tables). If not filled, is loaded automatically
- translatableType: boolean
Is field translatable
- translationsType: object · TranslationLanguage
- propertyType: object
Name
- valueType: string Format: date-time
Datetime read-onlyInput value, stored as Datetime (inner db representation of DATETIME value
- valueType: number Format: float
Float read-onlyInput value, stored as Float (inner db representation of DOUBLE value
- valueType: integer
Int read-onlyInput value, stored as Integer (inner db representation of INT value
- valueType: string
Module Module of connected entity. It's only for values from connected-value fields.
- valueType: string
Wysiwyg read-onlyInput value, stored as Wysiwig (inner db representation of TEXT value)