DemandFlow Support Centre

SALEPRODMKT: Product-Market Weight

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A weighted junction linking a product to a target market, indicating how relevant the product is to that market segment.

SALEPRODMKT: Product-Market Weight

The SALEPRODMKT entity: A weighted junction linking a product to a target market, indicating how relevant the product is to that market segment.

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

Entity properties

PropertyValue
Entity codeSALEPRODMKT
Display nameProduct-Market Weight
PluralProduct-Market Weights
Level30000

Use cases

Junction entity linking PROD to SALEMARKET with a relevance weight (0-1). Uses dual-comboKey: product at position 1 (comboKey), market at position 2 (comboKey2). PROD shows 'Markets' relatedlist via comboKey, SALEMARKET shows 'Products' via comboKey2.

Fields

Product-Market Link

FieldTypeRequiredNotes
productreference → PRODYesProduct
marketreference → SALEMARKETYesTarget market
weightnumberYesRelevance weight from 0 (not relevant) to 1 (highly relevant)

Relationships

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

Creating a Product-Market Weight via the API

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

{
  "entity":   "SALEPRODMKT",
  "level":    30000,
  "comboKey": "SUB:|ENT:",
  "product":    "",
  "market":    "",
  "weight":    1
}

Listing Product-Market Weights records

GET /v1/entities/SALEPRODMKT/SUB

See also

saleprodmktproduct-market weightproduct-market weightsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base