SALEPRODGRP: Product Group
The SALEPRODGRP entity: A grouping or category of products (e.g. Field Instruments, Lab Instruments, Network Monitoring).
Default definition. This article describes the default
SALEPRODGRP 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 SALEPRODGRP.Entity properties
| Property | Value |
|---|---|
| Entity code | SALEPRODGRP |
| Display name | Product Group |
| Plural | Product Groups |
| Level | 30000 |
Use cases
Product grouping entity for the sales methodology. Uses multi-link relationship to PROD so products can belong to multiple groups. The relatedlist on this entity shows all products in the group, and products could show their group memberships via a reverse query.
Fields
Group Details
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Group name |
description | text (multi-line) | Description |
Relationships
- Related lists:
PROD(formatlink).
Creating a Product Group via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "SALEPRODGRP",
"level": 30000,
"comboKey": "SUB:|ENT:",
"name": "Example name",
"description": "Example Description"
}
Listing Product Groups records
GET /v1/entities/SALEPRODGRP/SUB