How to add Custom Cards in Account Summary Panel Template? — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to add Custom Cards in Account Summary Panel Template?

in Sales 1 comment

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>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!