...
Produto: | TOTVS CRM Automação da Força de Vendas | ||||||||
---|---|---|---|---|---|---|---|---|---|
Linha de Produto: | Linha TOTVS CRM | ||||||||
ERPs impactados: | Protheus, Datasul e ERPs terceiros | ||||||||
Módulo: | Venda | ||||||||
Função: | Pedido | ||||||||
Ambiente: | Web/Android | ||||||||
Ticket: | 16271428 | ||||||||
Requisito/Story/Issue: |
|
...
Na versão atual do TOTVS SFA, no módulo de "Venda", não existe a possibilidade de criar uma validação lógica customizada, de acordo com os capos disponíveis no pedido.
...
...
...
...
...
Segue um exemplo de cadastro de uma validação lógica na "Imagem 01":
...
Com isso, será possível customizar validações durante a confecção do pedido, permitindo ter mais autonomia em regras de negócio específicas.
Para a construção das lógicas, está sendo sugerido o plugin: https://querybuilder.js.org/index.html
Nova tabela |
---|
validacaoLogica { idValidacaoLogica: type="long", value="seqPkValidacaoLogica", descricao: type="String", length="80" not-null="true", idnAtivo: type="byte", not-null="true", sglGatilho: type="String", length="80" not-null="true", sglGatilhoCampo: type="String", length="80" not-null="false", logica: type="byte[]", not-null="true", sglRetornoVerdadeiro: type="String", length="80" not-null="true", retornoVerdadeiro: type="byte[]", not-null="false", sglRetornoFalso: type="String", length="80" not-null="true", retornoFalso: type="byte[]", not-null="false", codigoERP: type="String", length="80" not-null="true", wsVersao: type="long", update="false" insert="false" } |
...