DemandFlow Support Centre

BOMCOMP: BOM Comparison

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A saved BOM builder comparison allowing component configurations across multiple models to be compared side by side.

BOMCOMP: BOM Comparison

A saved BOM builder comparison allowing component configurations across multiple models to be compared side by side.

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

Entity properties

PropertyValue
Entity codeBOMCOMP
Display nameBOM Comparison
PluralBOM Comparisons
Level251

Use cases

A saved BOM builder comparison allowing component configurations across multiple models to be compared side by side.

Fields

Information: Details

FieldTypeRequiredNotes
nametextYesName.

Relationships

  • No declared relationships in the default definition.

Creating a BOM Comparison via the API

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

{
  "entity":   "BOMCOMP",
  "level":    251,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Name"
}

Listing BOM Comparisons records

GET /v1/entities/BOMCOMP/SUB

See also

bomcompbom comparisonbom comparisonsbomcomparisons

Was this article helpful?

← Back to Knowledge Base