Clarity

 View Only

  • 1.  Item links within Channel Tab not redirecting correctly

    Posted Sep 26, 2025 04:51 AM

    We have a Custom Investment Object with several Channel tabs were the link to e.g. projects, risks, hierarchies and roadmaps opens within the Channel-tab instead of redirecting to the proper object

    Example 1:

    Channel to Project, The view and information displayed is correct and as expected, so far so good.

     

    But when following the project link, user expects to get redirected to the project with full access to al the relevant project tabs like this

    Instead, it opens within the same tab in the portfolio object, showing only the first project-tab and looks like this:

    The Channel Url in the blueprint is here:

    ./../../../../pm/#/roadmap/${z_prog_rm_int_id}/common?puiFullscreen=on&puiHidePPMTabs=on&puiHideHeader=on

    In all other objects in our instance project links works perfectly, but not in this one.

    We have identified a workaround by right-clicking on the link and selecting "open link in new tab", but would prefer that it would work with direct left-click (also to be opened in a new tab).

    Any suggestions on why this happens and how we solve this?



    ------------------------------
    Solveig Birgitte Dalan
    SME & Service Manager – Regional P3M/PPM
    Sykehuspartner HF, South-Eastern Norway Regional Health Authority
    ------------------------------


  • 2.  RE: Item links within Channel Tab not redirecting correctly

    Posted Oct 03, 2025 01:18 AM

    Hi Solveig,

    this is expected, Channels render the URL through an iframe and interacting with any link is within the context of the iframe and only that window refreshes or navigates to the target. In parallel using this two query strings: puiHidePPMTabs=on&puiHideHeader=on hide the tabs and app header and menus

    -------------------------------------------