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

getSelectedIds always return null

Discussão em 'PSDN - Forum' iniciado por smartsysISV, Novembro 12, 2018.

  1. smartsysISV

    smartsysISV Guest

    I'm trying to get selevted Id's in an object and use the trigger in the documentation.

    var arr = rbv_api.getSelectedIds("order");
    var buff = '';
    if (arr!=null) {
    for (var k=0; k<arr.length; k++)
    buff += arr[k]+', ';
    }
    return buff;


    But ut will always return 'NULL'

    v. 4.5.3.

    Anyone who knows what the trick is?

    Continue reading...

Compartilhe esta Página