DemandFlow Support Centre

SALEMTG: Meeting

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A sales meeting record capturing which market, product, roles, pains, and collateral were discussed, along with an AI-computed meeting score.

SALEMTG: Meeting

The SALEMTG entity: A sales meeting record capturing which market, product, roles, pains, and collateral were discussed, along with an AI-computed meeting score.

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

Entity properties

PropertyValue
Entity codeSALEMTG
Display nameMeeting
PluralMeetings
Level30000

Use cases

SALEMTG stores completed meeting records from the live Sales Meeting function. The meeting function guides reps through a meeting with chip-based toggles for roles, pains, and collateral, computing a weight-based score in real-time. On end, the meeting state is saved here for history and analytics.

Fields like rolesPresent, painsDiscussed, and collateralPresented store JSON arrays of the toggled items.

Fields

Meeting

FieldTypeRequiredNotes
nametextYesMeeting name
meetingDatedateDate
companyreference → COMCompany
contactstext (multi-line)Read-only. Contacts

Details

FieldTypeRequiredNotes
marketreference → SALEMARKETMarket
productreference → PRODProduct
outcomeenumOutcome Valid ids: followUp (Follow-up booked), quote (Quote requested), demo (Demo requested), won (Won), lost (Lost), noOutcome (No outcome).
scorenumberRead-only. Meeting score (%)

Notes

FieldTypeRequiredNotes
meetingNotestext (multi-line)Meeting notes

Roles Present

FieldTypeRequiredNotes
rolesPresenttext (multi-line)Read-only. Roles present

Pains Discussed

FieldTypeRequiredNotes
painsDiscussedtext (multi-line)Read-only. Pains discussed

Collateral Presented

FieldTypeRequiredNotes
collateralPresentedtext (multi-line)Read-only. Collateral presented

Additional panels

  • Activity timeline panel attached.

Relationships

  • Lookups: company points at a COM record; market points at a SALEMARKET record; product points at a PROD record.

Creating a Meeting via the API

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

{
  "entity":   "SALEMTG",
  "level":    30000,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name",
  "meetingDate":    "2026-01-01",
  "company":    "",
  "market":    ""
}

Listing Meetings records

GET /v1/entities/SALEMTG/SUB

See also

salemtgmeetingmeetingsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base