This table holds the primary key, description and report type of every client report profile. Client report profiles are overrides on a per-client basis of a global report profile. Therefore, this table also holds a client key to tell us for which client this client profile is intended. |
report_profile_KEY | int (4) | NOT NULL | Primary key |
description | nvarchar (200) | NOT NULL | The report profile description |
client_KEY | int (4) | NOT NULL | Client key |
restrict_from_client_access | bit (1) | NOT NULL | Contains the Restriction for client access application Selection: 1 = Restrict Report profile in ACSClientAccess, 0 = Do not |