...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
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 | ||
PbFilter Int64 | String (255) | No | A unique and immutable identifier for an AAM integration. | 1152921504606847218 | |
PbReportId | String (1255) | Yes | M | ||
PbWorkspaceId | String (255) | ||||
OtherUrl | String (255) |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:ProjectAamDashboardParams i:type="b:PwsAamBdDashboardParams"> <b:BdDashboardAlias>Workspace-Project Health</b:BdDashboardAlias> <b:BdDashboardParameters>ProjectorProjectCode={0}</b:BdDashboardParameters> </b:ProjectAamDashboardParams> |
...