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
| Property | Value |
|---|---|
| Entity code | SALEPRODMKT |
| Display name | Product-Market Weight |
| Plural | Product-Market Weights |
| Level | 30000 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
product | reference → PROD | Yes | Product |
market | reference → SALEMARKET | Yes | Target market |
weight | number | Yes | Relevance weight from 0 (not relevant) to 1 (highly relevant) |
Relationships
- Lookups:
productpoints at aPRODrecord;marketpoints at aSALEMARKETrecord.
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