DemandFlow Support Centre

BU: Business Unit

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A business unit within a legal entity, containing divisions and tracking regional KPIs like revenue and headcount.

BU: Business Unit

A business unit within a legal entity, containing divisions and tracking regional KPIs like revenue and headcount.

Default definition. This article describes the default BU definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches BU.

Entity properties

PropertyValue
Entity codeBU
Display nameBusiness Unit
PluralBusiness Units
Level2000

Use cases

BU is the second level of the organisational hierarchy (ENT > BU > DIV > DEPT). It is linked to its parent legal entity (ENT) via entityCode using comboKeyLookup, which derives the parent from the comboKey rather than a standard objectLookup. Divisions (DIV) are children via comboKey SUB|ENT|BU|DIV. The map viewOption enables geographic visualisation of business units alongside the standard grid. KPIs are displayed via a custom metrics row type tracking headcount, revenue, operating cost, and EBITDA. Regional and country fields are simple inputs (not lookups) for flexibility.

Fields

General: Basic Info

FieldTypeRequiredNotes
nametextYesBusiness Unit Name.
shortNametextShort Name.
codetextBU Code.
entityCodecomboKeyLookupLegal Entity.
managerreference → userBU Manager.

General: Contact & Region

FieldTypeRequiredNotes
regiontextRegion.
countrytextCountry.
contactEmailtextContact Email.
websitetext (URL)Business Unit Link.

Relationships

  • Related lists: DIV (format SUB|ENT|BU|DIV).

Creating a Business Unit via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "BU",
  "level":    2000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Business Unit Name",
  "code": "BU Code",
  "shortName": "Short Name",
  "region": "Region"
}

Listing Business Units records

GET /v1/entities/BU/SUB

See also

bubusiness unitbusiness unitsbusinessunit

Was this article helpful?

← Back to Knowledge Base