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

Show or hide section in a page

Discussão em 'PSDN - Forum' iniciado por leonc, Outubro 25, 2018.

  1. leonc

    leonc Guest

    I need to show or hide a page section depending on the user selection on a given field.

    That field is a lookup field from a relashionship.

    The function that I am using is the following, but it's not working.


    function showFinal() {

    var usrinput = rbf_getFieldValue("{!R31077.R396080#name}");

    var id = rbf_getSectionIdByTitle("Final Destination");

    rbf_showOrHideSection( id , usrinput == "some value" );

    }



    Any help would be appreciated.

    Thank you in advance.

    Continue reading...

Compartilhe esta Página