DemandFlow Support Centre

SALECOMPBP: Battle Point

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A rebuttal argument against a competitor product.

SALECOMPBP: Battle Point

The SALECOMPBP entity: A rebuttal argument against a competitor product.

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

Entity properties

PropertyValue
Entity codeSALECOMPBP
Display nameBattle Point
PluralBattle Points
Level100002

Use cases

Child entity of SALECOMP via comboKey (SUB|PROD|SALECOMP). Each record is one battle point / rebuttal text displayed when the competitor is selected during a sales meeting.

Fields

Battle Point

FieldTypeRequiredNotes
nametext (multi-line)YesBattle point
sortOrdernumberSort order

Relationships

  • No declared relationships in the default definition.

Creating a Battle Point via the API

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

{
  "entity":   "SALECOMPBP",
  "level":    100002,
  "comboKey": "SUB:|ENT:",
  "name":    "Example Battle point",
  "sortOrder":    1
}

Listing Battle Points records

GET /v1/entities/SALECOMPBP/SUB

See also

salecompbpbattle pointbattle pointsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base