Skip to main content

Configuration

Custom fields

FMS provides the flexibility to define additional attributes, known as custom fields, for various entities. This allows for tailoring the system to meet specific business requirements.

Supported Entities for Custom Fields Custom fields can be defined for the following entities:

  • Assets
  • Issues
  • Work orders
  • Renter
  • Rent
  • Contractor
  • User (*)
  • Group (*)
  • Zone (*)

Note: Implementation of custom fields for entities marked with (*) is not yet complete.

Types of Custom Fields

Custom fields in FMS can be of the following types:

  • String: Standard text fields.
  • Number: For both whole numbers and decimals.
  • Number with unit: Includes an additional lookup for units. Common examples:
    • Price: Linked to currency.
    • Weight or Length: Linked to appropriate units.
  • Lookup: Values are sourced from a Reference list.
  • Image: Allows storing images.
  • Autocomplete lookup: For lookups where values are not predefined in a reference list.
  • Date: For capturing date values.
  • Coordinate: For geographic or spatial data.

This wide range of field types ensures that the system can capture and manage data effectively across diverse use cases.

References