Mashup content for Redwood Sales Account Object
Summary:
We are trying to add Show Wikipedia to Account sales object (standard) and have followed this document but "Show Wikipedia" is not showing on the search bar.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Code for section:
<template id="wikipedia">
<oj-vb-fragment bridge="[[vbBridge]]" name="oracle_cx_fragmentsUI:cx-url">
<oj-vb-fragment-param name="dynamicLayoutContext" value="{}"></oj-vb-fragment-param>
<oj-vb-fragment-param name="mode" value="embedded"></oj-vb-fragment-param>
<oj-vb-fragment-param name="title" value="Wikipedia"></oj-vb-fragment-param>
<oj-vb-fragment-param name="url" value="https://en.wikipedia.org/wiki/"></oj-vb-fragment-param>
</oj-vb-fragment>
</template>