Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure contains the information on how advanced analytics dashboards are configured. The information includes dashboard name, alias, parameter, access configuration. 

Format

Panel
titlePwsProjectBdDashboard
  • PwsProjectBdDashboard
    • BookedResourcesAllowedFlag: Boolean
    • ClientsAllowedFlag: Boolean
    • DashboardAlias: String (50)
    • DashboardName: String (50)
    • DashboardParameters: String (255)
    • EmAllowedFlag: Boolean
    • LtdBookedResourcesAllowedFlag: Boolean
    • LtdOtherResourcesAllowedFlag: Boolean
    • OtherResourcesAllowedFlag: Boolean
    • PmAllowedFlag: Boolean

...

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: No


A unique identifier that associated with advanced analytics dashboard.

Approved TC

DashboardName

String (50)

On Insert: Yes

On Update: No


The displayed name on the advanced analytics dashboard tab

Hours approved

DashboardParameters

String (255)

On Insert: No

On Update: No


Parameters are used to filter a dashboard down to only showing specific data. 

{0}

EmAllowedFlag

Boolean


false

If set to "true", it allows dashboard access to engagement manager.

false

LtdBookedResourcesAllowedFlag

Boolean


false

If set to "true", it allows dashboard access to booked resources (limited). 

false

LtdOtherResourcesAllowedFlag

Boolean


false

If set to "true", it allows dashboard access to other resources (limited). 

false

OtherResourcesAllowedFlag

Boolean


false

If set to "true", it allows dashboard access to other resources. 

false

PmAllowedFlag

Boolean


false

If set to "true", it allows dashboard access to project manager. 

false

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                        <b:PwsProjectBdDashboard>
                           <b:BookedResourcesAllowedFlag>false</b:BookedResourcesAllowedFlag>
                           <b:ClientsAllowedFlag>false</b:ClientsAllowedFlag>
                           <b:DashboardAlias>Approved TC</b:DashboardAlias>
                           <b:DashboardName>Hours approved</b:DashboardName>
                           <b:DashboardParameters>{0}</b:DashboardParameters>
                           <b:EmAllowedFlag>false</b:EmAllowedFlag>
                           <b:LtdBookedResourcesAllowedFlag>false</b:LtdBookedResourcesAllowedFlag>
                           <b:LtdOtherResourcesAllowedFlag>false</b:LtdOtherResourcesAllowedFlag>
                           <b:OtherResourcesAllowedFlag>false</b:OtherResourcesAllowedFlag>
                           <b:PmAllowedFlag>true</b:PmAllowedFlag>
                        </b:PwsProjectBdDashboard>