Versions Compared

Key

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

...

name of AAM integration type. For exmaple, Project BI, MS Power BI and Other Compatible BI Tool.

Element

Data Type

Required?

Default

Description

Sample Data

AamIntegrationId

Int32

No

The AAM integration Id is a unique identifier for a client. For internal use only.

AamIntegrationName

BdDashboardAlias

String (50)

Yes if AAM integration type = Projector BI


The

dashboard alias name that from the Project BI (Belladarti)

RD-MyStats

BdDashboardParameters
String (255)No

MS Power BI
AamIntegrationUidPbFilter
Int64No
A unique and immutable identifier for an AAM integration.
1152921504606847218
AamTypePbReportId
String (1)Yes


The AAM Integration type code:

P for Projector BI

M for MS Power BI

O for Other Compatible BI Tool

M
PbWorkspaceId




OtherUrl





Usage Example(s)

Code Block
languagexml
titleExample 01 - Projector BI
collapsetrue
                           <b:ProjectAamDashboardParams i:type="b:PwsAamBdDashboardParams">
                              <b:BdDashboardAlias>Workspace-Project Health</b:BdDashboardAlias>
                              <b:BdDashboardParameters>ProjectorProjectCode={0}</b:BdDashboardParameters>
                           </b:ProjectAamDashboardParams>       

...