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
| Property | Value |
|---|---|
| Entity code | CACIEGROUP |
| Display name | CACIE Group |
| Plural | CACIE Groups |
| Level | 320 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Read-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