5. EAV (Entity Attribute Values)

New in version 16.02.

Changed in version 17.02.

https://img.shields.io/badge/release-17.02-green.svg

5.1. EAV Overview

5.2. EAV Groups

5.2.1. Order

This defines the priority order within which to show the Attribute Groups on the forms within which they’re displayed.

5.2.2. Name

The name of the EAV Group.

5.2.3. Bootstrap Class

This determines the width of the field, if Small or Extra Small are chosen, the field will consume the full width of the screen (designed for small screens). Medium and Large are the opposite.

  • Extra Small - Full width
  • Small - Full width
  • Medium - Half width
  • Large - Half width

5.3. EAV Attributes

5.3.1. Name

The name of the field.

5.3.2. Order

The priority order to display the field.

5.3.3. Slug

A unique name, which does not allow spaces

5.3.4. Required

Is the field required when the object is added. A validation error will appear if no Default Value is entered.

5.3.5. Include in Main Grid

If this option is checked, the field will appear in the Assets grid table.

5.3.6. Include in Sub Grid

If this option is checked, the field will appear in the Assets expanded grid table, i.e. where a Parent Asset has been expanded and the child Assets are listed.

5.3.7. Description

Some text which will be displayed below the EAV field to help Users identify what the field is for.

_images/eav_description.png

An example of the description text underneath the EAV field.

5.3.8. Attribute Group

The name of the EAV Groups which the field should belong to. The field can only be a member of one group.

5.3.9. Data Type

The type of data that can be stored in this field. The following options are available:

  • Text - A string of text
  • Float - A number or decimal
  • Integer - A whole number
  • Date - A datetime value
  • True/False
  • Multiple Choice - If chosen, the Choice Group field must be populated.
  • Distance Field

5.3.10. Type

This determines what object type the field belongs to, it can be either:

Asset or Location.

5.3.11. Choice Group

It is possible to create and edit Choice Groups. If the Multiple Choice option has been selected under Data Type, this field must have a value.

_images/eav_choice_group.png

A selected Choice Group, showing the Edit Group option open in a new window.

5.3.12. Default Value

A default value, if required. This could be 0 or None.