Optional addOptional appearsIndicates if the field is marked as a default in reports.
Optional audited?: booleanIndicates if the field is being tracked as part of Quickbase Audit Logs. You can only set this property to "true" if the app has audit logs enabled. See Enable data change logs under Quickbase Audit Logs.
Optional bold?: booleanIndicates if the field is configured to display in bold in the product.
Optional fieldThe configured help text shown to users within the product.
The unique identifier (fid) of the field.
Optional findIndicates if the field is marked as searchable.
Optional label?: stringThe label (name) of the field.
Optional noIndicates if the field is configured to not wrap when displayed in the product.
Optional permissions?: { Field Permissions for different roles.
Optional properties?: { Specific field properties.
Optional abbreviate?: booleanDon't show the URL protocol when showing the URL.
Optional allowIndicates if users can add new choices to a selection list.
Optional appearsThe link text, if empty, the url will be used as link text.
Optional appendWhether this field is append only.
Optional autoWhether the link field will auto save.
Optional blankWhether a blank value is treated the same as 0 in calculations within the product.
Optional carryWhether the field should carry its multiple choice fields when copied.
Optional choices?: string[]An array of entries that exist for a field that offers choices to the user. Note that these choices refer to the valid values of any records added in the future. You are allowed to remove values from the list of choices even if there are existing records with those values in this field. They will be displayed in red when users look at the data in the browser but there is no other effect. While updating a field with this property, the old choices are removed and replaced by the new choices.
Optional commaThe number of digits before commas display in the product, when applicable.
Optional comments?: stringThe comments entered on the field properties by an administrator.
Optional compositeAn array of the fields that make up a composite field (e.g., address).
Optional coverAn alternate user friendly text that can be used to display a link in the browser.
Optional currencyThe currency format used when displaying field values within the product.
Optional currencyThe current symbol used when displaying field values within the product.
Optional decimalThe number of decimal places displayed in the product for this field.
Optional defaultControls the default country shown on international phone widgets on forms. Country code should be entered in the ISO 3166-1 alpha-2 format.
Optional defaultDefault email domain.
Optional defaultThe user default type.
Optional defaultIndicates if the field value is defaulted today for new records.
Optional defaultThe default value configured for a field when a new record is added.
Optional defaultDefault user id value.
Optional displayIndicates if a field that is part of the relationship should be shown as a hyperlink to the parent record within the product.
Optional displayIndicates whether the checkbox values will be shown as text in reports.
Optional displayIndicates whether to display the day of the week within the product.
Optional displayHow the email is displayed.
Optional displayHow to display months.
Optional displayWhether to display time as relative.
Optional displayIndicates whether to display the time, in addition to the date.
Optional displayIndicates whether to display the timezone within the product.
Optional displayThe configured option for how users display within the product.
Optional doesWhether this field averages in reports within the product.
Optional doesWhether this field totals in reports within the product.
Optional exact?: booleanWhether an exact match is required for a report link.
Optional format?: numberThe format to display time.
Optional formula?: stringThe formula of the field as configured in Quickbase.
Optional hasWhether this field has a phone extension.
Optional hours24?: booleanIndicates whether or not to display time in the 24-hour format within the product.
Optional linkThe configured text value that replaces the URL that users see within the product.
Optional lookupThe id of the field that is the reference in the relationship for this lookup.
Optional lookupThe id of the field that is the target on the parent table for this lookup.
Optional maxThe maximum number of characters allowed for entry in Quickbase for this field.
Optional maxThe maximum number of versions configured for a file attachment.
Optional numThe number of lines shown in Quickbase for this text field.
Optional numberThe format used for displaying numeric values in the product (decimal, separators, digit group).
Optional openIndicates which target the URL should open in when a user clicks it within the product.
Optional parentThe id of the parent composite field, when applicable.
Optional seeIndicates if the user can see other versions, aside from the most recent, of a file attachment within the product.
Optional snapThe id of the field that is used to snapshot values from, when applicable.
Optional sortWhether to sort alphabetically, default sort is by record ID.
Optional sortIndicates if the listed entries sort as entered vs alphabetically.
Optional sourceThe id of the source field.
Optional summaryThe accumulation type for the summary field.
Optional summaryThe summary query.
Optional summaryThe id of the field that is the reference in the relationship for this summary.
Optional summaryThe table the summary field references fields from.
Optional summaryThe id of the field that is used to aggregate values from the child, when applicable. This displays 0 if the summary function doesn’t require a field selection (like count).
Optional targetThe id of the target field.
Optional targetThe id of the target table.
Optional targetThe field's target table name.
Optional units?: stringThe units label.
Optional useWhether phone numbers should be in E.164 standard international format
Optional useIndicates if the file should open a new window when a user clicks it within the product.
Optional versionVersion modes for files. Keep all versions vs keep last version.
Optional width?: numberThe field's html input width in the product.
Optional required?: booleanIndicates if the field is required (i.e. if every record must have a non-null value in this field). If you attempt to change a field from not-required to required, and the table currently contains records that have null values in that field, you will get an error indicating that there are null values of the field. In this case you need to find and update those records with null values of the field before changing the field to required.
The unique identifier of the table.
Optional unique?: booleanIndicates if every record in the table must contain a unique value of this field. If you attempt to change a field from not-unique to unique, and the table currently contains records with the same value of this field, you will get an error. In this case you need to find and update those records with duplicate values of the field before changing the field to unique.
Whether the field you are adding should appear on forms.