DemandFlow Support Centre

ROAD: Roadmap

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A financial roadmap for a project, containing annual budget lines with monthly forecast and actual data.

ROAD: Roadmap

The ROAD entity: A financial roadmap for a project, containing annual budget lines with monthly forecast and actual data.

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

Entity properties

PropertyValue
Entity codeROAD
Display nameRoadmap
PluralRoadmaps
Level445

Use cases

ROAD is a project-level financial planning entity at level 445. The General panel uses a 50/50 split: left column links to the parent project (PJ objectLookup, readonly), level, and ID; right column shows created/updated timestamps. The Financial Lines panel has a full-width relatedlist of ROADLINE entities linked via comboKey format SUB|PJ|ROAD|ROADLINE, with addnew enabled and hideaddexisting set.

Each line shows name, year, budget, revised, MTP, total forecast, and total actual.

Fields

Roadmap

FieldTypeRequiredNotes
projectIdreference → PJRead-only. Project
levelnumberLevel
idtextRead-only. ID

Summary

FieldTypeRequiredNotes
createddatetimeRead-only. Created
updateddatetimeRead-only. Updated

Relationships

  • Lookups: projectId points at a PJ record.
  • Related lists: ROADLINE (format SUB|PJ|ROAD|ROADLINE).

Creating a Roadmap via the API

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

{
  "entity":   "ROAD",
  "level":    445,
  "comboKey": "SUB:|ENT:"
}

Listing Roadmaps records

GET /v1/entities/ROAD/SUB

See also

roadroadmaproadmapsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base