att
This commit is contained in:
parent
20ae0d1f2f
commit
2946fc4f6e
18
Recrutamento e Seleção/.vscode/servers.json
vendored
Normal file
18
Recrutamento e Seleção/.vscode/servers.json
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"id": "li97ygt2jtpmox9f43v2yuy8w2zc9b",
|
||||||
|
"name": "Ginseng Produção",
|
||||||
|
"host": "comerciode188006.fluig.cloudtotvs.com.br",
|
||||||
|
"ssl": true,
|
||||||
|
"port": 443,
|
||||||
|
"username": "andrey.cunha",
|
||||||
|
"password": "eyJpdiI6IjU5MzE0NTNmZGEzYzY1OTg4NWM0MGRmMzNlM2QxZjU1Iiwic2FsdCI6ImYzODdiNjVkNjUwNDAzMjdjZjI1ZDFhM2I5ZDE5MGE1IiwidGV4dCI6ImIyNzQ4NWI1NTkwZjZjMzUwMjdiOTUzODVlMDExZTBiIn0=",
|
||||||
|
"userCode": "andrey.cunha",
|
||||||
|
"confirmExporting": false,
|
||||||
|
"hasBrowser": false,
|
||||||
|
"companyId": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -23,7 +23,7 @@ function createDataset(fields, constraints, sortFields) {
|
|||||||
["51101", "Diretoria e Gestão", "João Marcelo", "joao.loureiro@grupoginseng.com.br", "4"],
|
["51101", "Diretoria e Gestão", "João Marcelo", "joao.loureiro@grupoginseng.com.br", "4"],
|
||||||
["51102", "Operações", "Lucas Barbosa", "lucas.barbosa@grupoginseng.com.br", "5"],
|
["51102", "Operações", "Lucas Barbosa", "lucas.barbosa@grupoginseng.com.br", "5"],
|
||||||
["51102", "Obras e Manutenção", "Diogo Demetrio", "diogo.martins@grupoginseng.com.br", "6"],
|
["51102", "Obras e Manutenção", "Diogo Demetrio", "diogo.martins@grupoginseng.com.br", "6"],
|
||||||
["51103", "Controladoria", "Ariklenyo Nascimento", "ari.nascimento@grupoginseng.com.br", "7"],
|
["51103", "Controladoria", "Lucas Marchiori", "lucas.marchiori@grupoginseng.com.br", "7"],
|
||||||
["51104", "Compliance", "Marla Palma", "marla.palma@grupoginseng.com.br", "8"],
|
["51104", "Compliance", "Marla Palma", "marla.palma@grupoginseng.com.br", "8"],
|
||||||
["51107", "Administrativo", "Lucila Brandão", "lucila.brandao@grupoginseng.com.br", "9"],
|
["51107", "Administrativo", "Lucila Brandão", "lucila.brandao@grupoginseng.com.br", "9"],
|
||||||
["51110", "Gente e Cultura", "Francine Peiter", "francine.silva@grupoginseng.com.br", "10"],
|
["51110", "Gente e Cultura", "Francine Peiter", "francine.silva@grupoginseng.com.br", "10"],
|
||||||
|
|||||||
@ -157,23 +157,20 @@
|
|||||||
<span class="required text-danger"><strong> * </strong></span>
|
<span class="required text-danger"><strong> * </strong></span>
|
||||||
<input type="zoom" class="form-control requiredInput" name="estabelecimento" id="estabelecimento"
|
<input type="zoom" class="form-control requiredInput" name="estabelecimento" id="estabelecimento"
|
||||||
data-zoom="{
|
data-zoom="{
|
||||||
'displayKey':'estabelecimento',
|
'displayKey':'LOJA',
|
||||||
'datasetId':'dsFiliais',
|
'datasetId':'dsFiliais',
|
||||||
'placeholder': 'Pesquisar nome do estabelecimento ou filial.',
|
'placeholder': 'Pesquisar nome do estabelecimento ou filial.',
|
||||||
'fields':[
|
'fields':[
|
||||||
{
|
{'field':'LOJA','label':'Filial','standard':'true','search':'true'},
|
||||||
'field':'estabelecimento',
|
{'field':'REGIONAL','label':'REGIONAL','standard':'true'},
|
||||||
'label':'Filial',
|
{'field':'UF','label':'UF','standard':'true'},
|
||||||
'standard':'true',
|
{'field':'RESPONSAVEL_LOJA','label':'RESPONSAVEL_LOJA','visible':'false'},
|
||||||
'search':'true'
|
{'field':'PDV','label':'PDV','visible':'false'},
|
||||||
},
|
{'field':'PROTHEUS','label':'PROTHEUS','visible':'false'},
|
||||||
{
|
{'field':'COLLEAGUE_ID','label':'COLLEAGUE_ID','visible':'false'},
|
||||||
'field':'codigo',
|
{'field':'LOGIN_LOJA','label':'LOGIN_LOJA','visible':'false'}
|
||||||
'label':'Protheus',
|
|
||||||
'search':'true'
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}" />
|
}">
|
||||||
<p class="text-danger text-error">
|
<p class="text-danger text-error">
|
||||||
Preenchimento obrigatório.
|
Preenchimento obrigatório.
|
||||||
</p>
|
</p>
|
||||||
@ -327,6 +324,45 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group col-md-8 col-xs-12">
|
||||||
|
<label>Qual equipamento vai ser utilizado?</label>
|
||||||
|
<span class="text-danger"><strong>*</strong></span><br>
|
||||||
|
<div>
|
||||||
|
<label>
|
||||||
|
<input name="itensinicio" id="itensback" value="backoffice" type="radio">
|
||||||
|
<span class="change-weight">Kit Backoffice (Notebook, mouse, teclado e headset).</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label>
|
||||||
|
<input name="itensinicio" id="itensamg" value="amg" type="radio">
|
||||||
|
<span class="change-weight">Kit AMG (Notebook, Kit mouse e teclado, headset e telefone
|
||||||
|
coporativo).</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label>
|
||||||
|
<input name="itensinicio" id="itenscomercial" value="comercial" type="radio">
|
||||||
|
<span class="change-weight">Kit Comercial (Mobshop e Mobpin).</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group col-md-4 col-xs-12">
|
||||||
|
<label>Vai precisar de fardamento?</label>
|
||||||
|
<span class="text-danger"><strong>*</strong></span><br>
|
||||||
|
<div>
|
||||||
|
<label>
|
||||||
|
<input name="fardamentoPronto" id="fardamentoprontosim" value="pronto" type="radio">
|
||||||
|
<span class="change-weight">Sim</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label>
|
||||||
|
<input name="fardamentoPronto" id="fardamentoprontonao" value="faltando" type="radio">
|
||||||
|
<span class="change-weight">Não</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -465,103 +501,22 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="form-field">
|
<div class="form-field">
|
||||||
<div class="form-input">
|
<div class="form-input">
|
||||||
<div class="form-group col-md-12 col-xs-12">
|
<div class="form-group col-md-4 col-xs-12">
|
||||||
<label for="numCotacoes">Clique no botão para adicionar participantes</label>
|
<label for="nomedocandidato">Nome do candidato selecionado</label>
|
||||||
<button id="gerarTabela" class="btn btn-primary btn-sm"
|
<input type="text" class="form-control" id="nomedocandidato" name="nomedocandidato">
|
||||||
onclick="gerarTabelaCotacaoComNumeracao('tabelarecrutamento')">Adicionar</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group col-md-4 col-xs-12">
|
||||||
|
<label for="telefone">Telefone</label>
|
||||||
|
<input type="text" class="form-control" id="telefone" name="telefone">
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group col-md-4 col-xs-12">
|
||||||
|
<label for="email">Email</label>
|
||||||
|
<input type="email" class="form-control" id="email" name="email">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="form-field">
|
|
||||||
<div class="form-input">
|
|
||||||
<div class="col-md-12">
|
|
||||||
<table class="table" tablename="tabelarecrutamento" id="tabelarecrutamento" noaddbutton="true"
|
|
||||||
nodeletebutton="true">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th style="width: 20%;">Nome do candidato</th>
|
|
||||||
<th style="width: 20%;">Telefone</th>
|
|
||||||
<th style="width: 25%;">Email</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td class="fs-v-align-top fs-text-center">
|
|
||||||
<input type="text" class="form-control" name="nomedocandidato">
|
|
||||||
</td>
|
|
||||||
<td class="fs-v-align-top fs-text-center">
|
|
||||||
<input type="text" class="form-control" name="telefone" style="width: 150px;">
|
|
||||||
</td>
|
|
||||||
<td class="fs-v-align-top fs-text-center">
|
|
||||||
<input type="email" class="form-control" name="email" style="width: 150px;">
|
|
||||||
</td>
|
|
||||||
<td class="fs-v-align-top fs-text-center">
|
|
||||||
<button type="button" class="btn btn-danger btn-sm remover-linha"
|
|
||||||
onclick="removeLinhaComAnexo(this)">Remover</button>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<br />
|
|
||||||
<h6>
|
|
||||||
Checklist de Início.
|
|
||||||
</h6>
|
|
||||||
<br />
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="form-field">
|
|
||||||
<div class="form-input">
|
|
||||||
<div class="form-group col-md-2 col-xs-6">
|
<div class="form-group col-md-2 col-xs-6">
|
||||||
<label for="datainiciotrabalho"> Data de início</label>
|
<label for="datainiciotrabalho"> Data de início</label>
|
||||||
<input type="date" name="datainiciotrabalho" id="datainiciotrabalho" class="form-control">
|
<input type="date" name="datainiciotrabalho" id="datainiciotrabalho" class="form-control">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-10 col-xs-6">
|
|
||||||
<label>Qual o Kit vai ser utilizado?</label>
|
|
||||||
<span class="text-danger"><strong>*</strong></span><br>
|
|
||||||
<div>
|
|
||||||
<label>
|
|
||||||
<input name="itensinicio" id="itensback" value="backoffice" type="radio">
|
|
||||||
<span class="change-weight">Kit Backoffice (Notebook, mouse, teclado e headset).</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<label>
|
|
||||||
<input name="itensinicio" id="itensamg" value="amg" type="radio">
|
|
||||||
<span class="change-weight">Kit AMG (Notebook, Kit mouse e teclado, headset e telefone
|
|
||||||
coporativo).</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<label>
|
|
||||||
<input name="itensinicio" id="itenscomercial" value="comercial" type="radio">
|
|
||||||
<span class="change-weight">Kit Comercial (Mobshop e Mobpin).</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group col-md-10 col-xs-6">
|
|
||||||
<label>Fardamento pronto para ser entregue?</label>
|
|
||||||
<span class="text-danger"><strong>*</strong></span><br>
|
|
||||||
<div>
|
|
||||||
<label>
|
|
||||||
<input name="fardamentoPronto" id="fardamentoprontosim" value="pronto" type="radio">
|
|
||||||
<span class="change-weight">Sim</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<label>
|
|
||||||
<input name="fardamentoPronto" id="fardamentoprontonao" value="faltando" type="radio">
|
|
||||||
<span class="change-weight">Não</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row justificativa-activity-6">
|
<div class="row justificativa-activity-6">
|
||||||
<div class="form-field">
|
<div class="form-field">
|
||||||
<div class="form-input">
|
<div class="form-input">
|
||||||
|
|||||||
@ -331,8 +331,8 @@ var beforeSendValidate = function (numState, nextState) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function setSelectedZoomItem(selectedItem) {
|
function setSelectedZoomItem(selectedItem) {
|
||||||
console.log("Campo selecionado:", name_item);
|
|
||||||
var name_item = selectedItem.inputId;
|
var name_item = selectedItem.inputId;
|
||||||
|
console.log("Campo selecionado:", name_item);
|
||||||
var ehItem = name_item.indexOf("___") >= 0;
|
var ehItem = name_item.indexOf("___") >= 0;
|
||||||
var indice = "";
|
var indice = "";
|
||||||
if (ehItem){
|
if (ehItem){
|
||||||
@ -341,49 +341,58 @@ function setSelectedZoomItem(selectedItem) {
|
|||||||
indice = valores[1];
|
indice = valores[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
var dtsCentroCusto = DatasetFactory.getDataset(
|
var dtsCentroCusto = [];
|
||||||
"ds_Liderdireto",
|
try {
|
||||||
null,
|
var dsCentroCusto = DatasetFactory.getDataset("ds_Liderdireto", null, null, null);
|
||||||
null,
|
dtsCentroCusto = dsCentroCusto && dsCentroCusto.values ? dsCentroCusto.values : [];
|
||||||
null
|
} catch (e) {
|
||||||
).values;
|
console.error("Falha ao carregar ds_Liderdireto:", e);
|
||||||
|
}
|
||||||
var nomeGestorComercialBA = dtsCentroCusto[0].gestorCentroCusto;
|
|
||||||
var emailGestorComercialBA = dtsCentroCusto[0].emailGestor;
|
|
||||||
var idGestorComercialBA = dtsCentroCusto[0].idGestor;
|
|
||||||
|
|
||||||
var nomeGestorComercialSE = dtsCentroCusto[1].gestorCentroCusto;
|
|
||||||
var emailGestorComercialSE = dtsCentroCusto[1].emailGestor;
|
|
||||||
var idGestorComercialSE = dtsCentroCusto[1].idGestor;
|
|
||||||
|
|
||||||
var nomeGestorComercialAL = dtsCentroCusto[2].gestorCentroCusto;
|
|
||||||
var emailGestorComercialAL = dtsCentroCusto[2].emailGestor;
|
|
||||||
var idGestorComercialAL = dtsCentroCusto[2].idGestor;
|
|
||||||
|
|
||||||
|
function getGestorByCentroCusto(nomeCentroCusto) {
|
||||||
|
for (var i = 0; i < dtsCentroCusto.length; i++) {
|
||||||
|
if (dtsCentroCusto[i].centroCusto === nomeCentroCusto) {
|
||||||
|
return dtsCentroCusto[i];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
if (name_item == "estabelecimento") {
|
if (name_item == "estabelecimento") {
|
||||||
let estabelecimento = selectedItem["estabelecimento"];
|
var estabelecimento =
|
||||||
let estado = selectedItem["estado"];
|
selectedItem["estabelecimento"] ||
|
||||||
|
selectedItem["LOJA"] ||
|
||||||
|
selectedItem["filial"] ||
|
||||||
|
"";
|
||||||
|
|
||||||
|
var estado = selectedItem["estado"] || selectedItem["UF"] || "";
|
||||||
|
var estadoNormalizado = (estado + "").toUpperCase();
|
||||||
$("#estado").val(estado);
|
$("#estado").val(estado);
|
||||||
|
|
||||||
|
if (estabelecimento && window["estabelecimento"] && typeof window["estabelecimento"].setValue === "function") {
|
||||||
|
window["estabelecimento"].setValue(estabelecimento);
|
||||||
|
}
|
||||||
|
|
||||||
// Só executa a lógica do centro de custo se não for "Escritório"
|
// Só executa a lógica do centro de custo se não for "Escritório"
|
||||||
if (estabelecimento !== "ESCRITÓRIO MATRIZ") {
|
if (estabelecimento !== "ESCRITÓRIO MATRIZ" && estadoNormalizado) {
|
||||||
// Executa manualmente a lógica do estado aqui
|
var centroAlvo = "";
|
||||||
if (estado.includes("AL")) {
|
if (estadoNormalizado.indexOf("AL") >= 0) {
|
||||||
window["centroCusto"].setValue("Comercial AL");
|
centroAlvo = "Comercial AL";
|
||||||
$("#gestorNome").val(nomeGestorComercialAL);
|
} else if (estadoNormalizado.indexOf("SE") >= 0) {
|
||||||
$("#gestorEmail").val(emailGestorComercialAL);
|
centroAlvo = "Comercial SE";
|
||||||
$("#gestor_cc").val(idGestorComercialAL);
|
} else if (estadoNormalizado.indexOf("BA") >= 0) {
|
||||||
} else if (estado.includes("SE")) {
|
centroAlvo = "Comercial BA";
|
||||||
window["centroCusto"].setValue("Comercial SE");
|
}
|
||||||
$("#gestorNome").val(nomeGestorComercialSE);
|
|
||||||
$("#gestorEmail").val(emailGestorComercialSE);
|
if (centroAlvo) {
|
||||||
$("#gestor_cc").val(idGestorComercialSE);
|
var dadosGestor = getGestorByCentroCusto(centroAlvo);
|
||||||
} else if (estado.includes("BA")) {
|
window["centroCusto"].setValue(centroAlvo);
|
||||||
window["centroCusto"].setValue("Comercial BA");
|
|
||||||
$("#gestorNome").val(nomeGestorComercialBA);
|
if (dadosGestor) {
|
||||||
$("#gestorEmail").val(emailGestorComercialBA);
|
$("#gestorNome").val(dadosGestor.gestorCentroCusto || "");
|
||||||
$("#gestor_cc").val(idGestorComercialBA);
|
$("#gestorEmail").val(dadosGestor.emailGestor || "");
|
||||||
|
$("#gestor_cc").val(dadosGestor.idGestor || "");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -442,13 +451,3 @@ function remove_row(element) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function gerarTabelaCotacaoComNumeracao(tabelarecrutamento) {
|
|
||||||
wdkAddChild(tabelarecrutamento);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
function removeLinhaComAnexo(event) {
|
|
||||||
fnWdkRemoveChild(event);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -9,61 +9,6 @@
|
|||||||
</void>
|
</void>
|
||||||
</array>
|
</array>
|
||||||
</void>
|
</void>
|
||||||
<void method="put">
|
|
||||||
<string>mecanismoGrupo</string>
|
|
||||||
<object class="java.util.ArrayList">
|
|
||||||
<void method="add">
|
|
||||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
|
||||||
<void property="groupDescription">
|
|
||||||
<string>Aprovadores Compras Nvl 3</string>
|
|
||||||
</void>
|
|
||||||
<void property="groupId">
|
|
||||||
<string>AprovadoresComprasNvl3</string>
|
|
||||||
</void>
|
|
||||||
</object>
|
|
||||||
</void>
|
|
||||||
<void method="add">
|
|
||||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
|
||||||
<void property="groupDescription">
|
|
||||||
<string>Compras Indiretos</string>
|
|
||||||
</void>
|
|
||||||
<void property="groupId">
|
|
||||||
<string>ComprasIndiretos</string>
|
|
||||||
</void>
|
|
||||||
</object>
|
|
||||||
</void>
|
|
||||||
<void method="add">
|
|
||||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
|
||||||
<void property="groupDescription">
|
|
||||||
<string>Obras e manutenção</string>
|
|
||||||
</void>
|
|
||||||
<void property="groupId">
|
|
||||||
<string>Manutencao</string>
|
|
||||||
</void>
|
|
||||||
</object>
|
|
||||||
</void>
|
|
||||||
<void method="add">
|
|
||||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
|
||||||
<void property="groupDescription">
|
|
||||||
<string>Motoristas</string>
|
|
||||||
</void>
|
|
||||||
<void property="groupId">
|
|
||||||
<string>Motoristas</string>
|
|
||||||
</void>
|
|
||||||
</object>
|
|
||||||
</void>
|
|
||||||
<void method="add">
|
|
||||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
|
||||||
<void property="groupDescription">
|
|
||||||
<string>Tecnologia e Comunicação</string>
|
|
||||||
</void>
|
|
||||||
<void property="groupId">
|
|
||||||
<string>TIC</string>
|
|
||||||
</void>
|
|
||||||
</object>
|
|
||||||
</void>
|
|
||||||
</object>
|
|
||||||
</void>
|
|
||||||
<void method="put">
|
<void method="put">
|
||||||
<string>expediente</string>
|
<string>expediente</string>
|
||||||
<array class="java.lang.String" length="4">
|
<array class="java.lang.String" length="4">
|
||||||
@ -81,164 +26,9 @@
|
|||||||
</void>
|
</void>
|
||||||
</array>
|
</array>
|
||||||
</void>
|
</void>
|
||||||
<void method="put">
|
|
||||||
<string>camposFormulario, documentoId = 590</string>
|
|
||||||
<array class="java.lang.String" length="50">
|
|
||||||
<void index="0">
|
|
||||||
<string>activity</string>
|
|
||||||
</void>
|
|
||||||
<void index="1">
|
|
||||||
<string>centroCusto</string>
|
|
||||||
</void>
|
|
||||||
<void index="2">
|
|
||||||
<string>codigoItem</string>
|
|
||||||
</void>
|
|
||||||
<void index="3">
|
|
||||||
<string>complemento</string>
|
|
||||||
</void>
|
|
||||||
<void index="4">
|
|
||||||
<string>consideracoesCompras</string>
|
|
||||||
</void>
|
|
||||||
<void index="5">
|
|
||||||
<string>consideracoesCotacao</string>
|
|
||||||
</void>
|
|
||||||
<void index="6">
|
|
||||||
<string>currentUserId</string>
|
|
||||||
</void>
|
|
||||||
<void index="7">
|
|
||||||
<string>currentUsermail</string>
|
|
||||||
</void>
|
|
||||||
<void index="8">
|
|
||||||
<string>currentUserName</string>
|
|
||||||
</void>
|
|
||||||
<void index="9">
|
|
||||||
<string>dataAbertura</string>
|
|
||||||
</void>
|
|
||||||
<void index="10">
|
|
||||||
<string>dataAprovCompras</string>
|
|
||||||
</void>
|
|
||||||
<void index="11">
|
|
||||||
<string>dataRealizacaoCompras</string>
|
|
||||||
</void>
|
|
||||||
<void index="12">
|
|
||||||
<string>dataValidacaoCompras</string>
|
|
||||||
</void>
|
|
||||||
<void index="13">
|
|
||||||
<string>dataValidacaoGestor</string>
|
|
||||||
</void>
|
|
||||||
<void index="14">
|
|
||||||
<string>dataValidacaoItens</string>
|
|
||||||
</void>
|
|
||||||
<void index="15">
|
|
||||||
<string>descricao</string>
|
|
||||||
</void>
|
|
||||||
<void index="16">
|
|
||||||
<string>emailSolicitante</string>
|
|
||||||
</void>
|
|
||||||
<void index="17">
|
|
||||||
<string>estabelecimento</string>
|
|
||||||
</void>
|
|
||||||
<void index="18">
|
|
||||||
<string>fdAnexo_Coleta</string>
|
|
||||||
</void>
|
|
||||||
<void index="19">
|
|
||||||
<string>fdAnexo_Entrega</string>
|
|
||||||
</void>
|
|
||||||
<void index="20">
|
|
||||||
<string>fdAnexo_Nfe</string>
|
|
||||||
</void>
|
|
||||||
<void index="21">
|
|
||||||
<string>fdAnexo_recebimento</string>
|
|
||||||
</void>
|
|
||||||
<void index="22">
|
|
||||||
<string>fnAnexo_Coleta</string>
|
|
||||||
</void>
|
|
||||||
<void index="23">
|
|
||||||
<string>fnAnexo_Entrega</string>
|
|
||||||
</void>
|
|
||||||
<void index="24">
|
|
||||||
<string>fnAnexo_Nfe</string>
|
|
||||||
</void>
|
|
||||||
<void index="25">
|
|
||||||
<string>fnAnexo_recebimento</string>
|
|
||||||
</void>
|
|
||||||
<void index="26">
|
|
||||||
<string>formMode</string>
|
|
||||||
</void>
|
|
||||||
<void index="27">
|
|
||||||
<string>gestor_cc</string>
|
|
||||||
</void>
|
|
||||||
<void index="28">
|
|
||||||
<string>gestor_cce</string>
|
|
||||||
</void>
|
|
||||||
<void index="29">
|
|
||||||
<string>gestorEmail</string>
|
|
||||||
</void>
|
|
||||||
<void index="30">
|
|
||||||
<string>gestorEmailE</string>
|
|
||||||
</void>
|
|
||||||
<void index="31">
|
|
||||||
<string>gestorNome</string>
|
|
||||||
</void>
|
|
||||||
<void index="32">
|
|
||||||
<string>gestorNomeE</string>
|
|
||||||
</void>
|
|
||||||
<void index="33">
|
|
||||||
<string>justificativa</string>
|
|
||||||
</void>
|
|
||||||
<void index="34">
|
|
||||||
<string>justificativaDecisaoCompras</string>
|
|
||||||
</void>
|
|
||||||
<void index="35">
|
|
||||||
<string>justificativaDecisaoGestor</string>
|
|
||||||
</void>
|
|
||||||
<void index="36">
|
|
||||||
<string>justificativaDecisaoItens</string>
|
|
||||||
</void>
|
|
||||||
<void index="37">
|
|
||||||
<string>justificativaValidaProblema</string>
|
|
||||||
</void>
|
|
||||||
<void index="38">
|
|
||||||
<string>quantidadeItem</string>
|
|
||||||
</void>
|
|
||||||
<void index="39">
|
|
||||||
<string>requesterId</string>
|
|
||||||
</void>
|
|
||||||
<void index="40">
|
|
||||||
<string>requesterMail</string>
|
|
||||||
</void>
|
|
||||||
<void index="41">
|
|
||||||
<string>requesterName</string>
|
|
||||||
</void>
|
|
||||||
<void index="42">
|
|
||||||
<string>userCotacaoGestor</string>
|
|
||||||
</void>
|
|
||||||
<void index="43">
|
|
||||||
<string>userRealizacaoCompras</string>
|
|
||||||
</void>
|
|
||||||
<void index="44">
|
|
||||||
<string>userSolicitante</string>
|
|
||||||
</void>
|
|
||||||
<void index="45">
|
|
||||||
<string>userValidacaoCompras</string>
|
|
||||||
</void>
|
|
||||||
<void index="46">
|
|
||||||
<string>userValidacaoGestor</string>
|
|
||||||
</void>
|
|
||||||
<void index="47">
|
|
||||||
<string>userValidacaoItens</string>
|
|
||||||
</void>
|
|
||||||
<void index="48">
|
|
||||||
<string>validacaoItens</string>
|
|
||||||
</void>
|
|
||||||
<void index="49">
|
|
||||||
<string>WKNumProces</string>
|
|
||||||
</void>
|
|
||||||
</array>
|
|
||||||
</void>
|
|
||||||
<void method="put">
|
<void method="put">
|
||||||
<string>mecanismo</string>
|
<string>mecanismo</string>
|
||||||
<array class="[Ljava.lang.Object;" length="10">
|
<array class="[Ljava.lang.Object;" length="12">
|
||||||
<void index="0">
|
<void index="0">
|
||||||
<array class="java.lang.Object" length="2">
|
<array class="java.lang.Object" length="2">
|
||||||
<void index="0">
|
<void index="0">
|
||||||
@ -260,6 +50,26 @@
|
|||||||
</array>
|
</array>
|
||||||
</void>
|
</void>
|
||||||
<void index="2">
|
<void index="2">
|
||||||
|
<array class="java.lang.Object" length="2">
|
||||||
|
<void index="0">
|
||||||
|
<string>dpf_di_emp_filial_filtro</string>
|
||||||
|
</void>
|
||||||
|
<void index="1">
|
||||||
|
<string>dpf_di_emp_filial_filtro</string>
|
||||||
|
</void>
|
||||||
|
</array>
|
||||||
|
</void>
|
||||||
|
<void index="3">
|
||||||
|
<array class="java.lang.Object" length="2">
|
||||||
|
<void index="0">
|
||||||
|
<string>dpf_di_inicio_diadmissao</string>
|
||||||
|
</void>
|
||||||
|
<void index="1">
|
||||||
|
<string>dpf_di_inicio_diadmissao</string>
|
||||||
|
</void>
|
||||||
|
</array>
|
||||||
|
</void>
|
||||||
|
<void index="4">
|
||||||
<array class="java.lang.Object" length="2">
|
<array class="java.lang.Object" length="2">
|
||||||
<void index="0">
|
<void index="0">
|
||||||
<string>Atribuição por Executor de Atividade</string>
|
<string>Atribuição por Executor de Atividade</string>
|
||||||
@ -269,7 +79,7 @@
|
|||||||
</void>
|
</void>
|
||||||
</array>
|
</array>
|
||||||
</void>
|
</void>
|
||||||
<void index="3">
|
<void index="5">
|
||||||
<array class="java.lang.Object" length="2">
|
<array class="java.lang.Object" length="2">
|
||||||
<void index="0">
|
<void index="0">
|
||||||
<string>Atribuição por Grupo</string>
|
<string>Atribuição por Grupo</string>
|
||||||
@ -279,7 +89,7 @@
|
|||||||
</void>
|
</void>
|
||||||
</array>
|
</array>
|
||||||
</void>
|
</void>
|
||||||
<void index="4">
|
<void index="6">
|
||||||
<array class="java.lang.Object" length="2">
|
<array class="java.lang.Object" length="2">
|
||||||
<void index="0">
|
<void index="0">
|
||||||
<string>Atribuição por Grupos do Colaborador</string>
|
<string>Atribuição por Grupos do Colaborador</string>
|
||||||
@ -289,7 +99,7 @@
|
|||||||
</void>
|
</void>
|
||||||
</array>
|
</array>
|
||||||
</void>
|
</void>
|
||||||
<void index="5">
|
<void index="7">
|
||||||
<array class="java.lang.Object" length="2">
|
<array class="java.lang.Object" length="2">
|
||||||
<void index="0">
|
<void index="0">
|
||||||
<string>mecCustomAprov</string>
|
<string>mecCustomAprov</string>
|
||||||
@ -299,7 +109,7 @@
|
|||||||
</void>
|
</void>
|
||||||
</array>
|
</array>
|
||||||
</void>
|
</void>
|
||||||
<void index="6">
|
<void index="8">
|
||||||
<array class="java.lang.Object" length="2">
|
<array class="java.lang.Object" length="2">
|
||||||
<void index="0">
|
<void index="0">
|
||||||
<string>Atribuição por Papel</string>
|
<string>Atribuição por Papel</string>
|
||||||
@ -309,7 +119,7 @@
|
|||||||
</void>
|
</void>
|
||||||
</array>
|
</array>
|
||||||
</void>
|
</void>
|
||||||
<void index="7">
|
<void index="9">
|
||||||
<array class="java.lang.Object" length="2">
|
<array class="java.lang.Object" length="2">
|
||||||
<void index="0">
|
<void index="0">
|
||||||
<string>Atribuição para um Grupo</string>
|
<string>Atribuição para um Grupo</string>
|
||||||
@ -319,7 +129,7 @@
|
|||||||
</void>
|
</void>
|
||||||
</array>
|
</array>
|
||||||
</void>
|
</void>
|
||||||
<void index="8">
|
<void index="10">
|
||||||
<array class="java.lang.Object" length="2">
|
<array class="java.lang.Object" length="2">
|
||||||
<void index="0">
|
<void index="0">
|
||||||
<string>Atribuição para um Papel</string>
|
<string>Atribuição para um Papel</string>
|
||||||
@ -329,7 +139,7 @@
|
|||||||
</void>
|
</void>
|
||||||
</array>
|
</array>
|
||||||
</void>
|
</void>
|
||||||
<void index="9">
|
<void index="11">
|
||||||
<array class="java.lang.Object" length="2">
|
<array class="java.lang.Object" length="2">
|
||||||
<void index="0">
|
<void index="0">
|
||||||
<string>Atribuição por Usuário</string>
|
<string>Atribuição por Usuário</string>
|
||||||
@ -341,6 +151,164 @@
|
|||||||
</void>
|
</void>
|
||||||
</array>
|
</array>
|
||||||
</void>
|
</void>
|
||||||
|
<void method="put">
|
||||||
|
<string>camposFormulario, documentoId = 823</string>
|
||||||
|
<array class="java.lang.String" length="51">
|
||||||
|
<void index="0">
|
||||||
|
<string>activity</string>
|
||||||
|
</void>
|
||||||
|
<void index="1">
|
||||||
|
<string>centroCusto</string>
|
||||||
|
</void>
|
||||||
|
<void index="2">
|
||||||
|
<string>confidencial</string>
|
||||||
|
</void>
|
||||||
|
<void index="3">
|
||||||
|
<string>consideracoes</string>
|
||||||
|
</void>
|
||||||
|
<void index="4">
|
||||||
|
<string>currentUserId</string>
|
||||||
|
</void>
|
||||||
|
<void index="5">
|
||||||
|
<string>currentUsermail</string>
|
||||||
|
</void>
|
||||||
|
<void index="6">
|
||||||
|
<string>currentUserName</string>
|
||||||
|
</void>
|
||||||
|
<void index="7">
|
||||||
|
<string>dataAbertura</string>
|
||||||
|
</void>
|
||||||
|
<void index="8">
|
||||||
|
<string>datainiciotrabalho</string>
|
||||||
|
</void>
|
||||||
|
<void index="9">
|
||||||
|
<string>dataUserValidacao</string>
|
||||||
|
</void>
|
||||||
|
<void index="10">
|
||||||
|
<string>dataValidacaoCompras</string>
|
||||||
|
</void>
|
||||||
|
<void index="11">
|
||||||
|
<string>dataValidacaoCorre</string>
|
||||||
|
</void>
|
||||||
|
<void index="12">
|
||||||
|
<string>dataValidacaofunc</string>
|
||||||
|
</void>
|
||||||
|
<void index="13">
|
||||||
|
<string>dataValidacaoGestor</string>
|
||||||
|
</void>
|
||||||
|
<void index="14">
|
||||||
|
<string>dataValidacaoItens</string>
|
||||||
|
</void>
|
||||||
|
<void index="15">
|
||||||
|
<string>descricaodeperfil</string>
|
||||||
|
</void>
|
||||||
|
<void index="16">
|
||||||
|
<string>email</string>
|
||||||
|
</void>
|
||||||
|
<void index="17">
|
||||||
|
<string>estabelecimento</string>
|
||||||
|
</void>
|
||||||
|
<void index="18">
|
||||||
|
<string>estado</string>
|
||||||
|
</void>
|
||||||
|
<void index="19">
|
||||||
|
<string>fardamentoPronto</string>
|
||||||
|
</void>
|
||||||
|
<void index="20">
|
||||||
|
<string>formMode</string>
|
||||||
|
</void>
|
||||||
|
<void index="21">
|
||||||
|
<string>funcao</string>
|
||||||
|
</void>
|
||||||
|
<void index="22">
|
||||||
|
<string>gestorEmail</string>
|
||||||
|
</void>
|
||||||
|
<void index="23">
|
||||||
|
<string>gestorNome</string>
|
||||||
|
</void>
|
||||||
|
<void index="24">
|
||||||
|
<string>gestor_cc</string>
|
||||||
|
</void>
|
||||||
|
<void index="25">
|
||||||
|
<string>itensinicio</string>
|
||||||
|
</void>
|
||||||
|
<void index="26">
|
||||||
|
<string>justificativa</string>
|
||||||
|
</void>
|
||||||
|
<void index="27">
|
||||||
|
<string>justificativaDecisaoCompras</string>
|
||||||
|
</void>
|
||||||
|
<void index="28">
|
||||||
|
<string>justificativaDecisaoCorre</string>
|
||||||
|
</void>
|
||||||
|
<void index="29">
|
||||||
|
<string>justificativaDecisaoFunc</string>
|
||||||
|
</void>
|
||||||
|
<void index="30">
|
||||||
|
<string>justificativaDecisaoGestor</string>
|
||||||
|
</void>
|
||||||
|
<void index="31">
|
||||||
|
<string>justificativaDecisaoItens</string>
|
||||||
|
</void>
|
||||||
|
<void index="32">
|
||||||
|
<string>nomedocandidato</string>
|
||||||
|
</void>
|
||||||
|
<void index="33">
|
||||||
|
<string>ratingValue</string>
|
||||||
|
</void>
|
||||||
|
<void index="34">
|
||||||
|
<string>requesterId</string>
|
||||||
|
</void>
|
||||||
|
<void index="35">
|
||||||
|
<string>requesterMail</string>
|
||||||
|
</void>
|
||||||
|
<void index="36">
|
||||||
|
<string>requesterName</string>
|
||||||
|
</void>
|
||||||
|
<void index="37">
|
||||||
|
<string>situacaoResolvida</string>
|
||||||
|
</void>
|
||||||
|
<void index="38">
|
||||||
|
<string>telefone</string>
|
||||||
|
</void>
|
||||||
|
<void index="39">
|
||||||
|
<string>urgente</string>
|
||||||
|
</void>
|
||||||
|
<void index="40">
|
||||||
|
<string>userValidacao</string>
|
||||||
|
</void>
|
||||||
|
<void index="41">
|
||||||
|
<string>userValidacaoCompras</string>
|
||||||
|
</void>
|
||||||
|
<void index="42">
|
||||||
|
<string>userValidacaoCorre</string>
|
||||||
|
</void>
|
||||||
|
<void index="43">
|
||||||
|
<string>userValidacaofunc</string>
|
||||||
|
</void>
|
||||||
|
<void index="44">
|
||||||
|
<string>userValidacaoGestor</string>
|
||||||
|
</void>
|
||||||
|
<void index="45">
|
||||||
|
<string>userValidacaoItens</string>
|
||||||
|
</void>
|
||||||
|
<void index="46">
|
||||||
|
<string>validacaoCorre</string>
|
||||||
|
</void>
|
||||||
|
<void index="47">
|
||||||
|
<string>validacaoFunc</string>
|
||||||
|
</void>
|
||||||
|
<void index="48">
|
||||||
|
<string>validacaoItens</string>
|
||||||
|
</void>
|
||||||
|
<void index="49">
|
||||||
|
<string>validarMotivo</string>
|
||||||
|
</void>
|
||||||
|
<void index="50">
|
||||||
|
<string>WKNumProces</string>
|
||||||
|
</void>
|
||||||
|
</array>
|
||||||
|
</void>
|
||||||
<void method="put">
|
<void method="put">
|
||||||
<string>forms</string>
|
<string>forms</string>
|
||||||
<object class="java.util.LinkedList">
|
<object class="java.util.LinkedList">
|
||||||
@ -539,177 +507,358 @@
|
|||||||
</void>
|
</void>
|
||||||
</object>
|
</object>
|
||||||
</void>
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>kit_aniversariantes</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>Aniversariantes</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>7690</int>
|
||||||
|
</void>
|
||||||
</object>
|
</object>
|
||||||
</void>
|
</void>
|
||||||
<void method="put">
|
<void method="add">
|
||||||
<string>camposFormulario, documentoId = 823</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
<array class="java.lang.String" length="55">
|
<void property="datasetName">
|
||||||
<void index="0">
|
<string>kit_cardapio</string>
|
||||||
<string>activity</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="1">
|
<void property="documentDescription">
|
||||||
<string>aprovado</string>
|
<string>Cardápio do Dia</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="2">
|
<void property="documentId">
|
||||||
<string>centroCusto</string>
|
<int>7695</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="3">
|
</object>
|
||||||
<string>confidencial</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="4">
|
<void method="add">
|
||||||
<string>consideracoes</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>kit_convenios</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="5">
|
<void property="documentDescription">
|
||||||
<string>consideracoesCompras</string>
|
<string>Convênios</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="6">
|
<void property="documentId">
|
||||||
<string>currentUserId</string>
|
<int>7703</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="7">
|
</object>
|
||||||
<string>currentUsermail</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="8">
|
<void method="add">
|
||||||
<string>currentUserName</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>kit_news</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="9">
|
<void property="documentDescription">
|
||||||
<string>dataAbertura</string>
|
<string>Notícias</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="10">
|
<void property="documentId">
|
||||||
<string>datainiciotrabalho</string>
|
<int>7709</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="11">
|
</object>
|
||||||
<string>dataRealizacaoCompras</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="12">
|
<void method="add">
|
||||||
<string>dataUserValidacao</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>compras_digital</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="13">
|
<void property="documentDescription">
|
||||||
<string>dataValidacaoCompras</string>
|
<string>compras_digital</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="14">
|
<void property="documentId">
|
||||||
<string>dataValidacaoCorre</string>
|
<int>9305</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="15">
|
</object>
|
||||||
<string>dataValidacaofunc</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="16">
|
<void method="add">
|
||||||
<string>dataValidacaoGestor</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_di_formulario_processo_admissao</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="17">
|
<void property="documentDescription">
|
||||||
<string>dataValidacaoItens</string>
|
<string>Digte_Public_Form_Di_Formulario_Processo_Admissao_Protheus</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="18">
|
<void property="documentId">
|
||||||
<string>descricaodeperfil</string>
|
<int>9626</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="19">
|
</object>
|
||||||
<string>email</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="20">
|
<void method="add">
|
||||||
<string>estabelecimento</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_cadastro_status</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="21">
|
<void property="documentDescription">
|
||||||
<string>estado</string>
|
<string>Digte_Public_Form_Status</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="22">
|
<void property="documentId">
|
||||||
<string>fardamentoPronto</string>
|
<int>9627</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="23">
|
</object>
|
||||||
<string>formMode</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="24">
|
<void method="add">
|
||||||
<string>funcao</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_configuracoes</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="25">
|
<void property="documentDescription">
|
||||||
<string>gestorEmail</string>
|
<string>Digte_Public_Form_Configuracoes</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="26">
|
<void property="documentId">
|
||||||
<string>gestorNome</string>
|
<int>9628</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="27">
|
</object>
|
||||||
<string>gestor_cc</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="28">
|
<void method="add">
|
||||||
<string>itensinicio</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_cadastro_jornada</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="29">
|
<void property="documentDescription">
|
||||||
<string>justificativa</string>
|
<string>Digte_Public_Form_Jornada</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="30">
|
<void property="documentId">
|
||||||
<string>justificativaDecisaoCompras</string>
|
<int>9629</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="31">
|
</object>
|
||||||
<string>justificativaDecisaoCorre</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="32">
|
<void method="add">
|
||||||
<string>justificativaDecisaoFunc</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_tipo_documento</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="33">
|
<void property="documentDescription">
|
||||||
<string>justificativaDecisaoGestor</string>
|
<string>Digte_Public_Form_Tipo_Documento</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="34">
|
<void property="documentId">
|
||||||
<string>justificativaDecisaoItens</string>
|
<int>9630</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="35">
|
</object>
|
||||||
<string>nomedocandidato</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="36">
|
<void method="add">
|
||||||
<string>ratingValue</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_dataset</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="37">
|
<void property="documentDescription">
|
||||||
<string>requesterId</string>
|
<string>Digte_Public_Form_Dataset</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="38">
|
<void property="documentId">
|
||||||
<string>requesterMail</string>
|
<int>9631</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="39">
|
</object>
|
||||||
<string>requesterName</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="40">
|
<void method="add">
|
||||||
<string>situacaoResolvida</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_di_configuracao</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="41">
|
<void property="documentDescription">
|
||||||
<string>telefone</string>
|
<string>Digte_Public_Form_Di_Configuracoes</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="42">
|
<void property="documentId">
|
||||||
<string>urgente</string>
|
<int>9632</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="43">
|
</object>
|
||||||
<string>userRealizacaoCompras</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="44">
|
<void method="add">
|
||||||
<string>userValidacao</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_di_beneficio</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="45">
|
<void property="documentDescription">
|
||||||
<string>userValidacaoCompras</string>
|
<string>Digte_Public_Form_Di_Beneficios</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="46">
|
<void property="documentId">
|
||||||
<string>userValidacaoCorre</string>
|
<int>9633</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="47">
|
</object>
|
||||||
<string>userValidacaofunc</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="48">
|
<void method="add">
|
||||||
<string>userValidacaoGestor</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_di_compl_contrato</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="49">
|
<void property="documentDescription">
|
||||||
<string>userValidacaoItens</string>
|
<string>Digte_Public_Form_Di_Comp_Contrato</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="50">
|
<void property="documentId">
|
||||||
<string>validacaoCorre</string>
|
<int>9634</int>
|
||||||
</void>
|
</void>
|
||||||
<void index="51">
|
</object>
|
||||||
<string>validacaoFunc</string>
|
|
||||||
</void>
|
</void>
|
||||||
<void index="52">
|
<void method="add">
|
||||||
<string>validacaoItens</string>
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_di_funcao_jornada</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="53">
|
<void property="documentDescription">
|
||||||
<string>validarMotivo</string>
|
<string>Digte_Public_Form_Di_Funcao_Jornada</string>
|
||||||
</void>
|
</void>
|
||||||
<void index="54">
|
<void property="documentId">
|
||||||
<string>WKNumProces</string>
|
<int>9635</int>
|
||||||
</void>
|
</void>
|
||||||
</array>
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_dataset_estrutura</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>Digte_Public_Form_Di_Dataset_Estrutura</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>9636</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_grupo_tipo_contrato</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>Digte_Public_Form_Grupo_Tipo_Contrato</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>9637</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_tipo_contrato</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>Digte_Public_Form_Tipo_Contrato</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>9638</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_di_traducao_campo_valor</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>Digte_Public_Form_Di_Traducao_Campo_Valor</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>9639</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_di_restricoes_cpf</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>Digte_Public_Form_Di_Formulario_Restricao_CPF</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>9640</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_di_compl_vt</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>Digte_Public_Form_Di_Compl_VT</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>9641</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>dpf_di_traducao_campo</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>Digte_Public_Form_Di_Traducao_Campo</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>9995</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>desligamento</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>desligamento</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>12959</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>checklist</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>checklist</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>40213</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>totvsflow_lancamento_documento</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>totvsflow_lancamento_documento</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>41254</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>transferenciav2</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>transferência</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>43582</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
<void method="add">
|
||||||
|
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||||
|
<void property="datasetName">
|
||||||
|
<string>desligamentov2</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentDescription">
|
||||||
|
<string>desligamentov2</string>
|
||||||
|
</void>
|
||||||
|
<void property="documentId">
|
||||||
|
<int>46963</int>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
|
</void>
|
||||||
|
</object>
|
||||||
</void>
|
</void>
|
||||||
</object>
|
</object>
|
||||||
</java>
|
</java>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 46 KiB |
Loading…
x
Reference in New Issue
Block a user