DemandFlow Support Centre

PJDECOM: Decommissioned Asset

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The PJDECOM entity represents an asset being decommissioned as part of a project. Tracks WEEE obligations, disposal status, and discharge certificates.

PJDECOM: Decommissioned Asset

The PJDECOM entity represents an asset being decommissioned as part of a project. Tracks WEEE obligations, disposal status, and discharge certificates.

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

Entity properties

PropertyValue
Entity codePJDECOM
Display nameDecommissioned Asset
PluralDecommissioned Assets
Level72040

Use cases

Child entity of PJ via SUB|PJ comboKey. The asset field is an optional objectLookup to COMPINV. if the decommissioned asset is a tracked inventory item, linking it pulls the WEEE classification and weight from the COMP catalogue automatically. For non-tracked assets, the fields are entered manually. Discharge status tracks WEEE compliance. the system should alert when obligation is logged but no certificate is attached.

Fields

General

FieldTypeRequiredNotes
nametextYesAsset description.
assetreference → COMPINVInventory asset (if tracked).
itAssetreference → ITASSETIT asset (if tracked).
assetTypetextAsset type.
quantitynumberQuantity.
weightKgnumberWeight (kg).
dateDecommissioneddateDate decommissioned.
weeeCategorytextWEEE category.
weeeObligationKgnumberWEEE obligation (kg).
dischargeStatusenumDischarge status. Valid ids: logged (Logged), certificate_uploaded (Certificate uploaded), discharged (Discharged).
disposalMethodenumDisposal method. Valid ids: weee_recycler (WEEE recycler), refurbished (Refurbished / reused), returned (Returned to manufacturer), specialist (Specialist disposal).
disposalVendortextDisposal vendor.
certificateReftextCertificate reference.

Additional panels

  • Documents. Field attachments.

Relationships

  • Lookups: asset points at COMPINV record; itAsset points at ITASSET record.

Creating a Decommissioned Asset via the API

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

{
  "entity":   "PJDECOM",
  "level":    72040,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "asset": "",
  "itAsset": "",
  "assetType": "Example text"
}

Listing PJDECOM records

# All decommissioned assets in your tenant
GET /v1/entities/PJDECOM/SUB

See also

pjdecomdecommissioned assetdecommissioned assetsdecommissionedasset

Was this article helpful?

← Back to Knowledge Base