TeamNotices
Stores announcements that are broadcast to team members. This table supports internal communication and organization-wide updates.
Columns
| Name | Type | ReadOnly | Description |
| Acl_Team_Names | String | True |
The list of team names that are associated with this team notice. This value supports collaboration, access control, and visibility management. |
| Acl_Team_Set_Id | String | False |
The Id of the set of teams that have access to this team notice. This value is used to manage multi-team permission assignments. |
| Created_By | String | True |
The unique identifier (Id) of the user who created this team notice. This value identifies the author for auditing and ownership tracking. |
| Date_End | Date | False |
The end date when this team notice is no longer active. This value defines the final day the notice should be visible or relevant. |
| Date_Entered | Datetime | True |
The date and time when this team notice record was created. This value supports lifecycle tracking and audit review. |
| Date_Modified | Datetime | True |
The date and time when this team notice record was most recently updated. This field supports version history and change transparency. |
| Date_Start | Date | False |
The start date when this team notice becomes active. This value determines the first day the notice is intended to be displayed. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this team notice record is marked as deleted. It returns a value of 'false' when the record remains active and available. |
| Description | String | False |
The full descriptive text of the team notice. This field can include announcement details, organizational updates, or instructions. |
| Id [KEY] | String | True |
The Id for this team notice record. This value is used to reference and manage the notice throughout the system. |
| Modified_User_Id | String | True |
The Id of the user who most recently updated this team notice. This value identifies the source of the latest modification. |
| Name | String | False |
The title or display name of the team notice. This value is shown in lists and notification displays. |
| Status | String | False |
The current status of the notice (for example, 'Active' or 'Inactive'). This value determines whether the notice is displayed to users. |
| Team_Count | String | False |
The number of teams that are associated with this team notice. This value indicates the scope of its distribution. |
| Team_Id | String | False |
The Id of the primary team that is responsible for this team notice. This value establishes ownership and visibility defaults. |
| Team_Name | String | False |
The display name of the primary team that is associated with this team notice. This value is shown in the user interface for clarity. |
| Team_Set_Id | String | False |
The Id of the set of teams that share access to this team notice. This value supports cooperative communication across multiple teams. |
| Url | String | False |
The external or internal link that is associated with this team notice, if it is applicable. This value can direct users to additional resources or related content. |
| Url_Title | String | False |
The display name or label for the associated URL. This value determines how the link is presented in the user interface. |