Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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 type, name, alias, parameter, and user access setup. 

Format

PwsProjectAamDashboardDetail
  • PwsProjectAamDashboardDetail
    • ProjectAamDashboardId: Int32
    • ProjectAamDashboardUid: Int64
    • AamIntegrationSummary: PwsAamIntegrationSummary
    • ProjectAamDashboardName: String (50)
    • BookedResourcesAllowedFlag: Boolean
    • CcUsersAllowedFlag: Boolean
    • ClientsAllowedFlag: Boolean
    • EmAllowedFlag: Boolean
    • LtdBookedResourcesAllowedFlag: Boolean
    • LtdOtherResourcesAllowedFlag: Boolean
    • OtherResourcesAllowedFlag: Boolean
    • PmAllowedFlag: Boolean
    • ProjectAamDashboardParams: PwsAamBdDashboardParams

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectAamDashboardIdInt32

On Insert: No

On Update: No


The AAM dashboard Id is a unique identifier for an AAM dashboard. For internal use only.
ProjectAamDashboardUidInt64

On Insert: No

On Update: Yes


A unique and immutable identifier for an AAM dashboard.
AamIntegrationSummaryPwsAamIntegrationSummary

On Insert: Yes

On Update: No (???)


This structure includes basic information about an Advanced Analytical Module (AAM) integration
ProjectAamDashboardNameString (50)

On Insert: Yes

On Update: No (???)


A unique and identifier for an AAM dashboard.

BookedResourcesAllowedFlag

Boolean

On Insert: No

On Update: No

false

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

false

CcUsersAllowedFlagBoolean

On Insert: No

On Update: No

falseIf set to "true", it allows dashboard access to user that has cost center permission "Access Project Workspace"false

ClientsAllowedFlag

Boolean

On Insert: No

On Update: No

false

If set to "true", it allows dashboard access to clients.

false

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

ProjectAamDashboardParams

PwsAamBdDashboardParams

On Insert: No

On Update: No


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


Usage Example(s)


Example 01
                        <b:PwsProjectBdDashboard>
                           <b:BookedResourcesAllowedFlag>false</b:BookedResourcesAllowedFlag>
                           <b:ClientsAllowedFlag>false</b:ClientsAllowedFlag>
                           <b:DashboardAlias>P001125-001</b:DashboardAlias>
                           <b:DashboardName>Barber of Serville (Rossini)</b:DashboardName>
                           <b:DashboardParameters>{0}</b:DashboardParameters>
                           <b:EmAllowedFlag>true</b:EmAllowedFlag>
                           <b:LtdBookedResourcesAllowedFlag>false</b:LtdBookedResourcesAllowedFlag>
                           <b:LtdOtherResourcesAllowedFlag>false</b:LtdOtherResourcesAllowedFlag>
                           <b:OtherResourcesAllowedFlag>false</b:OtherResourcesAllowedFlag>
                           <b:PmAllowedFlag>true</b:PmAllowedFlag>
                           <b:CcUsersAllowedFlag>false</b:CcUsersAllowedFlag>
                        </b:PwsProjectBdDashboard>
  • No labels