dashboard_w_permission
Displays dashboards with their associated user permissions for visibility management.
Columns
| Name | Type | References | Description |
| dsh_sys_id | String | Provides the system identifier (sys_id) that uniquely identifies the dashboard record. | |
| dsh_active | Bool | Indicates whether the dashboard is active ('true') or inactive ('false') within the system. | |
| dsh_group | String | Specifies the group associated with the dashboard, typically determining visibility or ownership. | |
| dsh_group_link | String | Provides a reference link to the group record connected to this dashboard. | |
| dsh_name | String | Lists the name of the dashboard as displayed in the user interface. | |
| dsh_order | Int | Defines the order in which the dashboard appears in lists or menus, based on numerical value. | |
| dsh_owner | String | Identifies the user who owns or created the dashboard. | |
| dsh_owner_link | String | Provides a reference link to the user record associated with the dashboard owner. | |
| dsh_restrict_to_roles | String | Lists the roles that have permission to view or edit the dashboard, restricting access accordingly. | |
| dsh_sys_domain | String | Specifies the domain to which the dashboard belongs, relevant in domain-separated environments. | |
| dsh_sys_scope | String | Defines the application scope under which the dashboard operates. | |
| dsh_sys_scope_link | String | Provides a reference link to the application scope record associated with the dashboard. | |
| prm_sys_id | String | Provides the sys_id that uniquely identifies the permission record for the dashboard. | |
| prm_dashboard | String | References the dashboard to which this permission record applies. | |
| prm_dashboard_link | String | Provides a reference link to the associated dashboard record. | |
| prm_identity | String | Specifies the user, group, or role that the permission applies to. | |
| prm_read | Bool | Indicates whether the identity has read access ('true') or not ('false') to the dashboard. | |
| prm_type | Int | Defines the permission type as a numeric value, representing the level or category of access. | |
| prm_write | Bool | Indicates whether the identity has write access ('true') or not ('false') to the dashboard. |