DemandFlow Support Centre

DECISION: Decision

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A formal decision record capturing what was decided, the rationale, and resulting impacts.

DECISION: Decision

A formal decision record capturing what was decided, the rationale, and resulting impacts.

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

Entity properties

PropertyValue
Entity codeDECISION
Display nameDecision
PluralDecisions
Level540

Use cases

DECISION records formal governance decisions made within projects, typically during meetings. It uses comboKey SUB|PJ|MEETING when created from a meeting context, or SUB|PJ when created directly from a project. The status workflow (Proposed > Approved > Implemented > Superseded > Rejected) tracks the decision lifecycle. The rationale and impacts fields provide an audit trail explaining why a decision was made and what consequences it has. The decision_date and owner fields establish accountability. This entity supports compliance and governance requirements where organisations need to demonstrate that decisions were properly documented, authorised, and communicated.

Fields

Decision Details

FieldTypeRequiredNotes
nametextYesTitle.
decision_datedateYesDecision Date.
ownerreference → userDecision Owner.
statussingleselectStatus.

Decision Context

FieldTypeRequiredNotes
descriptiontext (multi-line)Describe what was decided and why.
rationaletext (multi-line)Document the reasoning or trade-offs considered.
impactstext (multi-line)Impacts / Consequences.

Attachments

FieldTypeRequiredNotes
attachmentsfileAllowed types: any.

Relationships

  • No declared relationships in the default definition.

Creating a Decision via the API

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

{
  "entity":   "DECISION",
  "level":    540,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "decision_date": "2026-01-15",
  "description": "Example value",
  "rationale": "Example value"
}

Listing Decisions records

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

See also

decisiondecisionsformalrecordcapturingwhatdecidedrationaleresulting

Was this article helpful?

← Back to Knowledge Base