Facility Types

The primary facility types in SISfm are the four tier hierarchy of site, building, floor and room.

Additional facility types can be used to represent other things on sites, with the same four tiers, such as car parks and landscaping, for example:

If additional facility types are specified:

Additional facility types are specified using the FacilityType setting, for example:

Each FacilityType setting specifies:

  1. The facility type code, e.g. CP
  2. The facility type name equivalent to "building", e.g. Car Park
  3. The facility type name equivalent to "floor", e.g. Level (if omitted, floor details are not displayed)
  4. The facility type name equivalent to "room", e.g. Bay

The facility type names are used when displaying details of items of that facility type.

The facility type code (e.g. CP) followed by an underscore character (_) is used to prefix the following:

In addition, database foreign key fields cp_bl_id cp_fl_id cp_rm_id on tables CP_bl CP_fl CP_rm are required in tables docs_assigned, work_request and asset tables for these to support this facility type.