DemandFlow Support Centre

SCENARIOLINE: Scenario Line

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A single project within a SCENARIO with optional overrides for budget, timeline and priority.

SCENARIOLINE: Scenario Line

The SCENARIOLINE entity: A single project within a SCENARIO with optional overrides for budget, timeline and priority.

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

Entity properties

PropertyValue
Entity codeSCENARIOLINE
Display nameScenario Line
PluralScenario Lines
Level496

Use cases

SCENARIOLINE lives under SCENARIO (comboKey SUB|PORT|SCENARIO|SCENARIOLINE). The `project` lookup always points at a real PJ; `included` + the three `adjusted*` fields are the delta from baseline.

Fields

Project

FieldTypeRequiredNotes
projectreference → PJYesProject
includedenumIncluded in scenario Valid ids: yes (Yes), no (No).
notestext (multi-line)Notes

Overrides

FieldTypeRequiredNotes
adjustedBudgetnumberOverride for this scenario; blank means use the real project's budget
adjustedStartDatedateAdjusted Start Date
adjustedEndDatedateAdjusted End Date
adjustedPriorityenumAdjusted Priority Valid ids: critical (Critical), high (High), medium (Medium), low (Low).

Relationships

  • Lookups: project points at a PJ record.
  • Parent: typically a child of SCENARIO via comboKey.

Creating a Scenario Line via the API

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

{
  "entity":   "SCENARIOLINE",
  "level":    496,
  "comboKey": "SUB:|SCENARIO:|ENT:",
  "project":    "",
  "included":    "yes",
  "notes":    "Example Notes",
  "adjustedBudget":    1
}

Listing Scenario Lines records

GET /v1/entities/SCENARIOLINE/SUB
GET /v1/entities/SCENARIOLINE/SUB:<your-sub-id>|SCENARIO:<parent-id>

See also

scenariolinescenario linescenario linesentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base