Class
Tracks classification objects, including hierarchy and metadata for organizational purposes.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
A unique identifier for the class record. |
| Classid [KEY] | String | False |
The identifier for the class object. |
| Name | String | False |
The name of the class object. |
| Description | String | False |
A detailed description of the class object. |
| Status | String | False |
The current status of the class object. |
| Parentkey | Int64 | False |
The key identifying the parent class object, if applicable. |
| Parentid | String | False |
The identifier of the parent class object, if applicable. |
| Whencreated | Datetime | False |
The date and time when the class object was created. |
| Whenmodified | Datetime | False |
The date and time when the class object was last modified. |
| Createdby | Int64 | False |
The user or process ID that created the class object. |
| Modifiedby | Int64 | False |
The user or process ID that last modified the class object. |
| Megaentitykey | Int64 | False |
The key identifying the parent entity linked to the class object. |
| Megaentityid | String | False |
The identifier of the parent entity linked to the class object. |
| Megaentityname | String | False |
The name of the parent entity linked to the class object. |
| Record_url | String | False |
A URL providing direct access to the class record. |