Overview
This structure is included in the data structure PwsProjectDetail, and it contains the information on how advanced analytics dashboards are configured. It includes dashboard name, alias, parameter, and user access setup.
Format
- PwsProjectBdDashboard
- BookedResourcesAllowedFlag: Boolean
- ClientsAllowedFlag: Boolean
- DashboardAlias: String (50)
- DashboardName: String (50)
- DashboardParameters: String (255)
- EmAllowedFlag: Boolean
- LtdBookedResourcesAllowedFlag: Boolean
- LtdOtherResourcesAllowedFlag: Boolean
- OtherResourcesAllowedFlag: Boolean
- PmAllowedFlag: Boolean
- CcUsersAllowedFlag: Boolean
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
BookedResourcesAllowedFlag | Boolean | On Insert: No On Update: No | false | If set to "true", it allows dashboard access to booked resources. | false |
ClientsAllowedFlag | Boolean | On Insert: No On Update: No | false | If set to "true", it allows dashboard access to clients. | false |
DashboardAlias | String (50) | On Insert: Yes On Update: Yes | A unique identifier that associated with advanced analytics dashboard. | Approved TC | |
DashboardName | String (50) | On Insert: Yes On Update: Yes | The displayed name on the advanced analytics dashboard tab. | Hours approved | |
DashboardParameters | String (255) | On Insert: No On Update: No | NULL | Parameters are used to filter a dashboard down to only showing specific data. | {0} |
EmAllowedFlag | Boolean | On Insert: No On Update: No | false | If set to "true", it allows dashboard access to engagement manager. | false |
LtdBookedResourcesAllowedFlag | Boolean | On Insert: No On Update: No | false | If set to "true", it allows dashboard access to booked resources (limited). | false |
LtdOtherResourcesAllowedFlag | Boolean | On Insert: No On Update: No | false | If set to "true", it allows dashboard access to other resources (limited). | false |
OtherResourcesAllowedFlag | Boolean | On Insert: No On Update: No | false | If set to "true", it allows dashboard access to other resources. | false |
PmAllowedFlag | Boolean | On Insert: No On Update: No | false | If set to "true", it allows dashboard access to project manager. | false |
CcUsersAllowedFlag | Boolean | On Insert: No On Update: No | false | If set to "true", it allows dashboard access to user that has cost center permission "Access Project Workspace" | false |