var delegaturas = FOREST_SQL_MAP_LIST("select distinct t.fk_delegatur, d.codigo, d.nomdependencia from aut.tramite_conc_dep t, gdo_grl_dependencias d where t.fk_tramite = ? and t.fk_delegatur = d.coddep", CurrentProcess.documentoInicial.codigoTramite); CurrentForm.delegados = TO_JSON(delegaturas); |