DemandFlow Support Centre

ACTION: Action

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An action item assigned to a person with due date, priority, and links to originating meetings and decisions.

ACTION: Action

An action item assigned to a person with due date, priority, and links to originating meetings and decisions.

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

Entity properties

PropertyValue
Entity codeACTION
Display nameAction
PluralActions
Level540

Use cases

ACTION tracks work items arising from governance activities. The combo2 definitions provide secondary indexes by assigned_to (USER) and status (STATUS), enabling filtered views like 'my actions' and 'overdue actions'. Actions link to their originating meeting (MEETING lookup) and related decision (DECISION lookup) for traceability. The comboKey relationship (SUB|PJ or SUB|PJ|MEETING) scopes actions to a project and optionally a meeting. The status workflow (Open > In Progress > Completed > Deferred > Cancelled) with priority levels (Low, Normal, High, Critical) supports triage.

Fields

General: Action Details

FieldTypeRequiredNotes
nametextYesAction Title. Placeholder: Brief summary of the action item.
statussingleselectStatus.
prioritysingleselectPriority.
assigned_toreference → userYesAssigned To.
due_datedateDue Date.
completed_datedateCompleted Date.

General: Description

FieldTypeRequiredNotes
descriptiontext (multi-line)Describe the action, context, and objectives.
updatestext (multi-line)Log progress notes or outcomes as the action progresses.

General: Linkages

FieldTypeRequiredNotes
meetingreference → MEETINGOriginating Meeting.
decisionreference → DECISIONRelated Decision.
projectreference → PROJECTProject.

Attachments

FieldPanelAllowed typesMax files
attachmentsAttachments.pdf, .doc, .docx, .xls, .xlsx, .png, .jpgmultiple

Relationships

  • Lookups: meeting points at a MEETING record; decision points at a DECISION record; project points at a PROJECT record.

Creating a Action via the API

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

{
  "entity":   "ACTION",
  "level":    540,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Action Title",
  "assigned_to": "",
  "description": "Description",
  "updates": "Progress Updates"
}

Listing Actions records

GET /v1/entities/ACTION/SUB

See also

actionactions

Was this article helpful?

← Back to Knowledge Base