Key Performance Indicator (KPI) Scorecard Portlets in SDF Custom Objects

You can create KPI Scorecard portlets in SuiteCloud Development Framework (SDF) using the publisheddashboard SDF custom object. For information about the appropriate context, see Published Dashboards as XML Definitions.

KPI Scorecard portlets in SDF are represented with the kpireport element. You can specify this element in a dashboard of a published dashboard object.

The following example shows a KPI scorecard portlet with defined Orientation (KPIs on Left, meaning that the scorecard lists KPI labels on the left and date ranges across the top), followed report (for example, Financial Ratios), Restrict To label (either All, My Team, or Only Mine), Show Date Row (to indicate whether to include explicit date ranges as the first row), and Show Trend Graph Icon (to indicate whether you want the KPI Scorecard portlet to include icons that can be clicked to open popup trend graphs of KPI data):

          <kpireport>
    <isminimized>F</isminimized>
    <orientation>KPIs on Left</orientation>
     <reportid>-2</reportid>
     <restrict>All</restrict>
     <showdates>T</showdates>
     <trend>T</trend>
</kpireport> 

        

For more information about KPI Scorecard portlets, see the following help topics:

Related Topics

General Notices