How can I embed OTBI dashboards in the Sales Dashboard?

As a best practice and for best performance, use the Visualization Configuration tool to create visualizations from the OTBI dashboard sections and add those visualizations to the sales dashboard tabs. For details see, the Overview of Sales Dashboard Setup Steps in the How do I configure the Sales Dashboard in the Redwood User Experience? playbook.

You can also embed the entire OTBI dashboard in one of the sales dashboard tabs using an <iframe> link:

  1. Open your the OTBI dashboard in a browser.
  2. Click the Settings (gear icon) and select Bookmark.
  3. Copy the bookmark link from the browser’s address bar.
  4. Embed this link using an <iframe>. Here's a sample:

    <iframe id="otbiFrame" class="oj-flex oracle-cx-fragmentsUI-cx-fragment-full-height" width="100%" _adfloaded="1"
    
        src="https://cptbt.oracle.com/analytics/saw.dll?Dashboard&PortalPath=%2Fshared%2FCustom%2F_portal%2FTest"
    
        onload="const iframeDoc=document.getElementById("otbiFrame").contentDocument;if(iframeDoc){let e=iframeDoc.querySelector(".HeaderContainer"),o=iframeDoc.querySelector(".ComponentHeaderPageOptions");e&&(e.style.display="none"),o&&(o.style.display="none")}"
    
        frameborder="0" allowFullScreen="true">
    </iframe>