Rails Documentation
  • Welcome!
  • What is Rails?
  • Terminology
  • Quick Start
    • Account Creation
    • Organizations
  • Navigating your Homepage
    • Adding a Record
    • Bulk Upload
    • Using the Search Bar
    • Navigating the Objects Page
    • Editing a Record
    • Creating a New Object
    • Navigating Fields
  • CREATING CUSTOM DASHBOARDS
    • Creating a View
    • Adding a New Dashboard
    • Creating a Table Widget
    • Moving and Resizing Widgets
  • USING GUIDERAILS
    • What is GuideRails?
    • Example Usage
    • Limitations
Powered by GitBook
On this page
  • Field Options
  • Field Types

Was this helpful?

  1. Navigating your Homepage

Navigating Fields

How to customize your Objects

PreviousCreating a New ObjectNextCreating a View

Last updated 7 months ago

Was this helpful?

To create a new Field, click on the Add new field button.

Continuing off the example in the previous section, we will name this new Field "Task Name". This will be the Name that appears when clicking on the record, or searching for it.


Field Options

We have four options to select for each of our fields.

  1. Display Field: Indicates this is the "Name" of the field. For example, the name of a Contact or the name of a Task would be appropriate Display fields. Note: Objects may only have ONE display field.

  2. Required: If this option is selected, you cannot save the record without filling in this information.

  3. Unique: When selected, you may only save a new record if the data for this field is unique. An example would be an Email field. You may want to ensure all Emails stored on your object are unique.

  4. Hidden: These fields do not appear when adding a record manually, but can be seen in Views or added when importing CSV's.


Field Types

Currently, we support six types of fields:

  1. Text: A single line of text to store names, addresses, or other similar types of text.

  2. Multiline: Multiple lines of text. Best used for descriptions, notes, or other cases where a single line of text would not be sufficient.

  3. Select: Allows you to define a options for users to choose from. An example would be Status, with your options being Not Started, In progress, or Completed.

  4. Relation: A "link" to another record in the system. For example, if you'd like to add a reference to an existing Company to your Contact Object, you could do so through a relation.

  5. Number: Any type of number you'd like to store.

  6. Date: Your place to store dates, which can later be used to filter or see on a Calendar widget.