1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Link to a specific record View Page

Discussão em 'PSDN - Forum' iniciado por Meryk, Março 5, 2015.

  1. Meryk

    Meryk Guest

    Hi,

    I have an object X, related to an object Y. In object X, I am trying to get the link of each one of the related records (i.e view page of the record).

    Only thing I could do, is looping through all this related records and getting all the links this way:

    <ul>{!#LOOP_BEGIN.R64362}
    <li>{!#LINK.R64362}</li>
    {!#LOOP_END.R64362}
    <ul>

    The problem is that I want to get this links one by one, using their ids (or anything else..), as I have to use them separately in different places.

    I found this in the documentation :

    "{!#LINK.objName#12345} => URL to the object's page specified by the original ID (only available for view, new record, and edit pages and only if more than one page of each type exists (e.g. at least two view pages))"

    and tried it but not working..

    Any ideas how to do that please?

    Thank you!

    Meryem

    Continue reading...

Compartilhe esta Página