ANGCHECKBP: Bus, plan criteria
A checklist criterion for AI-powered business plan analysis, with name and description.
Default definition. This article describes the default
ANGCHECKBP 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 ANGCHECKBP.Entity properties
| Property | Value |
|---|---|
| Entity code | ANGCHECKBP |
| Display name | Bus, plan criteria |
| Plural | Bus. plan criteria |
| Level | 800 |
Use cases
Configuration entity defining evaluation criteria for the AI business plan review (aiBizplan toolbar function). Identical structure to ANGCHECKPD but targets business plan documents. Each record is a check item that the AI evaluates. Part of the angel investment AI analysis suite alongside ANGCHECKPD and ANGCHECKFIN.
Fields
General: Post
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | AI check. |
description | text (multi-line) | Description. |
Relationships
- No declared relationships in the default definition.
Creating a Bus, plan criteria via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "ANGCHECKBP",
"level": 800,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "AI check",
"description": "Description"
}
Listing Bus. plan criteria records
GET /v1/entities/ANGCHECKBP/SUB