DemandFlow Support Centre

CACIEGROUP: CACIE Group

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A CACIE group with a readonly name and a linked list of projects with Anaplan IDs and project codes.

CACIEGROUP: CACIE Group

A CACIE group with a readonly name and a linked list of projects with Anaplan IDs and project codes.

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

Entity properties

PropertyValue
Entity codeCACIEGROUP
Display nameCACIE Group
PluralCACIE Groups
Level320

Use cases

Grouping entity for the CACIE (Capital Allocation and Cost Investment Expenditure) system. Two-column layout: left (30%) has a readonly name field, right (70%) has a relatedlist of PJ (Project) entities using a 'link' relationship type with multi: true, combo1 PJ, combo2 BACKLOG, and chooserFields for projectCode. Project list shows name, Anaplan ID, and project code. Provides a way to group projects for capital allocation and investment tracking purposes.

Fields

General: Call Information

FieldTypeRequiredNotes
nametextYesRead-only. Name.

Relationships

  • Related lists: PJ.

Creating a CACIE Group via the API

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

{
  "entity":   "CACIEGROUP",
  "level":    320,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Name"
}

Listing CACIE Groups records

GET /v1/entities/CACIEGROUP/SUB

See also

caciegroupcacie groupcacie groupswd8

Was this article helpful?

← Back to Knowledge Base