ClassGroup
Manages class groups, capturing group types, relationships, and associated entities.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | A unique identifier for the class group record. |
| Id | String | The identifier for the class group. |
| Name | String | The name of the class group. |
| Description | String | A detailed description of the class group. |
| Grouptype | String | The type of the class group. |
| Whencreated | Datetime | The date and time when the class group was created. |
| Whenmodified | Datetime | The date and time when the class group was last modified. |
| Createdby | Int64 | The user or process ID that created the class group. |
| Modifiedby | Int64 | The user or process ID that last modified the class group. |
| Megaentitykey | Int64 | The key identifying the parent entity linked to the class group. |
| Megaentityid | String | The identifier of the parent entity linked to the class group. |
| Megaentityname | String | The name of the parent entity linked to the class group. |
| Record_url | String | A URL providing direct access to the class group record. |