Oracle Fusion AI Data Platform Forum

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Button access from fusion to FDI

Received Response
36
Views
3
Comments

Is it possible to create a direct link to fdi from fusion havent found a way in documentation maybe adding a button with the link but was wondering if there was a built in way

Answers

  • Alex van Gulijk
    Alex van Gulijk Rank 4 - Community Specialist

    Yes, using the Sandbox > Structure tool you can create a custom tile and use a https:// hyperlink to FDI. We have one on our My Client Groups tab, but the Structure tool allows you to select which tab it's visible on (Me, My Team, etc.)

  • @User_0L517 , Welcome to the Community!

    There is no native, built-in button or link directly from Fusion Cloud in the standard Oracle documentation. FDI is treated as a separate service/pod, so out-of-the-box, Fusion doesn’t include a one-click integration link.

    You might need to explore customization using Sandboxes

    • You can create a custom action/button in Fusion (HCM, ERP, or other modules) that points to the FDI instance URL.
    • Steps:
      1. Identify the FDI landing page URL for your dashboards or standard home page.
      2. Create a Custom Link or Action in Fusion using Application Composer / Page Composer (depending on the module).
      3. Optionally, pass context parameters if your FDI instance supports them (like user, business unit, or ledger) this usually requires FDI URL parameterization.
    • This approach is essentially “deep linking”. Fusion just launches the URL in a new tab.

    Hope it helps!