DemandFlow Support Centre

PROD: Product

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The PROD entity represents a product with descriptions, benefits, ideal customer profiles, weighted relationships to markets/roles/pains, collateral, selling methodologies, competitors, and related products.

PROD: Product

The PROD entity represents a product with descriptions, benefits, ideal customer profiles, weighted relationships to markets/roles/pains, collateral, selling methodologies, competitors, and related products.

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

Entity properties

PropertyValue
Entity codePROD
Display nameProduct
PluralProducts
Level100000

Use cases

Product catalogue entity for the sales methodology. Sales View is a readonly summary. General has basic info, ICP, and related products. Weightings shows market/role/pain junctions. Collateral shows SALECOLL. Pitch Content has description bullets and USPs. Selling Methodologies has Miller Heimann, SPIN, and Challenger content. Competition has competitor products with battle points. Campaigns has promotional offers.

Fields

General

FieldTypeRequiredNotes
nametextYesName.
descriptiontext (multi-line)Description.
benefitstext (multi-line)Benefits.
icpCompanytext (multi-line)Company ICP.
icpPersontext (multi-line)Person ICP.

Additional panels

  • Activity timeline panel attached.

Relationships

  • Related lists: SALEPRODREL via format SUB|PROD; SALEPRODMKT via format SUB|PROD; SALEPRODROL via format SUB|PROD; SALEPRODPAN via format SUB|PROD; SALECOLL via format SUB|PROD; PRODDESC via format SUB|PROD; PRODUSP via format SUB|PROD; SALEMH via format SUB|PROD; SALESPIN via format SUB|PROD; SALECHALL via format SUB|PROD; SALECOMP via format SUB|PROD; SALECAMPAIGN via format SUB|PROD; SALEICP via format SUB|PROD.

Creating a Product via the API

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

{
  "entity":   "PROD",
  "level":    100000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "description": "Long description text.",
  "benefits": "Long description text.",
  "icpCompany": "Long description text."
}

Listing PROD records

# All products in your tenant
GET /v1/entities/PROD/SUB

See also

prodproductproducts

Was this article helpful?

← Back to Knowledge Base