DemandFlow Support Centre

NWPLATSW: Network Platform Software

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A software version or release running on a deployed telecom network platform instance, with lifecycle dates tracking general availability through end-of-life and end-of-support.

NWPLATSW: Network Platform Software

A software version or release running on a deployed telecom network platform instance, with lifecycle dates tracking general availability through end-of-life and end-of-support.

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

Entity properties

PropertyValue
Entity codeNWPLATSW
Display nameNetwork Platform Software
PluralNetwork Platform Software
Level6300

Use cases

NWPLATSW is the telecom network equivalent of DPLATSW (IT platform software), kept separate from the IT domain. Each record represents a specific software version deployed or planned for a NWPLATINST instance. The General panel uses a 2-column layout: basics and platform link on the left, lifecycle dates and prerequisites on the right.

Fields

Version Details

FieldTypeRequiredNotes
nametextYesRelease Name
versiontextVersion
typeenumRelease Type Valid ids: major (Major), minor (Minor), patch (Patch), hotfix (Hotfix), emergency (Emergency Fix).
statusenumYesStatus Valid ids: planned (Planned), testing (Testing), active (Active), deprecated (Deprecated), eol (End of Life), retired (Retired).
nwplatinstreference → NWPLATINSTYesPlatform Instance
descriptiontext (multi-line)Description

Lifecycle Dates

FieldTypeRequiredNotes
dategadateGeneral Availability
dateeoldateEnd of Life
dateeosdateEnd of Sale
dateeosupdateEnd of Support

Prerequisites

FieldTypeRequiredNotes
prereqsarray of references → NWPLATSWOther software versions required before this version can be deployed

Plan

FieldTypeRequiredNotes
dateplandatePlanned release date
dateactualdateActual release date
rbackavailsingleselectRollback Available
rbackplantext (URL)Rollback plan

Change & impact details

FieldTypeRequiredNotes
changeFeaturestext (multi-line)New features & enhancements
changeFixestext (multi-line)Bug fixes
changePatchestext (multi-line)Security patches
changeServicestext (multi-line)Impacted services
risksingleselectRisk level
approvalstatussingleselectApproval status

Testing & validation

FieldTypeRequiredNotes
teststatussingleselectTesting status
testcasesnumberTest cases passed (%)
testuatsingleselectUAT completed
testsignofftextTest sign-off
testbenchmarkstext (multi-line)Performance metrics

Compliance & audit details

FieldTypeRequiredNotes
regcompliancesingleselectRegulatory compliance check
regaudittextAudit log reference
regincidenttext (multi-line)Incident reports

Deployment details

FieldTypeRequiredNotes
depreltextRelease Notes URL
depurltextDeployment script location
regconfigtext (multi-line)Configuration changes
regposttext (multi-line)Dependencies

Post-deployment monitoring

FieldTypeRequiredNotes
poststatussingleselectMonitoring status
postratingnumberFeedback score
postissuestext (multi-line)Post-deployment issues

Activity. Activity timeline panel attached.

Relationships

  • Lookups: nwplatinst points at a NWPLATINST record. prereqs points at a NWPLATSW record.

Creating a Network Platform Software via the API

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

{
  "entity":   "NWPLATSW",
  "level":    6300,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "status": "planned",
  "nwplatinst": ""
}

Listing Network Platform Software records

# All network platform software in your tenant
GET /v1/entities/NWPLATSW/SUB

See also

nwplatswnetworkplatformsoftwarenetworkplatformsoftwareentity reference

Was this article helpful?

← Back to Knowledge Base