DemandFlow Support Centre

SALECOMP: Competitor

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A competitor product that competes with one of our products, with associated battle points for rebuttals.

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

PropertyValue
Entity codeSALECOMP
Display nameCompetitor
PluralCompetitors
Level100001

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

FieldTypeRequiredNotes
nametextYesCompetitor name
descriptiontext (multi-line)Description

Relationships

  • Related lists: SALECOMPBP (format SUB|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

See also

salecompcompetitorcompetitorsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base