DemandFlow Support Centre

ROADLINE: Roadmap Line

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An annual financial line within a roadmap, with monthly forecast and actual figures for budget tracking.

ROADLINE: Roadmap Line

The ROADLINE entity: An annual financial line within a roadmap, with monthly forecast and actual figures for budget tracking.

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

Entity properties

PropertyValue
Entity codeROADLINE
Display nameRoadmap Line
PluralRoadmap Lines
Level446

Use cases

ROADLINE is a child of ROAD at level 446. The General panel uses a 40/60 split: left column captures line name and year; right column shows budget summary fields (budget, revised budget, MTP, total forecast readonly, total actual readonly) all with currency formatting. The Monthly Data panel uses the financialperiods row type with yearProperty referencing the year field, and four prefixes: forecast (editable), actual (editable), MTP (readonly), and variance (readonly).

Fields

Line Detail

FieldTypeRequiredNotes
nametextYesName
yearnumberYesYear

Budget Summary

FieldTypeRequiredNotes
budgetnumberBudget
revisednumberRevised Budget
mtpnumberMTP
totalForecastnumberRead-only. Total Forecast
totalActualnumberRead-only. Total Actual

Relationships

  • No declared relationships in the default definition.

Creating a Roadmap Line via the API

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

{
  "entity":   "ROADLINE",
  "level":    446,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name",
  "year":    1,
  "budget":    1,
  "revised":    1
}

Listing Roadmap Lines records

GET /v1/entities/ROADLINE/SUB

See also

roadlineroadmap lineroadmap linesentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base