ReportPinToApps


Description

Report application pinning managing which reports are pinned or featured within specific applications. This table controls report visibility and accessibility within different application contexts, supporting personalized dashboards, application-specific reporting, and streamlined report access for healthcare users and administrators.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AppIdString varchar 100 null

Application identifier - String identifier for the application where the report is pinned

ReportID int 4 null

Report reference - Links to the report that is pinned to the application

NumberOrder int 4 null

Display order - Order in which pinned reports appear within the application

Indexes

Constraint Name Type Sort Column(s)
PK_ReportPinToApps_1 Primary key Asc ReportID

Relationships