Optional ReadonlyautoWhether to automatically copy this field's value when cloning a record
ReadonlydateFormat type discriminant.
Optional ReadonlydefaultDefault value pre-populated when creating new records. The token timeStamp, in any casing, means the current date/time, and an ISO-8601 duration appended directly to it offsets that - timeStampP1D is one day later, timeStamp-P2D two days earlier. Anything else is a literal in this field's own display format (12/31/2026 for date, 3:00PM for time, 12/31/2026 3:00PM for dateTime), and one that does not parse in the format the field ends up with is rejected.
Optional ReadonlydeprecatedWhether this field is deprecated and hidden from new configurations
Optional ReadonlyfieldVisibility/editability control mode for this field
Optional ReadonlyfieldCustom expression for CUSTOM field control type
Optional ReadonlyformulaBlueStep formula expression for computed field values
Optional ReadonlyformulaOptional script/merge variable name (the 'Field Identifier' in the admin UI) used to reference this field from formula, endpoint, and merge-report code. Leave unset for a data-entry-only field that is not referenced from code — like the UI, it is not required.
Optional ReadonlyfrozenWhether this field is locked from editing by non-admin users
Optional ReadonlyhelpHelp text displayed below or beside the field
Optional ReadonlyhiddenWhether this field is hidden from parent/supervisor unit views
Optional ReadonlylabelDisplay label shown to users on the form
Optional ReadonlylongWhether the label spans the full width above the field instead of beside it
Optional ReadonlymaximumMaximum allowed value for validation
Optional ReadonlyminimumMinimum allowed value for validation
ReadonlynameField name.
Optional ReadonlyneverWhether to always show help text (never collapse it)
Optional ReadonlyplaceholderPlaceholder text shown in the empty input field
Optional ReadonlypopupWhether to show help text as a popup tooltip instead of inline
Optional ReadonlyreportAlternate label used in reports and exports
Optional ReadonlyrequiredWhether this field must have a value before the record can be saved
Optional ReadonlystyleCSS class name(s) applied to the field for custom styling
Optional ReadonlytypeType script declarations
Optional ReadonlyuserWhether end users can edit this field value (false = system-managed)
Properties for creating a date time field.