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
| Property | Value |
|---|---|
| Entity code | BOMCOMP |
| Display name | BOM Comparison |
| Plural | BOM Comparisons |
| Level | 251 |
Use cases
A saved BOM builder comparison allowing component configurations across multiple models to be compared side by side.
Fields
Information: Details
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name. |
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