DemandFlow Support Centre

SALECOND: Cost of no decision

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A cost-of-no-decision record used in sales methodology to articulate the consequences of buyer inaction.

SALECOND: Cost of no decision

The SALECOND entity: A cost-of-no-decision record used in sales methodology to articulate the consequences of buyer inaction.

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

Entity properties

PropertyValue
Entity codeSALECOND
Display nameCost of no decision
PluralCosts of no decision
Level30000

Use cases

SALECOND is part of the sales methodology framework (alongside SALEMARKET, SALEPAIN, SALEREL, SALEROLE, SALESOL, and SALETALK). It captures the financial and operational consequences a prospect faces if they choose not to act. This is a core concept in solution selling and MEDDIC-style methodologies: by quantifying the cost of inaction, sales reps build urgency and justify investment.

The entity is deliberately simple with just a summary name and description, because the value is in the narrative content written by sales professionals. The high level (30000) keeps these methodology entities out of everyday navigation. The menuItem 'salesproconds' groups it with other sales process configuration items.

Fields

Basics

FieldTypeRequiredNotes
nametextYesSummary
descriptiontext (multi-line)YesDescription

Relationships

  • No declared relationships in the default definition.

Creating a Cost of no decision via the API

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

{
  "entity":   "SALECOND",
  "level":    30000,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name",
  "description":    "Example Description"
}

Listing Costs of no decision records

GET /v1/entities/SALECOND/SUB

See also

salecondcost of no decisioncosts of no decisionentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base