SALECOMP: Competitor
The SALECOMP entity: A competitor product that competes with one of our products, with associated battle points for rebuttals.
Default definition. This article describes the default
SALECOMP 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 SALECOMP.Entity properties
| Property | Value |
|---|---|
| Entity code | SALECOMP |
| Display name | Competitor |
| Plural | Competitors |
| Level | 100001 |
Use cases
Child entity of PROD via comboKey (SUB|PROD). Each competitor has a name and child battle points (SALECOMPBP) containing rebuttal arguments. Shown in the competition column during sales meetings.
Fields
Competitor
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Competitor name |
description | text (multi-line) | Description |
Relationships
- Related lists:
SALECOMPBP(formatSUB|PROD|SALECOMP).
Creating a Competitor via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "SALECOMP",
"level": 100001,
"comboKey": "SUB:|ENT:",
"name": "Example name",
"description": "Example Description"
}
Listing Competitors records
GET /v1/entities/SALECOMP/SUB