Skip to content

Commit

Permalink
DDWMISSI-556
Browse files Browse the repository at this point in the history
- Alteração da consulta de PDVSYNC - CONSULTAR STATUS LOTE adicionando o IDRetaguarda que é a filial da Loja;
- Criação do agendamento do PDVSYNC - CONSULTAR STATUS LOTE
  • Loading branch information
paulodevfin committed Dec 16, 2024
1 parent 16e2bdd commit e067a94
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pdvsync/agendamentoFluxos/pdvsyncConsultarStatusLote.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tabela": {
"nome": "PCINTEGRACAOAGENDAMENTOFLUXO",
"campos": [
{
"nome": "IDAGENDAMENTO",
"valor": "pdvsync - consultar status lote"
},
{
"nome": "IDFLUXO",
"valor": "Atualizar Status Lote Retaguarda"
}
]
}
}
19 changes: 19 additions & 0 deletions pdvsync/agendamentos/PDVSYNC - CONSULTAR STATUS LOTE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"tabela": {
"nome": "PCINTEGRACAOAGENDAMENTO",
"campos": [
{
"nome": "DESCRICAO",
"valor": "pdvsync - consultar status lote"
},
{
"nome": "AGENDAMENTOSEGUNDOS",
"valor": "600"
},
{
"nome": "DELAYINICIALSEGUNDOS",
"valor": "5"
}
]
}
}
4 changes: 4 additions & 0 deletions pdvsync/rotas/PDVSYNC - CONSULTAR STATUS LOTE.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
{
"key": "loteOrigem",
"value": "{{NUMERO_LOTE}}"
},
{
"key": "idRetaguardaLoja",
"value": "{{FILIAL}}"
}
]
}
Expand Down
39 changes: 39 additions & 0 deletions pdvsync/variaveis/PDVSYNC - Consultar status lote-{{FILIAL}}.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"tabela": {
"nome": "PCINTEGRACAOVARIAVEIS",
"campos": [
{
"nome": "DTULTALTER",
"valor": ""
},
{
"nome": "ID",
"valor": "PDVSYNC - CONSULTAR STATUS LOTE-{{FILIAL}}"
},
{
"nome": "CHAVE",
"valor": "{{FILIAL}}"
},
{
"nome": "TIPOCHAVE",
"valor": "PARAMS"
},
{
"nome": "TIPOVALOR",
"valor": "STRING"
},
{
"nome": "IDROTASERVICO",
"valor": "PDVSYNC - CONSULTAR STATUS LOTE"
},
{
"nome": "VALOR",
"valor":"ADICIONAR_FILIAL"
},
{
"nome": "CODEMPALTER",
"valor": ""
}
]
}
}

0 comments on commit e067a94

Please sign in to comment.