ReportMaker
Stores report template and layout configuration records. This table supports custom reporting and analytics generation.
Columns
| Name | Type | ReadOnly | Description |
| Acl_Team_Names | String | True |
The list of team names that are associated with this report. This value supports collaboration, access control, and visibility filtering. |
| Acl_Team_Set_Id | String | False |
The Id of the set of teams that have access to this report. This value is used to manage shared permission assignments. |
| Created_By | String | True |
The unique identifier (Id) of the user who created this report. This value identifies the report author for auditing and ownership tracking. |
| Date_Entered | Datetime | True |
The date and time when this report record was created. This value provides context for lifecycle tracking and history review. |
| Date_Modified | Datetime | True |
The date and time when this report record was most recently updated. This field supports change tracking and audit visibility. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this report record is marked as deleted. It returns a value of 'false' when the record remains active and available for use. |
| Description | String | False |
A detailed description of the report. This field can include purpose notes, usage context, or filtering logic details. |
| Id [KEY] | String | True |
The Id for this report record. This value is used to reference and manage the report across the system. |
| Modified_User_Id | String | True |
The Id of the user who most recently updated this report. This value identifies the source of the latest change activity. |
| Name | String | False |
The internal name of the report. This value is used to identify the report throughout the system. |
| Report_Align | String | False |
The alignment setting for how the report is formatted or displayed. This value influences layout presentation in the user interface. |
| Scheduled | Bool | False |
A Boolean field that returns a value of 'true' when this report is scheduled for automated execution or delivery. It returns a value of 'false' when no scheduling is applied. |
| Team_Count | String | False |
The number of teams that are associated with this report. This value indicates the scope of collaboration and access distribution. |
| Team_Id | String | False |
The Id of the primary team that is responsible for this report. This value establishes ownership for permissions and visibility. |
| Team_Name | String | False |
The display name of the primary team that is associated with this report. This value is shown in the user interface and reporting outputs. |
| Team_Set_Id | String | False |
The Id of the set of teams that share access to this report. This value supports multi-team collaboration and permission configuration. |
| Title | String | False |
The display title of the report. This value is used as the user-facing name when the report is viewed or listed in the interface. |