DemandFlow Support Centre

ENT: Legal Entity

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A legal entity (company) at the top of the org hierarchy with business units, financials, and registration details.

ENT: Legal Entity

A legal entity (company) at the top of the org hierarchy with business units, financials, and registration details.

Default definition. This article describes the default ENT 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 ENT.

Entity properties

PropertyValue
Entity codeENT
Display nameLegal Entity
PluralLegal Entities
Level1000

Use cases

ENT is the root of the organisational hierarchy: ENT > BU > DIV > DEPT > DEPTSTF. It represents a legally registered company or organisation with registration number, tax ID, and country of incorporation. Business units (BU) are linked via comboKey SUB|ENT|ENT (the double ENT reflects the subscription + entity scoping). The financial section captures base currency (CURRENCY lookup), fiscal year dates, and serves as the financial reporting root. The entityType links to COMPOWN for company ownership classification. AI features (ai:true, context.getLegalEntityData) enable intelligent analysis across the entity's structure. Unlike LENTITY (which is a simple lookup), ENT is a full complex-view entity with structure navigation, financial configuration, and the ability to drill down into business units. The comboFilterAdd on PORT (SUB|ENT|BU|DIV|DEPT) enables portfolios to be scoped to any level of this hierarchy.

Fields

Basic Info

FieldTypeRequiredNotes
nametextYesEntity Name.
shortNametextShort Name.
codetextEntity Code.
entityTypereference → COMPOWNType.
registrationNumbertextRegistration No..
taxNumbertextTax ID / VAT No..

Location & Contact

FieldTypeRequiredNotes
countryreference → COUNTRYYesCountry.
addresstext (multi-line)Registered Address.
websitetext (URL)Website.
contactPersontextPrimary Contact.
contactEmailtextContact Email.

Key Financials

FieldTypeRequiredNotes
currencyreference → CURRENCYYesBase Currency.
fiscalYearStartdateFiscal Year Start.
fiscalYearEnddateFiscal Year End.

Relationships

  • Lookup: entityType (reference → COMPOWN).
  • Lookup: country (reference → COUNTRY).
  • Lookup: currency (reference → CURRENCY).
  • Related list: BU, comboKey format SUB|ENT|ENT.

Creating a Legal Entity via the API

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

{
  "entity":   "ENT",
  "level":    1000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "country": "",
  "currency": "",
  "shortName": "Example value"
}

Listing Legal Entities records

GET /v1/entities/ENT/SUB:<your-sub-id>

See also

entlegalentityentitieslegalentitycompanyhierarchywithbusinessunitsfinancials

Was this article helpful?

← Back to Knowledge Base