Clarity

 View Only
  • 1.  Link to Hierarchy Page

    Posted Oct 23, 2014 02:03 PM

    I am trying to eliminate a click for users so they can go directly from the Program List view (and potentially other views) to the Hierarchy view ("Program - Hierarchy - Financial Rollup (Basic)") for the selected program.  There is no OOB Link available to use, and I there isn't a way to enable one as you can with portlet pages.

     

      Has anyone done this sort of linking, perhaps by generating a URL using server and internal ID variables?

     

    Thanks

     

    Tim



  • 2.  Re: Link to Hierarchy Page
    Best Answer

    Posted Oct 23, 2014 03:38 PM

    Maybe URL redirection could do that for you

    https://communities.ca.com/message/98324393#98324393

    or if the URL is simple just shortening it

    https://communities.ca.com/message/55829992#55829992



  • 3.  Re: Link to Hierarchy Page

    Posted Oct 24, 2014 12:40 PM

    Thanks for the reply - got it to work.

     

    One followup question, what is the best way to code the server into the new url? 



  • 4.  Re: Link to Hierarchy Page

    Posted Oct 24, 2014 01:19 PM

    How did you do it?

     

    Could you please elaborate a little on the coding the server into the new url



  • 5.  Re: Link to Hierarchy Page

    Posted Oct 24, 2014 01:23 PM

    Right now it is just hard coded like the example in the discussion you linked me to. for my specific case I ended up with :

     

    window.location = "http://devclapp10/niku/nu#action:service.billOfInvestments.project&id=" + go2url2;

     

    I want to pick out the server from the page it is launched from.



  • 6.  Re: Link to Hierarchy Page

    Posted Oct 25, 2014 02:45 PM

    Thanks for the update.

    Too technical for me.

     

    There is another thread where a similar question is discussed, but the solution is not something you can use.