How to add Custom Cards in Account Summary Panel Template?
Summary:
In Cards Container Layout I have added custom Section for Bank Accounts. but when we add below code inside the template then cards are not reflecting. Even if we duplicate the existing section then Also cards are not reflecting.
And for us CX-Card component is not available in component list.
@John Vakoc-Oracle @Madhuri Cheruku-Support-Oracle Please guide us how to add custom Section in Account Summary Panel Template.
And used below Code in Template:
<oj-vb-fragment name="oracle_cx_fragmentsUI:cx-card" bridge="[[ vbBridge ]]">
<!-- <oj-vb-fragment-param name="dynamicLayoutContext" value="{{ $dynamicLayoutContext }}"></oj-vb-fragment-param> -->
<oj-vb-fragment-param name="style" value="[[ 'metric-card' ]]"></oj-vb-fragment-param>
<oj-vb-fragment-param name="metricCardContext"
value="[[ { layoutId: 'BankAccountRollups', layoutProvider: $page.metadata.getAccountRollupMetadata.provider, value: $page.variables.row?.rollupResponse } ]]"></oj-vb-fragment-param>