Summary widget properties

The summary widget shows one or more KPIs.

Attribute Meta information Data type Description Possible values
items[0].value.label detailOption null null
{
  "name": "items[0].value.label",
  "metaInformation": "detailOption",
  "values": ["{{ salesOrderId }}"]
}
 
items[0].units.direction gridOption String The direction metrics flow on a summary widget. Specifies whether the content flows top to bottom or left to right.
{
  "name": "items[0].units.direction",
  "metaInformation": "gridOption",
  "values": ["horizontal"]
}
vertical, horizontal
items[0].count.href.labelType gridOption String Defines the format for the data in the KPI.
{
  "name": "items[0].count.href.labelType",
  "metaInformation": "gridOption",
  "values": ["numberTpl"]
}
numberTpl, linkTpl, textTpl, dateTpl, currencyTpl, assigneeTpl, percentTpl
items[0].count.href.id gridOption String The id that relates to the href.type that the link will navigate to.
{
  "name": "items[0].count.href.id",
  "metaInformation": "gridOption",
  "values": ["AVERAGE_DAYS_OF_SUPPLY_LAYOUT_TEMPLATE"]
}
 
items[0].count.label gridOption String The output value to display in the KPI.
{
  "name": "items[0].count.label",
  "metaInformation": "gridOption",
  "values": ["{{ pastduedeliveries }}"]
}
 
items[0].count.href.type gridOption String The type of link. The link can reference a layout or a layout template.
{
  "name": "items[0].count.href.type",
  "metaInformation": "gridOption",
  "values": ["LAYOUT_TEMPLATE"]
}
NEW_WINDOW, CUI_SHELL, LAYOUT_TEMPLATE, LAYOUT
items[0].count.customTemplate gridOption String Defines the format for the data in the KPI.
{
  "name": "items[0].count.customTemplate",
  "metaInformation": "gridOption",
  "values": ["linkTpl"]
}
numberTpl, linkTpl, textTpl, dateTpl, currencyTpl, assigneeTpl, percentTpl
items[0].key.label detailOption null null
{
  "name": "items[0].key.label",
  "metaInformation": "detailOption",
  "values": ["Sales Order ID"]
}
 
items[0].heading.label gridOption null null
{
  "name": "items[0].heading.label",
  "metaInformation": "gridOption",
  "values": ["Past due deliveries"]
}
 
items[0].heading.tooltip gridOption String A text tip to display at the top of the widget.
{
  "name": "items[1].heading.tooltip",
  "metaInformation": "gridOption",
  "values": ["Inventory where the days of supply value is above a specified threshold."]
}
 
items[0].units.label gridOption String The unit of the label, such kg or Orders or Releases.
{
  "name": "items[0].units.label",
  "metaInformation": "gridOption",
  "values": ["{{valueCurrency}}"]
}
 
Total attributes: 11