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
| Property | Value |
|---|---|
| Entity code | SALECOMPBP |
| Display name | Battle Point |
| Plural | Battle Points |
| Level | 100002 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
name | text (multi-line) | Yes | Battle point |
sortOrder | number | Sort 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