Versão atual:

Substituir throw em beforeTaskSave

Boa tard. Gostaria de saber se alguem já teve que throw por um outro. Quero mudar no beforeTaskSave ou no validateForm a forma como é mostrado o erro. Talves um modal, tentei de algumas formas mas parece que não aceita. Alguma sugestão.

Oque tenho hoje.

if (state == 107) {
        if (form.getValue('totalGeral') == "" || form.getValue('totalGeral') == null) {
            throw '<h2>' + "É NECESSARIO INFORMAR VALORES PARA OS PRODUTO TOTAL EM BRANCO !!!"  + '</h2>';
        }    
    }

Quero chamar o throw uma função que traga um modal exemplo. Possivel ?

Versão (1):

Ver a versão formatada

Substituir throw em beforeTaskSave

Comentário

new question