Service Home Page Extension
Summary:
I’m trying to add a metric card to the Service homepage using the sample code attached, but it isn’t working as expected. Could someone please guide me on how to extend the Service homepage dashboard with custom reports and metrics? Any relevant implementation documentation for customizing this dashboard would be greatly appreciated.
Thanks in advance for your support!
<template id="My Service requests">
<oj-vb-fragment name="oracle_cx_fragmentsUI:cx-metric-card" bridge="[[ vbBridge ]]">
<oj-vb-fragment-param name="resource" value="[[ {"name": "serviceRequests", "primaryKey": "SrId", "endpoint": "cx" } ]]"></oj-vb-fragment-param>
<oj-vb-fragment-param name="query" value="[[ [{"type": "savedSearch", "params": [{"key": "queryUuid", "value": "ca208c2b-9266-45b7"}]}] ]]"></oj-vb-fragment-param>