Security Settings
The following privileges apply to the home page panels.
Table C-2 Privileges
Privilege | Description |
---|---|
HOME_PAGE_CONFIG |
The privilege that controls access to the Configuration Manager home page panel. |
HOME_PAGE_DATA |
The privilege that controls access to the Data Management home page panel. |
HOME_PAGE_DEPLOY |
The privilege that controls access to the Deployment Manager home page panel. |
HOME_PAGE_SUPPORT |
The privilege that controls access to the Support Tools home page panel. |
HOME_PAGE_REPORTS |
The privilege that controls access to the Reports home page panel. |
HOME_PAGE_SYSTEM |
The privilege that controls access to the System home page panel. |
RPT_GENERAL_ACCESS |
The privilege that controls access to the All Reports menu option. |
Table C-3 cfg_menu_config
PK | Attribute/LogicalRolename | Datatyp | NULL? | Definition |
---|---|---|---|---|
X |
category |
VARCHAR (60) |
NO |
Menu category. |
X |
menu_name |
VARCHAR (100) |
NO |
Name of menu. |
NA |
parent_menu_n ame |
VARCHAR (100) |
YES |
Name of parent menu. |
NA |
config_type |
VARCHAR (120) |
YES |
Configuration type for menu (if applicable). |
NA |
title |
VARCHAR (60) |
YES |
Translation key for display title of menu. |
NA |
menu_type |
VARCHAR (30) |
YES |
Specifies the type of menu (REDIRECT_ACTI ON, LINK, ACTION, or LINK_GROUP). |
NA |
sort_order |
INTEGER |
YES |
Sort order for menu display. |
NA |
view_id |
VARCHAR (200) |
YES |
Relative path to view file associated with menu (only applicable to menus with menu_type of REDIRECT_ACTI ON and LINK). |
NA |
action_expression |
VARCHAR (200) |
YES |
EL or method chain to execute when menu is selected. |
NA |
active_flag |
BIT |
YES |
Determines whether menu is active or not. |
NA |
propagation |
VARCHAR (30) |
YES |
Seam conversation propagation strategy to use when linking to another view. |
NA |
security_privilege |
VARCHAR (30) |
YES |
Security privilege required to access menu. |
NA |
custom_datasource_class |
VARCHAR (200) |
YES |
Custom data source to use with report associated with menu (if applicable). |
NA |
custom_datasource_method |
VARCHAR (30) |
YES |
Custom data source to use with report associated with menu (if applicable). |
NA |
menu_small_icon |
VARCHAR (254) |
YES |
Relative path to image file to use as an icon for menu. |
NA |
menu_separator |
BIT |
YES |
Unused |
NA |
description |
VARCHAR (MAX) |
YES |
Text description of Menu Item. |
NA |
create_date |
DATETIME |
YES |
Date the table row was created. |
NA |
create_user_id |
VARCHAR (30) |
YES |
User responsible for creating the table row. |
NA |
update_date |
DATETIME |
YES |
Date the table row was most recently updated. |
NA |
update_user_id |
VARCHAR (30) |
YES |
User responsible for updating the table row. |