DemandFlow Support Centre

NWCHANGE: Network Change

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Network change management record for tracking proposed changes to telecom platform instances, network infrastructure, or services with risk assessment, approval workflow, and implementation planning.

NWCHANGE: Network Change

Network change management record for tracking proposed changes to telecom platform instances, network infrastructure, or services with risk assessment, approval workflow, and implementation planning.

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

Entity properties

PropertyValue
Entity codeNWCHANGE
Display nameNetwork Change
PluralNetwork Changes
Level6700

Use cases

NWCHANGE is the network operations equivalent of ITCHANGE (IT change management). The workflow is Draft → Submitted → Approved/Rejected → Scheduled → In Progress → Completed/Failed. Submit for Approval validates required fields and moves from Draft to Submitted.

Fields

Change Information

FieldTypeRequiredNotes
nametextYesChange ID
subjecttextYesSubject
descriptiontext (multi-line)YesDescription
changeTypeenumYesChange Type Valid ids: 1 (Standard), 2 (Normal), 3 (Emergency), 4 (Major).
statusenumYesStatus Valid ids: 1 (Draft), 2 (Submitted), 3 (Approved), 4 (Rejected), 5 (Scheduled), 6 (In Progress), 7 (Completed), 8 (Failed), 9 (Cancelled).
priorityenumYesPriority Valid ids: 1 (Critical), 2 (High), 3 (Medium), 4 (Low).

Classification

FieldTypeRequiredNotes
categoryenumCategory Valid ids: 1 (Radio/RF), 2 (Transport), 3 (Core Network), 4 (IP/MPLS), 5 (Optical), 6 (Access Network), 7 (Power/Environmental), 8 (Security), 9 (Configuration), 10 (Capacity), 11 (Other).
impactenumImpact Valid ids: 1 (Network-wide), 2 (Regional), 3 (Single Site), 4 (Single Element).
likelihoodenumLikelihood Valid ids: 1 (Very High), 2 (High), 3 (Medium), 4 (Low), 5 (Very Low).
riskLevelenumCalculated by Risk Assessment toolbar button from likelihood x impact Read only. Valid ids: 1 (Critical), 2 (High), 3 (Medium), 4 (Low), 5 (None).
riskScorenumberCalculated score (1-25) from likelihood x impact matrix Read only.

Requestor & Platform

FieldTypeRequiredNotes
requestedByreference → userRequested By
platformInstancereference → NWPLATINSTAffected Platform
departmentreference → DEPTDepartment
sitereference → SITESite
affectedAssetsarray of references → COMPINVAffected Assets
servicereference → NWSVCAffected Network Service
relatedTicketreference → NWTICKETRelated Ticket

Implementation Plan

FieldTypeRequiredNotes
implementationPlantext (multi-line)Implementation Plan
rollbackPlantext (multi-line)Rollback Plan
testPlantext (multi-line)Test Plan

Approvals

FieldTypeRequiredNotes
submittedByreference → userSubmitted By Read only.
submittedDatedatetimeSubmitted Date Read only.
approvedByreference → userApproved/Rejected By Read only.
approvalDatedatetimeApproval Date Read only.
approvalNotestext (multi-line)Approval Notes Read only.

Schedule

FieldTypeRequiredNotes
scheduledStartDatedatetimeScheduled Start
scheduledEndDatedatetimeScheduled End
actualStartDatedatetimeActual Start
actualEndDatedatetimeActual End
maintenanceWindowenumMaintenance Window Valid ids: 1 (Yes), 0 (No).

Post-Implementation Review

FieldTypeRequiredNotes
implementationResultenumImplementation Result Valid ids: 1 (Successful), 2 (Partial), 3 (Failed).
reviewNotestext (multi-line)Review Notes
lessonsLearnedtext (multi-line)Lessons Learned

Activity. Activity timeline panel attached.

Relationships

  • Lookups: platformInstance points at a NWPLATINST record. department points at a DEPT record. site points at a SITE record. affectedAssets points at a COMPINV record. service points at a NWSVC record. relatedTicket points at a NWTICKET record.
  • Related lists: NWTICKET.

Creating a Network Change via the API

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

{
  "entity":   "NWCHANGE",
  "level":    6700,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "subject": "Example",
  "description": "Example text.",
  "changeType": "1"
}

Listing Network Changes records

# All network changes in your tenant
GET /v1/entities/NWCHANGE/SUB

See also

nwchangenetworkchangechangesnwchangesentity reference

Was this article helpful?

← Back to Knowledge Base