DemandFlow Support Centre

SALEMH: Miller Heimann Point

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A Miller Heimann selling methodology talking point for a product, categorised by buying influence type.

SALEMH: Miller Heimann Point

The SALEMH entity: A Miller Heimann selling methodology talking point for a product, categorised by buying influence type.

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

Entity properties

PropertyValue
Entity codeSALEMH
Display nameMiller Heimann Point
PluralMiller Heimann Points
Level100001

Use cases

Child entity of PROD via comboKey (SUB|PROD). Each record is one bullet point displayed under the relevant buying influence heading (EBI, UBI, TBI, Coach) in the selling methodologies view during a sales meeting.

Fields

Miller Heimann Point

FieldTypeRequiredNotes
nametextYesContent
buyerTypeenumYesBuying influence Valid ids: ebi (Economic Buying Influence), ubi (User Buying Influence), tbi (Technical Buying Influence), coach (Opportunity Coach).
sortOrdernumberSort order

Relationships

  • No declared relationships in the default definition.

Creating a Miller Heimann Point via the API

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

{
  "entity":   "SALEMH",
  "level":    100001,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name",
  "buyerType":    "ebi",
  "sortOrder":    1
}

Listing Miller Heimann Points records

GET /v1/entities/SALEMH/SUB

See also

salemhmiller heimann pointmiller heimann pointsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base