DemandFlow Support Centre

INI: Initiative

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A strategic initiative with financial planning, milestones, KPIs, and benefits realisation tracking.

INI: Initiative

A strategic initiative with financial planning, milestones, KPIs, and benefits realisation tracking.

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

Entity properties

PropertyValue
Entity codeINI
Display nameInitiative
PluralInitiatives
Level12000

Use cases

INI represents strategic initiatives that sit above projects in the organisational hierarchy. Initiatives are broader than projects - they define strategic goals and link to one or more projects (PJ via link relationship) for execution. The default list view is dataview (card layout) with a custom template showing type icon, name, description, and value section, providing an executive-friendly visual overview.

Fields

Basic Information

FieldTypeRequiredNotes
nametextYesInitiative Name.
colorcolorCard colour.
codetextInitiative Code.
typeenumYesValid ids: Generic (Generic), Cost Saving (Cost Saving), Revenue Generation (Revenue Generation), growth (Growth & Expansion), efficiency (Operational Efficiency), innovation (Innovation & Technology), customer (Customer Experience), talent (Talent & Culture), sustainability (Sustainability), compliance (Risk & Compliance), financial (Financial Performance).
statusenumValid ids: draft (Draft), proposed (Proposed), approved (Approved), in_progress (In Progress), on_hold (On Hold), completed (Completed), cancelled (Cancelled).
priorityenumValid ids: critical (Critical), high (High), medium (Medium), low (Low).
timeHorizonenumValid ids: short (Short-term (< 1 year)), medium (Medium-term (1-3 years)), long (Long-term (3+ years)).

Description & Objectives

FieldTypeRequiredNotes
descriptiontext (multi-line)Executive Summary.
objectivestext (multi-line)Key Objectives.
successCriteriatext (multi-line)Success Criteria.

Timeline

FieldTypeRequiredNotes
startDatedateStart Date.
targetDatedateTarget Completion.
actualEndDatedateActual End Date.
progressnumberProgress (%).

Ownership & Governance

FieldTypeRequiredNotes
ownerreference → STFYesInitiative Owner.
sponsorreference → STFExecutive Sponsor.
departmentreference → DEPTLead Department.
stakeholdersarray of references → PPLKey Stakeholders.
teamreference → TEAMImplementation Team.
reviewFrequencyenumValid ids: weekly (Weekly), biweekly (Bi-weekly), monthly (Monthly), quarterly (Quarterly).

Financial Information

FieldTypeRequiredNotes
budgetnumberApproved Budget ($).
actualCostnumberActual Cost ($).
expectedROInumberExpected ROI (%).
paybackPeriodnumberPayback Period (months).
fundingSourceenumValid ids: operating (Operating Budget), capital (Capital Budget), grant (Grant), mixed (Mixed Funding).

Impact & Risk

FieldTypeRequiredNotes
impactScoreenumValid ids: transformational (Transformational), high (High), medium (Medium), low (Low).
riskLevelenumValid ids: low (Low), medium (Medium), high (High), critical (Critical).
riskstext (multi-line)Key Risks.
dependenciestext (multi-line)Dependencies.

Benefits Realization

FieldTypeRequiredNotes
expectedBenefitstext (multi-line)Expected Benefits.
realizedBenefitstext (multi-line)Realized Benefits.
benefitScoreenumValid ids: exceeded (Exceeded), achieved (Achieved), partial (Partially Achieved), notachieved (Not Achieved), pending (Pending).

Attachments

  • documents: documents.

Additional panels

  • Activity timeline panel attached.
  • Dashboard panel attached.

Relationships

  • Lookups: owner points at a STF record; sponsor points at a STF record; department points at a DEPT record; stakeholders points at a PPL record; team points at a TEAM record.
  • Related lists: PJ, MILESTONE (format SUB|INI|MILESTONE), KPI (format SUB|INI|KPI), BENEFIT (format SUB|INI|BENEFIT).

Creating a Initiative via the API

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

{
  "entity":   "INI",
  "level":    12000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "type": "Generic",
  "owner": "",
  "color": "..."
}

Listing Initiatives

# All records in your tenant
GET /v1/entities/INI/SUB:<your-sub-id>

See also

iniinitiativeinitiatives

Was this article helpful?

← Back to Knowledge Base