ProjectGroup
Defines groupings for projects, consolidating shared attributes, types, and metadata for easier management.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
Unique identifier for the project group. |
| Id | String | False |
Identifier for the project group. |
| Name | String | False |
Name of the project group. |
| Description | String | False |
Description of the project group. |
| Grouptype | String | False |
Type of the project group (e.g., classification or category). |
| Whencreated | Datetime | False |
Timestamp indicating when the project group was created. |
| Whenmodified | Datetime | False |
Timestamp indicating when the project group was last modified. |
| Createdby | Int64 | False |
User ID of the creator of the project group. |
| Modifiedby | Int64 | False |
User ID of the person who last modified the project group. |
| Megaentitykey | Int64 | False |
Key for the mega entity associated with the project group. |
| Megaentityid | String | False |
Identifier for the mega entity associated with the project group. |
| Megaentityname | String | False |
Name of the mega entity associated with the project group. |
| Record_url | String | False |
URL linking to the record associated with the project group. |
| Memberfilters | String | False |
Filters applied to determine the members of the project group. |