Skip to content

Commit

Permalink
Merge pull request #210 from totvs/bugfix/DDWMISSI-1294-release
Browse files Browse the repository at this point in the history
DDWMISSI-1294
  • Loading branch information
beatriz-menezes authored Jan 23, 2025
2 parents b450733 + 72afcd3 commit 73b9357
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pdvsync/rotas/WTA - CONSULTA RCA.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
"id_retarguada": "=concat('RCA-', @(1,matricula_s))",
"idExterno": "=concat('pdvsync-usuario-rca-', @(1,matricula_s),'-', @(1,dtAlteracao))",
"login_s": "=toString(@(1,codigousur))",
"senha_s": "=toString(@(1,codigousur))",
"situacao_s": "=toInt(1)"
"senha_s": "=toString(@(1,codigousur))"
}
}
}
Expand All @@ -93,7 +92,14 @@
"matricula_s": "items[&1].matricula",
"nome": "items[&1].nome",
"senha_s": "items[&1].senha",
"situacao_s": "items[&1].situacao",
"status": {
"FINALIZADO": {
"#0": "items[&3].situacao"
},
"*": {
"#1": "items[&3].situacao"
}
},
"tipoVenda": {
"P": { "#5": "items[&3].idRetaguardaPerfil" },
"*": {
Expand Down Expand Up @@ -145,4 +151,4 @@
],
"nome": "PCINTEGRACAOROTASERVICO"
}
}
}

0 comments on commit 73b9357

Please sign in to comment.