DemandFlow Support Centre

SALEPRODGRP: Product Group

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A grouping or category of products (e.g. Field Instruments, Lab Instruments, Network Monitoring).

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

PropertyValue
Entity codeSALEPRODGRP
Display nameProduct Group
PluralProduct Groups
Level30000

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

FieldTypeRequiredNotes
nametextYesGroup name
descriptiontext (multi-line)Description

Relationships

  • Related lists: PROD (format link).

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

See also

saleprodgrpproduct groupproduct groupsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base