Anchor links to jump to specific app field

Comments

11 comments

  • Rainer Grabowski

    A fix would be great +1.
    We use a workaround: In large apps under the title field we have a calculation field "Direct jumps". There are some field names listed which have links. The calculation looks like: 

    [Bottom](#app-field-external-id of the last field) +  " " + [field y](#app-field-external-id) +  " " + [field x](#app-field-external-id) ....
    1
    Comment actions Permalink
  • PJ Muller

    @Rainer and @Podio.

    So just to clarify, and that we are on the same page. The calculation thing works. So when the page is already loaded and then you click on an anchor link. We jump.

    However it doesn't work if you came from an external source and load the page + anchor at the same time.

    Please fix :)

    1
    Comment actions Permalink
  • Jonathan J. Judge

    I completely concur with getting this addressed or resolved in some way. I just figured out the trick myself but saw that if it is part of the link on first load it doesn't work. This would greatly help our clients in reviewing our work in a section made just for them. Thanks!

    0
    Comment actions Permalink
  • Sylvain Bolay

    Hi Podio,

    Still not working. Any news on this ?

    BR

    0
    Comment actions Permalink
  • Mr Systems

    I agree this would be very useful.  We have several apps in a workspace.  We use nav menu to move up/down within a single app but that same capability is not supported from an outside app.

    0
    Comment actions Permalink
  • Mike Demunter

    +1

    0
    Comment actions Permalink
  • Dana P

    Hi PJ,

    Thank you for contacting us here!

    So that we can review this, I would like to get some additional data. Would you kindly open up a support case with us here:

    https://support.citrix.com/cscase#/podio

     

    I want to make sure that I have accurate details as to what is happening.

     

    Looking forward to speaking with you soon!

    Best,

    Dana

    0
    Comment actions Permalink
  • Robis

    Is there any updates about this? Maybe someone can help me to finish this script.

    Because I used this way, as this guy shows, but still have a problem with it.

    I've just tried this, and works only the first (sec1-secX...) hyperlink in nav bar, the rest is added to it, just like text and no spaces between.

    var sec1 = "<a href=\"https://podio.com/sandbox/hr/apps/empt/items/"+@Unique ID+"#skills"+"\">SKILLS</a";

    var sec2 = "<a href=\"https://podio.com/sandbox/hr/apps/empt/items/"+@Unique ID+"#bank-info"+"\">BANKING</a";

    var sec3 = "<a href=\"https://podio.com/sandbox/hr/apps/empt/items/"+@Unique ID+"#relationship"+"\">SECTIONS_abc</a";

    var nav = sec1 + " | " + sec2 + " | " + sec3;

    nav;

     

    OUTPUT:--> SKILLSBANKINGSECTIONS_abc

    So there is Hyperlinked only [SKILLS] the rest is only the text) and no mater, I can change in [nav var = sec3..., then will be hyperlinked [SECTIONS_abc] and the rest goes like text

    0
    Comment actions Permalink
  • Anna Paparizou

    I have the same problem with AD.MIN 

    Is there anyone that have already fixed it?

    0
    Comment actions Permalink
  • Robis

    Anna, just take another way of view and still the result will be the same, just more cleaner.


    0
    Comment actions Permalink
  • Robis

    var sec1 = "TOP";
    var sec2 = "ID";
    var sec3 = "DOCUMENTS";
    var sec4 = "PAYROLL";


    sec1.link("https://podio.com/workspace/app/items/" + @Unique ID + "#title-employee") + " | " +
    sec2.link("https://podio.com/workspace/app/items/" + @Unique ID + "#field") + " | " +
    sec3.link("https://podio.com/workspace/app/items/" + @Unique ID + "#field-7") + " | " +
    sec4.link("https://podio.com/workspace/app/items/" + @Unique ID + "#field-2");

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk