DemandFlow Support Centre

NWPLATHWREQ: Hardware Requirement

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A requirement linking a software component to a hardware version, specifying whether it is a minimum, recommended, or certified platform.

NWPLATHWREQ: Hardware Requirement

A requirement linking a software component to a hardware version, specifying whether it is a minimum, recommended, or certified platform.

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

Entity properties

PropertyValue
Entity codeNWPLATHWREQ
Display nameHardware Requirement
PluralHardware Requirements
Level6155

Use cases

Junction entity linking NWPLATCOMP (software component) to NWPLATHWVER (hardware version). Uses dual-comboKey: component at position 1 (comboKey), hwVersion at position 2 (comboKey2). This enables bidirectional related lists: NWPLATCOMP shows 'Hardware Requirements' via comboKey, NWPLATHWVER shows 'Used By Components' via comboKey2.

Fields

Requirement

FieldTypeRequiredNotes
nametextDescription
componentreference → NWPLATCOMPYesSoftware component
hwVersionreference → NWPLATHWVERYesHardware version

Classification

FieldTypeRequiredNotes
requirementTypeenumYesRequirement type Valid ids: minimum (Minimum), recommended (Recommended), certified (Certified), maximum (Maximum).
notestext (multi-line)Notes

Relationships

  • Lookups: component points at a NWPLATCOMP record. hwVersion points at a NWPLATHWVER record.

Creating a Hardware Requirement via the API

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

{
  "entity":   "NWPLATHWREQ",
  "level":    6155,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "component": "",
  "hwVersion": "",
  "requirementType": "minimum"
}

Listing Hardware Requirements records

# All hardware requirements in your tenant
GET /v1/entities/NWPLATHWREQ/SUB

See also

nwplathwreqhardwarerequirementrequirementshardwarerequirementsentity reference

Was this article helpful?

← Back to Knowledge Base