Data Models, Tables and Fields

Table / Field Structure

Field Types

Essembi has a wide array of object types to help your business capture data. Fields can be modified within forms and views based on their type.

  • Integer Number: A numeric field that only accepts whole number inputs.
  • Decimal Number: A numeric field that includes a decimal.
  • Logical: True / false selection box. Logical fields can also be set to be "Nullable" giving your team an additional layer of customization options.
  • Short Text: Stores inputs up to 256 characters.
  • Long Text: Stores an unlimited amount of characters. Gives the user the ability to format text, add images, embed links, embed code and many other options which are all available through the "+" icon on the left side of the input form.
  • Record Reference: A field that is based on another table or sub-table within the system.
  • Date: Defaults to current date.
  • Time: Displayed based on user's region time preference (for 1200 or 2400 clock). Defaults to current time.
  • Date / Time: Defaults to current date / time.
  • Picture: Embed an image with the record that can be shown as a thumbnail in the record and within workspace views.
  • File: Enables the user to store a file against a record which can be downloaded directly from the workspace as needed.
  • Incrementing Counter: Enables organizations to set a counter for a given table type. The incrementing counter can be set to different structures.
  • Color:

"Use as Record's" Field Options

  • "Use as Record's Name": An option in short-text field setup. When marked as true, this uses the field's inputted text data as the record's display name throughout the system (e.g., on record title bar or in breadcrumbs).
  • "Use as Record's Sort": An option in integer field setup. When marked as true, this uses the field's inputted sort number as the record's sort throughout the system (e.g., when sorting a grid view).
  • "Use as Record's Date": An option in the date field setup. When marked as true, this uses the field's inputted date as the record's display date throughout the system (e.g., as the due date on the home screen).
  • "Use as Record's Color": An option in the color field setup. When marked as true, this uses the field's specified color as the record's background color throughout the system (e.g., as the color shown on a grid view or within a form).

Customizing Drop Down Layout for Record Reference Fields

The fields that display within a record reference drop down layout can be customized in the table / field setup.

On the field setup, utilize the options in the "Drop Down Layout" section to select how the table will appear in record reference fields throughout the system:

  • Show in Drop Down: Select to show the field in the drop down layout.
  • Drop Down Sort: Input an integer to establish the sort order of the drop down layout for a field.
  • Drop Down Width: Optional field to override the default width of 10 characters for a grid column. Set the desired width in characters.
  • Drop Down Caption: Optional field to override the field name as the grid column header in the drop down.

When searching within a drop down, the search looks at all columns so it does not matter which column is first in the sort order.

Time Zones

All dates and time are stored in the database as UTC and displayed in the user's current time zone.

Nullable Fields

For all nullable field types, when "Nullable" is set to true, "Required" is disabled and set to false as these settings do not make sense to use concurrently.

Importing Data to Essembi

A powerful way to get data into Essembi is by importing it to a table from a spreadsheet (Excel, Google, etc.) Here is how to do it easily.

Create Template

To create a spreadsheet template for easy import into Essembi:

  1. Go to the table maintenance area via Settings > Tables.
  2. Select the table you to generate the template for.
  3. Select the "Generate Excel Template" button.

Import Data

After exporting data from a legacy system, you can clean and massage the data to fit the export template data structure. Once done, follow these steps to import:

  1. Go to the table maintenance area via Settings > Tables.
  2. Select the table for the import data action.
  3. Select the "Import Data" button.
  4. Select the "Excel File" to upload.
  5. Once the file is loaded and there are no errors, select the "Import Data" button.

Essembi gives you two tools to use to verify the data prior to import.

These errors must be resolved before the data can be imported

This section shows the errors for the import. Examples of errors would be a record reference field not having the defined import record (e.g., severity of issue not defined in Essembi.) The system will give you clear feedback on what needs to be done to correct the import error.

This is how the data will present after it is imported

This shows how the data from the spreadsheet will look in Essembi once imported.

Back to help