Report
Stores report definitions that contain configuration details for generating analytics within Bullhorn CRM. This table supports business intelligence by enabling users to create, manage, and execute structured reports for operational insights.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the Report record. This value provides the primary reference that Bullhorn CRM uses to track, manage, and retrieve reporting definitions. |
| CognosType | String | False |
Indicates the Cognos type that is associated with the Report record. This value determines how the report integrates with Cognos-based reporting structures within the system. |
| Dashboard | Bool | False |
Returns a value of 'true' when the Report record is designated as a dashboard. It returns a value of 'false' when the report functions as a standard non-dashboard report. |
| DateAdded | Datetime | False |
Indicates the date and time when the Report record is added to the system. This value supports auditing and chronological organization of report definitions. |
| DateLastModified | Datetime | False |
Indicates the date and time when the Report record is last modified. This value provides visibility into updates that affect report logic, metadata, or output structure. |
| Description | String | False |
Represents the description that is associated with the Report record. This value supplies context that helps users understand the purpose and scope of the report. |
| Name | String | False |
Specifies the name of the Report record. This value supports identification, selection, and searchability within reporting workflows. |
| OldReportID | Int | False |
Specifies the Id of the legacy report that is associated with the current Report record. This value maintains backward compatibility across older reporting frameworks. |
| OwnerId | Int | False |
Specifies the Id of the owner of the Report record. This value identifies the user responsible for managing, updating, or maintaining the report definition. |
| PackageName | String | False |
Represents the package name that is associated with the Report record. This value identifies the reporting package that contains the report within the broader reporting structure. |
| Path | String | False |
Specifies the reporting path that is associated with the Report record. This value defines the storage or organizational location where the report resides within the reporting hierarchy. |
| ReportJar | String | False |
Represents the report JAR file that is associated with the Report record. This value points to compiled report components that Bullhorn CRM uses for report execution. |
| ReportRTF | String | False |
Represents the RTF content that is associated with the Report record. This value supports formatted document output that is generated as part of the reporting process. |
| ReportXML | String | False |
Represents the XML content that is associated with the Report record. This value provides structured report metadata that is used for report generation and transformation workflows. |
| SqlData | String | False |
Represents the SQL data that is associated with the Report record. This value contains the query logic that Bullhorn CRM uses to retrieve report data during execution. |
| Type | String | False |
Indicates the type classification for the Report record. This value determines how the report is grouped, processed, or displayed within reporting modules. |
| Version | Int | False |
Specifies the version of the Report record. This value supports version control and ensures that Bullhorn CRM references the correct report definition during execution. |