DemandFlow Support Centre

SDELTYPE: Deliverable Type

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A classification type for sales deliverables, defining shipping/installation requirements and default lead times.

SDELTYPE: Deliverable Type

The SDELTYPE entity: A classification type for sales deliverables, defining shipping/installation requirements and default lead times.

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

Entity properties

PropertyValue
Entity codeSDELTYPE
Display nameDeliverable Type
PluralDeliverable Types
Level10

Use cases

SDELTYPE is a reference entity that categorises sales deliverables (SDEL). It uses a simple view rather than the complex editor because it has a flat structure with no panels. Each type defines whether deliverables of that category require physical shipping and/or installation, along with a default lead time in days.

These properties allow the system to pre-populate delivery requirements when a deliverable type is selected on an SDEL record. The active/inactive status enables types to be retired without deletion, preserving historical data integrity. This entity exists separately from product catalogues because it classifies the nature of the deliverable (e.g.

Fields

The default definition does not declare any form fields. Records may carry only system fields (id, entity, level, comboKey, name, created, updated).

Relationships

  • No declared relationships in the default definition.

Creating a Deliverable Type via the API

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

{
  "entity":   "SDELTYPE",
  "level":    10,
  "comboKey": "SUB:|ENT:"
}

Listing Deliverable Types records

GET /v1/entities/SDELTYPE/SUB

See also

sdeltypedeliverable typedeliverable typesentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base